@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #032233;
    font-family: 'poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    background: #fff;
}

img {
    border-radius: 5px;
}

.title {
    font-family: 'poppins', sans-serif;
    font-size: 20px;
    color: #032233;
    /* font-weight: 900; */
}

.display-6 {
    font-family: 'poppins', sans-serif;
    font-size: 20px;
    color: #032233;
    font-weight: 500;
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a {
    text-decoration: underline #fff dotted;
}

*::-moz-selection {
    background: #FC7937;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #FC7937;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #FC7937;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #555;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: dotted;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

hr {
    color: #FC793793;
}

a:hover {
    text-decoration: 2px dotted #FC7937;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.section-bg {
    background: #fff;
}

.section-padding-100 {
    padding: 100px 0px;
}

.section-padding-2 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-padding-70 {
    padding: 70px 0px;
}


/*Scroll Area*/

.scroll-area {
    position: fixed;
    bottom: 21px;
    right: 20px;
    z-index: 1;
    display: none;
}

.scroll-area i {
    width: 49px;
    height: 49px;
    background-color: #FC7937;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
}


/*
 * 1. Header
*/

.header-top {
    background: #fff;
    border-bottom: 1px solid #cccccc47;
    padding: 5px 0px;
    color: fff
}

.header-top-left span {
    padding-right: 5px;
    font-weight: 500;
    color: #686565;
}

.header-top-left span:last-child {
    padding-right: y0px;
}

.header-top-left span i {
    font-size: 16px;
    padding-right: 2px;
    color: #FC7937;
}

.logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.logo h2 {
    font-size: 28px;
    font-weight: 600;
}

.logo h2 a {
    color: #FC7937;
}

.menu {
    text-align: right;
}

.top-social {
    margin-right: -2px;
}

.top-social ul li {
    display: inline-block;
    /* margin: 0px; */
}

.top-social ul li a {
    color: #FC7937;
    padding: 10px;
}

.top-social ul li a:hover {
    color: #FC7937;
}

.menu ul li {
    display: inline-block;
    padding: 18px 0px;
    position: relative;
}

.menu ul li #sme:hover {
    background-color: #032233;
    color: #FC7637;
}

.menu ul li a {
    color: #032233;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    padding: 5px 5px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: 1px;
}

.menu ul li:hover>a {
    color: #FC7937;
}

.menu nav ul li>ul {
    position: absolute;
    top: 100px;
    left: -4px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    box-shadow: 0px 0px 16px #ccc;
}

.menu nav ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 70px;
}

.menu nav ul li>ul>li {
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0px;
    padding: 0px;
}

.menu nav ul li>ul>li:hover a {
    color: #FC7937;
    padding-left: 24px;
}

.menu nav ul li>ul>li:hover a {
    color: #FC7937 !important;
}

.menu nav ul li>ul>li li>a:hover {
    color: #fff;
}

.menu nav ul li>ul>li a {
    display: inline-block;
    width: 100%;
    padding: 8px 14px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #07112d !important;
    margin: 0px;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.menu nav ul li>ul>li:last-child a {
    border-bottom: none;
}

.menu nav ul>li>ul>li>ul {
    left: 200px;
    top: 28px;
}

.menu nav ul li>ul>li:hover>ul {
    top: -3px;
}

.menu nav ul li .sub-menu::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    overflow: hidden;
    background: #fff;
    width: 20px;
    height: 20px;
    top: -10px;
    z-index: 999;
    left: 14px;
    transform: rotate(46deg);
}

.header-search .search-icon i {
    cursor: pointer;
    font-size: 18px;
}

li a .sme:hover {
    background: #032233;
    color: #FFF;
}


/*
 * 3. Hero Slider
 *
 * Animation
*/

.active .hero-slider-single h2,
.active .hero-slider-single h4,
.active .hero-slider-single a,
.active .hero-slider-single p {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.active .hero-slider-single p {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.active .hero-slider-single h4 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.active .hero-slider-single a {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.hero-slider-single {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.hero-slider-single::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, .6);
}

.hero-slider-single-caption {
    padding-top: 180px;
    padding-bottom: 150px;
}

.hero-slider-single-caption h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.hero-slider-single-caption h2 {
    font-size: 60px;
    color: #FC7937;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 25px;
    line-height: 70px;
}

.hero-slider-single-caption p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}

.hero-slider-single-caption a:first-child {
    margin-right: 15px;
}

.hero-silder-full .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}

.hero-silder-full .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    display: block;
    background: transparent;
    margin: 2px;
    border-radius: 50%;
    border: none;
}

.hero-silder-full .owl-dots .owl-dot.active span {
    border-color: transparent;
}


/*
 * Button
*/

.button-start {
    display: inline-block;
    background: #032233;
    color: #fC7937;
    padding: 20px 40px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 5px;
    -webkit-transition: all.4s ease-in-out;
    transition: all .5s ease-in-out;
    border: 2px solid #FC7937;
}

.button-contact {
    display: inline-block;
    background: transparent;
    color: #FC7937;
    padding: 20px 40px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    border: 2px solid #FC7937;
    border-radius: 5px;
    -webkit-transition: all.4s ease-in-out;
    transition: all .5s ease-in-out;
}

.button-start:hover {
    color: #032233;
    background: #FC7937;
    border: 2px solid #FC7937;
}

.button-contact:hover {
    color: #032233;
    background-color: #FC7937;
    transition: .5s;
}

.button-1 {
    display: inline-block;
    background: #032233;
    color: #FC7637;
    padding: 20px 40px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 5px;
    -webkit-transition: all.4s ease-in-out;
    transition: all .5s ease-in-out;
}

.button-1:hover {
    color: #FFF;
    background: #FC7937;
}

.button-1-about {
    /* display: inline-block; */
    background: #FC7937;
    color: #fff;
    padding: 20px 40px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 5px;
    -webkit-transition: all.4s ease-in-out;
    transition: all .5s ease-in-out;
}

.button-2 {
    display: inline-block;
    color: #fff;
    background: #032233;
    padding: 20px 40px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 5px;
    -webkit-transition: all.4s ease-in-out;
    transition: all .5s ease-in-out;
}

.button-2:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    transition: .5s;
}


/*
 * 5. About Us
*/

.lead {
    font-family: 'poppins', sans-serif;
    font-size: 22px;
}

.about-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
}

.about-img:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.about-img img {
    width: 100%;
}

.about-info h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 12px;
}

.about-info ul {
    margin-top: 15px;
}

.about-info p {
    line-height: 26px;
}

.about-info ul li {
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
}

.about-info ul li i,
.far {
    color: #FC7937;
    padding-right: 5px;
}

.about-info .far {
    color: #FC7937;
}

.about-info a {
    margin-top: 15px;
}

.points {
    margin-left: 40px;
    margin-top: -40px;
}


/* .section-headding h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 35px;
} */


/* === HEADING STYLE #3 === */

.section-headding h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 35px;
    padding-bottom: 10px;
    position: relative;
}


/*
 * 6. Icon Boxes
*/

.devider {
    color: #FC7937;
    font-size: 22px;
}

.card {
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 17px 4px #cccccc59;
    -webkit-transition: all.3s ease-in-out;
    transition: all .3s ease;
    border-radius: 5px;
}

.card:hover {
    transform: translateY(-10px);
}

.card img {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 28px;
    margin-bottom: 30px;
    border-radius: 5px 5px 0 0;
}

.card3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.card {
    font-size: 16px;
    line-height: 28px;
}

.cardover i {
    transform: scale(1.2);
}

.card {
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}

.card:hover {
    box-shadow: 0px 0px 18px 3px #cccccc73;
}

.card.active {
    box-shadow: 0px 0px 18px 3px #cccccc73;
}

.card .content {
    overflow: hidden;
}

.card .content h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}

.card .content p {
    font-size: 14px;
    line-height: 24px;
}

.card-link,
.fas {
    color: #FC7637;
}

.card-link:hover,
.fas:hover {
    color: #032233;
}

.canvas_open {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.canvas_open:hover {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.canvas_open .fa-bars {
    padding-top: 4px;
    padding-right: 2px;
    color: #032233;
}

.canvas_open .fa-bars:hover {
    color: #FC7937;
}


/*
* Section Banner 1
*/

.svg-top {
    margin-top: -250px;
}

.svg-bottom {
    margin-top: -213px;
}


/* services section */

.services-icon i {
    position: relative;
    padding: 15px;
    border: 2px solid #fc7937;
    border-radius: 50px;
    font-size: 50px;
    margin-top: 25px;
}

.service-description {
    margin-top: 50px;
}

.content-text {
    width: 100%;
    padding-left: 100px;
}

#services {
    margin-top: -100px;
}


/* Why choose us section */

.icon-box-2 {
    box-sizing: border-box;
    padding: 40px 30px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all.3s ease-in-out;
}

.icon-box-2:hover {
    box-shadow: 0px 0px 18px 3px #cccccc73;
}

.icon-box-2.active:hover {
    box-shadow: none;
}

.icon-box-2.active {
    box-shadow: 0px 0px 18px 3px #cccccc73;
}

.icon-box-2 .icon {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    color: #FC7937;
    font-size: 34px;
}

.icon-box-2 .content {
    overflow: hidden;
    padding-left: 155px;
}

.icon-box-2 .content h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding-top: 30px;
}


/* icon-box services */

.footer-widget ul li a:hover {
    color: #fff;
}


/* end */

.section-banner-1 {
    background: #FC7937;
    position: relative;
    z-index: 2;
}

.section-banner-1-img {
    text-align: center;
}

.section-banner-1-content h2 {
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
}

.section-banner-1-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff;
}

.section-banner-1-content ul {
    margin-bottom: 25px;
    padding-left: 20px;
}

.section-banner-1-content ul li {
    line-height: 32px;
    font-weight: 500;
    color: #fff;
}

.section-banner-1-content ul li i {
    font-size: 16px;
    padding-right: 5px;
}


/*
 * Counter Up
*/

.counter-up {
    background-image: url('/assets/img/smoky-bg.png');
    opacity: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* background-attachment: fixed; */
}

.counter-item {
    background: #FC7937;
    padding: 35px 20px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.clients {
    width: 35px;
    height: 35px;
}

.counter-item:hover {
    background: #FC7937;
}

.counter-item h3 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 45px;
}

.counter-item p {
    font-size: 14px;
    color: #fff;
}

.counter-up-content h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #FC7937;
    font-weight: 700;
}

.counter-up-content p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}


/*
 * 8. Testimonial
*/

.testimonial-single {
    width: 88%;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 7px 4px #cccccc7a;
    margin: 10px auto;
}

.testimonial-single-header .thumbnail {
    width: 100px;
    margin-left: -30px;
    padding-top: 30px;
    float: left;
}

.thumbnail img {
    border-radius: 50px;
}

.testimonial-title {
    overflow: hidden;
    padding-top: 45px;
    padding-left: 20px;
}

.testimonial-single-footer {
    overflow: hidden;
    width: 100%;
    padding: 20px 30px 30px 30px;
}

.testimonial-title h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

.testimonial-title p {
    font-size: 20px;
}

.testimonial-single-footer p {
    font-size: 18px;
    font-style: italic;
    line-height: 32px;
    color: #888;
}

.testimonial-full .owl-nav {
    text-align: center;
    margin-top: 20px;
}

.testimonialSlider-slider-nav {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 3px;
    font-size: 22px;
    border: 2px solid #FC7937;
    color: #FC7937;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.testimonialSlider-slider-nav:hover {
    background: #FC7937;
    color: #fff;
}


/*
 * Subscribe
*/

.subscribe-area {
    background: #fff;
    padding: 50px 0px;
    text-align: center;
}

.subscribe-social ul li {
    display: inline-block;
    margin: 0px 5px;
}

.subscribe-social ul li a {
    display: inline-block;
}

.subscribe-social ul li a i {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #032233;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    -webkit-transition: all.3s ease-in-out;
    transition: all .3s ease-in-out;
}

.subscribe-social ul li a i:hover {
    background: none;
    color: #032233;
    border-style: double;
}


/*
 * 10. Footer
*/

.footer {
    background: #032233;
}

.footer-logo {
    margin-top: 25px;
    width: 146px;
    height: 49px;
}

.header-widget li a::after {
    content: '';
    width: 0%;
    height: 4px;
    background: #FC7937;
    display: block;
    margin: 0px;
    font-size: 18px;
    transition: 0.5s;
    color: #FC7937;
}

.header-widget li .active {
    color: #FC7937;
    padding: 0px;
}

.header-widget li a:hover::after {
    width: 100%;
    padding: 0px;
}

.footer-widget h2 {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 20px;
}

.footer-widget h2 a {
    color: #fff;
}

.footer-widget p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    width: 99%;
}

.footer-widget h3 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    position: relative;
}

.footer-widget h3::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    background: #ffffff47;
}

.footer-widget h3::before {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 50px;
    height: 1px;
    bottom: 0px;
    background: #FC7937;
}

.footer-widget ul li a {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-widget ul li a i {
    padding-right: 3px;
}

.footer-widget ul li a:hover {
    color: #fff;
}

.footer-widget ul li a::after {
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 0%;
    height: 1px;
    background: #fff;
    content: "";
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-widget ul li a:hover::after {
    width: 100%;
}

.footer-widget ul.footer-list-two li {
    color: #fff;
    width: 100%;
    overflow: hidden;
    padding: 6px 0px;
}

.footer-widget ul.footer-list-two li i {
    width: 36px;
    height: 36px;
    color: #FC7937;
    /* background-color: #; */
    border-radius: 50px;
    margin-right: 10px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-widget ul.footer-list-two li {
    color: #fff;
    line-height: 1.3;
}

.footer-bottom {
    border-top: 1px solid #ffffff1c;
}

.footer-bottom p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.footer-bottom p a {
    color: #fff;
}

.footer-bottom p a:hover {
    color: #fff;
}

.footer-widget .footer-logo {
    width: 146px;
    height: 49px;
}

a:hover,
.underline:hover {
    text-underline-offset: 2px;
}

.names {
    color: #FC7937;
}

.hero-area-2 {
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.hero-area-2:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
}

.hero-area-2-caption h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.hero-area-2-caption h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 25px;
}

.hero-area-2-caption p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}

.services-single-style2 {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px 2px #cccccc59;
}

.services-single-style2 img {
    width: 100%;
}

.services-single-style2 h3 {
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
}

.services-single-style2 h3 a {
    color: #333;
}

.services-single-style2 h3 a:hover {
    color: #FC7937;
}

.services-single-style2 p {
    padding: 2px 10px 20px 10px;
}

.services-title img {
    width: 200px;
    height: 100px;
}

.tab-item-single-content .single {
    width: 100%;
    overflow: hidden;
}

.tab-item-single-content .single .icon {
    width: 80px;
    height: 80px;
    float: left;
    background: #FC7937;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    margin-right: 2px;
}

.tab-item-single-content .single .content {
    overflow: hidden;
}

.tab-item-single-content .single .content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 8px;
}

.about-resources-content h4 {
    color: #FC7937;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-resources-content h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 600;
}

.breadcrumb-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.breadcrumb-area:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}

.breadcrumb-content h4 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.breadcrumb-content ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #FC7637;
    padding: 0px 20px;
}

.breadcrumb-content ul li a {
    color: #fff;
}

.breadcrumb-content ul li a:hover {
    color: #FC7937;
}

.breadcrumb-content ul li.active {
    position: relative;
}

.breadcrumb-content ul li.active::after {
    content: "|";
    font-weight: 600;
    left: 0;
    position: absolute;
    top: 0;
}

.contact-form input {
    height: 60px;
    transition: all .4s ease-in-out;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    background: #d9d9d93d;
    padding: 10px 15px;
    height: 55px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.contact-form input:hover {
    box-shadow: 0px 0px 10px 4px #FC7637;
}

.contact-form input:focus {
    box-shadow: 0px 0px 10px 4px #FC7637;
}

.contact-form textarea {
    transition: all .4s ease-in-out;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    background: #d9d9d93d;
    padding: 10px 15px;
    height: 155px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.contact-form textarea:hover {
    box-shadow: 0px 0px 5px 4px #FC7637;
}

.contact-form textarea:focus {
    box-shadow: 0px 0px 5px 4px #FC7637;
}

.contact-form button {
    border: none;
    border-radius: 0px;
}

.contact-info {
    z-index: 1;
    position: relative;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-info::after {
    content: "";
    clear: both;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contact-info .single-info .icon {
    float: left;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid; */
    border-radius: 50px;
    font-size: 20px;
    margin-top: 8px;
}

.contact-info .single-info .content {
    overflow: hidden;
}

.contact-info .single-info .content .title {
    font-size: 24px;
    color: #032233;
}

.contact-info .content {
    padding: 10px;
}

.contact-info .single-info .icon {
    background: #032233;
}

.contact-form .row .form-control {
    border-radius: 5px;
}


/*
 * Widgets
*/

.widgets-single {
    box-shadow: 0px 0px 11px 5px #ccc3;
    padding: 30px 20px;
    overflow: hidden;
    width: 100%;
}

.widgets-single form {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.widgets-single form input {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    height: 55px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widgets-single form input:focus {
    border: 1px solid #FC7937;
}

.widgets-single form button {
    position: absolute;
    top: 15px;
    right: 10px;
    border: none;
    background: no-repeat;
    color: #777;
}

.widgets-single form button:hover {
    color: #FC7937;
}

.widgets-single h3 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.widgets-single h3::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 70px;
    height: 1px;
    background: #FC7937;
    bottom: 0;
}

.widgets-single h3::before {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cccccc5c;
    bottom: 0;
}

.widgets-latest-post-single {
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-left: 80px;
}

.widgets-latest-post-single img {
    width: 75px;
    position: absolute;
    left: 0;
    top: 0;
    height: 69px;
}

.widgets-latest-post-single .content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.widgets-latest-post-single .content h4 a {
    color: #333;
}

.widgets-latest-post-single .content h4 a:hover {
    color: #FC7937;
}

.widgets-latest-post-single .content span {
    font-size: 14px;
    color: #999;
}

.widgets-single ul li {
    display: block;
    line-height: 35px;
    border-bottom: 1px solid #cccccc40;
    padding: 4px 0px;
}

.widgets-single ul li:last-child {
    border: none;
}

.widgets-single ul li a {
    color: #333;
}

.widgets-single ul li a:hover {
    color: #FC7937;
}

.widgets-single .tags a {
    display: inline-block;
    color: #333;
    font-size: 14px;
    border: 1px solid #ccc;
    margin: 3px 2px;
    padding: 3px 8px;
    text-transform: lowercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.widgets-single .tags a:hover {
    color: #FC7937;
    border-color: #FC7937;
}

.services-details {
    box-shadow: 0px 0px 11px 5px #ccc3;
    padding: 30px 20px;
    overflow: hidden;
    width: 100%;
    text-align: justify;
}

.services-details img {
    width: 100%;
    margin-bottom: 30px;
}

.services-details h2 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 32px;
}

.services-details p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.services-details h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

#show {
    display: none;
}


/*
 * Portfolio
*/

.portfolio-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.portfolio-item img {
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .5s ease-in-out;
}

.portfolio-item:hover img {
    transform: scale(1.2);
}

.portfolio-item-overly {
    position: absolute;
    left: -100%;
    bottom: 0;
    display: flex;
    height: auto;
    width: 100%;
    text-align: left;
    align-items: end;
    background: #FC7937;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.portfolio-item:hover .portfolio-item-overly {
    left: 0;
}

.portfolio-item-overly-full {
    padding: 20px 20px;
}

.portfolio-item-overly-full h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.portfolio-item-overly-full p a {
    color: #fff;
}

.portfolio-item-overly-full a.zoom {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #333;
    border-radius: 50%;
}

.portfolio-list ul li {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0px 2px;
    padding: 4px 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    text-transform: capitalize;
}

.portfolio-list ul li:hover {
    color: #FC7937;
    border-color: #FC7937;
}

.portfolio-list ul li.mixitup-control-active {
    background: #FC7937;
    color: #fff;
    border-color: #FC7937;
}

.portfolio-details {
    box-shadow: 0px 0px 11px 5px #ccc3;
    padding: 30px 20px;
    overflow: hidden;
    width: 100%;
    text-align: justify;
}

.portfolio-details img {
    width: 100%;
}

.portfolio-details h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.portfolio-details p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}


/*
 * Team
*/

.director-sec {
    margin-top: 80px;
    margin-bottom: 60px;
}

.team-item {
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: 0px 0px 13px 4px #cccccc42;
}

.team-item .team-img {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
}

.team-item .team-img img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 1px solid rgba(204, 204, 204, 0.281);
}

.team-item .team-img .team-overly {
    position: absolute;
    top: 0;
    left: 0;
    background: #032233;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.team-item:hover .team-img .team-overly {
    opacity: 1;
    visibility: visible;
    color: #fff;
}

.team-item .team-img .team-overly::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 38px;
    height: 20px;
    background: #032233;
    bottom: -16px;
    left: 30px;
    clip-path: polygon(45% 100%, 0 0, 100% 0);
}

.team-overly-full {
    padding: 20px;
    text-align: left;
}

.team-overly-full p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.team-overly-full ul li {
    display: inline-block;
    margin: 0px 4px;
}

.team-overly-full ul li a {
    font-size: 14px;
    color: #FC7637;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #032233;
    border: 2px double #FC7637;
    border-radius: 50%;
}

.team-item .team-detail {
    padding: 30px 20px;
}

.team-item .team-detail a.team-plus {
    float: left;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #032233;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.team-item:hover .team-detail a.team-plus {
    background: #032233;
    transform: rotate(44deg);
}

.team-item .team-detail .team-info h6 {
    font-size: 20px;
    font-weight: 600;
}

.team-item .team-detail .team-info h6 a {
    color: #032233;
}

.team-item .team-detail .team-info h6 a:hover {
    color: #FC7937;
}

.team-item .team-detail .team-info span {
    font-size: 14px;
}

.ratings i {
    color: #032233;
}

.source img {
    width: 80px;
    height: 80px;
}


/* flippers  */

.flip-item {
    width: 420px;
    height: auto;
    font-family: 'poppins', serif;
}

.flip-item .item-inner {
    padding: 2rem;
    background: #fff;
    box-shadow: 0px 0px 10px 3px #cccccc73;
    border-radius: 10px;
}

.flip-item .source-info {
    font-size: 0.875rem;
}

.accordion-item {
    margin-bottom: 30px;
}

.accordion-item h2 a {
    width: 100%;
    display: block;
    font-size: 22px;
    font-weight: 600;
    background: #ccc;
    padding: 18px 20px;
    color: #fff;
    background: #FC7937;
}

.accordion-item h2 a.collapsed {
    background: #ccc;
    color: #333;
}

.faq-area-full .accordion-body p {
    line-height: 28px;
    font-size: 16px;
    text-align: justify;
    padding: 20px;
    color: #444;
}

@media (max-width: 767px) {
    .our-services {
        margin-bottom: 200px;
    }
    .why-chooses-us {
        margin-top: 150px;
    }
    .section-banner-1 {
        display: flex;
        text-align: center;
    }
    #about-divider {
        visibility: hidden;
    }
    .service-description {
        margin-top: 50px;
        margin-left: 30px;
    }
    #hide {
        display: none;
    }
    .button-start {
        /* display: inline-block; */
        background: #032233;
        color: #FC7937;
        padding: 15px 25px;
        text-transform: capitalize;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 14px;
        border-radius: 5px;
        -webkit-transition: all.4s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .button-contact {
        display: inline-block;
        color: #FC7937;
        background: transparent;
        border: 2px solid #FC7937;
        padding: 15px 25px;
        text-transform: capitalize;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 12px;
        border-radius: 5px;
        -webkit-transition: all.4s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .button-start:hover {
        color: #032233;
        background: #FC7937;
        border: 2px solid #FC7937;
    }
    .button-contact:hover {
        color: #032233;
        background-color: #FC7937;
        border: 2px solid #FC7937;
        transition: .5s;
    }
    .button-1 {
        display: inline-block;
        background: #032233;
        color: #FC7637;
        padding: 15px 25px;
        text-transform: capitalize;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 14px;
        border-radius: 5px;
        -webkit-transition: all.4s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .button-1:hover {
        color: #fff;
        background: #FC7937;
    }
    .button-1-about {
        /* display: inline-block; */
        background: #032233;
        color: #fff;
        padding: 15px 25px;
        text-transform: capitalize;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 14px;
        border-radius: 5px;
        -webkit-transition: all.4s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .button-2 {
        display: inline-block;
        color: #FC7937;
        background: #032233;
        padding: 15px 35px;
        text-transform: capitalize;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 14px;
        border-radius: 5px;
        -webkit-transition: all.4s ease-in-out;
        transition: all .5s ease-in-out;
    }
    .hero-slider-single-caption h4 {
        font-size: 20px;
    }
    .hero-slider-single-caption h2 {
        font-size: 60px;
    }
    #show {
        display: initial;
    }
    .counter-up .container .row {
        margin-top: 35px
    }
}

@media (max-width: 576px) {
    #services {
        margin-top: -100px;
    }
    .hero-slider-single-caption h4 {
        font-size: 20px;
    }
    .hero-slider-single-caption p {
        font-size: 14px;
    }
    .br-hide {
        display: none;
    }
    #show {
        display: initial;
    }
    .counter-up .container .row {
        margin-top: 35px
    }
}


/*
 * Mobile Menu
*/

.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #232323;
    top: 0;
}

.off_canvars_overlay.active {
    opacity: 0.5;
    visibility: visible;
}

.offcanvas_menu {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas_menu {
        display: block;
    }
}

.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    transition: .5s;
    left: 0;
    margin-left: -300px;
    padding: 20px 0px 30px;
    overflow-y: auto;
}

.offcanvas_menu_wrapper.active {
    margin-left: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto;
}

.offcanvas_menu_wrapper .header_search_box {
    display: block;
}

.offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
    transform: rotate(180deg);
}

.offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
}

.offcanvas_main_menu li {
    position: relative;
}

.offcanvas_main_menu li:last-child {
    margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 10px;
}

.offcanvas_main_menu li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding: 0px 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    color: #333;
}

.offcanvas_main_menu li a:hover {
    color: #FC7937;
}

.offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px;
}

.offcanvas_footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.offcanvas_footer span a {
    font-size: 14px;
}

.offcanvas_footer span a:hover {
    color: #FC7937;
}

.slinky-theme-default a:not(.back) {
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
    background: inherit;
    color: #FC7937;
}

.canvas_close {
    position: absolute;
    top: 10px;
    right: 13px;
}

.canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #333;
}

.canvas_close a:hover {
    background: #FC7937;
    border-color: #FC7937;
    color: #fff;
}

.mobile-logo {
    padding-left: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .canvas_open {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .canvas_open {
        right: 20px;
        top: 27px;
        display: block;
        width: 36px;
    }
}

.canvas_open a {
    font-size: 27px;
    width: 41px;
    height: 37px;
    display: block;
    line-height: 37px;
    text-align: center;
    color: #232323;
}

@media only screen and (max-width: 767px) {
    .canvas_open a {
        width: 36px;
        height: 34px;
        line-height: 33px;
        font-size: 27px;
    }
}

.canvas_open a:hover {
    color: #fe3737;
    border-color: #fe3737;
}

.mobile-logo h2 {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 900;
}

.mobile-logo h2 a {
    color: #333;
}


/*
 * Sticky
*/

.header-bottom.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
    -moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
    box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
    background: #fff;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.social-footer a {
    display: inline-block;
    margin: 0px 3px;
}

.social-footer a i {
    background: #FC7937;
    color: #fff;
    font-size: 14px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social-footer a i:hover {
    background: #fff;
    color: #032233;
    border-style: double;
}