/*** 
====================================================================
			Fonts
====================================================================
 ***/
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
/*** 
====================================================================
	Reset
====================================================================
 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
    box-sizing:border-box;
}

/*** 
====================================================================
	Global Settings
====================================================================
 ***/

body {
    font-size: 16px;
    color: #222222;
    line-height: 1.5em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Hind', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #fd8a00;
}

.theme_color {
    color: #fd8a00;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px 0px 15px;
    background: none;
    line-height: 1.25em;
    font-family: 'Hind', cursive;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

p {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 0 15px;
}

.text {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

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

figure {
    margin-bottom: 0;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.p-0  {padding:0px !important;}
.pt-0 {padding-top:0px !important;}
.pr-0 {padding-right: 0px !important;}
.pl-0 {padding-left:0px !important;}
.pb-0 {padding-bottom:0px !important;}

.p-10  {padding:10px !important;}
.pt-10 {padding-top:10px !important;}
.pr-10 {padding-right: 10px !important;}
.pl-10 {padding-left:10px !important;}
.pb-10 {padding-bottom:10px !important;}

.p-15  {padding:15px !important;}
.pt-15 {padding-top:15px !important;}
.pr-15 {padding-right: 15px !important;}
.pl-15 {padding-left:15px !important;}
.pb-15 {padding-bottom:15px !important;}

.p-20  {padding:20px !important;}
.pt-20 {padding-top:20px !important;}
.pr-20 {padding-right: 20px !important;}
.pl-20 {padding-left:20px !important;}
.pb-20 {padding-bottom:20px !important;}

.p-30  {padding:30px !important;}
.pt-30 {padding-top:30px !important;}
.pr-30 {padding-right:30px !important;}
.pl-30 {padding-left:30px !important;}
.pb-30 {padding-bottom:30px !important;}

.mt-0 {margin-top:0px !important;}
.mb-0 {margin-bottom:0px !important;}

.mt-10 {margin-top:10px !important;}
.mb-10 {margin-bottom:10px !important;}
.mt-15 {margin-top:15px !important;}
.mb-15 {margin-bottom:15px !important;}
.mt-20 {margin-top:20px !important;}
.mb-20 {margin-bottom:20px !important;}
.mt-30 {margin-top:30px !important;}
.mb-30 {margin-bottom:30px !important;}
.mt-50 {margin-top:50px !important;}
.mb-50 {margin-bottom:50px !important;}
.mt-60 {margin-top:60px !important;}
.mb-60 {margin-bottom:60px !important;}

.theme-btn {
		cursor:pointer;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}


/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Hind', sans-serif;
    border-radius: 0px;
    overflow: hidden;
}

.btn-style-one:hover {
    color: #ffffff;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 12px 80px 12px 30px;
    background: linear-gradient(to right, #fd9100 0%, #feb700 100%);
    letter-spacing: 0.05em;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-title {
    color: #ffffff;
}

.btn-style-one .btn-title .btn-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 100%;
    font-size: 16px;
    padding: 12px 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.btn-style-one .btn-title .btn-icon .icon {
    position: relative;
    font-weight: 700;
    display: block;
    line-height: 30px;
}

.btn-style-one .btn-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #252336;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-one:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}


/* Btn Style Two */

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Hind', sans-serif;
    border-radius: 0px;
    overflow: hidden;
}

.btn-style-two:hover {
    color: #ffffff;
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 12px 80px 12px 30px;
    background: #252336;
    letter-spacing: 0.05em;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-title {
    color: #ffffff;
}

.btn-style-two .btn-title .btn-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 100%;
    font-size: 16px;
    padding: 12px 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.btn-style-two .btn-title .btn-icon .icon {
    position: relative;
    font-weight: 700;
    display: block;
    line-height: 30px;
}

.btn-style-two .btn-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #feab00;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-two:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}


/* Btn Style Three */

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Hind', sans-serif;
    border-radius: 0px;
    overflow: hidden;
}

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

.btn-style-three .btn-title {
    position: relative;
    display: block;
    z-index: 1;
    padding: 12px 80px 12px 30px;
    background: #24345d;
    letter-spacing: 0.05em;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-three:hover .btn-title {
    color: #ffffff;
}

.btn-style-three .btn-title .btn-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 100%;
    font-size: 16px;
    padding: 12px 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.btn-style-three .btn-title .btn-icon .icon {
    position: relative;
    font-weight: 700;
    display: block;
    line-height: 30px;
}

.btn-style-three .btn-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #444444;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.btn-style-three:hover .btn-title:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}


/* preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0);
}

.preloader .icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.page-loaded .preloader .icon {
    opacity: 0;
}

.preloader:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ffffff;
    z-index: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.page-loaded .preloader:before {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

.preloader:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ffffff;
    z-index: 2;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.page-loaded .preloader:after {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 54px;
    height: 54px;
    color: #ffffff;
    font-size: 30px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #25283a;
    border-radius: 0px;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 0px #25283a;
    -ms-box-shadow: 2px 2px 0px #25283a;
    box-shadow: 2px 2px 0px #25283a;
}


/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    background: none;
}

.header-style-one {
    position: absolute;
    left: 0;
    top: 0;
}

.header-top {
    position: relative;
}

.header-top .inner {
    position: relative;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.header-top-one {
    background: none;
    padding: 15px 0px;
    color: #ffffff;
}

.header-top-one .top-text {
    position: relative;
    line-height: 30px;
}

.header-top-one .email {
    position: relative;
    float: left;
    line-height: 30px;
}

.header-top-one .email a {
    color: #ffffff;
}

.header-top-one .email a:hover {
    text-decoration: underline;
}

.header-top-one .social-links {
    position: relative;
    float: left;
    margin-left: 30px;
}

.header-top-one .social-links li {
    position: relative;
    float: left;
    color: #333333;
    line-height: 30px;
    margin-right: 20px;
}

.header-top-one .social-links li:last-child {
    margin-right: 0;
}

.header-top-one .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top-one .social-links li a .fa,
.header-top-one .social-links li a .fab {
    vertical-align: middle;
}

.header-top-one .social-links li a:hover {
    color: #feab00;
}


/*=== Header Main Box ===*/

.main-header .header-main-box {
    position: relative;
    display: block;
}

.header-style-one .header-main-box .inner-container {
    position: relative;
}

.header-style-one .upper-row {
    position: relative;
    display: block;
    padding: 20px 30px;
    background: #ffffff;
}

.header-style-one .upper-row .logo-box {
    position: relative;
    float: left;
    padding: 0px 0px;
    z-index: 10;
}

.header-style-one .upper-row .logo-box .logo {
    position: relative;
    display: block;
}

.header-style-one .upper-row .logo-box .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    max-height: 80px;
    z-index: 1;
}

.header-style-one .upper-row .right-info {
    position: relative;
    float: right;
}

.header-style-one .upper-row .info {
    position: relative;
    float: left;
    padding-top: 15px;
    white-space: nowrap;
}

.header-style-one .upper-row .info .info-block {
    position: relative;
    float: left;
    padding-left: 30px;
    margin-left: 10px;
}

.header-style-one .upper-row .info .info-block:first-child {
    margin-left: 0;
}

.header-style-one .upper-row .info strong {
    position: relative;
    display: block;
    font-weight: 700;
    color: #403d54;
}

.header-style-one .upper-row .info .info-text {
    position: relative;
    display: block;
    font-size: 18px;
}

.header-style-one .upper-row .info a {
    color: #222222;
}

.header-style-one .upper-row .link-box {
    position: relative;
    float: left;
    padding-top: 13px;
    margin-left: 20px;
}

.header-style-one .upper-row .link-box .btn-style-one {
	padding-left: 5px;
	padding-right:5px;
	text-align: center;
	width: 126px;
}
.header-style-one .upper-row .link-box .btn-style-one .btn-title {
	padding-left: 14px;
	padding-right: 14px;
	letter-spacing: 0.0004em;
}

.header-style-one .lower-row {
    position: relative;
    display: block;
}

.header-style-one .lower-row .nav-box {
    position: relative;
    display: block;
    padding: 0px 30px;
    background-color: rgba(52, 48, 89, 0.4);
    color: #ffffff;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.main-header .nav-outer {
    position: relative;
    float: left;
    z-index: 1;
}

.main-header .nav-outer .main-menu {
    position: relative;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    font-family: 'Hind', sans-serif;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 20px 0px;
    margin-right: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 20px;
}

.main-menu .navigation>li:after {
    content: '';
    position: absolute;
    right: -33px;
    top: 0px;
    width: 3px;
    height: 100%;
}

.main-menu .navigation>li:last-child:after {
    display: none;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #ffffff;
    padding: 0px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 0px;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none;
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before {
    width: 25px;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
    color: #252336;
}

.sticky-header .main-menu .navigation>li.dropdown {
    padding-right: 0px;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 99%;
    width: 250px;
    z-index: 100;
    display: none;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(10px);
    border-top: 4px solid #2b265a;
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 11px 20px;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #242424;
    text-align: left;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    background-color: #f0f0f0;
    padding-left: 26px;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 2px solid #333333;
    transition: all 500ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 11px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    color: #242424;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    background-color: #f0f0f0;
    padding-left: 26px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 16px;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.header-style-one .nav-box .social-btn {
    position:absolute;
    top: 20px;
    right: 25px;
}

.header-style-one .nav-box .social-btn a {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-left: 14px;
    background: none;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
}

.header-style-one .nav-box .social-btn .fab {
    vertical-align: middle;
    font-size: 24px;
}


/*** 

====================================================================
	Inner Header Style
====================================================================

***/

.inner-page-header {
    position: relative;
}

.inner-page-header .header-top-one {
    background: #24345d;
}

.inner-page-header .upper-row {
    padding: 20px 0px;
}

.inner-page-header .lower-row {
    position: absolute;
    top: 100%;
    width: 100%;
}


/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: rgba(250, 250, 250, .86);
    /*#ffffff;*/
    backdrop-filter: blur(20px);
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 10px 0px;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 20px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}
.sticky-header .main-menu .navigation>li:last-child {
	    margin-right: 20px !important;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 21px 0px !important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #25283a;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
}


/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.0);
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
}

.search-popup:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
}

.search-popup:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
}

.search-popup.popup-visible:before {
    transition: all 500ms ease 600ms;
    -moz-transition: all 500ms ease 600ms;
    -webkit-transition: all 500ms ease 600ms;
    -ms-transition: all 500ms ease 600ms;
    -o-transition: all 500ms ease 600ms;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup.popup-visible:after {
    transition: all 500ms ease 100ms;
    -moz-transition: all 500ms ease 100ms;
    -webkit-transition: all 500ms ease 100ms;
    -ms-transition: all 500ms ease 100ms;
    -o-transition: all 500ms ease 100ms;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup.popup-visible {
    opacity: 1;
    visibility: visible;
}

body.search-visible {
    overflow: hidden;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.search-popup .close-search:hover {
    opacity: 0.70;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 10;
}

.search-popup.popup-visible .search-form {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease 1100ms;
    -moz-transition: all 900ms ease 1100ms;
    -webkit-transition: all 900ms ease 1100ms;
    -ms-transition: all 900ms ease 1100ms;
    -o-transition: all 900ms ease 1100ms;
}

.search-popup .search-form fieldset {
    position: relative;
    -border: 7px solid rgba(255, 255, 255, 0.50);
    border-radius: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 0px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    background: #feab00;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
    background: #feab00;
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .recent-searches li a:hover {
    color: #feab00;
    border-color: #feab00;
}


/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0px;
    margin: 14px 0px 12px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    background-color: rgba(28, 25, 59, 0.7);
    backdrop-filter: blur(40px);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 3px solid #feab00;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 32px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .menu-buttons .theme-btn {
	width:100%;
	text-align:center;
}
.mobile-menu .menu-buttons .theme-btn .btn-title {
	padding-left:0px;
	padding-right:0px;
}
/*** 

====================================================================
		Lazy Load Settings
====================================================================

***/

img.lazy-image {
    background: url(../images/icons/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
    background-image: none;
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1;
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    z-index: 1;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 70px;
    overflow: hidden;
}

.banner-two .banner-carousel .slide-item {
    padding: 0 0 30px;
}

.banner-five .banner-carousel .slide-item {
    padding: 0 0 30px;
}

.banner-three .banner-carousel .slide-item {
    padding: 0 0 30px;
}

.banner-four .banner-carousel .slide-item {
    padding: 120px 0 30px;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.50;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-two .banner-carousel .slide-item .image-layer {
    opacity: 0.70;
}

.banner-five .banner-carousel .slide-item .image-layer {
    opacity: 0.40;
}

.banner-three .banner-carousel .slide-item .image-layer {
    opacity: 1;
}

.banner-four .banner-carousel .slide-item .image-layer {
    opacity: 0.70;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear;
}

.banner-carousel .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 600px;
    padding: 0 0px;
    z-index: 5;
}

.banner-carousel .content-box .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0px;
}

.banner-carousel .content-box .inner {
    position: relative;
    display: block;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.banner-carousel .content-box .sub-title {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    color: #ffffff;
    font-weight: 400;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-bottom: 30px;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
}

.banner-carousel .content-box .sub-title .icon {
    font-size: 24px;
    vertical-align: middle;
    color: #30adcd;
    padding-right: 10px;
}

.banner-carousel .content-box .sub-title .icon:last-child {
    padding-left: 10px;
}

.banner-carousel .active .content-box .sub-title {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .content-box .subtitle-2 {
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    color: #ffffff;
    font-weight: 400;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding-bottom: 13px;
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
}

.banner-carousel .content-box .subtitle-2 .icon {
    font-size: 24px;
    vertical-align: middle;
    color: #30adcd;
    margin-left: 10px;
}

.banner-carousel .active .content-box .subtitle-2 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .bottom-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.banner-carousel .bottom-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #ffffff;
    margin-right: 3px;
}

.banner-carousel .bottom-dots .line-dot {
    border-right: 40px solid #ffffff;
}

.banner-carousel .content-box .h1 {
    display: block;
    font-size: 72px;
    line-height: 1.10em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 35px;
    letter-spacing: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-carousel .active .content-box .h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box .text {
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    color: #ffffff;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 40px;
    max-width: 650px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

.banner-carousel .content-box .links-box {
    position: relative;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-carousel .active .content-box .links-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

.banner-carousel .content-box .content-image {
    position: absolute;
    left: 100%;
    top: -80px;
    margin-left: 30px;
    width: 700px;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

.banner-carousel .content-box .content-image img {
    width: auto;
    max-width: 100%;
}

.banner-section .owl-dots {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 2px;
    height: 30px;
    margin: 0px 7px;
}

.banner-section .owl-dots .owl-dot span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 2px;
    height: 10px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-dots .owl-dot.active span {
    height: 30px;
}

.banner-one .banner-carousel .owl-nav {
    display: none;
}


/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
}

.sec-title.centered {
    margin-bottom: 60px;
}

.sec-title .upper-text {
    position: relative;
    display: block;
    font-size: 14px;
    color: #5d5d5d; /*#777777;*/
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
}

.sec-title .upper-text .icon {
    position: relative;
    vertical-align: middle;
    font-size: 16px;
    color: #24345d;
    padding-left: 3px;
}

.sec-title .subtitle {
    position: relative;
    display: block;
    font-size: 17px;
    color: #fd8a00;
    /*#feab00;#feab00;*/
    font-weight: 600;
    padding-top: 10px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.15em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 0px;
}

.sec-title .bottom-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.sec-title.centered .bottom-dots {
    left: 50%;
    margin-left: -25px;
}

.sec-title .bottom-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #24345d;
    margin-right: 3px;
}

.sec-title .bottom-dots .line-dot {
    border-right: 40px solid #24345d;
}

.light-title .upper-text,
.light-title .upper-text .icon,
.light-title h2 {
    color: #ffffff;
}

.light-title .bottom-dots .dot {
    border-color: #ffffff;
}


/*** 

====================================================================
	About Section
====================================================================

***/

.about-section-one {
    position: relative;
    padding: 110px 0px 60px;
}

.about-section-one .text-column {
    position: relative;
    order: 12;
}

.about-section-one .text-column .inner {
    position: relative;
    display: block;
    padding-left: 25px;
}

.about-section-one .text-content {
    position: relative;
}

.about-section-one .text-content p {
    margin-bottom: 25px;
}

.about-section-one .featured-list {
    position: relative;
    text-align: center;
    padding-top: 10px;
}

.about-section-one .featured-list ul {
    position: relative;
    margin: 0px -15px;
}

.about-section-one .featured-list ul li {
    position: relative;
    float: left;
    width: 30%;
    padding: 0px 15px;
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    text-transform: uppercase;
    line-height: 1.4em;
    margin-bottom: 50px;
}

.about-section-one .featured-list ul li:nth-child(2) {
    width: 40%;
}

.about-section-one .featured-list ul li:nth-child(2):before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #cccccc;
}

.about-section-one .featured-list ul li:nth-child(2):after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #cccccc;
}

.about-section-one .featured-list ul li .icon {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 64px;
    line-height: 1em;
    color: #24345d;
    margin: 0 0 20px;
}

.about-section-one .featured-list ul li:nth-child(2) .icon {
    color: #feab00;
}

.about-section-one .image-column {
    position: relative;
    order: 0;
}

.about-section-one .image-column .inner {
    position: relative;
    display: block;
    padding-right: 15px;
}

.about-section-one .image-column .image-box {
    position: relative;
    display: block;
    padding-left: 85px;
}

.about-section-one .image-column .image-box .image {
    position: relative;
    display: block;
    margin: 0;
}

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

.about-section-one .image-column .image-box .image-two {
    position: absolute;
    display: block;
    left: -20px;
    top: 100%;
    margin: 0;
    margin-top: -120px;
    border: 20px solid #ffffff;
    z-index: 1;
}


/*** 

====================================================================
	Programs Section
====================================================================

***/

.programs-section-one {
    position: relative;
    padding: 110px 0px;
}

.programs-section-one .bg-pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 280px;
    background-color: #f0f3fb;
}

.programs-section-one .bg-pattern-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/background/bg-pattern-1.png) center center repeat;
    opacity: 0.70;
}

.program-block {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.owl-theme .program-block {
    margin-bottom: 0;
}

.program-block .inner-box {
    position: relative;
    display: block;
}

.program-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.program-block .image-box .image {
    position: relative;
    display: block;
}

.program-block .image-box .image img {
    position: relative;
    display: block;
    width: 100%;
}

.program-block h3 {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.program-block h3 a {
    color: #222222;
}

.program-block h3 a:hover {
    color: #24345d;
}

.program-block .image-box:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 25, 59, 0.7);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
}

.program-block .inner-box:hover .image-box:before {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.program-block .hover-box {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    border-bottom: 5px solid #feab00;
    color: #ffffff;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0ms ease;
    -moz-transition: all 0ms ease;
    -ms-transition: all 0ms ease;
    -o-transition: all 0ms ease;
    transition: all 0ms ease;
    z-index: 5;
}

.program-block .inner-box:hover .hover-box {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 500ms ease 400ms;
    -moz-transition: all 500ms ease 400ms;
    -ms-transition: all 500ms ease 400ms;
    -o-transition: all 500ms ease 400ms;
    transition: all 500ms ease 400ms;
}

.program-block .hover-inner {
    position: absolute;
    display: table;
    vertical-align: middle;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.program-block .hover-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 20px;
}

.program-block .hover-inner .icon-box {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1em;
    margin-bottom: 10px;
}

.programs-section-one .owl-dots {
    display: none;
}

.programs-section-one .owl-theme .owl-nav {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.programs-section-one .owl-theme .owl-nav .owl-prev,
.programs-section-one .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #cccccc;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.programs-section-one .owl-theme .owl-nav .owl-prev:hover,
.programs-section-one .owl-theme .owl-nav .owl-next:hover {
    color: #24345d;
    border-color: #24345d;
}


/*** 

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section {
    position: relative;
    padding: 80px 0px 50px;
    background: #24345d;
    color: #ffffff;
    overflow: hidden;
}

.newsletter-section .auto-container {
    position: relative;
    max-width: 1340px;
}

.newsletter-section .big-icon {
    position: absolute;
    left: -130px;
    top: -75px;
    font-size: 220px;
    color: rgba(255, 255, 255, 0.05);
    line-height: 1em;
}

.newsletter-section .title-column {
    position: relative;
    margin-bottom: 25px;
}

.newsletter-section .title-column h2 {
    font-weight: 700;
    margin: 0;
    line-height: 1.15em;
}

.newsletter-section .newsletter-form {
    position: relative;
    padding-top: 8px;
    padding-bottom: 3px;
}

.newsletter-form form {
    position: relative;
}

.newsletter-form form .row {
    margin: 0 -10px;
}

.newsletter-form .form-group {
    position: relative;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.newsletter-form .form-group .field-inner {
    position: relative;
}

.newsletter-form .form-group label {
    position: absolute;
    left: 20px;
    top: 15px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.50);
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group input[type="password"],
.newsletter-form .form-group input[type="url"],
.newsletter-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 13px 30px;
    padding-left: 46px;
    height: 60px;
    display: inline-block;
    font-size: 16px;
    background: none;
    font-weight: 400;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.10);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newsletter-form .form-group input[type="text"]:focus,
.newsletter-form .form-group input[type="email"]:focus,
.newsletter-form .form-group input[type="tel"]:focus,
.newsletter-form .form-group input[type="url"]:focus {
    -border-color: #24345d;
}

.newsletter-form .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
}

.newsletter-form .form-group button {
    position: relative;
    display: block;
    width: 100%;
}

.newsletter-form .form-group .theme-btn .btn-title {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align:center;
    padding-right:10px !important;
    padding-left:10px !important;
}

.newsletter-form .form-group .theme-btn .btn-title .btn-icon {
    padding-top: 15px;
}


/*** 

====================================================================
	Services Section One
====================================================================

***/

.services-section-one {
    position: relative;
    padding: 110px 0px 50px;
    overflow: hidden;
}

.services-section-one .pattern-image-left {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: auto;
    height: auto;
}

.services-section-one .pattern-image-right {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: auto;
    height: auto;
}

.service-block {
    position: relative;
    margin-bottom: 30px;
}

.service-block .image-column {
    position: relative;
    margin-bottom: 30px;
}

.service-block .image-column .inner {
    position: relative;
    display: block;
    padding-right: 80px;
}

.service-block .image-column .image,
.service-block .image-column .image img {
    display: block;
    width: 100%;
}

.service-block .image-column .icon-box {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -60px;
    width: 120px;
    height: 120px;
    font-size: 54px;
    line-height: 120px;
    color: #feab00;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.service-block.now-in-view .image-column .icon-box {
    -ms-transform: scale(1.2) rotate(360deg);
    transform: scale(1.2) rotate(360deg);
    -webkit-transition: all 2000ms ease 500ms;
    -ms-transition: all 2000ms ease 500ms;
    -o-transition: all 2000ms ease 500ms;
    -moz-transition: all 2000ms ease 500ms;
    transition: all 2000ms ease 500ms;
}

.service-block .text-column {
    position: relative;
    margin-bottom: 30px;
}

.service-block .text-column .inner {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-top: 30px;
    padding-right: 150px;
}

.service-block .text-column .title {
    position: relative;
    margin-bottom: 26px;
}

.service-block .text-column .title h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 3px;
}

.service-block .text-column .title .sub-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: uppercase;
    margin: 0;
    color: #5d5d5d;
}

.service-block .text-column .text {
    position: relative;
    margin-bottom: 30px;
}

.service-block .text-column .link-box {
    position: relative;
}

.service-block .text-column .link-box a {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #24345d;
    text-transform: uppercase;
}

.service-block .text-column .link-box a .txt {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid;
}

.service-block .text-column .link-box a .icon {
    position: relative;
    font-size: 16px;
    padding-left: 7px;
    color: #feab00;
}

.service-block .text-column .link-box a:hover {
    color: #feab00;
}

.services .service-block:nth-child(even) .text-column {
    order: 0;
}

.services .service-block:nth-child(even) .image-column .icon-box {
    right: auto;
    left: 20px;
}

.services .service-block:nth-child(even) .image-column {
    order: 12;
}

.services .service-block:nth-child(even) .image-column .inner {
    padding-right: 0;
    padding-left: 80px;
}

.services .service-block:nth-child(even) .text-column .inner {
    padding-right: 20px;
    padding-left: 150px;
    text-align: right;
}


/*** 

====================================================================
	Recent Projects Section
====================================================================

***/

.recent-projects {
    position: relative;
    padding: 110px 0px 0px;
    z-index: 1;
}

.recent-projects .bg-pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f3fb;
}

.recent-projects .bg-pattern-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/background/bg-pattern-1.png) center center repeat;
    opacity: 0.70;
}

.recent-projects .title-column {
    position: relative;
    margin-bottom: 50px;
}

.recent-projects .title-column .inner {
    position: relative;
    display: block;
    max-width: 400px;
}

.recent-projects .title-column .text {
    margin-bottom: 40px;
}

.recent-projects .image-column {
    position: relative;
}

.recent-projects .image-column .inner {
    position: relative;
    display: block;
    margin-bottom: -130px;
}

.recent-projects .image-column .image,
.recent-projects .image-column .image img {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab-buttons {
    position: relative;
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tabs-box .tabs-content {
    position: relative;
}

.tabs-box .tabs-content .tab {
    position: relative;
    display: none;
}

.tabs-box .tabs-content .active-tab {
    display: block;
}

.recent-proj-tabs {
    position: relative;
    margin-bottom: 88px;
}

.recent-proj-tabs .tab .tab-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.recent-proj-tabs .tab .cat-info {
    position: absolute;
    right: -150px;
    top: 30px;
    line-height: 20px;
    padding: 10px 25px;
    background: #feab00;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0;
}

.recent-proj-tabs .tab.now-in-view .cat-info {
    right: 30px;
    opacity: 1;
    -webkit-transition: all 0.5s ease 500ms;
    -moz-transition: all 0.5s ease 500ms;
    -ms-transition: all 0.5s ease 500ms;
    -o-transition: all 0.5s ease 500ms;
    transition: all 0.5s ease 500ms;
}

.recent-proj-tabs .tab .image {
    display: block;
    margin: 0;
}

.recent-proj-tabs .tab img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.recent-proj-tabs .buttons-box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
}

.recent-proj-tabs .tab-buttons .tab-btn {
    position: relative;
    float: left;
    font-size: 18px;
    color: #222222;
    text-transform: capitalize;
    min-height: 88px;
    width: 33.333%;
    padding: 30px 15px;
    line-height: 24px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.recent-proj-tabs .tab-buttons .active-btn {
    border-bottom-color: #feab00;
    padding: 28px 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.recent-proj-tabs .tab-buttons .tab-btn .btn-title {
    position: relative;
    display: block;
    line-height: 28px;
}

.recent-proj-tabs .tab-buttons .tab-btn .info {
    position: relative;
    display: none;
    color: #777777;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
}

.recent-proj-tabs .tab-buttons .active-btn .btn-title {
    font-weight: 700;
    font-size: 20px;
}

.recent-proj-tabs .tab-buttons .active-btn .info {
    display: block;
}


/*** 

====================================================================
	Fun Facts Section
====================================================================

***/

.fun-facts-section {
    position: relative;
    padding: 260px 0px 60px;
}

.fun-facts-section.default-style {
    padding: 80px 0px 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.fun-facts-section .auto-container {
    max-width: 1300px;
}

.fun-facts-section .bg-pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/background/map-pattern.jpg) center 50px no-repeat;
}

.fact-counter {
    position: relative;
    z-index: 1;
}

.fact-counter .counter-column {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.fact-counter .counter-column .inner {
    position: relative;
    display: block;
}

.fun-facts-section.default-style .inner:before {
    content: '';
    position: absolute;
    right: -15px;
    bottom: 5px;
    border-left: 1px dashed rgba(0, 0, 0, 0.20);
    height: 80px;
}

.fun-facts-section.default-style .counter-column:last-child .inner:before {
    display: none;
}

.fact-counter .counter-column .icon-box {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1em;
    color: #24345d;
    margin-bottom: 25px;
}

.fact-counter .count-box {
    position: relative;
    font-size: 48px;
    line-height: 1.1em;
    color: #feab00;
    font-weight: 700;
    margin-bottom: 5px;
}

.fact-counter .count-box .count-text {
    position: relative;
    display: inline-block;
}

.fact-counter .counter-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #222222;
}


/*** 

====================================================================
	Reviews Section
====================================================================

***/

.reviews-section {
    position: relative;
    padding: 100px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.reviews-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.reviews-section .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0f1e44;
    opacity: 0.80;
}

.reviews-carousel-box {
    position: relative;
    padding: 0px 60px;
    margin-bottom: 100px;
}

.testi-block-one {
    position: relative;
    padding-top: 25px;
}

.testi-block-one .inner-box {
    position: relative;
    display: block;
    padding: 50px 50px;
    background: #ffffff;
}

.testi-block-one .inner-box .quote-icon {
    position: absolute;
    right: 50px;
    top: -28px;
    line-height: 1em;
    font-size: 70px;
    color: #feab00;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testi-block-one .inner-box:hover .quote-icon {
    transform: translate(-40px, 90px) scale(1.5);
    opacity: 0.30;
}

.testi-block-one .inner-box .rating {
    position: relative;
    line-height: 24px;
    margin-bottom: 15px;
}

.testi-block-one .inner-box .rating span {
    position: relative;
    display: inline-block;
    color: #e6d40e;
    font-size: 14px;
    margin-right: 1px;
}

.testi-block-one .inner-box .text {
    position: relative;
    margin-bottom: 30px;
}

.testi-block-one .inner-box .testi-info {
    position: relative;
    padding-left: 5px;
    padding-top: 10px;
    line-height: 22px;
    min-height: 65px;
}

.testi-block-one .inner-box .testi-info .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.testi-block-one .inner-box .testi-info .image img {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.testi-block-one .inner-box .testi-info .name {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.testi-block-one .inner-box .testi-info .designation {
    font-size: 14px;
    color: #777777;
    text-transform: capitalize;
}

.reviews-carousel-box .owl-dots {
    display: none;
}

.reviews-carousel-box .owl-theme .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    margin-top: -25px;
}

.reviews-carousel-box .owl-theme .owl-nav .owl-prev,
.reviews-carousel-box .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 0;
    left: -90px;
    margin: 0px 0px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.reviews-carousel-box .owl-theme .owl-nav .owl-next {
    right: -90px;
    left: auto;
}

.reviews-carousel-box .owl-theme .owl-nav .owl-prev:hover,
.reviews-carousel-box .owl-theme .owl-nav .owl-next:hover {
    color: #feab00;
    border-color: #feab00;
}


/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-outer {
    position: relative;
    text-align: center;
    color: white;
}

.sponsors-outer h3 {
    margin-top: -30px;
    margin-bottom: 40px;
}

.reviews-section .sponsors-outer .auto-container {
    max-width: 1440px;
}

.sponsors-outer .slide-item {
    display: block;
}

.sponsors-outer .image-box {
    position: relative;
    display: flex;
		justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    width: 180px;
    height: 100px;
    padding: 0 5px 0 5px;
    cursor:pointer;
}

.sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0.55;
}

.sponsors-outer .image-box:hover img {
    opacity: 1;
}

.sponsors-outer .owl-dots,
.sponsors-outer .owl-nav {
    position: relative;
    display: none;
}


/* Default Form Style */

.default-form {
    position: relative;
}

.default-form .row {
    margin: 0 -15px;
}

.default-form .form-group {
    position: relative;
    padding: 0 15px;
    margin-bottom: 25px;
}

.default-form .form-group .field-label {
    position: relative;
    display: block;
    color: #333333;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.default-form .form-group:last-child {
    margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 16px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 11px 20px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea {
    height: 130px;
    padding-top: 15px;
    resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
    display: inline-block;
    margin-top: 5px;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus {
    border-color: #24345d;
}

.contact-form ::-webkit-input-placeholder {
    color: #aaaaaa;
}

.contact-form ::-moz-input-placeholder {
    color: #aaaaaa;
}

.contact-form ::-ms-input-placeholder {
    color: #aaaaaa;
}

.default-form label.error {
    color: #ff0000;
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    padding-top: 5px;
}

.content-box .default-form label.error {
    color: #ffffff;
    font-size: 16px;
    padding-top: 10px;
}


/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    height: 54px;
    padding: 11px 20px;
    line-height: 30px;
    font-family: 'Hind', sans-serif;
    color: #333333;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #ccc;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    text-indent: 0px;
    color: #333333;
}

.form-group .ui-button .ui-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #aaaaaa;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
    font-family: 'Hind', sans-serif;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 10px 20px !important;
    font-size: 16px;
    line-height: 24px;
}


/*** 

====================================================================
	Enquiry Section
====================================================================

***/

.enquiry-section {
    position: relative;
    padding: 110px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.enquiry-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.enquiry-section .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #24345d;
    opacity: 0.70;
}

.enquiry-section .content-box {
    position: relative;
    display: block;
    padding: 60px 60px 50px;
    background: #ffffff;
    text-align: center;
    max-width: 1020px;
    margin: 0 auto;
}

.enquiry-section .content-box form .row {
    margin: 0px -12px;
}

.enquiry-section .content-box form .row .form-group {
    padding: 0px 12px;
    margin-bottom: 24px;
}

.enquiry-section .content-box .lower-text {
    position: relative;
    padding-top: 20px;
}

.enquiry-section .lower-text .sub-title {
    position: relative;
    display: block;
    overflow: hidden;
}

.enquiry-section .lower-text .sub-title .txt {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0px 20px;
}

.enquiry-section .lower-text .sub-title .txt:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 100px;
    border-bottom: 1px dashed #aaaaaa;
}

.enquiry-section .lower-text .sub-title .txt:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 45%;
    width: 100px;
    border-bottom: 1px dashed #aaaaaa;
}

.enquiry-section .lower-text .info {
    position: relative;
    display: block;
    padding-top: 15px;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 500;
    text-transform: capitalize;
}

.enquiry-section label {
    color: #424242;
    cursor: pointer;
}

.enquiry-section .ui-selectmenu-text {
    color: #424242;
}

.enquiry-section a {
    color: #24345d;
    font-weight: 600;
}

.enquiry-section label a {
    color: gray;
    font-weight: 600;
}
.enquiry-section input {
border: 1px solid #dfdfe0;
}

.enquiry-section input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 6px;
    border: 1px solid #dfdfe0 !important;
    border-radius: 0px;
}

.enquiry-section .btn-title {
    padding-right: 60px;
    padding-left: 60px;
}


/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 110px 0px 50px;
}

.news-section.style-three {
    padding-top: 170px;
    padding-bottom: 40px;
}

.news-section.with-carousel {
    padding-bottom: 110px;
}

.news-block {
    position: relative;
    margin-bottom: 10px;
}

.news-page .news-block {
    margin-bottom: 20px;
}

.news-section.with-carousel .carousel-box .owl-stage-outer {
    overflow: visible;
}

.news-section.with-carousel .carousel-box .owl-theme .news-block {
    margin: 0px 0px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease 0ms;
    -webkit-transition: all 0.3s ease 0ms;
    -ms-transition: all 0.3s ease 0ms;
    -o-transition: all 0.3s ease 0ms;
    transition: all 0.3s ease 0ms;
}

.news-section.with-carousel .carousel-box .owl-theme .active .news-block {
    opacity: 1;
    visibility: visible;
}

.news-block .inner-box {
    position: relative;
    display: block;
    max-width: 480px;
    margin: 0 auto;
    background: none;
    padding-bottom: 53px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 53px;
    background: #f8f8f8;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .inner-box:hover:before {
    bottom: 0px;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
}

.news-block .image-box,
.news-block .image,
.news-block .image img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.news-block .inner-box .post-date {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 72px;
    height: 72px;
    line-height: 24px;
    text-align: center;
    padding: 12px 5px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
}

.news-block .inner-box .post-date .day {
    display: block;
    font-size: 32px;
    color: #feab00;
    font-weight: 700;
    line-height: 1.1em;
}

.news-block .inner-box .post-date .month {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1em;
    text-transform: uppercase;
}

.news-block .lower-box {
    position: relative;
    padding: 40px 35px 40px;
    border: 1px solid #f8f8f8;
    border-top: none;
}

.news-block .lower-box h3 {
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #222222;
}

.news-block .lower-box h3 a {
    color: #222222;
}

.news-block .lower-box h3 a:hover,
.news-block .meta-info a:hover {
    color: #feab00;
}

.news-block .lower-box h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    border-bottom: 3px solid #feab00;
}

.news-block .meta-info {
    position: relative;
    color: #777777;
}

.news-block .meta-info a {
    position: relative;
    color: #777777;
}

.news-block .link-box {
    position: absolute;
    bottom: 25px;
    height: 0;
    opacity: 1;
    visibility: hidden;
}

.news-block .inner-box:hover .link-box {
    opacity: 1;
    bottom: 15px;
    visibility: visible;
    transition: all 0.3s ease 300ms;
    -moz-transition: all 0.3s ease 300ms;
    -webkit-transition: all 0.3s ease 300ms;
    -ms-transition: all 0.3s ease 300ms;
    -o-transition: all 0.3s ease 300ms;
}

.news-block .link-box a {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #24345d;
    text-transform: capitalize;
}

.news-block .link-box a .txt {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid;
}

.news-block .link-box a .icon {
    position: relative;
    top: 2px;
    font-size: 16px;
    padding-left: 7px;
    color: #feab00;
}

.news-block .link-box a:hover {
    color: #feab00;
}

.style-four .news-block .link-box a:hover {
    color: #d73441;
}

.news-section .sponsors-outer {
    padding-top: 50px;
    padding-bottom: 60px;
}

.news-section .sponsors-outer .auto-container {
    max-width: 1380px;
}

.news-section.with-carousel .owl-theme .owl-dots {
    display: none;
}

.news-section.with-carousel .owl-theme .owl-nav {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.news-section.with-carousel .owl-theme .owl-nav .owl-prev,
.news-section.with-carousel .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #cccccc;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-section.with-carousel .owl-theme .owl-nav .owl-prev:hover,
.news-section.with-carousel .owl-theme .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #d73441;
    border-color: #d73441;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background-color: #112047;
    color: #ffffff;
}

.main-footer .upper-section {
    position: relative;
    padding: 60px 0px 30px;
}

.main-footer .upper-section .outer {
    position: relative;
    margin: 0px -15px;
}

.main-footer .service-block-two {
    position: relative;
    float: left;
    width: 18%;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.main-footer .service-block-two.logo-block {
    width: 28%;
}

.main-footer .service-block-two .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.main-footer .service-block-two .icon-box {
    position: relative;
    display: block;
    color: #feab00;
    font-size: 64px;
    line-height: 1em;
    margin-bottom: 15px;
}

.main-footer .service-block-two .service-title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.4em;
    color: #ffffff;
}

.main-footer .service-block-two .service-title a {
    color: #ffffff;
}

.main-footer .service-block-two .service-title a:hover {
    text-decoration: underline;
}

.main-footer .upper-section .logo {
    position: relative;
    padding: 15px 0px 10px;
}

.main-footer .social-links {
    position: relative;
    text-align: center;
    padding-top: 10px;
}

.main-footer .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 7px;
    color: #ffffff;
    line-height: 24px;
}

.main-footer .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 28px;
    line-height: 24px;
    opacity: 0.7;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .social-links li a .fa,
.main-footer .social-links li a .fab {
    vertical-align: middle;
}

.main-footer .social-links li a:hover {
    color: #ffffff;
    opacity: 1;
}

.footer-style-four .upper-section {
    position: relative;
    padding: 110px 0px 0px;
    text-align: center;
}

.footer-style-four .upper-section .logo-box {
    position: relative;
    display: inline-block;
    padding: 0px 40px;
    top: 15px;
    background: #0d112c;
    z-index: 1;
}

.footer-style-four .upper-section .social-links li {
    margin: 0px 15px;
}

.main-footer .widgets-section {
    position: relative;
    padding: 100px 0px 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 50px;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .widget-title {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .widget-title h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.main-footer .info {
    position: relative;
}

.main-footer .info .info-block {
    position: relative;
    padding-left: 60px;
    min-height: 40px;
    margin-bottom: 25px;
}

.main-footer .info .info-block:last-child {
    margin-bottom: 0;
}

.main-footer .info .info-block .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.main-footer .info strong {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.main-footer .info .info-text {
    position: relative;
    display: block;
    font-size: 20px;
}

.main-footer .info .info-text a {
    color: #ffffff;
}

.main-footer .info .info-text a:hover {
    text-decoration: underline;
}

.main-footer .links-widget ul {
    position: relative;
}

.main-footer .links-widget ul li {
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    color: #ffffff;
}

.main-footer .links-widget ul li:last-child {
    margin-bottom: 0;
}

.main-footer .links-widget ul li a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    line-height: 24px;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .links-widget ul li a:hover {
    color: #feab00;
}

.main-footer .links-widget ul li a:before {
    font-family: 'Flaticon';
    content: "\f196";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    z-index: 5;
    opacity: 0.50;
}

.main-footer .links-widget ul li a:hover:before {
    opacity: 1;
}

.main-footer .gallery-widget .images {
    position: relative;
    margin: 0px -5px;
}

.main-footer .gallery-widget .images .image {
    position: relative;
    float: left;
    width: 33.333%;
    display: block;
    margin: 0 0 10px;
    padding: 0px 5px;
}

.main-footer .gallery-widget .images img {
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .gallery-widget .images img:hover {
    opacity: 0.70;
}

.main-footer .footer-bottom {
    position: relative;
    line-height: 24px;
    color: #a6a6a6;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.main-footer .footer-bottom .inner {
    position: relative;
    padding: 35px 0px 25px;
}

.main-footer .footer-bottom .scroll-top-footer {
    position: absolute;
    left: 50%;
    top: -24px;
    background: #feab00;
    color: #ffffff;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    line-height: 48px;
    text-align: center;
    border-radius: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-footer .footer-bottom .scroll-top-footer:hover {
    background: #24345d;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    float: left;
}

.main-footer .footer-bottom .copyright a {
    color: #ffffff;
}

.main-footer .footer-bottom .footer-nav {
    position: relative;
    float: right;
}

.main-footer .footer-bottom .footer-nav ul li {
    position: relative;
    float: left;
    margin-left: 23px;
    line-height: 24px;
}

.main-footer .footer-bottom .footer-nav ul li:before {
    content: '|';
    position: absolute;
    left: -13px;
    top: 0;
    line-height: 24px;
}

.main-footer .footer-bottom .footer-nav ul li:first-child:before {
    display: none;
}

.main-footer .footer-bottom .footer-nav ul li a {
    position: relative;
    color: #a6a6a6;
}

.main-footer .footer-bottom .footer-nav ul li a:hover {
    color: #feab00;
}

.main-footer .footer-logo-box {
    position: relative;
    margin-bottom: 10px;
}

.main-footer .about-text {
    position: relative;
    max-width: 320px;
    margin-bottom: 25px;
}

.footer-social {
    position: relative;
}

.footer-bottom .tvt-box {
	margin-top:-70px;
	width: 250px;
}

.footer-bottom .tvt-medal {
	width:120px;
	margin-top:-130px;
}
.footer-bottom .tvt-medal img {
}

@media (max-width: 991px) {
	.footer-bottom .tvt-box {
		margin-top:15px;
		margin-left:auto;
		margin-right:auto;
		width: 215px;
	}
	
	.footer-bottom .tvt-medal {
		float:none !important;
		margin-top:15px;
		margin-left:auto;
		margin-right:auto;
	}
}


/*** 

====================================================================
	History Section
====================================================================

***/

.history-section {
    position: relative;
    padding: 110px 0px;
}

.history-section .carousel-box {
    position: relative;
}

.history-section .carousel-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 47px;
    width: 100%;
    border-bottom: 4px solid #f3f9fb;
}

.history-section .carousel-box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 46px;
    width: 25%;
    margin-right: -25px;
    border-bottom: 6px solid #ffffff;
}

.history-block {
    position: relative;
    display: block;
}

.history-block .inner-box {
    position: relative;
    display: block;
}

.history-block .date {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.history-block .round-dot {
    position: relative;
    display: block;
    font-size: 20px;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 6px solid #30adcd;
    outline: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.history-block:hover .round-dot {
    border-color: #e2bc2f;
    outline-color: #ffffff;
}

.default-theme .history-block:hover .round-dot {
    border-color: #feab00;
    outline-color: #ffffff;
}

.history-block .title {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

.history-block .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    border-bottom: 3px solid #e2bc2f;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.history-block:hover .title:before {
    width: 60px;
}

.default-theme .history-block .title:before {
    border-bottom-color: #dddddd;
}

.history-section .owl-dots {
    display: none;
}

.history-section .owl-theme .owl-nav {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.history-section .owl-theme .owl-nav .owl-prev,
.history-section .owl-theme .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #cccccc;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.history-section .owl-theme .owl-nav .owl-prev:hover,
.history-section .owl-theme .owl-nav .owl-next:hover {
    color: #24345d;
    border-color: #24345d;
}


/*** 

====================================================================
	Testimonials Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 60px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

.testimonial-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial-section .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #30adcd;
    opacity: 0.90;
}

.testimonial-section .carousel-box {
    position: relative;
    padding-left: 330px;
    min-height: 420px;
}

.testimonial-section .carousel-box .title-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 420px;
    height: 420px;
    background: #63c1d9;
    border: 15px solid #4cb8d5;
    border-radius: 50%;
}

.testimonial-section .carousel-box .title-inner {
    position: relative;
    padding: 90px 50px 0px 75px;
}

.testimonial-section .carousel-box .title-box h2 {
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 300;
}

.testimonial-section .content-box {
    position: relative;
    padding-top: 90px;
}

.testimonial-section .slide-item {
    position: relative;
    display: block;
}

.testimonial-section .slide-item .icon {
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 20px;
    color: #e2bc2f;
    -ms-transform: rotate(180deg) translateX(-50px);
    transform: rotate(180deg) translateX(-50px);
    opacity: 0;
}

.testimonial-section .active .slide-item .icon {
    opacity: 1;
    -ms-transform: rotate(180deg) translateX(0px);
    transform: rotate(180deg) translateX(0px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.testimonial-section .slide-item .inner {
    position: relative;
    display: block;
    padding-left: 210px;
    min-height: 200px;
}

.testimonial-section .slide-item .testi-thumb {
    position: absolute;
    left: 0;
    top: 50px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: rotate(90deg) scale(0.5);
    -moz-transform: rotate(90deg) scale(0.5);
    -ms-transform: rotate(90deg) scale(0.5);
    -o-transform: rotate(90deg) scale(0.5);
    transform: rotate(90deg) scale(0.5);
}

.testimonial-section .active .slide-item .testi-thumb {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.testimonial-section .slide-item .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.65em;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.testimonial-section .active .slide-item .text {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.testimonial-section .slide-item .info {
    position: relative;
    display: block;
    padding-left: 38px;
    font-weight: 600;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.testimonial-section .active .slide-item .info {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.testimonial-section .slide-item .info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 30px;
    border-bottom: 3px solid #ffffff;
}

.testimonial-section .owl-nav {
    display: none;
}

.testimonial-section .owl-dots {
    position: absolute;
    right: -80px;
    top: 75px;
}

.testimonial-section .owl-dots .owl-dot {
    position: relative;
    display: block;
    margin: 0px 0px 12px;
}

.testimonial-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 50%;
}

.testimonial-section .owl-dots .owl-dot.active span {
    background: #ffffff;
    border-color: #ffffff;
}


/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 170px 0px 0px;
    z-index: 1;
}

.contact-section.contact-page {
    padding: 100px 0px 0px;
}

.contact-section .map-image-layer,
.contact-section .map-layer,
.contact-section .map-layer .map-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact-section .content-box {
    position: relative;
    top: 70px;
    padding: 0;
    padding-right: 420px;
    background: #84b040;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.contact-section.contact-page .content-box {
    top: 64px;
}

.contact-section .content-box .image-layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 420px;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-section .content-box .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
}

.contact-section .form-box {
    position: relative;
    padding: 65px 70px 45px;
    background: #84b040;
    color: #ffffff;
}

.contact-section .form-box .row {
    margin: 0px -10px;
}

.contact-section .form-box .form-group {
    margin-bottom: 20px;
    padding: 0px 10px;
}

.contact-section .form-box .form-group input,
.contact-section .form-box .form-group select,
.contact-section .form-box .form-group textarea {
    border-color: rgba(255, 255, 255, 0.50);
    background: none;
    color: #ffffff;
    max-height: 100px;
}

.contact-section .form-box .form-group input:focus,
.contact-section .form-box .form-group textarea:focus,
.contact-section .form-box .form-group select:focus {
    border-color: rgba(255, 255, 255, 1);
}

.contact-section .form-box ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
    font-style: normal;
}

.contact-section .form-box ::-moz-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
    font-style: normal;
}

.contact-section .form-box ::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
    font-style: normal;
}

.contact-section .btn-style-eight .btn-title:before {
    background: #ffffff;
}

.contact-section .btn-style-eight:hover .btn-title {
    color: #2f333c;
}

.contact-section .btn-style-eight:hover .btn-icon {
    border-color: rgba(0, 0, 0, 0.10);
}

.contact-section .info-box {
    position: absolute;
    right: 0;
    bottom: 65px;
    width: 100%;
    padding: 25px 20px 22px 70px;
    background: #ffffff;
    color: #2f333c;
    line-height: 1.5em;
    font-weight: 500;
}

.contact-section .info-box .subtitle {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.contact-section .info-box .phone {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
}

.contact-section .info-box .phone a {
    position: relative;
    color: #2f333c;
}

.contact-section .info-box .phone .icon {
    padding-right: 5px;
    vertical-align: middle;
}

.contact-section .info-blocks {
    position: relative;
}

.contact-section .info-blocks .info-block {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.contact-section .info-block .inner {
    position: relative;
    display: block;
    padding: 45px 20px 40px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.contact-section .info-block .icon {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-section .info-block strong {
    display: block;
    margin-bottom: 15px;
}

.contact-section .info-block ul li {
    display: block;
    font-size: 18px;
    line-height: 1.5em;
}

.contact-section .info-block ul li a {
    color: #222222;
}

.contact-section .info-block ul li a:hover {
    color: #84b040;
    text-decoration: underline;
}


/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data h6 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 7px;
    color: #121212;
}

.map-canvas {
    height: 650px;
}

.map-section .google-map {
    height: 650px;
}


/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four {
    position: relative;
    padding: 100px 0px;
    background: #f9f9f9;
}

.services-section-four.default-theme {
    background: #f9f9f9 url(../images/background/dotted-pattern.png) repeat;
}

.services-section-four .upper-content {
    max-width: 870px;
    text-align: center;
    margin: 0 auto 60px;
}

.services-section-four .upper-content .sec-title {
    margin-bottom: 40px;
}

.service-block-five {
    position: relative;
    margin-bottom: 30px;
}

.service-block-five .inner-box {
    position: relative;
    display: block;
    padding-top: 35px;
}

.service-block-five .image-box {
    position: relative;
    display: block;
    border: 9px solid #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.10);
}

.service-block-five .image-box .image {
    position: relative;
    display: block;
}

.service-block-five .image-box .image img {
    position: relative;
    display: block;
    width: 100%;
}

.service-block-five .title-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 30px;
}

.service-block-five .title-inner {
    position: relative;
    display: table;
    width: 100%;
    height: 80px;
    padding: 10px 20px;
    padding-left: 90px;
    background: #f6f6f6;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.service-block-five .title-inner .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 100%;
    background: #1c2460;
    color: #ffffff;
    font-size: 36px;
    line-height: 80px;
    text-align: center;
}

.default-theme .service-block-five .title-inner .icon {
    background: #3f6ee3;
}

.service-block-five .inner-box:hover .title-inner .icon {
    background: #e65628;
}

.default-theme .service-block-five .inner-box:hover .title-inner .icon {
    background: #51c106;
}

.service-block-five .title-box h3 {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.service-block-five .title-box h3 a {
    color: #222222;
}

.service-block-five .title-box h3 a:hover {
    color: #e85728;
}

.default-theme .service-block-five .title-box h3 a:hover {
    color: #51c106;
}

.service-block-five .hover-box {
    position: absolute;
    display: block;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #ffffff;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-five .inner-box:hover .hover-box {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.service-block-five .hover-inner {
    position: absolute;
    display: table;
    vertical-align: middle;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1000ms ease 500ms;
    -moz-transition: all 1000ms ease 500ms;
    -ms-transition: all 1000ms ease 500ms;
    -o-transition: all 1000ms ease 500ms;
    transition: all 1000ms ease 500ms;
}

.service-block-five .inner-box:hover .hover-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.service-block-five .hover-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 50px 20px 20px;
}

.service-block-five .hover-inner .text {
    position: relative;
    margin-bottom: 20px;
}

.service-block-five .hover-inner .link-box {
    position: relative;
}

.service-block-five .hover-inner .link-box a {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #e85728;
    text-transform: capitalize;
}

.default-theme .service-block-five .hover-inner .link-box a {
    color: #51c106;
}

.service-block-five .hover-inner .link-box a .txt {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #e85728;
}

.default-theme .service-block-five .hover-inner .link-box a .txt {
    border-bottom-color: #51c106;
}

.service-block-five .hover-inner .link-box a .icon {
    position: relative;
    top: 2px;
    color: #ffffff;
    font-size: 16px;
    padding-left: 7px;
    font-weight: 600;
    text-decoration: none;
}

.service-block-five .hover-inner .link-box a:hover .txt {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.services-section-four .bottom-text {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.services-section-four .bottom-text .text {
    position: relative;
    font-size: 20px;
    line-height: 1.5em;
}

.services-section-four .bottom-text .text .phone,
.services-section-four .bottom-text .text .phone a {
    color: #e85728;
    font-weight: 600;
}

.default-theme.services-section-four .bottom-text .text .phone,
.default-theme.services-section-four .bottom-text .text .phone a {
    color: #3e6cdf;
}

.services-section-four .bottom-text .text .phone a:hover {
    text-decoration: underline;
}


/*** 

====================================================================
	Testimonials Section Three
====================================================================

***/

.testimonial-section-three {
    position: relative;
    padding: 100px 0px;
    background: #f9f9f9 url(../images/background/dotted-pattern.png) repeat;
    text-align: center;
}

.alternate.testimonial-section-three {
    background: #ffffff;
}

.testimonial-section-three .auto-container {
    max-width: 980px;
}

.testimonial-section-three .sponsors-outer {
    padding-top: 100px;
}

.testimonial-section-three .sponsors-outer .auto-container {
    max-width: 1300px;
}

.alternate.testimonial-section-three .sec-title .subtitle {
    padding-top: 0;
    padding-bottom: 5px;
}

.testimonial-section-three .content-box {
    position: relative;
}

.testimonial-section-three .slide-item {
    position: relative;
    display: block;
}

.testimonial-section-three .slide-item .inner {
    position: relative;
    display: block;
}

.testimonial-section-three .slide-item .testi-thumb {
    position: relative;
    display: block;
    width: 125px;
    height: 125px;
    margin: 0 auto 35px;
    border-radius: 50%;
}

.testimonial-section-three .slide-item .testi-thumb img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.testimonial-section-three .slide-item .testi-thumb .quote-icon {
    position: absolute;
    left: -80px;
    top: 50%;
    line-height: 40px;
    color: #dde0e8;
    margin-top: -20px;
    font-size: 40px;
}

.testimonial-section-three .slide-item .testi-thumb .quote-icon.right {
    position: absolute;
    right: -80px;
    left: auto;
    top: 50%;
    line-height: 40px;
    color: #dde0e8;
    margin-top: -20px;
}

.testimonial-section-three .slide-item .info {
    position: relative;
    display: block;
    padding-top: 30px;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
}

.testimonial-section-three .slide-item .content {
    position: relative;
    display: block;
}

.testimonial-section-three .slide-item .text {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: 'Merriweather', serif;
    font-style: italic;
    line-height: 1.6em;
}

.testimonial-section-three .owl-nav {
    display: none;
}

.testimonial-section-three .owl-dots {
    position: relative;
    padding-top: 50px;
}

.testimonial-section-three .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.testimonial-section-three .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 8px;
    background: #cccccc;
    border-radius: 5px;
}

.testimonial-section-three .owl-dots .owl-dot.active span {
    width: 18px;
    background: #ee2d50;
    border-color: #ee2d50;
}


/*** 

====================================================================
	Dedicated Projects
====================================================================

***/

.dedicated-projects {
    position: relative;
    padding: 100px 0px 70px;
}

.project-block-three {
    position: relative;
    margin-bottom: 30px;
}

.masonry-gallery {
    position: relative;
}

.project-block-three .inner-box {
    position: relative;
    display: block;
    text-align: center;
}

.project-block-three .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-three .image {
    position: relative;
    display: block;
    margin: 0;
}

.project-block-three .image img {
    display: block;
    width: 100%;
}

.project-block-three .image-box .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.70);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.0));
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block-three .inner-box:hover .image-box .overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.project-block-three .image-box .overlay a {
    color: #ffffff;
}

.project-block-three .image-box .overlay .zoom-btn {
    font-size: 24px;
    margin-bottom: 15px;
}

.project-block-three .image-box .overlay .more-link a {
    text-decoration: underline;
    font-weight: 600;
}

.project-block-three .image-box .overlay .over-inner {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0px 20px;
}

.project-block-three .image-box .overlay .title {
    position: relative;
}

.project-block-three .image-box .overlay .title h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.project-block-three .image-box .overlay .cat,
.project-block-three .image-box .overlay .cat a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #e85728;
}

.default-theme .project-block-three .image-box .overlay .cat,
.default-theme .project-block-three .image-box .overlay .cat a {
    color: #feab00;
}

.project-block-three .image-box .overlay .title h3 a:hover {
    color: #e85728;
}

.default-theme .project-block-three .image-box .overlay .title h3 a:hover {
    color: #feab00;
}


/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section {
    position: relative;
    background: #eef6f9;
    padding: 110px 0px 70px;
}

.team-section.default-theme {
    background: none;
}

.team-section .title-box {
    position: relative;
    padding-bottom: 20px;
}

.team-section .title-box .sec-title {
    position: relative;
    float: left;
    margin-bottom: 30px;
}

.team-section .title-box .link-box {
    position: relative;
    float: right;
    padding-top: 30px;
}

.team-section .title-box .link-box a {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #0a394d;
    text-transform: capitalize;
}

.team-section .title-box .link-box a .txt {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #0a394d;
}

.team-section .title-box .link-box a .icon {
    position: relative;
    top: 1px;
    font-size: 16px;
    padding-left: 7px;
    font-weight: 600;
    color: #d73441;
}

.team-section .title-box .link-box a:hover {
    color: #d73441;
}

.team-section .title-box .link-box a:hover .txt {
    border-bottom-color: inherit;
}

.team-section .title-box .link-box a:hover .icon {
    color: #d73441;
}

.team-block {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.owl-theme .team-block {
    margin: 0px 0px;
}

.team-block .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block .image-box,
.team-block .image,
.team-block .image img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.team-block .social-links {
    position: absolute;
    right: -50px;
    top: 20px;
    width: 42px;
    padding: 7px 0px;
    background: #d73441;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-section.default-theme .social-links {
    background: #feab00;
}

.team-block:hover .social-links {
    right: 20px;
    opacity: 1;
}

.team-block .social-links li {
    position: relative;
    display: block;
    margin: 0;
}

.team-block .social-links li a {
    position: relative;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-block .social-links li a:hover {
    color: rgba(255, 255, 255, 0.70);
}

.team-block .lower-box {
    position: relative;
    padding: 35px 10px 0px;
}

.team-block .lower-box h3 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #222222;
}

.team-block .lower-box h3 a {
    color: #222222;
}

.team-block .lower-box h3 a:hover {
    color: #d73441;
}

.team-block .lower-box .info {
    position: relative;
    color: #666666;
    line-height: 1.5em;
}


/*** 

====================================================================
	Page Banner Style
====================================================================

***/

.page-banner {
    position: relative;
    color: #ffffff;
    text-align: center;
    padding: 180px 0px 80px;
    background-color: #25283a;
    z-index: 2;
}

.page-banner .image-layer {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.45;
}

.page-banner .auto-container {
    position: relative;
    z-index: 1;
}

.page-banner h1 {
    position: relative;
    font-size: 72px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.page-banner .breadcrumb-box {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
}

.page-banner .bread-crumb {
    position: relative;
    display: inline-block;
}

.page-banner .bread-crumb li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin-left: 40px;
    color: #ffffff;
    letter-spacing: 0.02em;
    font-size: 16px;
    font-weight: 500;
}

.page-banner .bread-crumb li:before {
    font-family: 'Flaticon';
    content: '\f196';
    position: absolute;
    right: -40px;
    width: 40px;
    top: 0px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    font-weight: 700;
}

.page-banner .bread-crumb li:first-child {
    margin-left: 0px;
}

.page-banner .bread-crumb li:last-child:before {
    display: none;
}

.page-banner .bread-crumb li a {
    position: relative;
    color: #ffffff;
    display: block;
    line-height: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-banner .bread-crumb li a:hover {
    text-decoration: underline;
}


/*** 

====================================================================
	About SectionFour
====================================================================

***/

.about-section-four {
    position: relative;
    padding: 110px 0px 60px;
    overflow: hidden;
}

.about-section-four .pattern-image-left {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: auto;
    height: auto;
}

.about-section-four .pattern-image-right {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: auto;
    height: auto;
}

.about-section-four .title-column {
    position: relative;
}

.about-section-four .title-column .inner {
    position: relative;
    display: block;
    padding-right: 30px;
}

.about-section-four .text-column {
    position: relative;
    margin-bottom: 100px;
}

.about-section-four .text-column .inner {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-top: 30px;
}

.about-section-four .text-column .text-content {
    position: relative;
}

.about-section-four .text-column .text-content p {
    margin-bottom: 25px;
}

.about-section-four .text-column .signature {
    position: relative;
    float: left;
    font-size: 18px;
    padding-top: 30px;
    font-family: 'Signature', cursive;
    line-height: 1.5em;
    font-weight: 700;
}

.about-section-four .lower-content {
    position: relative;
}

.about-section-four .default-block {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.about-section-four .default-block .image-box,
.about-section-four .default-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.about-section-four .default-block .lower-box {
    position: relative;
    display: block;
    padding: 35px 20px 0px;
}

.about-section-four .default-block h3 {
    font-size: 24px;
    font-weight: 500;
    color: #feab00;
}
.about-section-four .default-block .text {
		color: #222222;
}

.about-section-four .default-block .count {
    position: absolute;
    right: -7px;
    bottom: 0;
    font-size: 150px;
    color: #24345d;
    opacity: 0.08;
    font-weight: 500;
    line-height: 0.40em;
}


/*** 

====================================================================
	Projects Section Three
====================================================================

***/

.projects-section-three {
    position: relative;
    padding: 0px 0px;
}

.projects-section-three .outer-container {
    position: relative;
    overflow: hidden;
}

.projects-section-three .image-column {
    position: absolute;
    right: 0;
    top: 0;
    float: left;
    width: 50%;
    height: 100%;
}

.projects-section-three .text-column {
    position: relative;
    float: left;
    width: 50%;
}

.projects-section-three .text-column .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #24345d;
}

.projects-section-three .text-column .inner {
    position: relative;
    float: right;
    width: 100%;
    max-width: 680px;
    padding: 110px 20px;
}

.projects-section-three .content {
    position: relative;
    max-width: 530px;
    color: #ffffff;
}

.projects-section-three .content .title {
    position: relative;
    margin-bottom: 20px;
}

.projects-section-three .content .title .sub-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.projects-section-three .content .title .sub-title .icon {
    position: relative;
    top: 2px;
    font-size: 18px;
    line-height: 24px;
    padding-right: 5px;
}

.projects-section-three .content .title h2 {
    position: relative;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
    margin: 0;
}

.projects-section-three .content .text {
    position: relative;
    margin: 0 0 25px;
}

.projects-section-three .content .features {
    position: relative;
    margin-bottom: 40px;
}

.projects-section-three .content .features li {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 7px;
}

.projects-section-three .content .features li .gap-icon {
    position: relative;
    font-size: 20px;
    padding-right: 5px;
}

.projects-section-three .image-column .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.projects-section-three .image-column .text-over-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.projects-section-three .image-column .text-over-block:nth-child(2) {
    left: 50%;
}

.projects-section-three .text-over-block .inner-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
}

.projects-section-three .text-over-block .block-image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
}

.projects-section-three .text-over-block .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 20px 30px;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.projects-section-three .text-over-block:hover .title {
    opacity: 0;
    visibility: hidden;
}

.projects-section-three .text-over-block .block-image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: rgba(0, 0, 0, 0.70);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.0));
}

.projects-section-three .text-over-block .title .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    font-size: 48px;
    line-height: 32px;
}

.projects-section-three .text-over-block .title .txt {
    position: relative;
}

.projects-section-three .text-over-block:hover .over-link {
    opacity: 1;
}

.projects-section-three .text-over-block .over-link .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -15px;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.text-over-block .inner-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    color: #ffffff;
    background: rgba(64, 111, 230, 0.90);
    opacity: 0.5;
    visibility: hidden;
    transform: translateY(-100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.text-over-block .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    -webkit-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
}

.text-over-block .inner-box .overlay a {
    color: #ffffff;
}

.text-over-block .inner-box .overlay .icon-box {
    position: relative;
    font-size: 54px;
    margin-bottom: 20px;
    line-height: 1em;
}

.text-over-block .inner-box .overlay .over-inner {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 50px;
}

.text-over-block .inner-box .overlay h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.text-over-block .inner-box .overlay .cat,
.text-over-block .inner-box .overlay .cat a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}

.text-over-block .inner-box .overlay h3 a:hover {
    text-decoration: underline;
}


/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 110px 0px 80px;
}

.sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 30px;
}

.service-details {
    position: relative;
}

.service-details .service-title {
    margin-bottom: 40px;
}

.service-details .details-inner {
    position: relative;
}

.service-details .main-image {
    position: relative;
    margin-bottom: 40px;
}

.service-details .main-image img {
    width: 100%;
}

.service-details .text-content,
.service-details .text-block {
    position: relative;
}

.service-details .text-block p,
.service-details .text-content p {
    margin-bottom: 25px;
}

.service-details .text-block h3,
.service-details .text-content h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-details .featured-list {
    position: relative;
    text-align: center;
    max-width: 600px;
    padding: 10px 0px 0px;
    margin: 0 auto;
}

.service-details .featured-list ul {
    position: relative;
    margin: 0px -15px;
}

.service-details .featured-list ul li {
    position: relative;
    float: left;
    width: 30%;
    padding: 0px 15px;
    font-weight: 700;
    font-size: 14px;
    color: #222222;
    text-transform: uppercase;
    line-height: 1.4em;
    margin-bottom: 50px;
}

.service-details .featured-list ul li:nth-child(2) {
    width: 40%;
}

.service-details .featured-list ul li:nth-child(2):before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #cccccc;
}

.service-details .featured-list ul li:nth-child(2):after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #cccccc;
}

.service-details .featured-list ul li .icon {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 64px;
    line-height: 1em;
    color: #24345d;
    margin: 0 0 20px;
}

.service-details .featured-list ul li:nth-child(2) .icon {
    color: #feab00;
}

.service-details .featured-list-two {
    position: relative;
    max-width: 600px;
    padding: 10px 0px;
}

.service-details .featured-list-two ul {
    position: relative;
}

.service-details .featured-list-two ul li {
    position: relative;
    padding: 20px 25px;
    font-weight: 600;
    font-size: 14px;
    color: #222222;
    text-transform: uppercase;
    line-height: 30px;
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
}

.service-details .featured-list-two ul li .icon {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 30px;
    line-height: 24px;
    vertical-align: middle;
    margin: 0 20px 0 0;
    color: #24345d;
}

.service-details .featured-link-block {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.service-details .featured-link-block .inner {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.service-details .featured-link-block .image,
.service-details .featured-link-block img {
    position: relative;
    display: block;
    width: 100%;
}

.service-details .featured-link-block .caption-box {
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 0px 20px;
    z-index: 1;
    width: 100%;
}

.service-details .featured-link-block .caption-box .title {
    position: relative;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.service-details .featured-link-block .caption-box .title a {
    position: relative;
    display: block;
    padding: 16px 15px 14px;
    line-height: 30px;
    background: #ffffff;
    border-left: 4px solid #24345d;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
    color: #222222;
    display: block;
}

.service-details .featured-link-block .caption-box .title a:hover {
    color: #24345d;
}


/* Sidebar */

.sidebar-page-container .sidebar-side {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .sidebar {
    position: relative;
}

.sidebar-page-container .service-sidebar {
    padding-left: 20px;
}

.sidebar-page-container .blog-sidebar {
    padding-left: 30px;
}

.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.sidebar .sidebar-widget .widget-inner {
    position: relative;
    display: block;
}

.sidebar .services-widget ul {
    position: relative;
    display: block;
}

.sidebar .services-widget ul li {
    position: relative;
    display: block;
    background: url(../images/background/bg-pattern-1.png) center center repeat;
    margin-bottom: 15px;
}

.sidebar .services-widget ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-left: 3px solid #feab00;
    background: #444444;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .services-widget ul li:hover:before,
.sidebar .services-widget ul li.active:before {
    width: 100%;
}

.sidebar .services-widget ul li a {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(82, 195, 6, 0.20);
    padding: 15px 20px;
    line-height: 36px;
    color: #222222;
    font-size: 18px;
    text-transform: capitalize;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar .services-widget ul li:hover a,
.sidebar .services-widget ul li.active a,
.sidebar .services-widget ul li:hover .icon,
.sidebar .services-widget ul li.active .icon {
    color: #ffffff;
}

.sidebar .services-widget ul li .icon {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 36px;
    line-height: 36px;
    color: #cfcfe2;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .info-widget {
    text-align: center;
}

.sidebar .info-widget .widget-inner {
    background: #feab00;
    color: #ffffff;
}

.sidebar .info-widget .lower {
    display: block;
    padding: 30px 20px;
}

.sidebar .info-widget .image {
    position: relative;
    display: block;
    margin: 0;
}

.sidebar .info-widget .image img {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar .info-widget .subtitle {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.sidebar .info-widget .icon-box {
    position: relative;
    display: block;
    font-size: 54px;
    line-height: 1em;
    margin-bottom: 30px;
}

.sidebar .info-widget .phone {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 5px;
}

.sidebar .info-widget .phone a {
    display: inline-block;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.sidebar .info-widget .email {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.5em;
}

.sidebar .info-widget .email a {
    color: #ffffff;
}

.sidebar .downloads-widget {
    position: relative;
}

.sidebar .downloads-widget h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.sidebar .downloads-widget .widget-inner {
    background: #f6f8ff;
    padding: 50px 50px 30px;
}

.sidebar .downloads-widget li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.sidebar .downloads-widget li:last-child {
    border-bottom: none;
}

.sidebar .downloads-widget li a {
    position: relative;
    display: block;
    padding: 15px 0px;
    line-height: 30px;
    font-weight: 500;
    color: #222222;
    text-transform: uppercase;
}

.sidebar .downloads-widget li .fa,
.sidebar .downloads-widget li .far {
    position: relative;
    padding-right: 10px;
    font-size: 20px;
    top: 2px;
}

.sidebar .downloads-widget li a:hover {
    color: #24345d;
}


/*** 

====================================================================
		Styled Pagination
====================================================================

***/

.pagination-box {
    position: relative;
    padding-top: 30px;
}

.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 7px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 16px;
    height: 44px;
    min-width: 44px;
    padding: 6px 5px;
    text-align: center;
    color: #333333;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
    background: #444444;
    border-color: #444444;
}

.styled-pagination li .next,
.styled-pagination li .prev {
    border: none;
    color: #333333 !important;
    background: none !important;
    text-decoration: underline;
    text-transform: uppercase;
}


/*** 

====================================================================
	FAQs Section
====================================================================

***/

.faq-section {
    position: relative;
    padding: 80px 0px;
}

.faq-section .faq-container {
    position: relative;
    max-width: 950px;
    margin: 0 auto;
}
.faq-section .faq-container h2 {
	font-weight:bold;
	font-size: 28px;
	color: #424242;
}

.accordion-box {
    position: relative;
    margin-bottom: 80px;
}

.accordion-box:last-of-type {
    margin-bottom: 0;
}

.accordion-box .block {
    position: relative;
    padding-left: 20px;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    padding: 18px 0px;
    padding-right: 50px;
    color: #2b265a;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .icon {
    position: absolute;
    right: 3px;
    top: 16px;
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    height: 30px;
    line-height: 30px;
    color: #feab00;
}

.accordion-box .block .acc-btn.active .icon:before {
    content: "\f135";
    font-family: "Flaticon";
}

.accordion-box .block .acc-btn.active {
    background-color: #ffffff;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    border-top: 2px solid transparent;
}

.accordion-box .block .content {
    position: relative;
    padding: 25px 0;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.accordion-box .block.current .acc-content {
    display: block;
}

.accordion-box .block.active-block .acc-content {
    border-top-color: #24345d;
}

.accordion-box .block .content .text {
    position: relative;
    display: block;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.6em;
    color: #5b5b5b;
}


/*** 

====================================================================
	Blog Sidebar Section
====================================================================

***/

.sidebar-page-container .pagination-box {
    padding-top: 0;
}

.news-block-four {
    position: relative;
    margin-bottom: 70px;
}

.news-block-four .inner-box {
    position: relative;
    display: block;
    padding: 0px 30px 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-four .inner-box:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    background: #f6f8ff;
}

.news-block-four .image-box,
.news-block-four .image,
.news-block-four .image img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.news-block-four .inner-box .post-date {
    position: absolute;
    right: 25px;
    bottom: -30px;
    width: 72px;
    height: 72px;
    line-height: 24px;
    text-align: center;
    padding: 12px 5px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

.news-block-four .inner-box .post-date .day {
    display: block;
    font-size: 32px;
    color: #feab00;
    font-weight: 700;
    line-height: 1.1em;
}

.news-block-four .inner-box .post-date .month {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1em;
    text-transform: uppercase;
}

.news-block-four .lower-box {
    position: relative;
    padding: 40px 25px 50px;
}

.news-block-four .lower-box h3 {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 28px;
    margin-bottom: 15px;
    color: #222222;
}

.news-block-four .lower-box h3 a {
    color: #222222;
}

.news-block-four .lower-box h3 a:hover,
.news-block-four .meta-info a:hover {
    color: #feab00;
}

.news-block-four .lower-box .text {
    position: relative;
    margin-bottom: 25px;
}

.news-block-four .lower-row {
    position: relative;
}

.news-block-four .meta-info {
    position: relative;
    float: left;
    color: #777777;
    padding-top: 15px;
}

.news-block-four .meta-info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    border-bottom: 3px solid #feab00;
}

.news-block-four .meta-info a {
    position: relative;
    color: #777777;
}

.news-block-four .link-box {
    position: relative;
    float: right;
    padding-top: 10px;
}

.news-block-four .link-box a {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #24345d;
    text-transform: capitalize;
}

.news-block-four .link-box a .txt {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid;
}

.news-block-four .link-box a .icon {
    position: relative;
    top: 2px;
    font-size: 16px;
    padding-left: 7px;
    color: #feab00;
}

.news-block-four .link-box a:hover {
    color: #feab00;
}

.sidebar-title {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.sidebar-title h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.15em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.sidebar-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.sidebar-title .bottom-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.sidebar-title .bottom-dots .dot {
    position: relative;
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    border-right: 3px solid #24345d;
    margin-right: 3px;
}

.sidebar-title .bottom-dots .line-dot {
    border-right: 40px solid #24345d;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 14px 50px 14px 30px;
    border: 1px solid #f0f0f0;
    background: #ffffff;
    color: #222222;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color: #feab00;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 54px;
    width: 54px;
    line-height: 56px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: #feab00;
    font-weight: normal;
    border-radius: 30px;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
    background: #222222;
}

.sidebar .recent-posts .post {
    position: relative;
    font-size: 14px;
    color: #777777;
    padding: 0px 0px 25px 115px;
    min-height: 121px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
}

.sidebar .recent-posts .post:last-child {
    margin-bottom: 0px;
}

.sidebar .recent-posts .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 95px;
    height: 95px;
    border-radius: 0;
}

.sidebar .recent-posts .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar .recent-posts .text {
    font-size: 18px;
    line-height: 1.4em;
    color: #222222;
    font-weight: 500;
    margin-bottom: 5px;
}

.sidebar .recent-posts .text a {
    color: #333333;
}

.sidebar .recent-posts .text a:hover {
    color: #24345d;
}

.sidebar .recent-posts .post .date {
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #777777;
}

.sidebar .popular-tags .tags-list li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 7px 0px;
}

.sidebar .popular-tags .tags-list li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 8px 20px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 16px;
    color: #222222;
    text-transform: capitalize;
    border-radius: 2px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags .tags-list li a:hover {
    background-color: #feab00;
    border-color: #feab00;
    color: #ffffff;
}

.sidebar .archives ul {
    position: relative;
}

.sidebar .archives ul li {
    position: relative;
    line-height: 30px;
    font-size: 17px;
    padding: 12px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.sidebar .archives ul li:last-child {
    padding-bottom: 0;
    border: none;
}

.sidebar .archives ul li:first-child {
    padding-top: 0;
}

.sidebar .archives ul li a {
    position: relative;
    color: #222222;
    display: block;
    font-weight: 500;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .archives ul li a:before {
    font-family: 'Flaticon';
    content: "\f196";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #feab00;
    z-index: 5;
    opacity: 0;
}

.sidebar .archives ul li a:hover:before,
.sidebar .archives ul li.active a:before {
    opacity: 1;
    transition: all 300ms ease 200ms;
    -webkit-transition: all 300ms ease 200ms;
    -ms-transition: all 300ms ease 200ms;
    -o-transition: all 300ms ease 200ms;
    -moz-transition: all 300ms ease 200ms;
}

.sidebar .archives ul li a:hover,
.sidebar .archives ul li.active a {
    color: #24345d;
    padding-left: 25px;
}

.post-details {
    position: relative;
    display: block;
    background: #f6f8ff;
    margin-bottom: 70px;
}

.post-details .image-box,
.post-details .image,
.post-details .image img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.post-details .image-box .post-date {
    position: absolute;
    right: 25px;
    bottom: -30px;
    width: 72px;
    height: 72px;
    line-height: 24px;
    text-align: center;
    padding: 12px 5px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

.post-details .image-box .post-date .day {
    display: block;
    font-size: 32px;
    color: #feab00;
    font-weight: 700;
    line-height: 1.1em;
}

.post-details .image-box .post-date .month {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1em;
    text-transform: uppercase;
}

.post-details .lower-box {
    position: relative;
    padding: 40px 40px 50px;
}

.post-details .lower-box h2 {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 15px;
    color: #222222;
}

.post-details .lower-box h3 {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 5px;
    color: #222222;
}

.post-details .lower-box .text {
    position: relative;
    margin-bottom: 25px;
}

.post-details .meta-info {
    position: relative;
    color: #777777;
    padding-bottom: 20px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 15px;
}

.post-details .meta-info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    border-bottom: 3px solid #feab00;
}

.post-details .meta-info a {
    position: relative;
    color: #777777;
}

.post-details .meta-info a:hover {
    color: #feab00;
}

.post-details blockquote {
    position: relative;
    display: block;
    padding: 50px 70px 50px 50px;
    background: #24345d;
    color: #ffffff;
    margin: 40px 0px;
}

.post-details blockquote .text {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.post-details blockquote .info {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #24345d;
}

.post-details blockquote .icon {
    position: absolute;
    right: 30px;
    bottom: 20px;
    color: #feab00;
    font-size: 64px;
    line-height: 1em;
    font-weight: 700;
    opacity: 0.25;
}

.post-details blockquote .icon span {
    position: relative;
    display: block;
    font-weight: 700;
    text-shadow: 0px 0px 1px #84b040;
}

.post-details .image-column {
    margin-bottom: 40px;
}

.post-details .text-column {
    margin-bottom: 20px;
}

.post-details .text-column .sub-text {
    color: #777777;
}

.post-details .lower-row {
    position: relative;
    padding-top: 20px;
}

.post-details .lower-row .tags {
    position: relative;
    float: left;
    line-height: 24px;
    padding-top: 6px;
}

.post-details .lower-row .tags strong {
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 10px;
}

.post-details .lower-row .tags a {
    color: #222222;
}

.post-details .lower-row .tags a:hover {
    text-decoration-line: underline;
}

.post-details .lower-row .social {
    position: relative;
    float: right;
}

.post-details .lower-row .social li {
    position: relative;
    float: left;
    margin-right: 7px;
}

.post-details .lower-row .social li:last-child {
    margin-right: 0;
}

.post-details .lower-row .social li a {
    position: relative;
    display: block;
    line-height: 36px;
    width: 36px;
    height: 36px;
    font-size: 14px;
    background: #ffffff;
    color: #777777;
    text-align: center;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.post-details .lower-row .social li a .fab {
    vertical-align: middle;
}

.post-details .lower-row .social li a:hover {
    background: #24345d;
    color: #ffffff;
}

.content-side .sidebar-title {
    margin-bottom: 40px;
}

.partner-text .rich-text {
	color: white !important;
}

/* edited text */
	.rich-text h3 {
			margin-top:20px;
			margin-bottom:18px;
			font-size: 30px;
			color:#252336;
	}
	.rich-text h3.ql-align-center {text-align:center !important;}
	.rich-text h4 {
			margin-top:20px;
			margin-bottom:18px;
			font-size: 22px;
			color:#252336;
	}
	.rich-text h4.ql-align-center {text-align:center !important;}
	.rich-text {
		color: #424242;
	}
	.rich-text ul {
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
	}
	.rich-text li {
	    list-style: square;
	}
	.rich-text p.ql-align-center {text-align:center !important;}
	.rich-text p.ql-align-right {text-align:right;}
	.rich-text p.ql-align-justify {text-align:justify;}

	.rich-text b {font-weight:600;}
	.rich-text a {font-weight:500;}
	.rich-text a:hover {border-bottom:1px dotted #0056b3;}

	.rich-text img[align="right"] {
			line-height:0;
			margin-left: 20px;
			max-width: 40%;
			width:auto;
			height:auto;
		}
	.rich-text img[align="left"] {
		line-height:0;
		margin-right: 20px;
		max-width: 40%;
		width:auto;
		height:auto;
	}
	.rich-text img {
	}
	@media (max-width: 991.98px) {
		.rich-text img {
			max-width: 100%;
			margin-right:0px;
			margin-left:0px;
		}
	}
	@media (max-width: 600px) {
		.rich-text img[align="right"],
		.rich-text img[align="left"] {
			float: none !important;
			max-width: 100%;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 20px;
		}
	}
	
	
.edit-btn {
    color: white;
    background-color: #fd8a00;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    text-shadow: none;
}
.edit-btn.small {
	width:24px;
	height:24px;
	line-height:24px;
	font-size: 12px;
}
.edit-btn:hover {
    opacity: 0.6;
}

.edit-btn.absolute {
	position:absolute;
	top:15px;
	right:20px;
	z-index:500;
}

/* Dialog */

#DLG, #DLG_bg {
	position: fixed; 
	top: 0px; 
	left: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	z-index: 1000;
	display: table !important;
}
#SUBFR {
	display:table-cell;
	vertical-align:middle;
}
#SUBFR_div {
	margin:auto;
	padding:0;
	width:auto;
	height:auto;
	max-width: calc(100vW - 20px) !important;
	max-height: calc(100vH - 20px) !important;
	box-shadow: 0 12px 28px 0 rgba(0,0,0,.5), 0 2px 4px 0 rgba(0,0,0,.5); /*, inset 0 0 0 1px rgba(0,0,0,.5);*/
	box-sizing:border-box;
	border-radius:1px;
}
#SUBFR_div IFRAME {
	width:auto;
	height:auto;
	max-width: calc(100vW - 20px) !important;
	max-height: calc(100vH - 20px) !important;
	padding:0;
	margin:0;
	box-sizing:border-box;
	border-radius:1px;
}
#DLG_bg {
	background:rgba(64,64,64,0.6);
	backdrop-filter: blur(2px);
}

#DLG_bg.hide {
	visibility: hidden;
	opacity:0;
	transition:opacity 0.2s ease-out;
	pointer-events:none;
}

#DLG_bg.show {
	visibility: visible;
	opacity:1;
	transition:opacity 0.2s ease-in;
}

#DLG_bg.hide #SUBFR_div {
	transform:scale(0);
	transition:transform 0.2s ease-out;
}

#DLG_bg.show #SUBFR_div {
	transform:scale(1);
	transition:transform 0.2s ease-in;
}

.dlg-content {
	background-color: #fff;
	overflow:hidden;
	width:100%;
	height:100%;
	position: relative;
	border-radius:0px;
	color: #424242;
}

.dlg-hdr {
	position:relative;
	top:0px;
	left:0px;
	height: 50px;
	padding: 14px 5px 10px 15px;
	padding-right: 50px;
	font-size: 16px;
	font-weight:550;
	width:100%;
	box-shadow: 0px 1px 10px rgb(0 0 0 / 7%);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background-color: #24345d;
	color: white !important;
}

.dlg-close {
	position:absolute;
	top: 18px;
	right:-3px;
	width: 40px;
	height:40px;
	font-size: 45px;
	cursor:pointer;
	opacity: 0.6;
	font-weight: 300;
}
.dlg-close:hover {opacity:1;}

.dlg-list {
	position: absolute;
	top: 51px;
	left:0px;
	bottom: 60px;
	width: 100%;
	min-width:100%;
	padding: 25px;
	overflow:auto;
	font-size: 16px;
	font-weight: 300;
}

.all-centered {
	min-width: 100%;
	width:100%;
	height:100%;
	display: flex;
  align-items: center;
  justify-content: center;
	text-align:center;
}

.all-centered small {
	line-height:1.4;
	margin-top:14px;
}

.dlg-btm {
	position:absolute;
	bottom:0px;
	left:0px;
	height: 60px;
	width:100%;
	padding-top:12px;
	background-color: #f7f7f7;
	text-align: center;
	overflow:hidden;
}

.dlg-btm a {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:10px;
	cursor:pointer;
	min-width:120px;
	width:120px;
	font-weight: 500;
	padding:8px 6px;
	background-color: #24345d;
	color: #fff;
	border: none;
	border-radius:0px;
	transition: background 0.3s ease-in-out;
}

.dlg-btm a:hover {
	background: linear-gradient(to right, #fd9100 0%, #feb700 100%);
}

/* Tools */

.dlg-list.calc div {
	text-align: center;
	padding-bottom: 20px;
}
.dlg-list.calc a.btn {
	background-color: #24345d;
	border: none;
	border-radius:0px;
	transition: background 0.3s ease-in-out;
}
.dlg-list.calc a.btn.sel {
	background: linear-gradient(to right, #fd9100 0%, #feb700 100%);
}

.dlg-list.calc .caps {
	background: linear-gradient(to right, #fd9100 0%, #feb700 100%);
	border-radius: 20px;
	padding: 8px;
	margin:auto;
	margin-bottom: 14px;
	margin-top:14px;
	width:100px;
}

.dlg-list.calc INPUT[type="text"] {
	width:100px;
	text-align:center;
	border: 1px solid #24345d;
	color: #24345d;
	padding: 5px;
	border-radius: 0px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 5px;
}
.frm-header {
	text-align:left !important;
	padding-bottom: 0px !important;
	margin-top:0px;
	margin-left:-5px;
	color: #24345d;
	font-weight:550;
	font-size: 12px;
	text-transform:uppercase;
}
.dlg-list.calc INPUT[type="text"].frm {
	width: 100%;
	text-align:left;
	color: gray;
	font-weight: 300;
	margin-left: 0px;
	margin-right: 5px;
}

.dlg-list.calc .row div {
	text-align:left;
	padding-bottom: 12px;
}

.modal-header {
	display:none;
}
.modal-content {
	border-radius: 0px;
}



/* WebKit scrollbar */

.scrollbar::-webkit-scrollbar {
    background-color: white;
}

.scrollbar::-webkit-scrollbar {
    width: 14px;
    height: 11px;
    opacity: 0.6;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: white;
}

.scrollbar::-webkit-scrollbar-track:hover {
    background-color: white;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 16px;
    border: 2px solid white;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #24345d;
    border: 2px solid white;
    cursor: pointer;
}

.scrollbar::-webkit-scrollbar-button {
    display: none;
}




@media only screen and (max-width: 7000px){
	.page-wrapper{
		overflow: hidden;
	}
	
}


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


	.header-style-one .upper-row .info .info-block,
	.header-style-one .upper-row .link-box{
		margin-left: 25px;
	}

	.banner-carousel .content-box h1,
	.page-banner h1{
		font-size: 60px;
	}

	.about-section-one .image-column .inner{
		padding-right: 0;
	}

	.about-section-one .text-column .inner{
		padding-left: 0;
	}

	.about-section-one .image-column .image-box .image-two{
		left:auto;
		right: 50px;
	}

	.about-section-one .image-column .image-box{
		padding-left: 0;
	}

	.service-block .text-column .inner{
		padding-right: 0;
	}

	.services .service-block:nth-child(even) .text-column .inner{
		padding-left: 0;
	}

	.about-section-four .text-column .inner,
	.about-section-four .title-column .inner{
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
	}

	.reviews-carousel-box .owl-theme .owl-nav .owl-prev{
		left: -60px;
	}

	.reviews-carousel-box .owl-theme .owl-nav .owl-next{
		right: -60px;
	}

	.main-info-section .graph-column .inner{
		margin-left: 0;
	}

	.main-info-section .map-column .inner{
		padding-right: 0;
	}

	.history-section .carousel-box:after{
		width: 33.333%;
	}

	.featured-section .content-box{
		padding: 50px 25px 20px;
	}


	.projects-section-three .image-column{
		display: none;
	}

	.projects-section-three .text-column{
		width: 100%;
	}

	.projects-section-three .text-column .inner,
	.projects-section-three .content{
		max-width: none;
	}

	.sidebar-page-container .service-sidebar,
	.sidebar-page-container .blog-sidebar{
		padding-left: 0;
	}

	.news-block .lower-box{
		padding: 40px 20px;
	}

	.services .service-block:nth-child(even) .text-column .inner,
	.service-block .text-column .inner{
		padding-top: 0;
		padding-right: 0;
		padding-left: 0;
	}

	.sec-title h2 {
		font-size: 32px;
	}

	.fact-counter .count-box{
		font-size: 36px;
	}

	.fact-counter .counter-title{
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}

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

	.history-section .carousel-box:after{
		width: 50%;
	}

	.main-info-section .map-column .info-list li{
		padding: 0px 10px;
	}

	.main-info-section .map-column .info-list{
		padding: 0px 10px;
	}
}

@media only screen and (max-width: 991px){	
	.main-header .nav-outer .main-menu,
	.sticky-header{
		display: none !important;
	}

	.nav-outer .mobile-nav-toggler{
		display: block;
	}

	.header-style-two .nav-outer .mobile-nav-toggler{
		color: #30adcd;
	}

	.header-style-one .upper-row .info,
	.main-header .header-top .top-right{
		display: none;
	}

	.header-style-one{
		position: relative;
		background: #343059;
	}

	.header-style-one .lower-row{
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
	}

	.banner-carousel .slide-item{
		padding: 50px 0px 80px;
	}

	.banner-carousel .content-box{
		height: 580px;
	}

	.banner-carousel .content-box .content{
		padding: 0px 0px 0px !important;
	}

	.banner-one .banner-carousel .content-box .content{
		padding-top: 50px !important;
	}

	.banner-carousel .content-box .h1,
	.page-banner h1{
		font-size: 52px;
	}

	.banner-section .slide-item .curve-layer{
		width: 80%;
	}

	.banner-carousel .content-box .content-image{
		display: none;
	}

	.inner-page-header{
		background: none;
	}

	.main-footer .service-block-two{
		display: none;

	}

	.main-footer .service-block-two.logo-block{
		width: 100%;
		display: block;
	}

	.recent-projects .title-column .inner{
		max-width: 600px;
	}

	.service-block .image-column .inner,
	.services .service-block:nth-child(even) .image-column .inner{
		padding-right: 0;
		padding-left: 0;
	}

	.service-block .image-column .icon-box{
		right: 50%;
		top: 50%;
		margin: -60px -60px 0px 0px;
	}

	.services .service-block:nth-child(even) .image-column .icon-box{
		right: auto;
		left: 50%;
		top: 50%;
		margin: -60px 0px 0px -60px;
	}

	.projects-section-one .text-column,
	.projects-section-one .image-column,
	.fluid-section-two .text-column,
	.fluid-section-two .image-column{
		position: relative;
		width: 100%;
	}

	.projects-section-one .text-column .inner,
	.projects-section-one .content,
	.projects-section-one .image-block .block-image-layer,
	.fluid-section-two .text-column .inner,
	.fluid-section-two .image-column .inner{
		max-width: none;
	}

	.fluid-section-two .image-column .image-layer{
		display: none;
	}

	.projects-section-one .image-block .image-box,
	.fluid-section-two .image-column .image{
		display: block;
	}

	.projects-section-one .image-column .inner,
	.projects-section-one .image-block .inner-box{
		position: relative;
	}

	.projects-section-one .image-column .image-block,
	.projects-section-one .image-column .image-block:nth-child(2),
	.projects-section-one .image-column .image-block:nth-child(3),
	.projects-section-one .image-column .image-block:nth-child(4){
		position: relative;
		float: left;
		left: 0;
		top: 0;
		width: 50%;
		height: auto;
	}

	.testimonial-section .carousel-box{
		padding-left: 0;
		min-height: 0;
	}

	.testimonial-section .carousel-box .title-box{
		position: relative;
		left: 0;
		top: 0;
		width: auto;
		height: auto;
		border:none;
		background: none;
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}

	.testimonial-section .carousel-box .title-inner{
		padding: 0;
	}

	.testimonial-section .carousel-box .title-box h2 br{
		display: none;
	}

	.testimonial-section .content-box{
		padding-top: 0;
	}

	.testimonial-section{
		padding: 80px 0px;
	}

	.featured-section .content-box .featured-block-two:nth-child(2) .inner-box:before,
	.featured-section .content-box .featured-block-two:nth-child(2) .inner-box:after{
		display: none;
	}

	.contact-section .form-box{
		padding: 40px 20px 20px;
	}

	.contact-section .content-box{
		padding-right: 320px;
	}

	.contact-section .content-box .image-layer{
		width: 320px;
	}

	.contact-section .info-box{
		padding: 25px 20px;
	}

	.about-section-one .image-column{
		order: 12;
		margin-bottom: 30px;
	}

	.about-section-one .image-column .image-box .image-two{
		display: none;
	}

	.services .service-block:nth-child(even) .image-column{
		order: 0;
	}

	.main-footer .footer-bottom .copyright,
	.main-footer .footer-bottom .footer-nav{
		width: 100%;
		padding-top: 5px;
		text-align: center;
	}

	.main-footer .footer-bottom .footer-nav ul li{
		float: none;
		margin: 0px 10px;
		display: inline-block;
	}

	.service-block .text-column .title h2{
		font-size: 24px;
	}

	.service-block .text-column .title .sub-text{
		font-size: 16px;
	}

	.enquiry-section .lower-text .info{
		font-size: 20px;
	}

	.main-footer .upper-section{
		padding: 30px 0px 10px;
	}

	.testimonial-section .carousel-box .title-box h2{
		font-size: 32px;
	}

	.main-footer .about-text{
		max-width: none;
	}


	.about-section-one,
	.services-section-one{
		padding: 70px 0px 20px;
	}

	.programs-section-one{
		padding: 70px 0px;
	}

	.recent-projects,
	.features-section,
	.mission-section{
		padding: 70px 0px 0px;
	}

	.fun-facts-section{
		padding: 200px 0px 20px;
	}

	.reviews-section{
		padding: 70px 0px;
	}

	.pricing-section,
	.projects-section-two{
		padding: 70px 0px 40px;
	}

	.enquiry-section,
	.history-section,
	.testimonial-section-two,
	.services-section-five,
	.services-section-four,
	.recent-projects-two,
	.testimonial-section-three,
	.news-section-two,
	.faq-section{
		padding: 70px 0px;
	}

	.news-section,
	.about-section-four{
		padding: 70px 0px 20px;
	}

	.main-footer .widgets-section,
	.team-section{
		padding: 70px 0px 30px;
	}

	.projects-section-one .text-column .inner{
		padding: 70px 20px;
	}

	.sidebar-page-container{
		padding: 70px 0px 20px;
	}

	.services-section-three,
	.dedicated-projects{
		padding: 70px 0px 50px;
	}

	.featured-section{
		padding-top: 100px;
	}

	.contact-section{
		padding-top: 70px;
	}

	.news-section.with-carousel{
		padding-bottom: 70px;
	}

	.features-section-two{
		padding: 70px 0px 10px;
	}

	.about-section-four .text-column{
		margin-bottom: 50px;
	}

	.projects-section-three .text-column .inner{
		padding: 70px 20px;
	}

	.news-section.news-page{
		padding-bottom: 70px;
	}

}

@media only screen and (max-width: 767px){	
	.main-header .header-top .top-left{
		width: 100%;
		text-align: center;
	}


	.main-header .header-top .top-right{
		display: none;
	}

	.banner-carousel .content-box .h1,
	.page-banner h1{
		font-size: 42px;
	}

	.banner-carousel .content-box .sub-title{
		letter-spacing: 0;
	}


	.banner-carousel .content-box{
		height: 500px;
	}

	.banner-carousel .content-box .text{
		font-size: 16px;
	}

	.page-banner{
		padding: 140px 0px 50px;
	}

	.history-section .carousel-box:after{
		width: 0;
	}

	.main-info-section .map-column .info-list{
		position: relative;
	}

	.main-info-section .map-column .info-list li{
		width: 100%;
	}

	.main-info-section .graph-block,
	.main-info-section .graph-block .inner-box,
	.main-info-section .graph-block:last-child .inner-box{
		padding-left: 0;
		padding-top: 0;
		text-align: center;
	}

	.main-info-section .graph-block .graph{
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto 25px;
	}

	.main-info-section .features-list li{
		width: 40%;
		margin: 0px 4% 30px;
	}

	.main-info-section .features-list li .icon{
		width: 100%;
	}

	.contact-section .content-box{
		padding: 0;
	}

	.contact-section .content-box .image-layer{
		position: relative;
		width: 100%;
		padding: 50px 20px;
	}

	.contact-section .info-box{
		position: relative;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		margin: 0;
		padding: 30px 20px;
		text-align: center;
	}

	.enquiry-section .content-box{
		padding: 40px 20px;
	}

	.team-section .title-box .sec-title,
	.team-section .title-box .link-box{
		width: 100%;
	}

	.team-section .title-box .link-box{
		padding-top: 0;
		margin-bottom: 20px;
	}

	.post-details .lower-box{
		padding: 50px 20px 30px;
	}

	.post-details blockquote{
		padding: 40px 50px 40px 25px;
	}

	.testimonial-section .slide-item .inner{
		padding-left: 0;
		min-height: 0;
		text-align: center;
	}

	.testimonial-section .slide-item .testi-thumb{
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto 20px;
	}

	.testimonial-section .slide-item .info{
		display: inline-block;
	}

	.sec-title h2,
	.newsletter-section .title-column h2{
		font-size: 28px;
		line-height: 1.3em;
	}

	.recent-proj-tabs{
		margin-bottom: 0;
	}

	.recent-proj-tabs .buttons-box{
		position: relative;
		left: 0;
		top: 0;
		margin: 0 0 10px;
	}

	.recent-proj-tabs .tab-buttons .tab-btn{
		width: 100%;
		height: auto;
		background: #ffffff;
	}

	.reviews-carousel-box{
		padding: 0px;
	}

	.testi-block-one .inner-box{
		padding: 50px 20px;
	}

	.enquiry-section .lower-text .info .icon{
		display: block;
		margin: 10px auto;
	}

	.services .service-block:nth-child(even) .text-column .inner{
		text-align: left;
	}


	.service-details .featured-list-two ul li{
		text-align: center;
		padding: 30px 0px 20px;
	}

	.service-details .featured-list-two ul li .icon{
		display: block;
		margin: 0 0 20px;
	}


	.news-block-four .lower-box h3,
	.post-details .lower-box h2,
	.sidebar-title h2{
		font-size: 24px;
	}

	.search-popup .search-form fieldset input[type="search"]{
		width: 100%;
		padding: 10px 30px;
		text-align: center;
		font-size: 20px;
		border-radius: 10px 10px 0px 0px;
	}

	.search-popup .search-form fieldset input[type="submit"]{
		position: relative;
		width: 100%;
		font-size: 16px;
		border-radius: 0px 0px 10px 10px;
	}

	.map-canvas{
		height: 400px;
	}

	.services-section-one .pattern-image-left,
	.services-section-one .pattern-image-right{
		display: none;
	}

	.main-info-section{
		padding-top: 50px;
		padding-bottom: 20px;
	}

	.service-block-four .inner-box{
		text-align: center;
	}
}

@media only screen and (max-width: 599px){
	.header-style-one .upper-row .link-box{
		display: none;
	}

	.header-style-one .upper-row .logo-box{
		display: block;
		width: 100%;
		text-align: center;
	}

	.banner-carousel .content-box .h1,
	.testimonial-section .carousel-box .title-box h2,
	.mission-section .title-box h2{
		font-size: 30px;
	}

	.banner-section .slide-item .curve-layer{
		width: 100%;
	}

	.main-info-section .features-list li{
		width: 100%;
		margin: 0px 0% 30px;
	}

	.projects-section-one .image-column .image-block,
	.projects-section-one .image-column .image-block:nth-child(2),
	.projects-section-one .image-column .image-block:nth-child(3),
	.projects-section-one .image-column .image-block:nth-child(4){
		width: 100%;
	}

	.news-block-four .meta-info,
	.news-block-four .link-box{
		width: 100%;
		margin-bottom: 10px;
	}

	.news-block-four .lower-box{
		padding: 50px 20px 30px;
	}

	.about-section-one .featured-list ul li,
	.about-section-one .featured-list ul li:nth-child(2),
	.service-details .featured-list ul li,
	.service-details .featured-list ul li:nth-child(2){
		width: 100%;
	}

	.service-block-four .text{
		font-size: 15px;
	}

	.service-block-four .title h3{
		font-size: 20px;
	}

	.testimonial-section-three .slide-item .text{
		font-size: 16px;
	}

	.sec-title h2,
	.newsletter-section .title-column h2{
		font-size: 24px;
	}
}

@media only screen and (max-width: 479px) {
	.contact-section .info-box .phone{
		font-size: 24px;
	}

	.contact-section .info-box .phone .icon{
		display: block;
		margin: 10px 0 20px;
		padding: 0;
	}
}