/* Import Basic Files
---------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@import url(font-awesome.min.css);
@import url(medaasfont.css);
@import url(Glyphter.css);
@import url(../js/rs-plugin/css/settings.css);
@import url(../js/fancybox/jquery.fancybox.css);
@import url(uikit.css);
@import url(../js/owl/owl.carousel.css);
@import url(../js/owl/owl.theme.css);
@import url(../js/owl/owl.transitions.css);

/*
Template Name: Safandi
Description: HTML5 / CSS3 One Page
Version: 1.0
Author: Abo Elwafa


1. General
    1.1 Main Styles
    1.2 Anchor
2. Typography
    2.1 Headings
    2.2 Selection Color
    2.3 Colors
3. Header
    3.1 Wrapper
    3.2 Top Header
        3.2.1 Wrapper
        3.2.2 Info
        3.2.3 Social Icons
    3.3 Menu
        3.3.1 Wrapper
        3.3.2 Tiny
4. Revolution Slider
    4.1 Wrapper
    4.2 Arrows
    4.3 tp-caption
    4.4 btn
5. Sections
    5.1 Section Title
        5.1.1 Wrapper
        5.1.2 Main
        5.1.3 Description
    5.2 Intro
    5.3 Services
    5.4 Counters
    5.5 Portfolio
    5.6 Pricing
    5.7 Testimonials
    5.8 Client Slider
    5.9 Team
    5.10 Skills
    5.11 Contact
    5.12 Map
    5.13 Footer
6. Feature boxes
    6.1 Wrapper ( for home 4 boxes only )
    6.2 feature-box-style1
        6.2.1 Wrapper
        6.2.2 Container
        6.2.3 Image
        6.2.4 Icon
        6.2.5 Containt
        6.2.6 Subtitle
        6.2.7 Title
        6.2.8 Hover
    6.3 feature-box-style2
        6.3.1 Wrapper
        6.3.2 Icon
        6.3.3 Containt
        6.3.4 Hover
    6.4 feature-box-style3
        6.3.2 Icon
        6.3.3 Number
        6.3.4 Title
        6.3.5 Hover
7. Portfolio grid
    7.1 Portfolio Filter
        7.1.1 Wrapper
        7.1.2 items
        7.1.3 Anchor
    7.2 isotope
    7.3 Portfolio grid Item
        7.3.1 Wrapper
        7.3.2 Item
        7.3.3 Image
        7.3.4 Overlayer
        7.3.5 Anchor
        7.3.6 Hover
8. Pricing Box
    8.1 Wrapper
    8.2 Price
    8.3 Details
    8.4 Typography
    8.5 Button
    8.6 Hover
    8.7 Button
9. Monials Block
    9.1 Wrapper
    9.2 Image
    9.3 Name
    9.4 Containt
    9.5 Hover
10. OWL Clients
    10.1 Wrapper
    10.2 Image
11. Team Block
    11.1 Wrapper
    11.2 Image
        11.2.1 Wrapper
    11.3 About
    11.4 Info
    11.5 Hover
12. Skill Chart
    12.1 Wrapper
    12.2 BackGround
    12.3 Canvas
    12.4 Input
    12.5 Title
    12.6 Hover
13. Form
    13.1 Wrapper
    13.2 Textarea
    13.3 Input
    13.4 submit button
    13.5 error message
14. Map
15. Subscribtion
    15.1 Wrapper
    15.2 Input
    15.3 Submit
    15.4 Success & Error
16. Footer
    16.1 Anchor
    16.2 Typography
    16.3 Social Icons
17. Bootstrap New Elements
    17.1 tooltip
    17.2 navbar
    17.3 btn
    17.4 Alert
18. Responsive
*/

/* ==========================================================================
   1. General
========================================================================== */
/* 1.1 Main Styles
---------------------------------------------------------------------------*/
body {
    margin: 0;
    color: #616670 !important;
    padding: 116px 0 0;
    font-weight: normal;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
    font: 14px/22px 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
.browsehappy { margin: 0.2em 0; background-color: #cccccc; color: #000000; padding: 0.2em 0; }

.uppercase { text-transform: uppercase; }

/* 1.2 Anchor
---------------------------------------------------------------------------*/
a {
    color: #206D94;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    color: #333333;
    text-decoration: none;
}




/* ==========================================================================
   2. Typography
========================================================================== */
/* 2.1 Headings
---------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    color: #444444;
    margin: 0 0 20px;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p { margin: 0 0 10px; }

b,
strong { font-weight: 700; }

.font-size-16 { font-size: 16px; }
.font-size-24 { font-size: 24px; }
.font-size-36 { font-size: 36px; }
.font-size-60 { font-size: 60px; }
.font-size-72 { font-size: 72px; }

.font-weight-400 { font-weight: 400; }
.font-weight-600 { font-weight: 600; }
.font-weight-800 { font-weight: 800; }

/* 2.2 Selection Color
---------------------------------------------------------------------------*/
::selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #ce0c21;
}
::-webkit-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #ce0c21;
}
::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background-color: #ce0c21;
}

/* 2.3 Colors
---------------------------------------------------------------------------*/
.base-color { color: #ce0c21; }
.black-color { color: #333333; }
.gray-color { color: #444444; }



/* ==========================================================================
   3. Header
========================================================================== */
/* 3.1 Wrapper
---------------------------------------------------------------------------*/
#header {
    top: 0;
    width: 100%;
    z-index: 6999;
    position: absolute;
}

/* 3.2 Top Header
---------------------------------------------------------------------------*/
/* 3.2.1 Wrapper
---------------------------------------------------------------------------*/
#top-header {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    background-color: #ffffff;

    -webkit-border-bottom: 1px solid #efefef;
       -moz-border-bottom: 1px solid #efefef;
         -o-border-bottom: 1px solid #efefef;
            border-bottom: 1px solid #efefef;
}
.hide-top-header { opacity: 0; }

/* 3.2.2 Info
---------------------------------------------------------------------------*/
#info { padding: 6px 0; }
#info span { margin: 0 10px 0 0; }
#info span:last-child { margin: 0; }
#info a { color: #888888; }
#info a:hover { color: #ce0c21; }

/* 3.2.3 Social Icons
---------------------------------------------------------------------------*/
#header-social-icons { float: right; }
#header-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#header-social-icons ul li {
    float: left;
    display: inline-block;

    -webkit-border-left: 1px solid #efefef;
       -moz-border-left: 1px solid #efefef;
         -o-border-left: 1px solid #efefef;
            border-left: 1px solid #efefef;
}
#header-social-icons ul li:last-child {
    -webkit-border-right: 1px solid #efefef;
       -moz-border-right: 1px solid #efefef;
         -o-border-right: 1px solid #efefef;
            border-right: 1px solid #efefef;
}
#header-social-icons ul li a {
    width: 34px;
    display: block;
    color: #888888;
    line-height: 34px;
    text-align: center;

    -webkit-transition: all 0.0s ease-in-out;
       -moz-transition: all 0.0s ease-in-out;
        -ms-transition: all 0.0s ease-in-out;
	     -o-transition: all 0.0s ease-in-out;
	        transition: all 0.0s ease-in-out;
}
#header-social-icons ul li a:hover { color: #ffffff; }

a.twitter:hover { background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #46C0fb; }
a.facebook:hover { background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #4863ae; }
a.google-plus:hover { background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #dd4b39; }
a.youtube-play:hover { background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #cc181e; }
a.pinterest:hover { background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #ab171e; }
a.linkedin:hover { background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #0083a8; }
a.skype:hover { background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #36c4f3; }
a.instagram:hover { background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #4d4f54; }


/* 3.3 Menu
---------------------------------------------------------------------------*/
/* 3.3.1 Wrapper
---------------------------------------------------------------------------*/
#nav-wrapper {
    width: 100%;
    padding: 20px 0;
    position: relative;
    background-color: #ffffff;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;

    -webkit-border-bottom: 1px solid #efefef;
       -moz-border-bottom: 1px solid #efefef;
         -o-border-bottom: 1px solid #efefef;
            border-bottom: 1px solid #efefef;
}
#nav-wrapper:after {
    left: 0;
    top: 100%;
    content: '';
    width: 100%;
    height: 42px;
    position: absolute;
    /*background: url(../images/header-shadow.png) no-repeat;
    background-position: center bottom;*/
	border-top: 2px solid #c9c9c9;
}

/* 3.3.2 Tiny
---------------------------------------------------------------------------*/
#nav-wrapper.tiny {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
}
#nav-wrapper.tiny.tinyheader { padding: 10px 0; }




/* ==========================================================================
   4. Revolution Slider
========================================================================== */
/* 4.1 Wrapper
---------------------------------------------------------------------------*/
.forcefullwidth_wrapper_tp_banner {
    z-index: 0;
    position: relative;
    background-color: #ffffff;
}

/* 4.2 Arrows
---------------------------------------------------------------------------*/
.tparrows {
    top: 50%;
    z-index: 699;
    cursor: pointer;
	line-height: 40px;
    margin: -20px 0 0;
	text-align: center;
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #333333 !important;

	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.tparrows:before {
    speak: none;
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
	font-style: normal;
    font-weight: normal;
    font-variant: normal;
	text-transform: none;
	display: inline-block;
    text-decoration: inherit;
    font-family: 'FontAwesome';
}
.tparrows:hover { background: url("../images/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #ce0c21 !important; }
.tp-leftarrow:before { content: "\f104"; }
.tp-rightarrow:before { content: "\f105"; }

/* 4.3 tp-caption
---------------------------------------------------------------------------*/
.tp-caption.medium_bg_asbestos {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
	line-height: 22px;
    padding: 6px 12px  !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: url("../images/maskoblong.png") no-repeat scroll 50% 50% / 100% 100% #333333;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.tp-caption.medium_bg_asbestos:hover { background: url("../images/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #ce0c21; }

/* 4.4 btn
---------------------------------------------------------------------------*/
.tp-caption a.btn-main,
.tp-caption a.btn-main-o,
.tp-caption a.btn-black,
.tp-caption a.btn-black-o { color: #ffffff; }




/* ==========================================================================
   5. Sections
========================================================================== */
/* 5.1 Section Title
========================================================================== */
/* 5.1.1 Wrapper
---------------------------------------------------------------------------*/
.section-title {
    width: 100%;
    margin: 0 0 80px;
}

/* 5.1.2 Main
---------------------------------------------------------------------------*/
.main-title {
    color:#206D94;
    font-size: 29px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
    letter-spacing: 1px;
   /*  text-transform: uppercase; */
}

/* 5.1.3 Description
---------------------------------------------------------------------------*/
.desc-title {
    color: #2d323d;
    font-size: 21px;
    line-height: 31px;
    text-align: center;
}


/* 5.2 Intro
========================================================================== */
#intro-section {
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0 0 5px 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
	background-color:rgb(65, 131, 215);
	/* color:white; */
/*     background-image: url(../images/background/medical.jpg); */

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;

    -webkit-border-bottom: 1px solid #efefef;
       -moz-border-bottom: 1px solid #efefef;
         -o-border-bottom: 1px solid #efefef;
            border-bottom: 1px solid #efefef;
}

/* 5.3 Services
========================================================================== */
#services-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0px 0 50px;
    background-color: #ffffff;
}

/* 5.4 Counters
========================================================================== */
#counters-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 65px 0 20px;
    background-color: #222222;
}

/* 5.5 Portfolio
========================================================================== */
#portfolio-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 65px 0 50px;
    background-color: #ffffff;
}
#portfolio-section .section-title { margin: 0 0 60px; }

/* 5.6 Pricing
========================================================================== */
#pricing-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 65px 0 50px;
    background-image: url("../hero-ehr-checklist.png");
	background-attachment: fixed;
}
#pricing-section .col-md-3 { /* padding: 0;  */}

/* 5.7 Testimonials
========================================================================== */
#monials-section {
    margin: 0;
    width: 100%;
    padding: 57px 0;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}
#monials-section .col-md-6:nth-child(odd) {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;

    -webkit-border: 1px solid #efefef;
       -moz-border: 1px solid #efefef;
         -o-border: 1px solid #efefef;
            border: 1px solid #efefef;
}
#monials-section .col-md-6:nth-child(even) {
    -webkit-border: 1px solid transparent;
       -moz-border: 1px solid transparent;
         -o-border: 1px solid transparent;
            border: 1px solid transparent;
}

/* 5.8 Client Slider
========================================================================== */
#client-slider-section {
    margin: 0;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background-color: #222222;
}

/* 5.9 Team
========================================================================== */
#team-section  {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 50px;
    background-color: #ffffff;
}

/* 5.10 Skills
========================================================================== */
#skills-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 80px 0 50px;
    background-color: #ce0c21;
}

/* 5.11 Contact
========================================================================== */
#contact-section {
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0px 0 50px;
    background-color: #ffffff;
}

/* 5.12 Map
========================================================================== */
#map-section {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    display: block;
    position: relative;
}

/* 5.13 Footer
========================================================================== */
#footer-section {
    margin: 0;
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    background-color: #222222;
}




/* ==========================================================================
   6. Feature boxes
========================================================================== */
/* 6.1 Wrapper ( for home 4 boxes only )
========================================================================== */
.home-boxes-wrapper {
    padding: 0;
    z-index: 1;
    width: 100%;
    margin: 2px 0 0;
    position: relative;
}

/* 6.2 feature-box-style1
========================================================================== */
/* 6.2.1 Wrapper
---------------------------------------------------------------------------*/
.feature-box-style1 {
    padding: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    position: relative;
    margin: 0 0 0px 0;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

/* 6.2.2 Container
---------------------------------------------------------------------------*/
.feature-box-style1 div.box-container {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    display: block;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

/* 6.2.3 Image
---------------------------------------------------------------------------*/
.feature-box-style1 .feature-box-image {
    height: 0;
    width: 100%;
    display: block;
    overflow: hidden;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;

    -webkit-border-bottom: 0;
       -moz-border-bottom: 0;
         -o-border-bottom: 0;
            border-bottom: 0;
}
.feature-box-style1 .feature-box-image img { width: 100%; }

/* 6.2.4 Icon
---------------------------------------------------------------------------*/
.feature-box-style1 .feature-box-icon {
    width: 80px;
    height: 80px;
    color: #ffffff;
    font-size: 29px;
    line-height: 79px;
    position: relative;
    text-align: center;
    margin: -31px auto 20px;
    background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #206D94;

    -webkit-border-radius: 42px;
       -moz-border-radius: 42px;
         -o-border-radius: 42px;
            border-radius: 42px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

/* 6.2.5 Containt
---------------------------------------------------------------------------*/
.feature-box-style1 .feature-box-containt {
    margin: 0;
    height: 0;
    display: block;
    padding: 0 20px;
    overflow: hidden;
    position: relative;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.feature-box-style1 .feature-box-containt:after {
    right: 0;
    top: auto;
    height: 1px;
    content: '';
    width: 100%;
    position: absolute;

    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.feature-box-style1 .feature-box-containt p {
    height: 86px;
    overflow: hidden;
    margin: 0 0 15px;
}

/* 6.2.6 Subtitle
---------------------------------------------------------------------------*/
.feature-box-style1 .feature-box-subtitle {
    font-size: 15px;
    font-weight: 600;
}

/* 6.2.7 Title
---------------------------------------------------------------------------*/
.feature-box-style1 .feature-box-title { margin: 0 0 20px; }
.feature-box-style1 .feature-box-title h4 { margin: 5px 0 0; }

/* 6.2.8 Hover
---------------------------------------------------------------------------*/
.feature-box-style1 div.box-container:hover .feature-box-image {
    height: 40px;
}
.feature-box-style1 div.box-container:hover .feature-box-containt {
    margin: 0;
    height: 120px;
    padding: 0 20px 0px;
}
.feature-box-style1 div.box-container:hover .feature-box-icon {
    margin: -31px auto 5px;
    background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #206D94;
}
.feature-box-style1 div.box-container:hover {        color: #616670;background-color: #fff;}


/* 6.3 feature-box-style2
========================================================================== */
/* 6.3.1 Wrapper
---------------------------------------------------------------------------*/
.feature-box-style2 {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
	background: rgb(65, 131, 215);
}

/* 6.3.2 Icon
---------------------------------------------------------------------------*/
.feature-box-style2 .feature-box-icon {
    width: 75px;
    height: 75px;
    color: #ffffff;
    font-size: 47px;
    line-height: 73px;
    text-align: center;
    margin: 0 auto 0px;
	/* background-color:#206D94; */
  /*   background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #333333; */

    -webkit-border-radius: 40px;
       -moz-border-radius: 40px;
         -o-border-radius: 40px;
            border-radius: 40px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.feature-box-style2 i { line-height: 60px; display:inline-block;}
.feature-box-style2 i.fa-mobile { font-size: 33px; }

/* 6.3.3 Containt
---------------------------------------------------------------------------*/
.feature-box-style2 .feature-box-containt {
    width: 100%;
    overflow: hidden;
    text-align: center;
	background: white;
    padding-top: 10px;
    border: 1px solid #f1f1f1;
}
.feature-box-style2 .feature-box-containt h4 {
    color: #6ABFE7;
    margin: 0 0 10px;
   /*  text-transform: uppercase; */
}

/* 6.3.4 Hover
---------------------------------------------------------------------------*/
.feature-box-style2:hover .feature-box-icon { 
/* background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #206D94;  */}


/* 6.4 feature-box-style3
========================================================================== */
.feature-box-style3 {
    padding: 0;
    width: 100%;
    margin: 0 0 60px;
    text-align: center;
}

/* 6.3.2 Icon
---------------------------------------------------------------------------*/
.feature-box-style3 .feature-box-icon i {
    width: 80px;
    height: 80px;
    color: #ffffff;
    font-size: 44px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto 20px;
    background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #333333;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

/* 6.3.3 Number
---------------------------------------------------------------------------*/
.feature-box-number {
    color: #ce0c21;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto 20px;
    letter-spacing: 1px;
}

/* 6.3.4 Title
---------------------------------------------------------------------------*/
.feature-box-title {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* 6.3.5 Hover
---------------------------------------------------------------------------*/
.feature-box-style3:hover .feature-box-icon i { background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #ce0c21; }




/* ==========================================================================
   7. Portfolio grid
========================================================================== */
/* 7.1 Portfolio Filter
========================================================================== */
/* 7.1.1 Wrapper
---------------------------------------------------------------------------*/
.portfolioFilter {
    width: 100%;
    text-align: center;
}
.portfolioFilter ul {
    z-index: 2;
    padding: 0;
    margin: 0 0 50px;
    list-style: none;
    text-align: center;
}

/* 7.1.2 items
---------------------------------------------------------------------------*/
.portfolioFilter ul li {
    margin: 0 10px 10px 0;
    display: inline-block;
    background: url("../images/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #333333;

	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.portfolioFilter ul li:last-child { margin: 0 0 10px; }
.portfolioFilter ul li:hover { background: url("../images/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #ce0c21; }

/* 7.1.3 Anchor
---------------------------------------------------------------------------*/
.portfolioFilter a {
    z-index: 2;
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 6px 12px;
    text-align: center;
    position: relative;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: 1px;
    text-decoration:none;
    vertical-align: middle;
    text-transform: uppercase;

	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
           -o-user-select: none;
}
.selected { background: url("../images/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #ce0c21; }

/* 7.2 isotope
---------------------------------------------------------------------------*/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
       -moz-transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
         -o-transition-duration: 0.8s;
            transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
        -ms-transition-property: height, width;
         -o-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
         -o-transition-property: -o-transform, opacity;
            transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
       -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
}
/**** Isotope Filtering ****/
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { z-index: 1; }

/* 7.3 Portfolio grid Item
---------------------------------------------------------------------------*/
/* 7.3.1 Wrapper
---------------------------------------------------------------------------*/
.portfolio-grid {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

/* 7.3.2 Item
---------------------------------------------------------------------------*/
.portfolio-item {
    display: block;
    margin: 0 0 30px;
}

/* 7.3.3 Image
---------------------------------------------------------------------------*/
.img-figure img {
    width: 100%;

    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
}

/* 7.3.4 Overlayer
---------------------------------------------------------------------------*/
.portfolio-grid .img-figure-overlayer {
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
	height: 100%;
    display: block;
    padding: 0 15px;
    overflow: hidden;
	position: absolute;

    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

/* 7.3.5 Anchor
---------------------------------------------------------------------------*/
.portfolio-grid .img-figure-overlayer a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: url("../images/maskoblong.png") no-repeat scroll 50% 50% / 100% 100% rgba(255, 255, 255, 0.5);

    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
}
.portfolio-grid .img-figure-overlayer a i {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    color: #333333;
    font-size: 34px;
    line-height: 50px;
    position: absolute;
    margin: -25px 0 0 -25px;
}

/* 7.3.6 Hover
---------------------------------------------------------------------------*/
.portfolio-grid .portfolio-item:hover .img-figure-overlayer { opacity: 1; }




/* ==========================================================================
   8. Pricing Box
========================================================================== */
/* 8.1 Wrapper
---------------------------------------------------------------------------*/
.pricing-box,
.feature-pricing-box {
    padding: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 0 30px 0;
    position: relative;
    background-color: #ffffff;

    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
         -o-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
}
.feature-pricing-box {
    z-index: 2;

    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);

    -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
         -o-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.3);
}

/* 8.2 Price
---------------------------------------------------------------------------*/
.pricing-box .price {
background-color: #fabb3d;

}
.feature-pricing-box .price {
    background-image: -webkit-linear-gradient(270deg, #ce0c21, #860815);
    background-image: -moz-linear-gradient(270deg, #ce0c21, #860815);
    background-image: -ms-linear-gradient(270deg, #ce0c21, #860815);
    background-image: -o-linear-gradient(270deg, #ce0c21, #860815);
    background-image: linear-gradient(180deg, #ce0c21, #860815);
}

/* 8.3 Details
---------------------------------------------------------------------------*/
.pricing-box ul,
.feature-pricing-box ul {
	padding: 0 20px;
    list-style: none;
    margin: 0 0 40px 0;
}
.pricing-box li,
.feature-pricing-box li {
	padding: 10px 0;
    cursor: default;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;

    -webkit-border-bottom: 1px dashed #efefef;
       -moz-border-bottom: 1px dashed #efefef;
         -o-border-bottom: 1px dashed #efefef;
            border-bottom: 1px dashed #efefef;
}

/* 8.4 Typography
---------------------------------------------------------------------------*/
.pricing-box .price h3,
.pricing-box .price h1,
.feature-pricing-box .price h3,
.feature-pricing-box .price h1 {
    margin: 0;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 400;
    text-transform: uppercase;

}

.pricing-box .price h3 { background-color: #1E8FC6 ; }
.feature-pricing-box .price h3 { background-color: #1E8FC6; }

.pricing-box .price h1,
.feature-pricing-box .price h1 {
    font-size: 50px;
    padding: 30px 0;
    margin: 0 0 30px;
}
.pricing-box .price h1 span,
.feature-pricing-box .price h1 span {
    font-size: 30px;
    text-transform: uppercase;
}

/* 8.6 Hover
---------------------------------------------------------------------------*/
.pricing-box li:hover,
.feature-pricing-box li:hover { color: #333333; }

/* 8.7 Button
---------------------------------------------------------------------------*/
.pricing-box .btn,
.feature-pricing-box .btn {
	-webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
         -o-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}




/* ==========================================================================
   9. Monials Block
========================================================================== */
/* 9.1 Wrapper
---------------------------------------------------------------------------*/
.monials-block-left,
.monials-block-right {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 8px 3px 0px;
}
.monials-block-left { text-align: right; }
.monials-block-right { text-align: left; }

/* 9.2 Image
---------------------------------------------------------------------------*/
.monials-block-left .client-img {
    float: right;
    margin: 0 0 20px 30px;
	text-align:center;
}
.monials-block-right .client-img {
    float: left;
    margin: 0 30px 20px 0;
	text-align:center;
}
.client-img {
    width: 80px;
    height: 80px;
    padding: 4px;
    overflow: hidden;
    position: relative;
    background-color: #efefef;

	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.client-img:before{
    top: 0;
    left: 0;
    content: '';
    width: 98px;
    height: 98px;
    position: absolute;
    /*background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #35A8DF;*/
}
.client-img{
background: url("../images/masksquare.png") no-repeat scroll 50% 50% / 100% 100% #206D94;
}
.client-img i:before {
    font-size: 36px;
    text-align: center;
    line-height: 71px;
    color: white;
}

/* 9.3 Name
---------------------------------------------------------------------------*/
.monials-block-left .client-name,
.monials-block-right .client-name {
    color: #ce0c21;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

/* 9.4 Containt
---------------------------------------------------------------------------*/
.monials-block-left .containt p:last-child,
.monials-block-right .containt p:last-child {
    margin: 0 0 20px 0;
}

/* 9.5 Hover
---------------------------------------------------------------------------*/
.monials-block-left:hover .client-img,
.monials-block-right:hover .client-img {
    background-color: #35A8DF;
}




/* ==========================================================================
   10. OWL Clients
========================================================================== */
/* 10.1 Wrapper
---------------------------------------------------------------------------*/
#owl-clients { padding: 0 15px; }

/* 10.2 Image
---------------------------------------------------------------------------*/
.client-logo { text-align: center; }
.client-logo img { opacity: 0.7; }
.client-logo:hover img { opacity: 1; }




/* ==========================================================================
   11. Team Block
========================================================================== */
/* 11.1 Wrapper
---------------------------------------------------------------------------*/
.member-block {
    width: 100%;
    margin: 0 0 30px;
   /*  overflow: hidden; */
    position: relative;
   /*  background-color: #efefef; */

	/* -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px */;
}

/* 11.2 Image
---------------------------------------------------------------------------*/
/* 11.2.1 Wrapper
---------------------------------------------------------------------------*/
.member-img {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 51px;
    color: white;
    background: #5185BC;
    height: 100%;
    line-height: 130px;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.member-img img { width: 100%; }

/* 11.3 About
---------------------------------------------------------------------------*/
.member-about {
    z-index: 1;
    padding: 15px;
   /*  margin: 0 0 70px; */
    position: relative;
    text-align: center;
	height:145px;
}
.member-about p {
    opacity: 0;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.member-about p:last-child { margin: 0; }


/* 11.4 Info
---------------------------------------------------------------------------*/
.member-info {
    z-index: 3;
    position: relative;
    text-align: center;
    padding: 16px 0px 0px;
  /*  background-image: -webkit-linear-gradient(top,#fafafa,#efefef); */
    border: 1px solid #ddd;
    background-color: #efefef;
	color:#222;
}
.member-name h3 {
    color: #ffffff;
    margin: 0 0 8px 0;
}
.member-title { letter-spacing: 1px; }

/* 11.5 Hover
---------------------------------------------------------------------------*/
.member-block:hover .member-img {
    top: calc(100% - 81px);
    background-color: transparent;
}
.member-block:hover .member-about p { opacity: 1; }




/* ==========================================================================
   12. Skill Chart
========================================================================== */
/* 12.1 Wrapper
---------------------------------------------------------------------------*/
.skill-chart-left,
.skill-chart-right {
    z-index: 1;
    width: 180px;
    height: 180px;
    position: relative;
    text-align: center;
    margin: -15px 0 30px;
    display: inline-block;
    background: url("../images/skill-background.png") no-repeat scroll 50% 50% / 100% 100%;
}
#skills-section .skill-chart-left { margin-right: 15px; }
#skills-section .skill-chart-right { margin-left: 15px; }
.skill-chart-middle {
    z-index: 1;
    width: 210px;
    height: 210px;
    margin: 0 0 30px;
    text-align: center;
    position: relative;
    display: inline-block;
    background: url("../images/skill-background.png") no-repeat scroll 50% 50% / 100% 100%;
}

/* 12.2 BackGround
---------------------------------------------------------------------------*/
.top-bg {
    top: 0;
    left: 0;
    z-index: 2;
    width: 180px;
    height: 180px;
    position: absolute;
    background: url("../images/skill-top-background.png") no-repeat scroll 50% 50% / 100% 100%;
}
.top-bg-lg {
    top: 0;
    left: 0;
    z-index: 2;
    width: 210px;
    height: 210px;
    position: absolute;
    background: url("../images/skill-top-background.png") no-repeat scroll 50% 50% / 100% 100%;
}

/* 12.3 Canvas
---------------------------------------------------------------------------*/
.skill-chart-left canvas,
.skill-chart-right canvas,
.skill-chart-middle canvas {
    margin: 10px 0 0 0;
}

/* 12.4 Input
---------------------------------------------------------------------------*/
.skill-chart-left input,
.skill-chart-right input,
.skill-chart-middle input {
    z-index: 3;
    position: relative;
    margin-top: 45px !important;
    font-weight: 600 !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.skill-chart-middle input { margin-top: 55px !important; }

/* 12.5 Title
---------------------------------------------------------------------------*/
.skill-title,
.skill-title-lg {
    left: 0;
    z-index: 3;
    width: 100%;
    bottom: 60px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    letter-spacing: 1px;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.skill-title-lg { bottom: 70px; }

/* 12.6 Hover
---------------------------------------------------------------------------*/
.skill-chart-left:hover input,
.skill-chart-right:hover input,
.skill-chart-middle:hover input {
    font-size: 0 !important;
}
.skill-chart-left:hover .skill-title,
.skill-chart-right:hover .skill-title {
    bottom: 80px;
    font-size: 22px;
}

.skill-chart-middle:hover .skill-title-lg {
    bottom: 90px;
    font-size: 24px;
}




/* ==========================================================================
   13. Form
========================================================================== */
/* 13.1 Wrapper
---------------------------------------------------------------------------*/
.contactForm {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* 13.2 Textarea
---------------------------------------------------------------------------*/
.contactForm textarea {
	width: 100%;
    resize: none;
    height: 145px;
    margin: 0 auto 30px;
}

/* 13.3 Input
---------------------------------------------------------------------------*/
.contactForm input,
.contactForm textarea,
.contactForm select {
	width: 100%;
	padding: 17px;
    outline: none;
    margin: 0 auto 30px;
	background-color: #ffffff;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;

    -webkit-border: 1px solid #c1c1c1;
       -moz-border: 1px solid #c1c1c1;
         -o-border: 1px solid #c1c1c1;
            border: 1px solid #c1c1c1;
}
.contactForm textarea:focus,
.contactForm textarea:hover,
.contactForm input:focus,
.contactForm input:hover {
    -webkit-border: 1px solid #35A8DF;
       -moz-border: 1px solid #35A8DF;
         -o-border: 1px solid #35A8DF;
            border: 1px solid #35A8DF;
}

/* 13.4 Submit Button
---------------------------------------------------------------------------*/
.contactForm .submit {
    float: left;
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    padding: 16px 22px;
    position: relative;
	text-align: center;
    font-weight: normal;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    background: #206D94;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.contactForm .submit.focus,
.contactForm .submit:hover {
	color: #ffffff;
    position: relative;
    background: #1e8fc6;
}

/* 13.5 Error Message
---------------------------------------------------------------------------*/
.error {
	top: 0;
    z-index: 2;
    float: right;
    color: #ce0c21;
    position: relative;
    margin: -69px 15px 0 0;
}
:-webkit-ui-invalid:not(output) { box-shadow: none; }
:-moz-ui-invalid:not(output) { box-shadow: none; }
:-ms-ui-invalid:not(output) { box-shadow: none; }
:-o-ui-invalid:not(output) { box-shadow: none; }
ui-invalid:not(output) { box-shadow: none; }




/* ==========================================================================
   14. Map
========================================================================== */
#map {
    width: 100%;
    height: 282px;
    margin: 0 auto;
    display: block;
	margin-bottom: 30px;
}




/* ==========================================================================
   15. Subscribtion
========================================================================== */
/* 15.1 Wrapper
---------------------------------------------------------------------------*/
#subscribe {
    width: 435px;
    padding: 15px;
    overflow: hidden;
    position: relative;
    margin: -70px auto 0;
    background-color: #222222;

    -webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
         -o-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
}

/* 15.2 Input
---------------------------------------------------------------------------*/
#subscribe input,
#subscribe select {
    float: left;
	width: 300px;
    outline: none;
    padding: 10px 15px;
	background-color: #ffffff;

    -webkit-border: none;
       -moz-border: none;
         -o-border: none;
            border: none;

    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
         -o-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}

/* 15.3 Submit
---------------------------------------------------------------------------*/
#subscribe .submit {
    width: 105px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #ce0c21;

    -webkit-border: none;
       -moz-border: none;
         -o-border: none;
            border: none;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
         -o-user-select: none;
            user-select: none;

    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
         -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
#subscribe .submit.focus,
#subscribe .submit:hover {
	color: #ffffff;
    position: relative;
    background: url("../images/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #444444;
}

/* 15.4 Success & Error
---------------------------------------------------------------------------*/
.ssuccess,
.serror {
    top: 24px;
    right: 12px;
    color: #ce0c21;
    position: absolute;
}




/* ==========================================================================
   16. Footer
========================================================================== */
/* 16.1 Anchor
---------------------------------------------------------------------------*/
#footer-section a { color: #ffffff; }

/* 16.2 Typography
---------------------------------------------------------------------------*/
#footer-section p {
    margin: 0;
    line-height: 30px;
}

/* 16.3 Social Icons
---------------------------------------------------------------------------*/
#footer-section #footer-social-icons ul {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    list-style: none;
    text-align: right;
}
#footer-section #footer-social-icons ul li {
    padding: 0;
    margin-left: 1px;
    display: inline-block;
}
#footer-section #footer-social-icons ul li:first-child { margin-left: 0; }
#footer-section #footer-social-icons ul li a {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 16px;
    line-height: 30px;
    text-align: center;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
#footer-section #footer-social-icons ul li a i { line-height: 30px; }



/* ==========================================================================
   17. Bootstrap New Elements
========================================================================== */
/* ==========================================================================
   17.1 tooltip
========================================================================== */
.tooltip {
    z-index: 999;
    letter-spacing: 1px;
}




/* ==========================================================================
   17.2 navbar
========================================================================== */
.navbar {
    margin-bottom: 0;
    min-height: 40px;

    -webkit-border: 0;
       -moz-border: 0;
         -o-border: 0;
            border: 0;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0; }
.navbar-brand {
    padding: 0;
    height: 40px;
}
.navbar-nav > li > a {
    color: #206D94;
    padding: 10px 0;
    font-size: 15px;
}
.navbar-nav > li > a:hover { color: #5B9CD3; }
.navbar-nav > li { margin-left: 20px; }
.navbar-nav > li:first-child { margin-left: 0; }
.nav > li > a:hover, .nav > li > a:focus { background-color: transparent; }
.navbar-nav > li > a.active { color: #5B9CD3; }




/* ==========================================================================
   17.3 btn
========================================================================== */
.btn:focus { outline: none; }
.btn {
    -webkit-border: 2px solid transparent;
       -moz-border: 2px solid transparent;
         -o-border: 2px solid transparent;
            border: 2px solid transparent;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.btn:active,
.btn.active {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    text-decoration: line-through;
}

.btn.btn-main,
.btn.btn-black {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
}

.btn-main:active,
.btn-main.active,
.btn-main-o:active,
.btn-main-o.active,
.btn-black:active,
.btn-black.active,
.btn-black-o:active,
.btn-black-o.active {
    background-image: none;
}

.btn-main,
.btn-main-o {
    color: #ffffff;
    letter-spacing: 1px;
    background: url("../images/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #ce0c21;
}

.btn-black,
.btn-black-o {
    color: #ffffff;
    letter-spacing: 1px;
    background: url("../images/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #333333;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active,
.btn-main-o:hover,
.btn-main-o:focus,
.btn-main-o:active,
.btn-main-o.active {
    color: #ffffff;
    background: url("../images/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #333333;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-black-o:hover,
.btn-black-o:focus,
.btn-black-o:active,
.btn-black-o.active {
    color: #ffffff;
    background: url("../images/maskbutton.png") no-repeat scroll 50% 50% / 100% 100% #ce0c21;
}
.btn.btn-main-o,
.btn.btn-black-o {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}




/* ==========================================================================
   17.4 Alert
========================================================================== */
.alert-main {
    color: #ffffff;
    background-color: #ce0c21;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px;
}
#contact-section .alert.alert-main { margin-bottom: 30px; }
#contact-section .alert {
    -webkit-border: none;
       -moz-border: none;
         -o-border: none;
            border: none;
}
.navbar-brand img {
		width:100%;
		background-size:cover;
	}
.navbar-brand {
		width:30%;
		/* padding-top: 10px; */
	}
#counters-profil .title-para{
	font-size: 23px;
	color:#206D94;
}

/* ==========================================================================
   18. Responsive
========================================================================== */
/* 18.1 1199px
---------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
.footer-site-map{
text-align:center !important;
}
#footer-social-icons ul{
text-align:center !important;
}
	.textService{
	    height: 220px !important;
	}
.text-class {
	    height: 360px;
	}
	.navbar-brand {
		width:30%;
		 padding-top: 10px;
	}
	
    #intro-section { padding: 0px 0 20px; }

    .home-boxes-wrapper {
        margin: 0;
        padding: 0px 0 0;
    }

    .feature-box-style1 { height: 100%; }
    .feature-box-style1 div.box-container {
        overflow: hidden;
        position: relative;
        background-color: rgba(255, 255, 255, 0.93);
    }
	.feature-box-style1 .box-container .feature-box-subtitle {
		color: #616670;
	}
    .feature-box-style1 .feature-box-image { height: 100%; }
    .feature-box-style1 .feature-box-icon { margin: -31px auto 20px; }
    .feature-box-style1 .feature-box-containt { height: 147px; }
    .feature-box-style1 .feature-box-containt:after { top: auto; }
    .feature-box-style1 .feature-box-containt p { height: 130px; }
    .feature-box-style1 div.box-container:hover .feature-box-image { height: 100%; }
    .feature-box-style1 div.box-container:hover .feature-box-containt { height: 147px; }
    .feature-box-style1 div.box-container:hover .feature-box-icon { margin: -31px auto 20px; }

    .member-img { top: 56px; }
    .member-block:hover .member-img { top: calc(100% - 165px); }

    #skills-section .skill-chart-right { margin-left: 5px; }
    #skills-section .skill-chart-left { margin-right: 5px; }

}

/* 18.2 990px
---------------------------------------------------------------------------*/
@media only screen and (max-width: 990px) {
.imgMedaas1{
display:none;
}
.footer-site-map{
text-align:center !important;
}
#footer-social-icons ul{
text-align:center !important;
}
.text-class {
	    height: auto;
	}
	.textService{
	    height: auto !important;
	}
	.navbar-brand {
		width:30%;
		 padding-top: 20px;
	}
	
    #info span:last-child { display: none; }
    .feature-box-style1 .feature-box-containt p { height: 65px; }
    .feature-box-style1 .feature-box-containt { height: 85px; }
    .feature-box-style1 .feature-box-containt:after { top: auto; }
    .feature-box-style1 div.box-container:hover .feature-box-containt { height: 85px; }

    .member-img { top: 0; }
    .member-block:hover .member-img { top: calc(100% - 210px); }

    #skills-section .skill-chart-right { margin-left: 15px; }
    #skills-section .skill-chart-left { margin-right: 15px; }

    #monials-section .col-md-6:nth-child(odd) {
        -webkit-border: 1px solid transparent;
           -moz-border: 1px solid transparent;
             -o-border: 1px solid transparent;
                border: 1px solid transparent;

          -webkit-border-top: 1px solid #efefef;
             -moz-border-top: 1px solid #efefef;
               -o-border-top: 1px solid #efefef;
                  border-top: 1px solid #efefef;
    }
    #monials-section .col-md-6:nth-child(even) {
        -webkit-border: 1px solid transparent;
           -moz-border: 1px solid transparent;
             -o-border: 1px solid transparent;
                border: 1px solid transparent;

          -webkit-border-top: 1px solid #efefef;
             -moz-border-top: 1px solid #efefef;
               -o-border-top: 1px solid #efefef;
                  border-top: 1px solid #efefef;
    }


}

/* 18.3 767px
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
.imgMedaas1{
display:none;
}
.footer-site-map{
text-align:center !important;
}
#footer-social-icons ul{
text-align:center !important;
}
	.text-class {
	    height: auto;
	}
	.navbar-brand {
	width: 37%;
    padding-top: 5px;
	}
    .container { width: 550px }
    #team-section .col-xs-12 { width: 50%; }
    #nav-wrapper:after { display: none; }

    .tparrows,
    .tp-caption a.btn-main,
    .tp-caption a.btn-main-o,
    .tp-caption a.btn-black,
    .tp-caption a.btn-black-o {
        display: none;
    }

    #info span {
        display: block;
        text-align: center;
    }
    #info span:last-child { display: block; }
    #header-social-icons { display: none; }

    .navbar-toggle {
        margin: 0;
        padding: 8px 10px;

          -webkit-border: 1px solid #efefef;
             -moz-border: 1px solid #efefef;
               -o-border: 1px solid #efefef;
                  border: 1px solid #efefef;
    }
    .navbar-nav > li {
        margin-left: 0;
        text-align: center;
    }

    .feature-box-style1 .feature-box-containt p { height: 45px; }
    .feature-box-style1 .feature-box-containt { height: 120px; }
    .feature-box-style1 .feature-box-containt:after { top: 100px; }
    .feature-box-style1 div.box-container:hover .feature-box-containt { height: 120px; }

    .feature-pricing-box {
        -webkit-transform: scale(1.0);
           -moz-transform: scale(1.0);
            -ms-transform: scale(1.0);
             -o-transform: scale(1.0);
                transform: scale(1.0);

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
    }

    .member-block:hover .member-img { top: calc(100% - 175px); }

    #skills-section .skill-chart-middle,
    #skills-section .skill-chart-left,
    #skills-section .skill-chart-right {
        display: block;
        margin: 0 auto 30px;
    }

    .monials-block-left,
    .monials-block-right {
        text-align: center;
    }
    .monials-block-left .client-img,
    .monials-block-right .client-img {
        float: none;
        display: block;
        margin: 0 auto 20px;
    }

    #footer-section,
    #footer-section #footer-social-icons ul {
        text-align: center;
    }
    #footer-section p { margin: 0 auto 10px; }
}

/* 18.4 567px
---------------------------------------------------------------------------*/
@media only screen and (max-width: 567px) {
.imgMedaas1{
display:none;
}
.footer-site-map{
text-align:center !important;
}
#footer-social-icons{
text-align:center !important;
}
	.navbar-brand {
	padding-top: 12px;
    width: 40%;
	}
    .container { width: 450px }
    #team-section .col-xs-12 { width: 100%; }

    .feature-box-style1 .feature-box-containt p { height: 65px; }
    .feature-box-style1 .feature-box-containt { height: 140px; }
    .feature-box-style1 .feature-box-containt:after { top: 120px; }
    .feature-box-style1 div.box-container:hover .feature-box-containt { height: 140px; }

   /*  .member-about { margin: 0 0 100px; } */
    .member-block:hover .member-img { top: calc(100% - 240px); }

}

/* 18.5 479px
---------------------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
.imgMedaas1{
display:none;
}
#footer-social-icons ul{
text-align:center !important;
}
	.navbar-brand {
	 width: 50%;
    padding-top: 17px;
	}
    .container { width: 290px }
    .col-xs-6 { width: 100%; }

    .feature-box-style1 .feature-box-containt p { height: 85px; }
    .feature-box-style1 .feature-box-containt { height: 160px; }
    .feature-box-style1 .feature-box-containt:after { top: 140px; }
    .feature-box-style1 div.box-container:hover .feature-box-containt { height: 160px; }

   /*  .member-about { margin: 0 0 60px; } */
    .member-block:hover .member-img { top: calc(100% - 180px); }

    #subscribe { width: 305px; }
    #subscribe input, #subscribe select { width: 170px; }

    .monials-block-left,
    .monials-block-right {
        padding: 30px 0 10px;
    }

}
.video-js.video-banner{
width:463px !important;
top : 40px !important;
height: 272px !important;
box-shadow: 0px 4px 8px #ccc;
border: 1px solid #ccc;
}
.background-vd{
top: 57px !important;position: absolute !important;right: -40px !important;margin: 0px !important;width: 589px !important;height: 476px !important;
}
@media screen and (max-width: 898px) {
	.background-vd{
		top: 16px !important;position: absolute !important;right: -40px !important;margin: 0px !important;width: 589px !important;height: 476px !important;
	}
	.video-js.video-banner {
		height: 272px !important;
		height: 272px !important;
		top: 31px !important;
		width: 463px !important;
	}
}

@media screen and (max-width: 808px) {
	.background-vd{
		top: 16px !important;position: absolute !important;right: -40px !important;margin: 0px !important;width: 589px !important;height: 476px !important;
	}
	.video-js.video-banner {
		height: 272px !important;
		height: 272px !important;
		top: 31px !important;
		width: 463px !important;
	}
}

.section-title-contact{
float: left;
width: 100%;
text-align: center;
height: 49px;
background: #206D94;
color: white;
line-height: 46px;
font-size: 30px;
}
.video-js{
position: absolute !important;
left: 0 !important;
top: 65px !important;
background-color: transparent !important;
box-shadow: 0px 4px 8px #ccc;
border: 1px solid #ccc;

}
#MY_VIDEO_1{
position: relative !important;
/* float: right !important; */
width: 560px !important;
}
.div_vd{
width:560px !important;
margin:0 auto;
}
.text-content-vd span {
width: auto;
float: left;
background-color: rgb(54, 169, 225);
margin: 2px;
padding: 10px;
color: white;
border-radius: 10px;
}
.text-content-vd span:hover{
background-color: #1e8fc6;

}
.text-content-vd {
margin-top: 38px;
}
.vjs-poster {
height: 327px !important;
}
@media screen and (max-width: 709px) {
	.vjs-poster {
	background-color:transparent !important;
	}

	.pos_center img{
	display:none !important;
	}
	.pos_center{
	width:100% !important;
	height:393px !important;
	border-bottom: 1px solid #f1f1f1;
	}
	
	#MY_VIDEO_1{
	width:100% !important;
	margin:0 !important;
	top:65px !important;
	}
	.div_vd{
	width:100% !important;
	margin:0 !important;
	}
	
	#MY_VIDEO_1_html5_api{
	width:100% !important;
	margin:0 !important;
	top:0 !important;
	}
	
	.vd-content{
	margin:0 !important;
	padding:0 !important;
	height:400px !important;
	}
	
	#v30s-section{
	height:400px !important;
	}
	
	#services-section{
		padding: 0px 0 50px !important;
	}

}
.load-data{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: white;
z-index: 99999;
    text-align: center;
    padding-top: 225px;
}
.iconmed-cnam::before {
    line-height: 70px !important;
	font-size: 70px;
}
.iconmed-Interventions::before {
    font-size: 47px !important;
}
.iconmed-exploration::before {
    font-size: 53px;
}
.iconmed-medic::before {
    font-size: 47px;
}
.feature-box-style2:hover i.iconmed-cnam:before{
font-size:80px !important;
}
.feature-box-style2:hover i.iconmed-exploration:before{
font-size:70px !important;
}
.feature-box-style2:hover i:before{
font-size:60px !important;
}
.dropdown-menu > li > a:hover{
background:#206D94 !important;
color:white !important;
}
.dropdown-menu > li > a{
padding: 6px 9px !important;
}
.dropdown-menu{
border-radius: 0px !important;
padding: 0 !important;
}
#counters-profil ul li{
	 list-style: outside none none;
}
#counters-profil ul li i{
 padding-right: 15px;
}
#counters-profil ul{
	 padding-left: 27px;
}
  .member-title i{
  font-size:60px;
  }
  .member-title{
 /*  background: #265485; */
    padding: 10px 0;
	/* border:1px solid #fff; */
  }
  .member-info{
	min-height: 160px;
  }
      
/*   .member-name:after {
    border-bottom: 1px solid #2dc0b7;
}
.member-name:before {
    border-bottom: 1px solid #0e9f96;
} */
.member-name:after{
    content: "";
    position: absolute;
    height: 0;
    width: 220px;
    left: 50%;
    margin-left: -110px;
    z-index: 1;
}
.member-block:hover:before {
	background-color: #206D94;
    height: 20px;
    top: -20px;
}
.member-block:before {
    -webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
}
.member-block:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0px;
}
.member-name {
    -webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
}
.member-title img{
    -webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
}
.member-title i{
    -webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
}
.member-name h3{
    -webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
}
.member-block:hover .member-title img{
    width:80px !important; 
}
.member-block:hover .member-title i{
    font-size:80px !important; 
}
.member-block:hover .member-name h3{
	font-size: 23px;
    font-weight: bold; 
	margin-top: -19px;
}
 .left-menu-faq{
display:none;
}
section.with-menu-left .left-menu-faq{
display:block;
}
section.with-menu-left .initial-view{
display:none;
}
 .initial-view{
 display:block;
 }
 .close-with-menu{
     text-align: right;
	 color:#ff5454;
	 cursor:pointer;
 }
 ul.menu-faq li{
	cursor:pointer;
    list-style: none;
    padding: 9px;
    border-top: 1px solid #fff;
 }
  ul.menu-faq li.active{
	background:#206D94;
	color:white !important;

 }
 .close-with-menu i{
	padding: 4px;
   /*  background: #ff5454; */
    margin-bottom: 1px;
 }
.left-menu-faq .accordion-heading{
height: 40px;
line-height: 35px;
}
.left-menu-faq .accordion-heading a{
    line-height: 0px;
 }
 .left-menu-faq .FAQ-icon{
    float:left;
	margin-left: 10px;
 }
 .left-menu-faq .accordion-toggle.collapsed:before {
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: "\f067";
    color: #fff;
    width: 34px;
    padding: 22px 0 0 8px;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255,255,255,0.2);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
 .left-menu-faq .accordion-toggle:before{
	display: block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: "\f068";
    color: #fff;
    width: 34px;
    padding: 22px 0 0 8px;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255,255,255,0.2);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    
 }

  .left-menu-faq  .accordion-body ul{
	padding: 10px !important;
  }
  .initial-view .accordion-body {
  display:none;
  }
  ul.medaas-FAQ li{
list-style:none;
}
ul.medaas-FAQ{
padding: 0;
margin: 0;
}
ul.medaas-FAQ li.title-FAQ{
background: #1e8fc6 none repeat scroll 0 0;
border: 0 none;
color: white;
font-size: 18px;
font-weight: 300;
padding: 6px;
}
ul.medaas-FAQ li.question-FAQ{
 padding: 6px 5px;
}
ul.medaas-FAQ li.reponse-FAQ{
 padding:5px;
}
ul.medaas-FAQ li.title-FAQ .FAQ-icon{
float: left;
margin-right: 6px;
}
ul.medaas-FAQ li.question-FAQ .FAQ-icon{
float: left;
margin-right: 6px;
}
ul.medaas-FAQ li.reponse-FAQ .FAQ-icon{
float: left;
margin-right: 6px;
}
.accordion-heading{
    background: #206d94 none repeat scroll 0 0;
    border: 0 none;
    color: white !important;
    width: 100%;
    font-size: 18px;
	border-bottom: 2px solid #fff;
	position:relative;
	height: 85px;

}
.accordion-heading a{
    color: white !important;
	width:100%;
	line-height: 83px;
	margin-left: 8px;
}
a.accordion-toggle .FAQ-icon{
float: left;
line-height: 23px;
margin-right: 6px;
}
.accordion-body.collapse.in{
box-shadow:0 0 5px 2px #ccc;
}
.icon-group{
	float:left;
    background: #3291d1 ;
	background-image: -webkit-linear-gradient(top,#3291d1,#36a9e1);
    height: 100%;
    width: 55px;
	text-align:center;
}
.icon-group i:before {
    font-size: 33px;
    line-height: 83px;
}
.text-color-services{
color: #206D94;
padding: 0 10px;
font-weight:bold;
}
.footer-site-map li{
list-style:none;
color:white !important;
  font-size: 17px !important;
  padding-bottom:6px;
}
.footer-site-map{
    padding-left: 0 !important;
margin:0 !important;

}
.footer-site-map .dropdown-menu{
    -webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
}
.footer-site-map .dropdown-menu{
float:left;
width:100%;
top:0;
left:0;
position:relative !important;
background:transparent !important;
border:none !important;
box-shadow:none !important;
}
.footer-site-map .dropdown-menu > li > a:hover {
background:transparent !important;
color:#206D94 !important;
}
.feature-box-style2:hover{
background:white;
color:rgb(65, 131, 215);
border:1px solid #f1f1f1;
}
.feature-box-style2:hover .feature-box-containt{
background:rgb(65, 131, 215);
color:white;
border:none;
	-webkit-animation: moveFromBottom 800ms ease;
    -moz-animation: moveFromBottom 800ms ease;
    -ms-animation: moveFromBottom 800ms ease;
}
.feature-box-style2:hover .feature-box-title-services{
	color:#206D94;
	-webkit-animation: moveFromRight 800ms ease;
    -moz-animation: moveFromRight 800ms ease;
    -ms-animation: moveFromRight 800ms ease;

}

.feature-box-style2:hover .feature-box-icon{
	transition: all 0.8s;
	color:#206D94;
	-webkit-animation: moveFromLeft 800ms ease;
    -moz-animation: moveFromLeft 800ms ease;
    -ms-animation: moveFromLeft 800ms ease;

}
.medaas-prop-medaas:hover{
	background:#25c9da;
}
.medaas-prop-medaas:hover .text-medaas-prop-medaas{
font-weight:bold;
text-align: left;
}
.medaas-prop-medaas .text-medaas-prop-medaas{

}
@-webkit-keyframes moveFromLeft{from {-webkit-transform: translateX(-100%);}to {-webkit-transform: translateX(0%);}}
@-moz-keyframes moveFromLeft{from {-moz-transform: translateX(-100%);}to {-moz-transform: translateX(0%);}}
@-ms-keyframes moveFromLeft{from {-ms-transform: translateX(-100%);}to {-ms-transform: translateX(0%);}}
@-webkit-keyframes moveFromRight {from {-webkit-transform: translateX(100%);}to {-webkit-transform: translateX(0%);}}
@-moz-keyframes moveFromRight { from {-moz-transform: translateX(100%);}to {-moz-transform: translateX(0%);}}
@-ms-keyframes moveFromRight {from { -ms-transform: translateX(100%);}to {-ms-transform: translateX(0%);}}
@-webkit-keyframes moveFromBottom {from { -webkit-transform: translateY(100%);} to {-webkit-transform: translateY(0%);}}
@-moz-keyframes moveFromBottom {from { -moz-transform: translateY(100%);}to {-moz-transform: translateY(0%);}}
@-ms-keyframes moveFromBottom {from {-ms-transform: translateY(100%);}to {-ms-transform: translateY(0%);}}
.covre-img{
position: absolute;
background: #206D94;
width: 100%;
height: 280px;
right: 0;
top: 0;
z-index: 9999;
padding: 0 13px;
opacity: .2;
}
.text-service1:hover .covre-img{
opacity: 0;
}
.text-service2:hover .covre-img{
opacity: 0;
}

.text-class{
	border-top: 1px solid #999;
    background: white;
    color: #222;
    padding: 11px;
}
.covre-img{
    -webkit-transition: all .20s ease-in-out;
    -moz-transition: all .20s ease-in-out;
    -ms-transition: all .20s ease-in-out;
    -o-transition: all .20s ease-in-out;
    transition: all .20s ease-in-out;
}
.feature-box-style1 .feature-box-subtitle{
color: white;
}
.feature-box-style1 .box-container:hover .feature-box-subtitle{
    color: #616670;
}
.feature-box-title-services{
margin: 10px !important;
color: white;
font-size: 20px;
padding-bottom: 7px;
text-align:center;
}
.result-mail.no-display{
display:none !important;
}
.medaas-prop-medaas{
padding: 10px;
    background: #206D94;
    margin-bottom: 7.5px;
    color: white;
    text-align: right;
}
.result-mail.error-mail-contact{
    background-color: #f2dede;
    border-color: #ebccd1;
}
.result-mail.error-mail-contact p{
color: #a94442;
margin:0 !important;
}
.result-mail{
background-color: #dff0d8;border-color: #d6e9c6;padding: 14px;color: #3c763d;margin-bottom: 10px;font-size: 20px;
}
video::-webkit-full-screen {
z-index:9999999999999999999999 !important;
position:static;
width:100% !important;
height:100% !important;
top:0 !important;
left:0 !important;
}

