/* import api...s */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
/* common css */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto Slab', serif;
}

-moz-::selection, -webkit-::selection, ::selection {
    color: #fff;
    background: #49c3ca;
}

/* site scroll bar styling */

/* width */

::-webkit-scrollbar {
    width: 8px;
}

::-moz-scrollbar {
    width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-moz-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #49c3ca;
    border-radius: 10px;
}

::-moz-scrollbar-thum {
    background: #49c3ca;
    border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #49c3ca;
}

::-moz-scrollbar-thumb:hover {
    background: #49c3ca;
}

a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, span, ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

span, p {
    color: #5c6f87;
    font-size: 15px;
}

p {
    letter-spacing: 1px;
    line-height: 30px;
}

/* google translate element btn */

/* #google_translate_element{
    position: fixed;
    top: 50%;
    z-index: 1111111;
    background: #fff;
} */

.py-6 {
    padding: 65px 0;
}

.pb-6 {
    padding-bottom: 65px;
}

.pt-6 {
    padding-top: 65px;
}

.form-control:focus {
    border-color: #49c3ca;
    box-shadow: 0 0 0 0.1rem #49c3ca;
}

button:focus {
    outline: none;
}

.btn {
    background: #49c3ca;
    border-color: #49c3ca;
}

.btn:hover {
    background: #49c3ca;
    border-color: #49c3ca;
}

.btn:focus, .btn:active, .btn-primary:focus, .btn-primary:active, .btn-danger:focus, .btn-danger:active, .btn-dark:focus, .btn-dark:active {
    background: #49c3ca!important;
    border-color: #49c3ca!important;
    box-shadow: none!important;
}

.alert {
    margin: 0;
}

/* hide input[type="number"] arrows */

/*For Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*For Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.form-group p.error_msg {
    color: red;
    margin-top: 5px;
}

.top_nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* quotations */

.quote {
    position: relative;
}

.quote:before, .quote:after {
    content: "\f10d";
    font: normal normal normal 17px/1 FontAwesome;
    color: #cacaca;
    left: -25px;
    position: absolute;
    top: 0;
    transform: rotate(15deg);
}

.quote:before {
    content: "\f10e";
    left: auto;
    right: 0;
}

/* transitions */

.btn, .overlay, .card_img, .news_title, .tags li>a, .simple_link, .news_desc a, .gallery_link, .search_form i, .team-desc>a, .categories li a, .about_img:after, .team-pic:before, .about_img:before, .project_desc>a, .service_desc>a, .gallery_link>a, .nivo-controlNav a, .project_title>a, .simple_link:before, .gallery_pic:before, .nivo-directionNav a, #autocompleteContent li, .news_small .news_desc a, .team-social_links li a>i, .service .media-body h5>a, .contact_us_details .media-body a, .breadcrumb>.breadcrumb-item>a, .footer_detail .recent_post li>a, .address_details li .address_desc a, .navbar-light .navbar-nav .nav-link, .form-group>input[name="username"]+i, .owl-theme .owl-controls .owl-buttons div, .footer_detail .team-social_links li a>i, .search_blog .form-group button[type="submit"], .social_links>li>a>i {
    transition: all 0.3s ease-in-out 0s;
}

/* main heading */

.main_heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_heading>h2 {
    border-left: 3px solid #49c3ca;
    color: #141d28;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 70px;
    padding-left: 30px;
    text-align: center;
    text-transform: capitalize;
}

.main_heading span {
    color: #49c3ca;
    display: inline-block;
    font-size: 40px;
    line-height: 1.5;
}

/* rounded heading */

.rounded_heading {
    border-bottom: 3px solid #49c3ca;
    border-left: 0 none!important;
    padding: 0!important;
}

/* main button */

.main_btn:before {
    content: "";
    background: #49c3ca;
    height: 100%;
    left: 0;
    position: absolute;
    top: -50px;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: -1;
}

.main_btn {
    background: transparent!important;
    border: 2px solid #49c3ca;
    border-radius: 0;
    color: #49c3ca;
    min-width: 150px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0s;
    z-index: 2;
}

.main_btn:hover:before {
    top: 0;
}

.main_btn:hover {
    color: #fff;
}

.main_btn:focus {
    box-shadow: none;
}

/* simple link */

.simple_link:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #141d28;
    width: 100%;
    height: 1px;
    bottom: -5px;
    transition: all 0.3s ease-in-out;
}

.simple_link {
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
    color: #141d28;
    font-size: 12px;
}

.simple_link:hover:before {
    width: 0;
}

.simple_link:after {
    content: '\f054';
    font-family: "FontAwesome", sans-serif;
    font-weight: 900;
    font-size: 10px;
    padding-left: 3px;
    color: #141d28;
}

/* social links hover*/

.team-desc>.team-social_links li a>i.fa-facebook:hover, .team-desc>.team-social_links li a>i.fa-twitter:hover, .footer_detail .team-social_links li a>i.fa-twitter:hover, .social_links>li>a>i.fa-twitter:hover {
    color: #55acee;
}

.team-desc>.team-social_links li a>i.fa-paper-plane:hover, .footer_detail .team-social_links li a>i.fa-linkedin:hover, .social_links>li>a>i.fa-linkedin:hover {
    color: #0976b4;
}

.team-desc>.team-social_links li a>i.fa-instagram:hover, .footer_detail .team-social_links li a>i.fa-instagram:hover, .social_links>li>a>i.fa-instagram:hover {
    color: #3f729b;
}

.footer_detail .team-social_links li a>i.fa-youtube:hover, .social_links>li>a>i.fa-youtube:hover {
    color: #e52d27;
}

/* image responsive */

.news_pic>a, .project>img, .about_img>img, .project_img>img, .news_pic>a>img, .team-pic>a>img, .innovation_pic>img, .testimonial_pic>img, .gallery_pic>a>img, .single_service_pic>img, .popular_posts .media>a>img, .navbar-light .navbar-brand>img {
    height: auto;
    width: 100%;
}

/* pagination styling */

.page-item.page-link {
    padding: 0;
    line-height: 0;
}

.page-item.page-link>a {
    color: #49c3ca;
    display: inline-block;
    line-height: 1.25;
    padding: .5rem .75rem;
}

.page-item.active .page-link {
    background-color: #49c3ca;
    border-color: #49c3ca;
}

/* sorry not found div */

.sorry {
    padding: 100px 0;
    background: url(../images/tenor.gif) no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 20px;
}

.sorry+h3 {
    color: #49c3ca;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

/* banner */

#banner:before {
    background: #fff;
    bottom: -30px;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    transform: skew(0, -2deg);
}

#banner {
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    position: relative;
    z-index: 111;
}

#banner:after {
    background: #000;
    content: "";
    opacity: 0.5;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

/* particle js  */

#particles {
    background-color: #49c3ca;
    /* background-image: linear-gradient(315deg, #662D8C -10%, #ED1E77 65%, #020202 100%); */
    background-image: linear-gradient(315deg, #49c3ca 0%, #f6d285 74%);
    height: 100vh;
    font-family: 'Luckiest Guy', cursive;
    position: relative;
}

#particles h1 {
    text-shadow: 0px 3px #49c3ca, 2px 5px #328388;
    color: #ebe9c2;
    font-size: 10vw;
    position: absolute;
    top: 50%;
    z-index: 11109;
    left: 50%;
    transform: translate(-50%, -10%);
    width: 80%;
    text-align: center;
}

#particles h1 {
    animation: bounce 2s ease-in-out 0s;
    animation-iteration-count: infinite;
}

/* partticle heading animation */

@keyframes bounce {
    from {
        top: 50%;
    }
    25% {
        top: 45%;
    }
    50% {
        top: 50%;
    }
    75% {
        top: 45%;
    }
    to {
        top: 50%;
    }
}

#particles h1 span {
    /* background-image: linear-gradient(45deg, #dc2743 30%, #cc2366 75%, #bc1888 100%); */
    background-image: linear-gradient(45deg, #49c3ca 30%, #f6d285 75%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    display: inline-block;
    font-size: 10vw;
    margin-left: 30px;
    text-shadow: none;
}

.slideScroll {
    animation: bounceBtn 2.5s ease-in-out 0s;
    animation-iteration-count: infinite;
    background: transparent;
    border: 0 none;
    color: #49c3ca;
    bottom: 0;
    font-size: 50px;
    font-weight: 900;
    left: 50%;
    padding: 0;
    position: absolute;
    transform: translate(-50%, 0) rotate(90deg);
    text-shadow: 0 0 3px #1a0101;
    width: 0;
    z-index: 111;
}

@keyframes bounceBtn {
    from {
        bottom: 2px;
    }
    25% {
        bottom: 10px;
    }
    50% {
        bottom: 2px;
    }
    75% {
        bottom: 10px;
    }
    to {
        bottom: 2px;
    }
}

/* header */

header {
    background: #1F2832;
    color: #fff;
    opacity: 0.95;
    position: relative;
    z-index: 1111;
}

header+hr {
    background: #fff;
    border: 0 none;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.social_links>li {
    display: inline-block;
    margin-right: 20px;
}

.social_links>li:last-child {
    margin-right: 0;
}

.social_links>li>a {
    color: #fff;
}

/* navbar */

@keyframes animateNav {
    0% {
        height: 90px;
    }
    100% {
        height: 70px;
    }
}

.fixed {
    animation: animateNav 1s normal;
    height: 70px;
    position: fixed!important;
    top: 0;
    width: 100%;
}

.navbar {
    background: #1F2832!important;
    opacity: 0.95;
    position: relative;
    z-index: 11111;
}

.navbar-collapse.collapse.show {
    background: rgb(31, 40, 50) !important;
    margin: 0px -15px !important;
}

.navbar-collapse.collapse.show .navbar-nav {
    background: rgb(31, 40, 50) !important;
    margin: 0px -15px !important;
    padding: 0px 15px !important;
}

.navbar-light .navbar-brand {
    margin-right: 100px;
    width: 10%;
}

.nav-item {
    margin-right: 20px
}

.nav-item:last-child {
    margin-right: 0
}

.navbar-light .navbar-nav .nav-link {
    color: #dad3d3;
    font-size: 16px;
    font-weight: 600!important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #49c3ca;
}

.search_btn, .search_btn:hover, .search_btn:focus, .search_btn:active {
    background: transparent!important;
    border: 0 none;
    box-shadow: none !important;
    color: #fff;
    outline: none;
    padding: 0;
}

.search_btn:hover {
    color: #49c3ca!important;
}

/* search bar */

#search_bar {
    background: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    padding-top: 40px;
    position: fixed;
    z-index: 11111;
    width: 100%;
}

.search_form {
    background: #fff;
    box-shadow: 0 0 5px #555;
    display: flex;
    padding: 20px;
    position: relative;
    z-index: 11111111
}

.search_form>input[type="text"] {
    border: 0 none;
    flex-grow: 1;
    font-size: 20px;
}

.search_form>input[type="text"]:hover, .search_form>input[type="text"]:focus {
    border: 0 none;
    box-shadow: none;
}

.submit_btn {
    background: transparent;
    cursor: pointer;
    border: 0 none;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 2;
}

.submit_btn:focus {
    outline: none;
}

.submit_btn:hover+i {
    color: #086cc2;
}

.search_form i {
    color: #49c3ca;
    font-size: 20px;
    left: 20px;
    position: absolute;
    top: 5px;
    z-index: 0;
}

#close {
    height: 100%;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 11111;
}

/* breadcrumbs */

#breadcrumb {
    bottom: 25%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1111;
}

#breadcrumb>h2 {
    color: #49c3ca;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    text-shadow: 1px 1px 2px #fff, 2px 2px 2px #081b30;
}

.breadcrumb {
    background: transparent;
    justify-content: center;
}

.breadcrumb>.breadcrumb-item>a {
    text-shadow: 1px 1px 1px #fff;
}

.breadcrumb>.breadcrumb-item {
    font-size: 20px;
    text-transform: capitalize;
}

.breadcrumb>.breadcrumb-item>span {
    background: #49c3ca;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    line-height: 2;
    padding: 0 10px;
    text-shadow: 1px 1px 2px #29011d;
}

.breadcrumb>.breadcrumb-item>a, .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb>.breadcrumb-item>a:hover {
    color: #49c3ca;
    text-decoration: none;
}

/* how we work section */

.strategy_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    position: relative;
}

.strategy_pic:after {
    position: absolute;
    content: '';
    -webkit-mask: url(../images/step_arrow_1.png) no-repeat center / contain;
    -moz-mask: url(../images/step_arrow_1.png) no-repeat center / contain;
    background-color: #5c6f87;
    width: 50%;
    height: 26px;
    display: inline-block;
    left: 80%;
    top: 30%;
}

.strategy:nth-child(3n)>.strategy_pic:after {
    transform: rotateX(180deg);
    top: 60%;
    left: 80%;
}

.strategy:last-child>.strategy_pic:after {
    display: none;
}

.strategy_pic>img {
    border-radius: 50%;
    height: 140px;
    max-width: 140px;
}

.strategy h4 {
    font-size: 30px;
    text-align: center;
    text-transform: capitalize;
}

/* services section */

#services {
    background: #233142;
}

.service {
    margin-bottom: 30px;
}

.media i {
    color: #49c3ca;
    font-size: 45px;
}

.media-body {
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
    letter-spacing: 1.5px;
}

.media-body h5>a {
    color: #fff;
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.media-body h5>a:hover {
    color: #49c3ca
}

/* our team section */

#our_team .main_heading>h2 {
    margin-bottom: 20px;
}

.team-pic {
    margin-bottom: 30px;
    position: relative;
}

.team-pic:before {
    background: #000;
    content: "";
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.team:hover>.team-pic:before {
    opacity: 0.5;
}

.team-desc {
    text-align: center;
}

.team-desc>a {
    color: #141d28;
    margin-bottom: 10px;
}

.team-desc>a:hover {
    color: #49c3ca;
}

.team-desc>a>h4 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
}

.team-desc>span {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.team-social_links li {
    display: inline-block;
    margin-right: 25px;
}

.team-social_links li:last-child {
    margin-right: 0;
}

.team-social_links li a {
    display: inline-block;
}

.team-social_links li a>i {
    color: #141d28;
    display: inline-block;
    font-size: 20px;
}

/* why choose us section */

#reason {
    background: url(../images/parallax.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.reason_1 {
    margin-bottom: 50px;
}

.reason_1:last-child {
    margin-bottom: 0;
}

.reason_1 span {
    color: #49c3ca;
    display: block;
    font-size: 50px;
    margin-bottom: 10px;
}

.reason_1 h5 {
    color: #233142;
    font-size: 23px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

/* gallery section */

.gallery_pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    left: 50%;
    background: rgba(20, 29, 40, .9);
    opacity: 0;
    width: calc(100% - 30px);
    transform: translateX(-50%);
    z-index: 1;
}

.gallery_pic {
    padding: 0;
}

.gallery_pic:hover:before {
    opacity: 0.7;
}

.gallery_pic a {
    margin: 0 15px;
}

#gallery .owl-wrapper {
    padding: 10px 0;
}

.gallery_pic a img {
    filter: drop-shadow(0 0 10px gray);
}

.gallery_link {
    opacity: 0;
    position: absolute;
    top: 0;
    text-align: center;
    transform: translateY(-50%);
    width: 100%;
    z-index: 111;
}

.gallery_pic:hover .gallery_link {
    opacity: 1;
    top: 50%;
}

.gallery_link>a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-mask: url(../images/plus.png) no-repeat center / contain;
    background-color: #fff;
    transform: none;
}

.gallery_link>a:hover {
    background: #49c3ca;
    transform: rotate(315deg) scale(1.8);
}

/* testimonial section */

#testimonials {
    padding: 3rem 0 9rem 0;
}

.testimonial {
    text-align: center;
}

.testimonial_pic {
    border-radius: 50%;
    margin: 0 auto 40px;
    overflow: hidden;
    width: 200px;
}

.testimonial_desc {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 30px;
    padding: 0 150px;
}

.testimonial h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.testimonial h3+span {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    background: transparent!important;
    border: 2px solid #000;
    height: 50px;
    width: 50px;
    color: #000!important;
    line-height: 45px;
    padding: 0!important;
    font-size: 25px!important;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    border-color: #49c3ca!important;
    color: #49c3ca!important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}

/* innovation section */

#innovation {
    background: #233142;
}

.innovation_pic {
    margin-top: -80px;
}

.innovation_desc {
    padding: 150px 0 0 0;
}

.innovation_desc h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    letter-spacing: 3px;
}

.innovation_desc span {
    color: #49c3ca;
    display: block;
    font-size: 60px;
    margin-bottom: 15px;
}

.innovation_desc p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 60px;
}

.innovation_desc a.bg_trans {
    margin-left: 20px;
}

/* our news section */

.news_pic {
    margin-bottom: 50px;
}

.news_pic>a {
    position: relative;
}

.news_pic>a:hover>.overlay {
    opacity: 0.5;
}

.news_desc {
    padding: 0 40px;
}

.news_desc a:hover, .news_title:hover, .news_smaill .news_desc a:hover {
    color: #49c3ca!important;
}

.news_title {
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.news_desc .news_author, .news_date {
    border-right: 2px solid #5c6f87;
    color: #5c6f87;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    text-transform: capitalize;
}

.news_date {
    border: 0 none;
    margin-right: 0;
    padding: 0;
}

.news_desc p {
    margin: 1.5rem 0 1.5rem 0;
}

.news_small {
    margin-bottom: 40px;
}

.news_small:last-child {
    margin-bottom: 0;
}

.news_small>.news_pic {
    margin: 0;
}

.news_small .news_desc {
    background: #141D28;
    padding: 30px;
}

.news_small .news_desc .news_title {
    line-height: 30px;
}

.news_small .news_desc .news_title, .news_small .news_desc .news_author, .news_small .news_desc .news_date {
    color: #fff;
}

/* footer details section */

#footer_details {
    background: #141d28;
}

.footer_detail .detail_title {
    color: #49c3ca;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4.8px;
    margin-bottom: 45px;
    line-height: 0.9;
    text-indent: 4.8px;
    text-transform: uppercase;
}

.footer_detail p {
    color: #fff;
    margin-bottom: 50px;
}

.footer_detail .team-social_links li a>i {
    color: #fff;
}

.footer_detail .recent_post li:before {
    color: #49c3ca;
    font-family: "FontAwesome", sans-serif;
    font-size: 12px;
    content: "\f054";
    left: 0;
    position: absolute;
    top: 4px;
}

.footer_detail .recent_post li {
    border-bottom: 1px solid #343d48;
    display: block;
    margin-bottom: 15px;
    padding: 0 0 15px 15px;
    position: relative;
}

.footer_detail .recent_post li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}

.footer_detail .recent_post li>a {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
}

.footer_detail .recent_post li>a:hover {
    color: #49c3ca;
}

.address_icon {
    margin-right: 10px;
}

.address_icon>i {
    color: #49c3ca;
    font-size: 18px;
    display: inline-block;
}

.address_details li {
    color: #fff;
    display: flex;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 4px 0 6px 0px;
}

.address_details li .address_desc span, .address_details li .address_desc a {
    color: #fff;
    font-size: 14px;
}

.address_details li .address_desc a:hover {
    color: #49c3ca;
}

footer {
    background: #233142;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
}

/* =================================================================
                                CONTACT US PAGE
================================================================= */

.contact_us_details .media-body, .contact_us_details .media-body a {
    color: #5c6f87;
}

.contact_us_details .media-body a:hover {
    color: #49c3ca;
}

.contact_us_details .media-body>h5 {
    color: #000;
    font-weight: 700;
}

.map>iframe {
    max-height: 230px;
    max-width: 100%;
}

/* =================================================================
                        OUR SERVICES PAGE
================================================================= */

.service_box {
    margin-bottom: 2rem;
}

.service_box>a, .service_box>a>img {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    max-height: 200px;
    width: 100%;
}

.overlay {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.service_box>a:hover .overlay {
    opacity: 0.7;
}

.service_desc {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    padding: 55px;
    text-align: center;
}

.service_desc>a {
    color: #000;
    display: inline-block;
    position: relative;
}

.service_desc>a:after {
    background: #49c3ca;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
}

.service_desc>a>h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 30px;
}

.service_desc>a:hover {
    color: #49c3ca;
}

.service_desc p {
    margin-top: 1.5rem;
}

/* =================================================================
                        OUR PROJECTS PAGE
================================================================= */

.project {
    margin-bottom: 30px;
    position: relative;
}

.project .overlay {
    left: 50%;
    width: calc(100% - 30px);
    transform: translateX(-50%);
}

.project:hover .overlay {
    opacity: 0.6;
}

.project_title {
    bottom: -50%;
    box-shadow: none;
    left: 50%;
    opacity: 0;
    padding: 45px 20px;
    position: absolute;
    text-align: center;
    transform: translate(-50%, 0);
    transition: all 0.7s ease-in-out 0s;
    width: calc(100% - 120px);
}

.project:hover .project_title {
    bottom: 50%;
    box-shadow: 0px 0px 0px 6px #49c3ca;
    opacity: 1;
    transform: translate(-50%, 50%);
}

.project_title>a {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.project_title>a:hover {
    color: #49c3ca;
}

/* =================================================================
                    SINGLE SERVICE PAGE
================================================================= */

#single_service .service {
    border: 1px solid #eee;
    margin: 0 15px;
    padding: 20px 0;
}

#single_service .service .media {
    display: block;
    text-align: center;
}

#single_service .service .media-body h5 a {
    color: #000;
    margin: 0;
}

#single_service .service .media-body h5 a:hover {
    color: #49c3ca;
}

.single_service_desc {
    padding: 0 100px;
    text-align: justify;
}

/* =================================================================
                    SINGLE PROJECT PAGE
================================================================= */

#single_project .project_img>img, .single_service_pic>img {
    box-shadow: 0 0 20px #bdb2b2;
}

.project_desc {
    padding: 0 80px;
}

.project_desc>a {
    color: #000;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.project_desc>a:hover {
    color: #49c3ca;
}

/* =================================================================
                        ABOUT US PAGE
================================================================= */

/* progress bars */

.progress {
    height: 7px;
    background: #e3e3e3;
    border-radius: 0;
    box-shadow: none;
    margin: 40px 0 80px;
    overflow: visible;
    position: relative;
}

.progress .progress-title {
    padding: 7px 10px;
    margin: 0;
    background: #393a3d;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: -13px;
    left: 0;
    z-index: 1;
}

.progress .progress-title:after {
    content: "";
    border-left: 17px solid #393a3d;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0px;
    right: -17px;
}

.progress .progress-bar {
    background: #49c3ca;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress .progress-bar:after {
    border: 5px solid #49c3ca;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
    background: #fff;
    position: absolute;
    right: -5px;
    top: -6px;
}

.progress .progress-value {
    width: 45px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: #393a3d;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: -17px;
}

.progress .progress-value:after {
    content: "";
    border-top: 7px solid #393a3d;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -7px;
    left: 35%;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.about_img:before {
    background: #000;
    content: "";
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 380px;
}

.about_img {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.about_img:after {
    background: url(../images/service.jpg) no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 50%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 380px;
    z-index: -1;
}

.about_img_right:after {
    left: auto;
    right: 50%;
    transform: translateX(50%);
}

.about_img:hover:after {
    left: 10%;
    top: 7%;
    transform: translateX(0);
}

.about_img_right:hover:after {
    left: auto;
    right: 10%;
    transform: translateX(0);
}

.about_img:hover:before {
    opacity: 0.5;
}

.about_img>img {
    max-width: 380px;
}

.about_desc .main_heading {
    justify-content: flex-start;
}

.about_desc .main_heading h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.about_desc .main_heading span {
    font-size: 30px;
}

/* =================================================================
                            BLOG PAGE
================================================================= */

#blog .blog_news, #single_blog .blog_news {
    padding-right: 60px;
}

#blog .news_desc {
    margin-bottom: 70px;
}

.news_desc a.main_btn::before {
    display: none;
}

.news_desc a.main_btn {
    border: 1px solid rgba(20, 29, 40, 0.1);
    color: #5c6f87;
    padding: 10px;
}

.news_desc a.main_btn:hover {
    color: #49c3ca;
}

.search_blog {
    background: #F9FAFA;
    margin-bottom: 50px;
    padding: 40px;
}

#autocompleteContent {
    box-shadow: 0 0 5px #555;
    height: 110px;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    top: 40px;
    width: 100%;
    word-break: break-word;
    overflow: auto;
}

#autocompleteContent li {
    cursor: pointer;
    margin-bottom: 5px;
}

#autocompleteContent li:hover {
    color: #49c3ca;
}

.search_blog .form-group input[type="text"] {
    padding: .375rem 3rem .375rem .75rem;
}

.search_blog .form-group input[type="text"]+.close {
    position: absolute;
    top: 0;
    right: 30px;
    line-height: 34px;
    margin-right: 10px;
}

.search_blog .form-group input[type="text"]+.close span {
    color: #000;
    font-size: 20px;
}

.search_blog .form-group button[type="submit"] {
    background: transparent;
    border: 0 none;
    color: #49c3ca;
    font-size: 14px;
    font-weight: 900;
    opacity: 1;
    padding: 0.7rem;
    position: absolute;
    right: 0;
    top: 0;
}

.search_blog .form-group button[type="submit"]:hover {
    opacity: 0.7;
}

.posts li:first-child {
    display: block;
}

.posts li:first-child h4, .posts>h4 {
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}

.posts>h4 {
    margin-bottom: 25px;
}

.categories li {
    border-bottom: 1px solid rgba(20, 29, 40, 0.1);
    padding: 10px 0;
}

.categories li a:before {
    color: #49c3ca;
    content: "\f054";
    font-family: "FontAwesome", sans-serif;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 3px;
}

.categories li a {
    color: #5c6f87;
    padding-left: 20px;
    position: relative;
}

.categories li a:hover, .categories li a.active {
    color: #000;
}

.categories li a.active.disabled {
    cursor: not-allowed;
}

.popular_posts .media {
    margin-bottom: 30px;
}

.popular_posts .media:last-child {
    margin-bottom: 0;
}

.popular_posts .media>a {
    width: 25%;
}

.popular_posts .media .media-body {
    padding: 0;
}

.popular_posts .media .media-body .news_title {
    font-size: 17px;
    margin-bottom: 5px;
}

.popular_posts .media .media-body .news_date:before {
    content: "\f017";
    color: #49c3ca;
    font: normal normal normal 15px/1.5 FontAwesome;
    left: 0;
    position: absolute;
    top: 0;
}

.popular_posts .media .media-body .news_date {
    font-size: 15px;
    padding-left: 20px;
    position: relative;
}

.tags li {
    display: inline-block;
}

.tags li>a {
    background-color: transparent;
    border: 1px solid rgba(20, 29, 40, 0.1);
    color: #5c6f87;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1;
    margin: 0 7px 10px 0;
    min-width: 100px;
    padding: 12px 20px;
    text-align: center;
}

.tags li>a:hover {
    color: #49c3ca;
}

/* =================================================================
                    SINGLE BLOG PAGE
================================================================= */

#single_blog .news_pic a img {
    filter: drop-shadow(0 0 8px gray);
}

/* =================================================================
                    COURSES PAGE
================================================================= */

#course_wrapper .card {
    box-shadow: 0 0 5px #cac7c7!important;
    border: 0 none;
}

.card_img {
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 150px!important;
    cursor: pointer;
    height: 150px;
    transform: scale(1);
}

.card_img:hover {
    transform: scale(1.2);
}

#course_wrapper .card-text {
    font-size: 13px;
    margin-bottom: 10px;
}

/* =================================================================
                    SINGLE COURSES PAGE
================================================================= */

.single_course_pic>img {
    border-radius: 50%;
}

/* =================================================================
                    ENROLL PAGE
================================================================= */

.enroll_form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px #c5c2c2;
}

.enroll_form>form {
    padding: 20px;
    box-shadow: inset 0 0 3px #d0d0d0;
    border-radius: 8px;
}

/* =================================================================
                     MEDIA QUERIES....
================================================================= */

/* screen 1024*/

@media screen and (max-width: 1025px) {
    #particles {
        height: 90vh;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0!important;
    }
    .innovation_pic>img {
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 1;
    }
    .innovation_desc a.main_btn {
        margin-bottom: 20px;
    }
    /* about page */
    .about_img>img {
        max-width: 100%;
    }
}

/* screen 768*/

@media screen and (max-width: 769px) {
    #particles {
        height: 80vh;
    }
    #particles h1 span{
        margin-left: 10px;
    }
    .navbar-collapse.collapse.show {
        margin: 0!important;
    }
    .navbar-light .navbar-brand {
        margin: 0 0 10px 0;
    }
    .nav-item {
        margin: 0 0 10px 0;
    }
    .strategy_pic:after {
        left: 86%;
        width: 90px;
    }
    .strategy:nth-child(3n)>.strategy_pic:after {
        transform: rotateX( 180deg);
        top: 50%;
        left: 86%;
    }
    .main_heading>h2, .reason_1 {
        margin-bottom: 20px;
    }
    .testimonial_desc {
        padding: 0 80px;
    }
    .innovation_desc h2 {
        font-size: 50px;
    }
    .innovation_desc span {
        font-size: 40px;
    }
    .owl-theme .owl-controls {
        top: 57%;
    }
    .innovation_pic {
        display: none;
    }
    .innovation_desc {
        padding: 40px 0;
    }
    .innovation_desc p {
        margin-bottom: 30px;
    }
    .news_pic {
        margin-bottom: 20px;
    }
    .news_desc p {
        margin: 1rem 1rem;
    }
    .news_big, .news_small {
        margin-bottom: 30px;
    }
    /* about page */
    .about_img:before, .about_img:after {
        display: none;
    }
    /* blog page */
    #blog .blog_news, #single_blog .blog_news {
        padding: 0;
    }
}

/* screen 425px */

@media screen and (max-width: 426px) {
    .pb-5, .py-5 {
        padding-bottom: 1rem!important;
    }
    #particles {
        height: 75vh;
    }
    #particles h1{
        transform: translate(-50%, 60%);
    }
    #particles h1,
    #particles h1 span{
        font-size: 40px;
    }
    .main_heading {
        justify-content: flex-start;
    }
    .main_heading>h2, .main_heading span {
        font-size: 30px;
    }
    .strategy_pic:after {
        display: none!important;
    }
    .strategy_pic {
        margin-bottom: 15px;
    }
    .strategy h4 {
        margin-bottom: 20px;
    }
    #our_team .main_btn {
        display: none;
    }
    .team {
        margin-bottom: 20px;
    }
    .team-pic, .team-desc>span {
        margin-bottom: 10px;
    }
    #reason .main_heading>h2 {
        font-size: 30px!important;
    }
    #reason .main_heading span {
        font-size: 20px!important;
        display: block!important;
    }
    #testimonials {
        padding: 2rem 0;
    }
    .testimonial_desc {
        padding: 0 42px;
    }
    .innovation_desc {
        padding: 40px 20px;
    }
    .news_desc {
        padding: 0 20px;
    }
    /* about page */
    .about_img>img {
        margin-bottom: 20px;
    }
    /* blog page */
    #blog .news_desc {
        margin: 0;
    }
    .search_blog {
        margin-bottom: 0;
        padding: 20px;
    }
}