@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700|Raleway:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&amp;display=swap');

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


/*  1.  Theme default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

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

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 0px;
    color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px;
    color: #444;
    font-weight: 700;
}

h1 {
    font-size: 48px;
    line-height: 50px;
    font-family: 'Raleway', sans-serif;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 32px;
}

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

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

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

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover {
    color: #dfbb59;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

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

body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 22px;
}

#scrollUp {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 30px;
    opacity: 0.6;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 34px;
}

#scrollUp:hover {
    background: #dfbb59;
    opacity: 1;
}

.clear {
    clear: both;
}

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

input,
select,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #dfbb59 !important;
    border-color: #dfbb59;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    cursor: default;
    position: relative;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('../img/loader.gif') no-repeat center center;
}

::-moz-selection {
    background: #dfbb59;
    text-shadow: none;
}

::selection {
    background: #dfbb59;
    text-shadow: none;
}

.color {
    color: #dfbb59;
    font-weight: 900;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.area-padding {
    padding: 10px 0px;
    text-align: center;
}

.area-padding-2 {
    padding: 70px 0px 50px;
}

.padding-2 {
    padding-bottom: 90px;
}

.section-headline {
    margin-bottom: 30px;
    position: relative;
}

.section-headline h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-headline.white-headline h3 {
    color: #fff;
}

.section-headline.text-left {
    margin-bottom: 30px;
}

.section-headline::after {
    border: 1px solid #dfbb59;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}

.section-headline.text-left h3::after {
    border: 2px solid #dfbb59;
    left: 0;
    right: auto;
}

.section-headline p {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 20px;
}

.sub-head h4 {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
}

.sub-head h4::after {
    border: 2px solid #dfbb59;
    bottom: 0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 20%;
}

.sub-head p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    line-height: 26px;
}

.mar-row {
    margin-top: 50px;
}

.bg-gray {
    background: #f9f9f9;
}

.parallax-bg,
.parallax-blue-bg {
    position: relative;
    z-index: 1;
}

.parallax-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .7;
    content: "";
    z-index: -1;
}

.parallax-blue-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002c57;
    opacity: .9;
    content: "";
    z-index: -1;
}

.slogan {
    margin-bottom: 0px;
    padding: 14px 0px;
    color: #fff;
    font-size: 16px;
}


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


/*  2. Header top Area
/*--------------------------------*/

.topbar-left ul {
    margin-left: 20px;
}

.topbar-left ul li {
    display: inline-block;
}

.topbar-area {
    background: #c6e4ff;
    padding-bottom: 10px;
}

.topbar-left ul li a {
    color: #fff;
    display: block;
    font-weight: 400;
    margin-right: 15px;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    background: #00648a;
    border-radius: 0px 0px 10px 10px;
}

.topbar-left ul li a i {
    color: #dfbb59;
    font-size: 16px;
    padding-right: 7px;
}

.topbar-right {
    position: relative;
    display: block;
}

.top-social {
    float: right;
}

.top-social ul li {
    display: inline-block;
}

.top-social ul li a {
    color: #fff;
    margin-left: 5px;
    display: block;
    text-align: center;
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 0px 0px 5px 5px;
    line-height: 30px;
}

.top-social ul li:nth-child(1) a {
    background: #3b5998;
}

.top-social ul li:nth-child(2) a {
    background: #5db2f7;
}

.top-social ul li:nth-child(3) a {
    background: #d9488c;
}

.top-social ul li:nth-child(4) a {
    background: #0272b3;
}

.top-social ul li:nth-child(5) a {
    background: #e23d38;
}

.top-social ul li a:hover {
    color: #333;
    background: transparent;
    border: 1px solid #333;
    border-top: 0px;
}


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


/*  2.1 Header Bottom Area 
/*----------------------------------------*/

.logo {
    display: block;
    position: absolute;
    z-index: 100;
    top: -60px;
}

.logo a {
    display: inline-block;
    height: auto;
}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding: 45px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    position: relative;
    z-index: 9999999;
}

.main-menu ul.navbar-nav li a:hover {
    color: #333;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #333;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: transparent;
    color: #333;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #dfbb59;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}

.pagess {
    position: relative;
}

.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.main-menu ul.nav li ul.sub-menu li a span {
    color: #d00b25;
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #fff;
    background: #dfbb59;
}

.main-menu ul.nav li ul.sub-menu li:last-child {
    border: none;
}

.stick span.search-button i,
.stick .header-search input {
    color: #444
}

.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}

.navbar.navbar-default {
    float: right;
}

.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -48px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
}

.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 210px;
    height: 44px;
}

.search-option button.button {
    background: #dfbb59;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}

.header-right-link a.main-search {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 38px;
    position: relative;
    text-align: center;
    margin: 34px 0px 34px 15px;
    background: #dfbb59;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}


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


/* 2.2. Sticky Header Area
/*--------------------------------*/

.header-area {
    /*background: url(../img/head_strip.jpg) repeat-x;*/
    /*background-color: #114d6a;*/
      background-color:#fff;
}

.header-area.stick {
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999999;
    /*background: url(../img/head_strip.jpg) repeat-x;*/
    background-color: #fff;
 
}

.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 15px 0;
}

.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 35px 15px;
}

.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}

.header-area.stick .header-right-link a.main-search {
    margin: 24px 0px 24px 15px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover {
    color: #fff;
    background: #dfbb59;
}


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


/*  2.3. Mobile Menu Area
/*----------------------------------------*/

.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px;
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
    color: #252525
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}

.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}

.mean-container .mean-nav ul li {
    width: 99.7%;
}


/*------------------------------
 3. Slider Area
--------------------------------*/

.intro-content {
    position: relative;
    z-index: 1;
}

.intro-content::after {
    background: rgb(10 27 40 / 0%) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -160px;
}

.layer-1-2 {
    margin: 20px 0;
}

.layer-1-1 p {
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.60px;
    line-height: 30px;
    max-width: 700px;
}

.layer-1-2 h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
    max-width: 700px;
    letter-spacing: 2px;
}

.ready-btn {
    border: 1px solid #dfbb59;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #dfbb59;
    width: 150px;
    border-radius: 3px;
}

.ready-btn:hover {
    color: #fff;
    background: #dfbb59;
    border: 1px solid #dfbb59;
    text-decoration: none;
}

.ready-btn.right-btn {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #fff;
    color: #444;
}

.ready-btn.right-btn:hover {
    background: #dfbb59;
    border: 1px solid #dfbb59;
    color: #fff;
}

.ready-btn.left-btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #444;
}

.layer-1-2 .color {
    color: #dfbb59;
    font-weight: 900;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 39px;
    opacity: 9;
    border: 1px solid #dab246;
    background: #dab246;
    width: 40px;
    height: 40px;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #146c92;
    border: 1px solid #146c92;
}

.intro-carousel .owl-item .layer-1-2 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}

.intro-carousel .owl-item .layer-1-1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}

.intro-carousel .owl-item .layer-1-3 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}

.intro-carousel .owl-item.active .layer-1-2,
.intro-carousel .owl-item.active .layer-1-1,
.intro-carousel .owl-item.active .layer-1-3 {
    transform: translateY(0);
    opacity: 1;
}

.intro-carousel .owl-item.active .slider-images img {
    transform: scale(1.1);
    transition: 10s;
}


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


/* 4.Welcome Services Area
/*--------------------------------*/

.all-well-services {
    margin-top: -30px;
}

.well-services {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    margin-top: 30px;
}

.main-services {
    display: block;
    padding: 20px;
}

.well-icon {
    width: 60px;
    float: left;
    height: 100px;
    font-size: 40px;
    color: #dfbb59;
}

.services-img {
    overflow: hidden;
    position: relative;
}

.image-overly-text .top-icon {
    font-size: 50px;
    line-height: 46px;
    margin-bottom: 20px;
    display: block;
    color: #dfbb59;
}

.services-img img {
    transform: scale(1.1);
    transition: 0.4s;
}

.image-overly {
    position: absolute;
    padding: 30px;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.image-overly-text {
    position: relative;
    top: 0;
    left: 0;
    z-index: 11;
    opacity: 0;
}

.image-overly::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.99) none repeat scroll 0 0;
    z-index: -1;
    opacity: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
}

.well-content h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.services-img .top-icon {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 0px;
    display: block;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 0px;
    background: #dfbb59;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.service-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    z-index: 1;
}

.service-btn::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -12px;
    top: -2px;
}

.well-services:hover .services-img img {
    transform: scale(1);
    transition: 0.4s;
}

.well-services:hover .image-overly::after,
.well-services:hover .image-overly-text {
    opacity: 1;
    transition: 0.4s;
}

.service-content h4:hover {
    color: #dfbb59;
}

.well-services:hover .service-btn:hover {
    color: #dfbb59;
}


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


/* 5.Services Area
/*--------------------------------*/

.all-services {
    margin-top: -30px;
}

.all-services .single-services {
    margin-top: 30px;
    padding: 20px;
    position: relative;
    border: 1px solid #dfbb59;
    text-align: center;
    /*border-radius: 0px 50px 0px 50px;*/
}

.service-images {
    font-size: 54px;
    color: #dfbb59;
    display: block;
    margin-bottom: 15px;
    transition: 0.4s;
    line-height: 50px;
}

.service-content h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.single-services::after {
    background: #002c57;
    border: 1px solid #002c57;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
    /*border-radius: 0px 50px 0px 50px;*/
}

.single-services:hover::after {
    opacity: 1;
    transition: 0.4s;
}

.single-services:hover {
    border: 1px solid #002c57;
}

.single-services .service-content p {
    color: #444;
}

.single-services .service-btn {
    color: #444;
}

.single-services:hover .service-content h4,
.single-services:hover .service-content p,
.single-services:hover .service-btn {
    color: #fff
}

.single-services:hover .service-btn:hover {
    color: #dfbb59;
}


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


/* 6.Counter Area
/*----------------------------------------*/

.counter-area {
    background: rgba(0, 0, 0, 0) url(img/background/bg1.html) no-repeat scroll bottom center / cover;
}

.counter-inner {
    background: #f6f6f6;
    padding: 100px 30px 100px 70px;
}

.counter-area .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.counter-inner h4 {
    color: #444;
    text-transform: uppercase;
    line-height: 36px;
    font-size: 23px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.counter-inner h4 ::after {
    border: 1px solid #dfbb59;
    bottom: 0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 12%;
}

.counter-count {
    padding: 57px 0px;
}

.about-count {
    padding: 90px 80px 90px 70px;
}

.fun-content {
    overflow: hidden;
    padding: 20px 0px;
    display: block;
}

.fun_text {
    float: left;
    width: 31%;
    text-align: center;
    background: rgba(0, 44, 87, 0.95);
    margin-right: 20px;
    padding: 30px 15px;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.fun_text:nth-child(3n) {
    margin-right: 0px;
}

.fun_text span {
    color: #dfbb59;
    display: block;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 40px;
}

.fun_text>h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}


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


/*  7.project Area
/*--------------------------------*/

.single-awesome-project {
    float: left;
    overflow: hidden;
    width: 100%;
}

.first-item {
    margin-bottom: 30px;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.awesome-img img {
    transform: scale(1.1);
    transition: 0.4s;
}

.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: 0.4s;
}

.awesome-img>a {
    display: block;
    position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
    opacity: 1;
}

.single-awesome-project:hover .add-actions {
    opacity: 1;
}

.awesome-img>a::after {
    background: rgba(0, 44, 87, 0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}

.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9999;
    top: 0;
    cursor: pointer;
}

.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}

.project-dec {
    display: block;
    padding: 15px 0px 0px 20px;
    position: relative;
}

.project-dec::before {
    position: absolute;
    left: 0px;
    content: "";
    top: 20px;
    width: 6px;
    height: 15px;
    background: #dfbb59;
    transition: 0.5s;
}

.single-awesome-project:hover .project-dec::before {
    width: 6px;
    height: 80%;
    transition: 0.5s;
}

.project-dec h4 {
    color: #444;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: pointer;
}

.project-dec a {
    color: #444;
}

.project-dec a:hover {
    color: #333;
}

.project-dec p {
    color: #444;
    font-weight: 400;
}

.pst-content {
    padding-left: 10px;
}

.single-awesome-project:hover .project-dec h4 {
    color: #dfbb59;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -12%;
    right: 0px;
    width: 30px;
    height: 30px;
    border: 1px solid #dfbb59;
    text-align: center;
    background: #dfbb59;
    line-height: 30px;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    right: 51px;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 15px;
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #dfbb59;
    background: #fff;
    border: 1px solid #fff;
}


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


/* 8.Why choose Area
/*--------------------------------*/

.choose-area {
    background-image: url(img/background/bg1.html);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.left-headline {
    position: relative;
    padding-bottom: 10px;
}

.choose-area .services-all {
    margin-top: -10px;
}

.left-headline::after {
    border: 1px solid #dfbb59;
    bottom: -15px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: auto;
}

.left-headline p {
    margin: initial;
}

.choose-area .single-services {
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
    position: relative;
    border: none;
}

.choose-area .service-images {
    font-size: 40px;
    color: #fff;
    float: left;
    margin-bottom: 0px;
    transition: 0.4s;
    line-height: 40px;
}

.choose-wrapper {
    padding: 70px 100px 70px 0px;
}

.choose-inner {
    background: #f9f9f9;
    padding: 110px 30px 110px 100px;
}

.services-all .service-content {
    padding-left: 60px;
}

.single-services .service-content h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.choose-wrapper .service-content h4 a {
    color: #fff;
}

.single-services .service-content h4 a:hover {
    color: #dfbb59;
}

.choose-wrapper .single-services .service-content p {
    color: #fff;
}

.choose-wrapper .single-services::after {
    display: none;
}


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


/* 9.Testimonial Area Css
/*--------------------------------*/

.single-testi {
    padding: 30px 20px;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    background: #fff;
    margin: 10px;
    text-align: center;
}

.testi-img {
    margin-top: 30px;
}

.testi-img img {
    width: 100%;
    max-width: 80px;
    height: auto;
    border-radius: 50%;
    float: left;
}

.client-rating {
    padding-bottom: 10px;
}

.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 18px;
}

.texti-name {
    margin-top: 15px;
    display: inline-block;
}

.texti-name h4 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 20px;
}

.guest-rev a {
    color: #444;
}

.testi-text p {
    color: #444;
    margin-bottom: 0px;
}

.testi-text h5 {
    color: #444;
    font-size: 20px;
}

.testi-text a {
    color: #dfbb59;
}

.Reviews-content {
    margin-top: 15px;
    margin-bottom: 20px;
}

.testimonial-carousel.item-indicator {
    padding: 30px 0px 50px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
    background: #444 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: 0px;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #dfbb59;
}

.reviews-page .single-testi {
    margin-bottom: 30px;
}

.Reviews-content .active.center .single-testi {
    background: #002c57;
}

.Reviews-content .active.center .texti-name h4,
.Reviews-content .active.center .testi-text p,
.Reviews-content .active.center .guest-rev a {
    color: #fff;
}


/*----------------------------------------
 10.Quote Area
----------------------------------------*/

.quote-area {
    background: #002c57;
    height: auto;
    width: 100%;
}

.single-contact h5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.single-contact a {
    display: block;
    margin-bottom: 10px;
}

.single-contact a i {
    float: left;
    color: #dfbb59;
    font-size: 18px;
    padding-right: 20px;
    line-height: 24px;
}

.single-contact span {
    color: #fff;
}

.form-row {
    margin-top: 60px;
}

.quote-area #contactForm input {
    border: none;
    border-radius: 0;
    height: 46px;
    margin-bottom: 20px;
}

.quote-area .contact-form textarea#message {
    height: 116px;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}

.quote-area .quote-btn {
    background: #dfbb59;
    border: 1px solid #dfbb59;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

.quote-area .quote-btn:hover {
    background: #fff;
    color: #dfbb59;
}


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


/*  11. Blog Area
/*----------------------------------------*/

.blog-grid {
    margin-top: -30px;
}

.blog-image {
    overflow: hidden;
    display: block;
}

.image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}

.image-scale::after {
    position: absolute;
    content: "";
    background: rgba(0, 46, 91, 0.30);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.blog-content a h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    line-height: 24px;
    margin-top: -20px;
}

.blog-meta {
    position: relative;
    top: -75px;
    background: #dfbb59;
    width: 80px;
    padding: 5px 10px;
    left: 0px;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
}

.blog-meta span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
}

.blog-title {
    margin-top: -10px;
}

.single-blog:hover .image-scale {
    transform: scale(1);
    transition: 0.5s;
}

.single-blog:hover .image-scale::after {
    background: rgba(0, 46, 91, 0);
}

.single-blog {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.blog-grid-fast {
    margin-top: -30px;
}

.single-blog.b-mar {
    margin-top: 20px;
}

.blog-content a h4:hover {
    color: #dfbb59;
}

.blog-btn {
    display: inline-block;
    font-weight: 700;
    color: #444;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}

.blog-btn::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    opacity: 0;
    transition: 0.5s;
    background: #dfbb59;
    width: 0px;
    height: 2px;
}

.blog-btn:hover {
    color: #dfbb59;
}

.blog-btn:hover.blog-btn::after {
    width: 100%;
    opacity: 1;
    transition: 0.5s;
}


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


/*  12. Footer Area
/*----------------------------------------*/

.footer-area {
    padding: 70px 0 10px 0;
    background: #094054;
}

.footer-head p {
    color: #fff;
}

.footer-head h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-head .single-blog {
    margin-top: 40px;
    position: relative;
    overflow: visible;
}

.footer-head .blog-content a h4 {
    color: #fff;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 17px;
}

.footer-head .blog-content a h4:hover {
    color: #dfbb59;
}

.footer-head .blog-btn {
    color: #dfbb59;
}

.footer-head .blog-text p {
    margin-bottom: 10px;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 2px;
}

.footer-icons ul li a:hover {
    color: #fff;
    background: #dfbb59;
    border: 1px solid #dfbb59;
}

.footer-icons {
    margin-top: 30px;
}

.footer-contacts p span {
    color: #dfbb59;
    font-weight: 700;
}

.footer-area hr {
    border-top: 1px solid #666;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.suscribe-input input {
    background: transparent;
    border: medium none;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #777;
}

.suscribe-input button {
    background: #d8b34f;
    border: 1px solid #ce9600;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 5px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: uppercase;
}

.suscribe-input button:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #444;
    transition: 0.4s;
}

.footer-head hr {
    margin-bottom: 10px;
}

.footer-list li a {
    color: #fff;
    padding: 5px 0px 5px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}

.footer-list li a::after {
    position: absolute;
    content: "\e87a";
    left: 0;
    top: 5px;
    font-family: nigocio;
    font-size: 12px;
}

.footer-list li a:hover {
    color: #f3b100;
}

.footer-area-bottom {
    background: #071333;
    border-top: 1px solid #05194d;
    padding: 25px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #dfbb59;
}

.copyright-text a {
    color: #fff;
}

.copyright>p {
    margin-bottom: 0;
    color: #fff;
}

.copyright a {
    color: #dfbb59;
}


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


/* 13.Home page area 2
/*--------------------------------*/

.header-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.topbar-area-2 {
    background: transparent;
}

.header-area-2 {
    background: transparent;
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.topbar-area-2 .topbar-left ul li a {
    color: #fff;
}

.header-area-2 .main-menu ul.navbar-nav li a {
    color: #fff;
}

.intro-area-2 .slider-content {
    margin-top: -120px;
}

.header-area-2.stick {
    background: #252525;
}


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


/*  14. About area
/*----------------------------------------*/

.about-content h4 {
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 21px;
    position: relative;
}

.about-content h4 ::after {
    border: 1px solid #dfbb59;
    bottom: 0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 12%;
}

.about-content p {
    font-size: 14px;
    letter-spacing: 0.50px;
    line-height: 24px;
}

.about-btn {
    color: #fff;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    border-radius: 3px;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 30px;
    background: #dfbb59;
    border: 2px solid #dfbb59;
    letter-spacing: 1px;
    margin-top: 15px;
    display: inline-block;
}

.about-btn:hover {
    color: #dfbb59;
    background: #fff;
    border: 2px solid #dfbb59;
}


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


/* 15.Home page 02  Project area
/*--------------------------------*/

.project-menu li a {
    color: #444;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 2px;
}

.project-menu li a.active,
.project-menu li a:hover {
    color: #fff;
    text-decoration: none;
    background: #dfbb59;
}

.project-menu {
    margin-bottom: 10px;
}

.project-menu li {
    display: inline-block;
}

.project-menu li a:hover {
    color: #fff;
    text-decoration: none;
}

.project-content .single-awesome-project {
    margin-top: 40px;
}


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


/*  16. Team Area
/*----------------------------------------*/

.team-area {
    background: #fff;
}

.single-member {
    border: 1px solid #f3f3f3
}

.single-member .team-img {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.team-hover li {
    display: inline-block;
    margin-right: 5px;
}

.team-hover li a {
    color: #fff;
    border: 1px solid #dfbb59;
    background: #dfbb59;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 50%;
}

.team-hover li a:hover {
    color: #fff;
    border: 1px solid #dfbb59;
    background: #dfbb59;
}

.team-hover {
    padding: 15px 0;
    text-align: center;
    transition: all 0.4s ease 0s;
}

.single-member .team-img a {
    display: block;
}

.single-member {
    border: 1px solid #f3f3f3;
    background: #f5f5f5;
    padding: 30px;
}

.team-content {
    padding: 10px;
}

.team-content h4 a {
    color: #666;
}

.team-content p {
    margin-bottom: 0;
}

.team-content h4 {
    font-size: 17px;
    margin: 10px 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.team-page-area .team-member {
    margin-top: -30px;
}

.team-page-area .single-member {
    margin-top: 30px;
}

.team-carousel .col-md-4 {
    width: 100%;
}

.team-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.team-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border: 1px solid #dfbb59;
    background: #dfbb59;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.team-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.team-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.team-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.team-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.team-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.team-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #dfbb59;
    border: 1px solid #dfbb59;
}


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


/* 17.Home page area 3
/*--------------------------------*/

.header-middle-area .header-info {
    width: 33.33%;
    float: left;
    padding: 33px 0px;
}

.header-middle-area .header-info-text span {
    display: block;
    font-size: 14px;
}

.header-middle-area .info-simple {
    font-weight: 700;
    color: #777;
    font-size: 12px;
}

.header-middle-area .header-icon {
    float: left;
    margin-right: 10px;
}

.header-middle-area .logo a {
    padding: 25px 0;
}

.header-icon i {
    color: #dfbb59;
    font-size: 34px;
    line-height: 40px;
}

.info-first {
    font-weight: 700;
    color: #444;
}

.header-area-3 {
    background: #fff;
    border-top: 1px solid rgba(223, 187, 89, 0.20);
    box-shadow: none;
}

.header-area-3.stick {
    background: #fff;
}

.header-area-3 .navbar.navbar-default {
    float: left;
}

.header-area-3 .main-menu ul.navbar-nav li a {
    padding: 20px 15px;
    color: #444;
    margin: 0px;
}

.header-area-3.stick .main-menu ul.navbar-nav li a {
    padding: 25px 15px;
}

.header-area-3 .main-menu ul.navbar-nav li.active>a,
.header-area-3 .main-menu ul.navbar-nav>li>a:hover {
    background: #dfbb59;
    color: #fff;
}

.header-area-3 .header-right-link a.main-search {
    margin: 10px 0px 10px 10px;
}

.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-area-3 .navbar-collapse {
    padding-left: 0px;
}

.header-area-3.stick .header-right-link a.main-search {
    margin: 15px 0px 15px 15px;
}


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


/* 18. Pricing css
/*----------------------------------------*/

.pricing-area {
    background: #fff;
}

.pricing-content {
    margin-top: 50px;
}

.top-price-inner {
    border-bottom: 1px solid #ccc;
    padding: 20px 20px;
}

.top-price-inner h4 {
    color: #444;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

span.users {
    color: #dfbb59;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.prices {
    font-size: 26px;
    font-weight: 600;
    color: #444;
    padding-right: 10px;
}

.table-list {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.4s ease 0s;
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding: 20px 0px;
}

.table-list ol li {
    color: #666;
    padding: 12px 0px;
    position: relative;
    text-align: center;
}

.price-btn {
    padding: 30px 20px;
}

.price-btn a {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 30px;
    background: #dfbb59;
    border: 1px solid #dfbb59;
    letter-spacing: 1px;
}

.table-list>h3 {
    color: #455454;
    font-size: 24px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
}

.table-list ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.price-btn a:hover {
    background: #fff;
    color: #dfbb59;
    border: 1px solid #dfbb59;
}

span.base {
    position: absolute;
    top: 0;
    left: 0;
    background: #dfbb59;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}


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


/* 19. Video area css
/*----------------------------------------*/

.parallax-bg-1 {
    position: relative;
    background: rgba(0, 0, 0, 0) url(img/background/bg1.html) no-repeat scroll center center / cover;
}

.parallax-bg-1:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    content: "";
}

.add-area .video-inner {
    padding: 120px 0px;
}

.video-play.vid-zone {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.4s;
    margin-top: -35px;
}

.video-play.vid-zone i {
    color: #dfbb59;
    margin-left: 5px;
}

.video-play.vid-zone:hover {
    background: #dfbb59;
    color: #fff;
    transition: 0.4s;
}

.video-play.vid-zone:hover i {
    color: #fff;
}


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


/*  20. Breadcumbs Area
/*----------------------------------------*/

.page-area {
    position: relative;
    text-align: center;
    background-color: #094054;
    color: #fff;
    background-image:url('public/web/assets/img/pencil.jpg');
}

.breadcumb-overlay {
    position: absolute;
    background: rgba(10, 27, 40, 0.6) none repeat scroll 0 0;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.breadcrumb {
    padding: 50px 0px;
    background-color: transparent;
    margin-bottom: 0;
}

.breadcrumb h1 {
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 48px;
    text-transform: inherit;
    color: #fff1ca;
}

.breadcrumb>li a {
    color: #fff1ca;
}

.breadcrumb .section-headline {
    margin-bottom: 0px;
}

.breadcrumb .section-headline h3::after {
    display: none;
}

.breadcrumb ul {
    padding: 10px 0px;
}

.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}

.breadcrumb ul li.home-bread {
    padding-left: 0px;
}

.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}

.breadcrumb .section-headline::after {
    display: none;
}

.testimonial-page-area {
    background: #fff;
}

.welcome-page-area {
    background: #f9f9f9;
}

.pricing-page-area {
    background: #f9f9f9;
}

.testimonial-page-area .single-testi {
    margin-top: 30px;
}


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


/*  21. About video Area
/*----------------------------------------*/

.video-area .video-inner {
    background: url(img/about/vd.html);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 6px;
}

.video-area .video-inner::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(10, 27, 40, 0.2) none repeat scroll 0 0;
}

.video-area .video-content {
    width: 100%;
    height: 100%;
    min-height: 330px;
}

.video-text h4 {
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 21px;
    position: relative;
}

.marker-list li {
    color: #444;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
}

.marker-list li::after {
    position: absolute;
    content: "\e886";
    left: 0;
    top: 3px;
    font-family: nigocio;
    color: #dfbb59;
    font-weight: 700;
}

.single-brand-item a {
    border: 1px solid #ddd;
    display: block;
}


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


/* 22. Faq Area
/*--------------------------------*/

.testimonial-review .single-testi {
    margin-top: 30px;
}

.faq-details .panel-heading {
    padding: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.panel-default {
    border-color: #ddd;
    border-radius: 0 !important;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel-default>.panel-heading {
    color: #666;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    background: #fff;
}

.faq-details h4.check-title a {
    color: #666;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    background: #fff;
}

.panel-body {
    padding: 15px 15px 0px 45px;
}

.faq-details h4.check-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.faq-details a span.acc-icons {
    position: relative;
}

.faq-details a span.acc-icons::before {
    color: #666;
    content: "\e874 ";
    font-family: nigocio;
    font-size: 16px;
    left: -26px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
}

.faq-details a.active span.acc-icons::before {
    color: #dfbb59;
    content: "\e873";
    font-family: nigocio;
    font-size: 16px;
    left: -26px;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: -10px;
}

.faq-details .panel-heading h4 a.active {
    color: #dfbb59;
    background: #f9f9f9;
}

.faq-content {
    background: #f9f9f9;
    padding: 6% 10%;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.faq-content .contact-form textarea#message {
    height: 135px;
}

.faq-page .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #dfbb59;
    display: inline-block;
    border: 2px solid #dfbb59;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}

.faq-page .quote-btn:hover {
    color: #dfbb59;
    background: #fff;
    border: 2px solid #dfbb59;
    transition: 0.4s;
}


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


/* 23. Error page
/*--------------------------------*/

.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}

.high-text {
    font-size: 200px;
    line-height: 200px;
    font-family: 'Montserrat', sans-serif;
}

.error-bot {
    font-size: 24px;
}

.error-btn {
    background: #dfbb59;
    border: 2px solid #dfbb59;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
    font-weight: 700;
}

.error-btn:hover {
    background: #fff;
    border: 2px solid #dfbb59;
    color: #dfbb59;
}


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


/*  24.	Contact Us page
/*----------------------------------------*/

.contact-details {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
    padding: 40px 30px;
    margin-bottom: 40px;
}

.contact-head {
    background: #f9f9f9;
    padding: 40px 30px;
}

.contact-head h3 {
    font-weight: 600;
    font-size: 26px;
}

.contact-inner a i {
    color: #dfbb59;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}

.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}

.contact-head p {
    font-size: 16px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 180px;
    padding: 20px;
    width: 100%;
}

.contact-page .contact-btn {
    background: #dfbb59;
    border: 2px solid #dfbb59;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 40px;
    transition: 0.4s;
    width: auto;
    float: left;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 700;
}

.contact-page .contact-btn:hover {
    background: transparent;
    border: 2px solid #dfbb59;
    color: #dfbb59;
    transition: 0.4s;
}


/*----------------------------------------
   25. Blog Details page
----------------------------------------*/

.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 42px;
}

.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
}

.blog-search-option button {
    background: transparent;
    border: none;
}

.blog-search-option button i {
    line-height: 16px;
    font-size: 20px;
    padding: 0px 10px;
}

.blog-search-option button i:hover {
    color: #dfbb59;
}

.left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 15px 0px;
    text-transform: uppercase;
}

.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}

.left-blog li {
    display: block;
}

.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 16px;
    padding: 10px 15px 10px 25px;
    text-transform: capitalize;
    position: relative;
}

.left-blog ul li a:before {
    position: absolute;
    content: "\e87a";
    font-family: nigocio;
    left: 0px;
    top: 10px;
    font-size: 14px;
}

.popular-tag.left-blog ul li a:before {
    display: none;
}

.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}

.post-img {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
}

.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 10px;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
    color: #dfbb59;
}

.pst-content p a {
    color: #444;
    font-size: 15px;
}

.blog-tags {
    padding: 1px 0;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
    color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}

.left-tags .left-side-tags ul li a {
    padding: 3px 10px;
    width: auto;
    border: 2px solid #dfbb59;
    background: #dfbb59;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
}

.left-tags .left-side-tags ul li a:hover {
    border: 2px solid #dfbb59;
    background: #fff;
    color: #dfbb59;
}

.left-side-tags h4 {
    margin-bottom: 15px;
}

.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
}

.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 60px;
    padding: 10px;
    position: relative;
}

.blog-content p {
    font-size: 15px;
    letter-spacing: 0.50px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #dfbb59;
    font-style: italic;
}

blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.blog-details .blog-content {
    padding: 0px;
}

.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}

.author-description h2 a {
    color: #333;
}

.comments-content-wrap span b {
    margin-right: 5px
}

.comments-content-wrap span a:hover {}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}

li.threaded-comments {
    margin-left: 50px
}

.comment-respond {
    margin-top: 20px;
}

span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
}

.comment-respond textarea#message-box {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 160px;
    width: 100%;
}

.comments-content-wrap span a {
    color: #dfbb59;
}

.comments-content-wrap span a:hover {
    color: #dfbb59;
}

.comment-respond .add-btn.contact-btn {
    background: #dfbb59;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 12px 20px;
    transition: 0.4s;
    border-radius: 5px;
    width: auto !important;
    margin-top: 20px;
    border: 2px solid #dfbb59;
    text-transform: uppercase;
    font-weight: 700;
}

.comment-respond .add-btn.contact-btn:hover {
    background: #fff;
    color: #dfbb59;
    border: 2px solid #dfbb59;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 0px;
    border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #fff;
    background-color: #333;
    border: none;
    margin-left: -1px;
    border-radius: 5px;
}

.pagination>li {
    display: inline-block;
    margin: 0px 3px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #dfbb59;
    border-color: #dfbb59;
    cursor: default;
    border-radius: 5px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #dfbb59;
    border-color: #dfbb59;
    border-radius: 2px;
}

.blog-page-details .left-blog-page {
    margin-top: 0px;
    margin-bottom: 30px;
}

.single-post-comments {
    margin-top: 30px;
}


/*----------------------------------------
 26. Project Details page
----------------------------------------*/

.project-page-area .project-menu li a {
    color: #444;
}

.project-2-column .project-single {
    float: left;
    width: 50%;
}

.project-4-column .project-single {
    float: left;
    width: 25%;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover {
    background: #dfbb59;
    border: 1px solid #dfbb59;
    color: #fff;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 3%;
    top: 50%;
}

.project-history {
    background: #dfbb59;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.project-details h4 {
    font-size: 26px;
    font-weight: 600;
}

.project-name ul li {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}

.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}

.project-inner {
    margin-bottom: 30px;
}

.project-details p {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.clients-support {
    position: relative;
    width: 100%;
    height: auto;
}

.support-text {
    padding: 30px 30px 20px;
    background: #dfbb59;
    transition: 0.4s;
}

.support-text h4 {
    color: #fff;
    font-weight: 700;
}

.support-text a {
    margin: 30px 0px 15px;
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.support-text p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
}

.support-text a i {
    display: inline-block;
    font-size: 30px;
    line-height: 22px;
    padding-right: 8px;
}

.related-area .project-content {
    margin-top: -40px;
}


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


/* 27.Sub Services Pages
/*----------------------------------------*/

.single-page-head {
    margin-bottom: 30px;
}

.left-menu li:first-child {
    margin: 0px 0px 2px
}

.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.left-menu li {
    display: block;
    margin-bottom: 3px;
}

.build-img .page-img {
    padding-bottom: 0;
}

.left-menu ul li.active a {
    background: #fff none repeat scroll 0 0;
    color: #dfbb59;
    position: relative;
}

.left-menu ul li a:hover {
    color: #dfbb59;
    background: #fff;
}

.left-menu ul li a {
    background: #f9f9f9;
    color: #666;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 10px 14px 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.left-menu ul li.active a::after,
.left-menu ul li a:hover::after {
    content: "\e87a";
    font-family: nigocio;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
}

.down-btn {
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    background: #f5f5f5;
    margin-top: 5px;
    border: 1px solid #f5f5f5;
}

.services-side-content .down-btn i {
    padding-right: 10px;
    font-size: 22px;
    line-height: 24px;
}

.down-btn:hover {
    color: #dfbb59;
    background: #fff;
    border: 1px solid #fff;
}

.single-page-head .clients-testi {
    padding: 20px 15px;
    border: 1px solid #dfbb59;
}

.single-page-head .review-text {
    margin-top: 20px;
}

.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #666;
}

.clients-testi .single-review {
    border: none;
}

.single-page-head .review-img img {
    width: 80px;
    border-radius: 50%;
}

.single-page-head .review-text h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.single-page-head .review-text p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-style: italic;
}

.single-well h3 {
    margin-bottom: 15px;
    font-size: 28px;
}

.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}

.single-well {
    margin-top: 20px;
}

.single-well a h4 {
    font-weight: 600;
    line-height: 30px;
}

.single-page {
    overflow: hidden;
}

.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #666;
}

.service-list li::before {
    position: absolute;
    left: 0;
    content: "\f00c";
    font-family: fontawesome;
    top: 0;
    color: #dfbb59;
}

.single-page-head .service-btn {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.single-services-page .marker-list li {
    color: #666;
}

.mar-row .single-well {
    margin-top: 0px;
}

.marker-list li {
    color: #666;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 15px;
}

.marker-list li::after {
    position: absolute;
    content: "\e87f";
    left: 0;
    top: 3px;
    font-family: nigocio;
    color: #dfbb59;
    font-weight: 700;
}

.tab-menu {
    display: block;
    text-align: center;
}

.tab-menu ul.nav {
    margin: 0;
    padding: 0;
}

.tab-menu ul.nav li {
    border: medium none;
    display: inline-block;
}

.tab-menu ul.nav li a {
    color: #dfbb59;
    border: 1px solid #dfbb59;
}

.tab-menu ul.nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #444;
    display: block;
    font-weight: 600;
    padding: 10px 20px;
    margin-right: 5px;
    text-transform: uppercase;
    width: 131px;
}

.event-content.head-team h5 {
    background: #dfbb59 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.TopQuickLin {
    position: absolute;
    z-index: 98;
    right: 10px;
    top: 246px;
}

.TopQuickLin ul {
    padding: 0px;
    margin: 0px;
}

.TopQuickLin li {
    display: flex;
}

.TopQuickLin li a {
    box-shadow: 0 0 0 1px #38bfef inset, 0 0 0 2px rgb(255 255 255 / 15%) inset, 0 6px 0 0 #2982d2, 0 6px 6px 1px rgb(0 0 0 / 50%);
    background-color: #1b65a9;
    border: 0;
    transition: all 40ms linear;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    animation: blinkingText 4s infinite;
}

@keyframes blinkingText {
    0% {
        background: #1b65a9;
    }
    50% {
        background: #fd6a03;
        color: #fff;
        box-shadow: 0 0 0 1px #ff8c3b inset, 0 0 0 2px rgb(255 255 255 / 15%) inset, 0 6px 0 0 #b84f03, 0 6px 6px 1px rgb(0 0 0 / 50%);
    }
    100% {
        background: #1b65a9;
    }
}

.TopQuickLin li a:hover {
    color: #fff;
    background-color: #2f8bde;
    text-decoration: none;
}

.ImStrip {
    background: url(../img/strip1.png) repeat;
    display: flex;
    padding: 20px 0px;
    height: 74px;
}

.WWrape {
    width: 1000px;
    margin: 0px auto;
    height: auto;
}

.ca-menu {
    padding: 0;
    display: inline;
}

.ca-menu li {
    width: 185px;
    display: inline-block;
    height: 148px;
    overflow: hidden;
    position: relative;
    float: left;
    background: url(../img/circle_but.png) top center no-repeat;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-top: 10px;
    margin-left: 15px;
}

.ca-menu li:last-child {
    margin-bottom: 0px;
}

.ca-menu li a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
    font-weight: normal;
}

.ca-icon {
    line-height: 90px;
    position: absolute;
    left: 60px;
    top: 4px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-content {
    position: absolute;
    right: 0px;
    width: 185px;
    text-align: center;
    height: 60px;
    top: 35px;
    top: 15px\9;
}

.ca-main {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 70px;
    line-height: 15px;
    line-height: 22px\9;
    margin-top: 80px\9;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-sub {
    font-size: 16px;
    color: #6a8781;
    font-family: Arial;
    text-transform: uppercase;
    line-height: 16px;
    line-height: 22px\9;
    margin-top: -5px\9;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    margin-left: 0px;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-menu li:hover {
    background: url(../img/circle_but_h.png) top center no-repeat;
    font-weight: normal;
    width: 185px;
    display: inline-block;
    height: 151px;
    -webkit-transform: scale(1.1);
    /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1);
    /*Mozilla scale version*/
    -o-transform: scale(1.1);
    /*Opera scale version*/
    /* box-shadow: 0px 0px 20px #515352; /*CSS3 shadow: 30px blurred shadow all around image*/
    /* -webkit-box-shadow: 0px 0px 20px #515352; /*Safari shadow version*/
    /*  -moz-box-shadow: 0px 0px 20px #515352; /*Mozilla shadow version*/
    /*  opacity: 2;*/
}

.ca-menu li:hover .ca-icon {
    color: #398553;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}

@-webkit-keyframes moveFromTop2 {
    from {
        opacity: 0;
        -webkit-transform: translatex(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translatex(0%);
    }
}

@-moz-keyframes moveFromTop2 {
    from {
        opacity: 0;
        -moz-transform: translatex(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translatex(0%);
    }
}

@-ms-keyframes moveFromTop2 {
    from {
        opacity: 0;
        -ms-transform: translatex(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translatex(0%);
    }
}

.ca-menu li:hover .ca-main {
    opacity: 1;
    color: #fff;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}

.ca-menu li:hover .ca-sub {
    opacity: 1;
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;
    color: #59a496;
}

@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

.date {
    background: #fff;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    -webkit-clip-path: polygon(100% 0%, 95% 51%, 100% 100%, 10% 100%, 0% 50%, 10% 1%);
    clip-path: polygon(100% 0%, 95% 51%, 100% 100%, 10% 100%, 0% 50%, 10% 1%);
    color: #fff;
}

.dbg1 {
    background-color: #FEC006;
}

.dbg2 {
    background-color: #673AB7;
}

.dbg3 {
    background-color: #FE5621;
}

.dbg4 {
    background-color: #FEC006;
}

.dbg5 {
    background-color: #673AB7;
}

.dbg6 {
    background-color: #FE5621;
}

.testimonial-area {
    background: #fff1ca;
    border-bottom: 1px solid #f1e4c0;
    margin-bottom: 15px;
}

.EvBox {
    background: #fff;
    border: 1px solid #dfbb59;
    padding: 10px;
    margin: 10px;
}

.EvBox .Simg {
    width: 150px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.EvBox .Name {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.EvBox .Name span {
    display: block;
    color: #017ead;
}

.EvBox .Per {
    text-align: center;
    background: #4caf50;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 3px;
}

.EVGrid {
    padding: 60px 0px;
    background: url(../img/bg1.png) repeat;
    margin-top: 10px;
    border-top: 1px solid #b7b4b4;
}

.EVGrid .Title {
    font-size: 26px;
    color: #004e6f;
    font-family: 'Pacifico', cursive;
    text-align: center;
    margin-bottom: 20px;
}

.copyright {
    background: url(../img/head_strip.jpg);
    text-align: center;
    padding: 10px 0px;
    height: 85px;
}

.copyright p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

.copyright p a {
    color: #f3b100;
    font-weight: 600;
}

.copyright ul {
    list-style: none;
    height: 15px;
    text-align: center;
    margin-top: 10px;
    padding: 0;
}

.copyright li {
    text-align: center;
    margin: 0 5px;
    font-size: 13px;
    font-family: Arial;
    color: #fff;
    display: inline;
    padding-right: 0px;
}

.copyright li a {
    text-decoration: none;
    color: #fff;
    font-family: Arial;
    font-size: 10px;
    text-transform: uppercase;
}

.copyright li a:hover {
    color: #d69533;
}

.MotherMaryPic {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 100;
}

.about-inner-page {
    padding: 60px 0;
}

.about-inner-page .img-box img {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px;
    height: 450px;
}

.about-inner-page p {
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}

#accordion5 .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 50px;
}

#accordion5 .panel-title a {
    display: block;
    padding: 10px 20px 10px 60px;
    background: #fff1ca;
    border-radius: 30px;
    border: 2px solid #fff1ca;
    font-size: 20px;
    font-weight: 400;
    color: #094054;
    position: relative;
}

#accordion5 .panel-title a.collapsed {
    border: 2px solid #094054;
    background: #fff;
    color: #094054;
}

#accordion5 .panel-title a:before,
#accordion5 .panel-title a.collapsed:before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff1ca;
    font-size: 18px;
    color: #094054;
    text-align: center;
    border-right: 3px solid #fff;
    position: absolute;
    top: -10px;
    left: -30px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

#accordion5 .panel-title a.collapsed:before {
    content: "\f067";
    background: #094054;
    border: none;
    color: #fff;
}

#accordion5 .panel-body {
    padding: 10px 15px 0;
    margin: 0 0 0 30px;
    border: none;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    position: relative;
    text-align: left;
}

#accordion5 .panel-body:before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: #094054;
    position: absolute;
    top: 0;
    left: -30px;
}

#accordion5 .panel-body:after {
    content: "";
    border-top: 20px solid #094054;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: -2px;
    left: -48px;
}

#accordion5 .panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
}

.mytable {
    width: 100%;
    margin: 15px 0;
    text-align: center;
}

.mytable th {
    background: #e8e8e8 none repeat scroll 0 0;
    text-align: center;
}

.mytable th,
.mytable td {
    padding: 8px 10px;
}

.mytable tr,
.mytable tr td {
    border: 1px solid;
}

.about-inner-page .list-btn-box a {
    display: block;
    width: 100%;
    text-align: center;
    background: #002c57;
    padding: 15px 0;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
}

.about-inner-page .ullist li {
    margin-bottom: 10px;
    list-style: disclosure-closed;
}

.about-inner-page .ullist {
    padding-left: 15px;
}

.box_tc_form {
    text-align: center;
}

.send-box-tc {
    background: #002c57;
    color: #fff;
    border: none;
    padding: 10px 20px 10px 20px;
}

.send-box-tc:hover {
    background: #094054;
}

.form_tc {
    margin-bottom: 25px;
}

#accordion5 .panel-body .office_bearers {
    text-align: center;
    margin-bottom: 20px;
}

#accordion5 .panel-body .office_bearers .titl {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
}

#accordion5 .panel-body .office_bearers p {
    text-align: center;
    margin-bottom: 0;
}

#accordion5 .panel-body .row {
    flex-wrap: wrap;
    display: flex;
}

#accordion5 .panel-body .office_bearers p:last-child {
    margin-bottom: 15px;
}

.event-item .event-short .featured-img img {
    border-radius: 5px 5px 0 0;
    height: 250px;
    width: 100%;
}

.event-item .event-short .featured-img {
    position: relative;
}

.event-item .event-short {
    text-align: left;
    box-shadow: 0 0 20px #eee;
}

.event-item .event-short .featured-img .dates {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #24467a;
    padding: 7px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 15px 15px 0 0;
    right: 0;
    margin: 0 auto;
    max-width: 220px;
    text-align: center;
}

.event-item .event-short .content-part {
    padding: 22px 10px 10px 10px;
    text-align: center;
}

.event-item .event-short .content-part .title {
    font-size: 20px;
    font-weight: 600;
}

.event-item {
    margin-bottom: 30px;
}

.description {
    padding: 40px 30px 40px 30px;
    box-shadow: 0 4px 20px rgba(229, 229, 229, 0.8);
    margin-bottom: 21px;
    border-radius: 10px;
}

.description .theme-btn {
    padding: 17px 0;
    width: 100%;
    display: block;
    text-align: center;
    background: #002c57;
    color: #fff;
    margin-bottom: 15px;
    line-height: 28px;
    font-weight: 600;
}

.description .dec {
    border-top: 2px solid;
    margin-top: 10px;
    padding-top: 10px;
    text-align: left;
}

.about-inner-page .gallery {
    margin-top: 40px;
}

.about-inner-page .gallery .thumbnail img {
    width: 100%;
    height: 220px;
}

.spesing_tab {
    margin-bottom: 20px;
}

.single-contact {
    text-align: center;
    position: relative;
    /*-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);*/
    padding: 30px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 30px;
    /*background: #fff1ca;*/
    height: 215px;
}

.single-contact .icon {
    width: 70px;
    height: 70px;
    background-color: #25477b;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    margin: 0 auto;
}

.single-contact .content {
    margin-top: 10px;
}

.single-contact .content h3 {
    color: #25477b;
    font-size: 24px;
    margin-bottom: 5px;
}

.single-contact .content p {
    font-size: 16px;
    color: #25477b;
    text-align: center;
}

.single-contact .icon i {
    font-size: 30px;
    line-height: 65px;
}

.content-tab {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 4px;
}

.content-tab input.form-control {
    height: 55px;
    width: 97%;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-left: 25px;
    background-color: #f9f9f9;
}

.content-tab textarea.form-control {
    width: 100%;
    border: 1px solid #eeeeee;
    max-height: 170px;
    min-height: 170px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 25px;
    padding-top: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

.sumit_bottone {
    text-align: center;
    margin-top: 5px;
}

.content-tab .default-btn {
    background: #25477b;
    color: #fff;
    padding: 10px 30px 10px 30px;
    border: none;
    font-size: 18px;
}

.get_book {
    margin-top: 33%;
}

.content-tab select {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    height: 50px;
}

.join_us {
    margin-top: 15%;
}

.pagination-area {
    text-align: center;
    margin: 30px auto;
}

.pagination-area.new-pagination .page-numbers a {
    background: #fff;
    padding: 4px 12px;
    font-size: 20px;
    font-weight: 600;
    color: #337ab7;
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 0 0px 3px black;
}

.pagination-area.new-pagination .next a {
    background: #fff;
    padding: 4px 12px;
    font-size: 20px;
    font-weight: 600;
    color: #337ab7;
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 0 0px 3px black;
}

.pagination-area.new-pagination .page-numbers {
    margin: 0 3px;
}

.pagination-area.new-pagination .page-numbers.current a {
    background: #337ab7;
    ;
    color: #fff;
}

.office_bearers img {
    width: 100%;
    height: 260px;
}

.staff-list-box {
    margin-bottom: 15px;
    border: 2px solid #035b70;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 6px black;
    padding: 5px;
    text-align: center;
}

.staff-list-box img {
    height: 215px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.staff-list-box a {
    display: inline-block;
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.logo .navbar-brand img {
    max-width: 126%;
}

.testimonial-area.area-padding.mbb {
    display: none;
}

.about-inner-page .row {
    display: flex;
    flex-wrap: wrap;
}

.clickhere {
    position: absolute;
    z-index: 98;
    right: 42px;
    top: 150px;
}

.TopQuick {
    position: absolute;
    z-index: 98;
    right: 10px;
    top: 150px;
}

.TopQuick li a {
    box-shadow: 0 0 0 1px #054f2a inset, 0 0 0 2px rgb(255 255 255 / 15%) inset, 0 6px 0 0 #054f2a, 0 6px 6px 1px rgb(228 13 13 / 50%);
    background-color: #054f2a;
    border: 0;
    transition: all 40ms linear;
    margin-top: 12px;
    margin-bottom: 11px;
    margin-left: 5px;
    margin-right: 0px;
    padding: 15px 38px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 19px;
    color: #fff;
    width: 103%;
    text-align: center;
    text-transform: uppercase;
    animation: blinkingText 1s infinite;
}

.TopQuick li .btnp {
    animation: blinkingTextb 1s infinite;
}

@keyframes blinkingTextb {
    0% {
        background: #054f2a;
    }
    50% {
        background: #fa083f;
        color: #fff;
        box-shadow: 0 0 0 1px #054f2a inset, 0 0 0 2px rgb(5, 79, 42 / 15%) inset, 0 6px 0 0 #054f2a, 0 6px 6px 1px rgb(5, 79, 42 / 50%);
    }
    100% {
        background: #054f2a;
    }
}