/*@import url('https://fonts.googleapis.com/css?family=Righteous');*/

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.otf);
}

@font-face {
    font-family: Questrial-Regular;
    src: url(../fonts/Questrial-Regular.otf);
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Poppins-Regular', serif;
    /*padding-top: 105px;*/
    /*font-family: 'Righteous', cursive;*/
    color: #6c6e71;
    /* background: linear-gradient(rgba(249, 246, 246, 0.66), rgba(255, 247, 247, 0.6)), url(../images/vector.png); */
    /*background-image: url(../images/back-bg.jpg);*/
    /*background-size: cover;*/
}

body::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #ccc;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #5ad1d5;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(100, 100, 100, 0.4);
}

a:hover {
    text-decoration: none;
}

h1,
h2 {
    font-weight: 700;
    /*font-family: 'Righteous', cursive;*/
}
p {
    letter-spacing: 1px;
    line-height: 25px;
}
#top_header {
    height: 30px;
    padding: 4px;
    background-color: #5ad1d5;
    color: #fff;
    width: 100%;
    /*top: 0;*/
    /*position: fixed;*/
}

.top-line {
    padding: 10px 0;
    background: #666;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.log-lns span a {
    color: #fff;
}

.fixed-header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0;
    margin: 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
    transition: all .5s;
}

header {
    /*background: #37bdf0;*/
    transition: all .5s;
}

.cn-stick-nav .container-fluid {
    margin: 0px;
    padding: 0px;
}

.footer-part {
    padding: 20px 0 10px;
}

footer {
    /*background: linear-gradient(rgba(34, 34, 34, 0.97), rgba(34, 34, 34, 0.95)), url(../images/map.png);*/
    /*background-size: cover;*/
    color: #fff;
    background-color: #000000;
}

footer ul {
    padding-left: 20px;
}

footer ul li a {
    color: #fff;
    /*line-height:20px;*/
}

footer ul li a:hover {
    color: #ac2023;
}

.footer-line {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eeeeee6e;
}

.f-logo {
    height: 100px;
}

.design {
    text-align: right;
    padding: 0;
}

.design a {
    color: #5ad1d5;
}

.copyright {
    padding: 0;
    text-align: left;
}

.ul-li-block ul {
    margin: 0px;
    padding: 0px;
}

.ul-li-block ul li {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.usefullinks-wrapper ul li:hover a {
    padding-left: 25px;
    color: #5ad1d5;
}

.usefullinks-wrapper ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 8px 0;
    padding-left: 22px;
    position: relative;
    color: #fff;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}

.usefullinks-wrapper ul li:hover a:before {
    left: 15px;
    color: #5ad1d5;
}

.usefullinks-wrapper ul li a:before {
    top: 50%;
    left: 0px;
    /*content: '\f0a9';*/
    content: '\f105';
    font-weight: 900;
    position: absolute;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'FontAwesome';
}

.free-ord {
    text-align: center;
}

.fl-l .fa-phone {
    height: 50px;
}

.fl-l .fa-map-marker {
    height: 90px;
}

.fl-l .fa {
    width: 40px;
    float: left;
    font-size: 18px;
    text-align: center;
}

#social-icon-sec {
    border-bottom: 8px solid #252525;
    margin-top: 25px;
}

.social-links {
    text-align: center;
    background-image: url(../images/shape_bottom.png);
    /* background-color: #252525; */
    width: 303px;
    margin: 0 auto;
    height: 44px;
    padding-top: 10px;
    /* border-radius: 100px 100px 0 0; */
}

.carousel-fullscreen .carousel-inner .item {
    height: 70vh;
    /*min-height: 600px; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


/* overlay for better readibility of the caption  */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000045;
    /*background: #000;
    opacity: 0.3;*/
    transition: all 0.2s ease-out;
}


/* demo typography */

.super-heading {
    font-size: 70px;
}

.super-paragraph {
    font-size: 30px;
    font-weight: 300;
}

.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover {
    color: #fff;
}

#carousel-example-generic {
    margin: 40px 0;
}


/* carousel fade */


/* original solution by https://codepen.io/Rowno/pen/Afykb */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.navbar-default {
    z-index: 9999;
    transition: all 2s;
}

.navbar-default.navbar-shrink {
    padding: 0px 0;
}

.navbar-default.navbar-shrink img {
    height: 62px;
}

.log-lns {
    text-align: right;
}

.about-border {
    border: 10px solid #2e318f;
    margin-left: -120px;
    padding-left: 120px;
    padding-top: 30px;
    padding-bottom: 50px;
    line-height: 28px;
}

#abt-sec {
    padding: 30px 0;
}

.about-border h1 {
    color: #37bdf0;
    text-transform: uppercase;
}

#services-sec .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    /* margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;*/
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

#services-sec .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

#services-sec .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#services-sec .grid figure figcaption::before,
#services-sec .grid figure figcaption::after {
    pointer-events: none;
}

#services-sec .grid figure figcaption,
#services-sec .grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

#services-sec .grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

#services-sec .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

#services-sec .grid figure h2 span {
    font-weight: 800;
}

#services-sec .grid figure h2,
.grid figure p {
    margin: 0;
}

#services-sec .grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-julia {
    background: #2f3238;
}

figure.effect-julia img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-julia figcaption {
    text-align: left;
}

figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
}

figure.effect-julia p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: rgb(55, 189, 240);
    color: #fdfafa;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

figure.effect-julia p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#services-sec .col-sm-6 {
    padding: 0;
}

.title-h1 {
    color: #5ad1d5;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.title-h1 span {
    color: #000000;
}

#testimonial-sec .testimonial {
    margin: 20px 15px 0;
}

#testimonial-sec .testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    border: 5px solid #fff;
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    position: relative;
}

#testimonial-sec .testimonial .pic:after {
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #062c4c;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 65px;
    left: 0;
}

#testimonial-sec .testimonial .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

#testimonial-sec .testimonial .testimonial-content {
    padding: 10px;
    margin-left: 120px;
}

#testimonial-sec .testimonial .description {
    font-size: 14px;
    color: #555;
    line-height: 22px;
}

#testimonial-sec .testimonial .testimonial-title {
    font-size: 19px;
    color: #062c4c;
    text-transform: capitalize;
    display: inline-block;
}

#testimonial-sec .testimonial .post {
    font-size: 14px;
    font-style: italic;
    color: #444;
    margin-top: 10px;
}

#testimonial-sec .owl-theme .owl-buttons {
    margin-top: 20px;
}

#testimonial-sec .owl-theme .owl-controls .owl-buttons div {
    padding: 5px 10px;
    background: #5ad1d5;
    border-radius: 0;
    opacity: 1;
    border-bottom: 2px solid #062c4c;
}

#testimonial-sec .owl-theme .owl-controls .owl-buttons div:hover {
    background: #d04949;
}

#testimonial-sec .owl-prev:before,
#testimonial-sec .owl-next:before {
    content: "\f053";
    font-family: "FontAwesome";
    font-weight: 900;
    color: #fff;
}

#testimonial-sec .owl-next:before {
    content: "\f054";
}

@media only screen and (max-width: 480px) {
    #testimonial-sec .testimonial {
        text-align: center;
    }
    #testimonial-sec .testimonial .pic {
        float: none;
        margin: 0 auto;
    }
    #testimonial-sec .testimonial .testimonial-content {
        margin-left: 0;
    }
    #testimonial-sec .owl-theme .owl-buttons {
        margin-top: 0;
    }
}

#testimonial-sec .testimonial {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

#testimonial-sec {
    padding: 30px 0;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #000000;
    border-radius: 0px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #5ad1d5;
}

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

footer .footer-social-icons {
    /* width: 350px;*/
    display: block;
    margin: 0 auto;
}

footer .social-icon {
    color: #fff;
}

footer ul.social-icons {
    margin-top: 10px;
}

footer .social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}

footer .social-icons a {
    color: #fff;
    text-decoration: none;
}

footer .fa-facebook {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    /*background-color: #322f30;*/
}

footer .fa-facebook:hover {
    background-color: #3d5b99;
}

footer .fa-twitter {
    padding: 10px 12px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    /*background-color: #322f30;*/
}

footer .fa-twitter:hover {
    background-color: #00aced;
}

footer .fa-rss {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    /*background-color: #322f30;*/
}

footer .fa-rss:hover {
    background-color: #eb8231;
}

footer .fa-youtube {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    /*background-color: #322f30;*/
}

footer .fa-youtube:hover {
    background-color: #e64a41;
}

footer .fa-linkedin {
    padding: 10px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    /*background-color: #322f30;*/
}

footer .fa-linkedin:hover {
    background-color: #0073a4;
}

footer .fa-google-plus {
    padding: 10px 9px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    /*background-color: #322f30;*/
}

footer .fa-google-plus:hover {
    background-color: #e25714;
}

footer ul li a:hover {
    color: #fff;
}

.hr-ln {
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.hr-ln:before,
.hr-ln:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 10%;
}

.l-icon {
    /*height: 30px;*/
}


.navbar {
    border-bottom: 0;
    border-bottom: 1px solid #5ad1d5;
}


/*my code start here*/


/**== service ==**/

.service_blog {
    overflow: hidden;
    margin: 30px 0 0;
}

.service_img {
    position: relative;
    overflow: hidden;
}

.service_blog:hover img,
.service_blog:focus img {
    transition: ease all 0.5s;
    transform: scale(1.2);
}

.service_blog:hover .service_head::after,
.service_blog:focus .service_head::after {
    width: 100%;
}

.service_head::after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    transition: ease all 0.5s;
}

.service_head {
    text-align: center;
    padding: 18px 20px;
    background: #5ad1d5;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
}

.service_head h5 {
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    text-transform: none;
    position: relative;
    z-index: 1;
}

.service_head h5 a {
    color: #fff;
}

.service_head a {
    color: #fff;
    position: relative;
    z-index: 1;
}

.serv-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.who-we {
    background-image: url(../images/bg1.jpg);
    padding-top: 60px;
    padding-bottom: 60px;
    background-attachment: fixed;
    background-position: bottom;
}
.who-we .content {
    border: 1px solid #5ad1d5;
    padding: 0px 20px;
    margin-bottom: 40px;
}
.who-we .content h2{
   font-size: 20px;
}

.product-sec {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pro-img img{
    object-fit: cover;
    width: 100%;
    height: 260px;
}
.pro-cnt {
    position: absolute;
    text-align: center;
    padding: 18px 40px;
}
.pro-cnt h3{
    color: #fff;
    margin-top: 0;
}
.pro-cnt p{
    color: #fff;
}
.save-sec {
     background-image: url(../images/bg2.jpg);
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
    /*background-position: bottom;*/
}
.save-cont {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.serc-cntnt h2{
    margin-top: 0;
    font-size: 24px;
}
.serc-cntnt h4{
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
}
.serc-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}
.serc-sec .row{
    padding-bottom: 20px;
    padding-top: 30px;
}
.serc-img img{
    height: 300px;
    object-fit: cover;
}
/*my code end here*/
.about-page {
    padding-top: 40px;
    padding-bottom: 30px;
}
.service-page {
    padding-top: 40px;
    padding-bottom: 30px;
}

.service-page .row {
    padding-bottom: 20px;
    padding-top: 30px;
}


.comment-form {
  background: #ffffff;
  padding-bottom: 30px;
}

.comment-form input {
  border: 1px solid #ccc;
    margin-bottom: 12px;
    width: 100%;
    padding: 10px 8px;
    border-radius: 20px;
}

.comment-form textarea {
  border: 1px solid #ccc;
    margin-bottom: 12px;
    width: 100%;
    padding: 10px 8px;
    border-radius: 20px;
    height: 132px;
}
.sbmt_btn {
  text-align: center;
}
.sbmt_btn button{
  border: none;
  background: #5ad1d5;
  padding: 8px 15px;
  color: #fff;
  border-radius: 10px;
}
.sec {
    padding-left: 20px;
}
.sec li{
    line-height: 25px;
    letter-spacing: 1px;
}
.carousel-caption a{
    border: 1px solid #5ad1d5;
    padding: 8px 15px;
    border-radius: 20px;
    background-color: #5ad1d5;
}
.logo-hdr {
    margin-bottom: -34px;
}
.logo-quot {
    font-size: 12px;
}

.contact {
  /*padding-bottom: 80px;*/
  background: #fff;
}

.contact-item {
  /*margin-top: 30px;*/
  text-align: center;
  height: 220px;
    /*margin-bottom: 30px;*/
    border: 1px solid #ccc;
    background: #fff;
    padding: 40px 0px;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.contact-item span {
  font-size: 36px;
  color: #5ad1d5;
}

.contact-item h4 {
  color: #263246;
  margin-top: 16px;
  margin-bottom: 5px;
}

.contact-item p {
  color: #9B9EA3;
  margin-bottom: 0;
}


/*** Meadia quries ***/

@media (max-width: 1200px) {
    .nav-brand img {
        height: 51px;
    }
}

@media (max-width: 1024px) {
    .carousel-fullscreen .carousel-inner .item {
        height: 46vh;
        /* min-height: 600px; */
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 1000px) {
    .why-box {
        margin-top: 0px;
    }
}

@media (max-width: 800px) {
    #cources-sec .col-md-4 {
        margin-bottom: 62px;
    }
}

@media (max-width: 768px) {
    .carousel-inner .item {
        height: 35vh !important;
        /* min-height: 600px; */
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .copy-right {
        text-align: center;
    }
    .design {
        text-align: center;
    }
    .footer-contact-desc div[class*="col-"]+div[class*="col-"] .contact-inner {
        border-left: none;
    }
    .co-dt-h {
        /*display: none;*/
    }
    .log-lns {
        text-align: right;
        margin-top: -18px;
    }
    .cnt-img{
        display:none;
    }
    .land-n {
        display: none;
    }
    .mb_e {
        display: none;
    }
    .blink_text {
        text-align: right;
    }
    .log-lns .mb-n {
        text-align: left !important;
        float: left;
    }
    .about-border {
        border: 2px solid #2e318f;
        margin-left: 0px;
        padding-left: 0px;
        padding-top: 30px;
        padding: 5px;
        line-height: 28px;
        margin: 5px;
    }
}

@media only screen and (max-width: 500px) {
    .social-nav a {
        display: inline-block;
        float: right;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .text1 {
        font-size: 20px;
    }
    .text2 {
        font-size: 16px;
    }
    h1 {
        font-size: 26px;
    }
    h4 {
        font-size: 18px;
    }
    .nav-brand img {
        height: 51px;
    }
    .h1-t {
        font-size: 26px;
    }
    .app-cont {
        padding-top: 10px;
    }
    .carousel-inner .item {
        height: 19vh !important;
        /* min-height: 600px; */
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #cources-sec .points {
        margin-top: 40px;
    }
    .pro-cnt {
    position: absolute;
    text-align: center;
    padding: 18px 15px;
}
.pro-img img {
    object-fit: cover;
    width: 100%;
    height: 400px;
}
.serc-cntnt h2 {
    margin-top: 22px;
    /*font-size: 24px;*/
}
.carousel-caption {
    display: none;
}
.logo-hdr {
    margin-bottom: -24px;
    font-size: 38px;
}
}

@media only screen and (max-width: 380px) {
    .reg-btn {
        width: 100%;
    }
}