

/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne | Medical
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
*/

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Social Icon Hover
    - Slider
    - Header And Navigation
    - features
    - About
    - Bars
    - Contact Us
    - Department
    - Counters
    - Portfolio
    - Testimonials
    - Blog Pages
    - Footer
    - Loader
    - Media Queries   */


@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');


body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    /*color: #a5a5a5;*/
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

section {padding: 7.5rem 0;}
h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif;}
p {
    color: #535353;
    font-size: 16px;
    font-weight: 400;
}

a{outline: none; text-decoration: none;}
a:focus, a:active, button:focus, button:active, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none;text-decoration: none; }

.bg-gradient { }

.bg-yellow {
    background-color: #f2c900;
}
.bg-light-gray {
    background-color: #f6f6f6;
}
.color-black {color: #18191d;}

.para-color {color:#535353;}

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

/* center-block */
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mt-66px {
    margin-top: 66px;
}

/* button transparent */

/*-- gradient btn --*/





.color-white {
    color: #fff;
}


.gradient-bg {    
    /* background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%,#7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%,#7202bb 82%); */
	
	background: #00acc1;
    background: -moz-linear-gradient(left, #40bfe5 , #174065 );
    background: -webkit-linear-gradient(left, #40bfe5 ,#174065);
	/*background: linear-gradient(to right, #40bfe5 ,#174065);*/
	background: linear-gradient(to right, #fddb2b 10%,#e56f0f 90%);
}


/* ===================================
   About
====================================== */
.main-title {
    position: relative;
    margin-bottom: 4rem;
    text-align: center;
}
.main-title h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
    color: #18191d;
}
.main-title h2 {
    text-transform: capitalize;
    font-weight: 600;
    /* background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%); */
	background: #00acc1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 650px;
    font-size: 52px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.main-title p {
    max-width: 720px;
    margin: 0 auto;
    font-weight: 300;
}


/* ===================================
                Stats
   =================================== */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.parallax2 {
    /* background: url(../img/parallax2.jpg); */
	/* background: url(../img/foco_sol.jpg); */
}

.split-box-counter-setting {
    max-width: 650px;
    padding: 3rem 0;
}
.counter-item {
    padding: 2rem 0;
}
.counter-item i {
    font-size: 50px;
    /*color: #ffffff;*/
    display: block;
    margin-bottom: 15px;
}
.counter-item strong {
    display: block;
    font-size: 38px;
    color: #212121;
    line-height: normal;
    margin-bottom: 10px;
}
.counter-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
/*countera*/


/*=  gallery portfolio  =*/
.gallery-filter-5 {
    text-align: center;
    margin-bottom: 3rem;
}

.gallery-filter-5 span {
    cursor: pointer;
    margin: 0 5px 10px 5px;
    overflow: visible;
    line-height: 1.2;
    color: #18191d;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}

.gallery-filter-5 span:hover {
    color: #00bcd4;
}

.gallery-filter-5 .active {
    color: #00bcd4;
    border: 1px solid #00bcd4;
    background-color: transparent;
}

.gallery-5 {
    position: relative;
    width: 100%;
    margin: 0;
}

.gallery-5 .items {
    position: relative;
    overflow: hidden;
    padding: 15px;
}

#gallery-5 .stamp1 {
    left: 0%;
    top: 0;
    width: 20%;
    height: 80px;
    margin: 15px;
}

#gallery-5 .stamp2 {
    right: 0%;
    top: 0;
    width: 20%;
    height: 80px;
    margin: 15px;
}

#gallery-5 .stamp {
    position: absolute;
}

.gallery-5 .items.top-space:nth-child(2) {
    margin-top: -100px;
}

.gallery-5 .item-img {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.gallery-5 .item-img img {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
}

.gallery-5 .items:hover .item-img img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.gallery-5 .item-overlay {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     /* background: rgba(50, 100, 245, 0.63);
    background: -moz-linear-gradient(left, rgba(50, 100, 245, 0.61) 2%, rgba(114, 2, 187, 0.6) 82%);
    background: -webkit-linear-gradient(left, rgba(50, 100, 245, 0.61) 2%, rgba(114, 2, 187, 0.6) 82%);
    background: linear-gradient(to right, rgba(50, 100, 245, 0.61) 2%, rgba(114, 2, 187, 0.6) 82%); */
	background-color: rgba(0, 188, 212, 0.75);
    
    padding: 15px;
    opacity: 0;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.gallery-5 .item-overlay:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 7%;
    height: 80%;
    width: 86%;
    border: 1px solid #fff;
    overflow: hidden;
    pointer-events: none;
}

.gallery-5 .items:hover .item-overlay {
    opacity: 1;
    transition: all .3s ease-in-out;
}

.gallery-5 .item-overlay .overlay-content {
    width: 100%;
    color: #fff;
}

.gallery-5 .item-overlay .overlay-content p {
    font-size: 13px;
}

.gallery-5 .item-overlay a {
    font-size: 15px;
    color: #00bcd4;
    background: #fff;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-top: 10px;
    display: inline-block;
    transition: all .1s ease-in-out;
}

.owl-team .item {
    max-width: 300px;
    margin: 0 auto;
}
.designation {
    font-size: 16px;
}
.team-social li {
    display: inline-block;
}
.team-social li a {
    font-size: 14px;
    color: #18191d;
    height: 38px;
    width: 38px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 50%;
}
.item.grey-shade img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 1s;
}
.item.grey-shade:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: 1s;
}
/* team 3 members */
.team-img {
    position: relative;
}
.box-team {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: #fff;
}
.box-team .overlay {
    background-color: rgba(0, 188, 212, 0.7);
	
    border-radius: 50%;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}
.overlay {
    background-color: rgba(0, 188, 212, 0.75);
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 98;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.box-team.second-color .overlay {
    /* background: rgba(50, 100, 245, 0.7);
    background: -moz-linear-gradient(left, rgba(50, 100, 245, 0.7) 2%, rgba(114, 2, 187, 0.7) 82%);
    background: -webkit-linear-gradient(left, rgba(50, 100, 245, 0.69) 2%, rgba(114, 2, 187, 0.69) 82%);
    background: linear-gradient(to right, rgba(50, 100, 245, 0.7) 2%, rgba(114, 2, 187, 0.7) 82%); */
	background-color: rgba(229, 111, 13, 0.7);
}
.box-team.third-color .overlay {
    background-color: rgba(24, 25, 29, 0.7);
}
.box-team:hover img {
    transform: scale(0.95);
}
.box-team:hover .overlay {
    opacity: 1;
    visibility: visible;
    border-radius: 0;
}
.team-social.white-bg li a  {
    background: #ffffff;
}
.box-team  ul li:nth-child(1) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.box-team ul li:nth-child(2) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.box-team ul li:nth-child(3) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.box-team ul li:nth-child(4) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
a, *::before, *::after, img {
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
i::before, i::after {
    -webkit-transition: all .0s ease;
    -o-transition: all .0s ease;
    transition: all .0s ease;
}
/*===========================
           End Team
=============================*/



@media screen and (max-width: 575px) {
    .main-title h5 {
        line-height: 1;
        margin-bottom: 1rem;
    }
}

