/* -------------------------------------------
   1. Google Font
----------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Raleway:900,700,600,500,400);

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700,300);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,600,300,800);




/* -------------------------------------------
   02. General  Styles
----------------------------------------------*/


body {
    overflow-x: hidden !important;
    font-family: raleway;
}

a:hover,
a:focus {
    text-decoration: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #b2b2b2;
}

a {
    text-decoration: none;
    color: #05AED5;
    font-family: 'Open Sans', sans-serif;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

b, strong {
    font-weight: 700 !important;
}

.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none;
}

.btn {
    background-color: #404040;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 8px 20px;
}

.btn:hover {
    color: #ffffff;
    background-color: #a6a6a6;
}

.btn:focus {
    color: #ffffff;
    background-color: #a6a6a6;
}

.h1, h1 {
    font-size: 32px;
    font-family: Raleway, sans-serif;
}

.h2, h2 {
    font-size: 28px;
    font-family: Raleway, sans-serif;
}

.h3, h3 {
    font-size: 25px;
    font-family: Raleway, sans-serif;
}

.h4, h4 {
    font-size: 22px;
    font-family: Raleway, sans-serif;
}

.h5, h5 {
    font-size: 18px;
    font-family: Raleway, sans-serif;
}

.h6, h6 {
    font-size: 16px;
    font-family: Raleway, sans-serif;
}

input[type=text], input[type=password], input[type=email], textarea, input[type=file] {
    display: inline-block;
    float: left;
    padding: 10px 15px;
    border: 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
}

textarea {
    -webkit-font-smoothing: antialiased;
    min-height: 125px;
}

#to-top {
    position: fixed;
    right: 10px;
    bottom: -100px;
    overflow: auto;
    padding: 12px 14px 14px;
    font-size: 18px;
    line-height: 10px;
    cursor: pointer;
    background-color: #05AED5;
    border-radius: 3px;
    color: #fff;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    z-index: 1111;
}

#to-top span {
    color: #fff;
}


/* -------------------------------------------
   05. Header
----------------------------------------------*/

.transparent-header {
    background-color: transparent;
    height: 94px;
}

.transparent-header + section {
    margin-top: -94px; /*padding-top:210px;*/
}

.transparent-header .navbar {
    background-color: transparent;
    height: 94px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.navbar {
    margin-bottom: 0;
    z-index: 1030;
}

.navbar.affix {
    background-color: rgba(0,0,0,0.7);
    padding-top: 0
}

.navbar .logo {
    height: 94px;
    line-height: 94px;
}

.navbar-nav {
    margin-right: 0
}

.navbar-nav >li {
    margin-right: 30px;
    height: 80px;
}

.navbar-nav li a {
  font-family: raleway;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.navbar-nav >li >a {
    color: #fff;
    line-height: 94px;
    padding: 0;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    border: none;
}

.navbar-nav > li.active {
    border-bottom: 2px solid #05AED5;
}

.navbar-nav > li.active > ul {
    margin-top: 0;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background-color: transparent
}
.margin-right-zero{
    margin-right: 0 !important;
}
/* Menu Level #1 */
.navbar-nav > li:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #05AED5;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}

.navbar-nav >li:hover::after {
    height: 2px;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    margin-top: -2px
}

.navbar-nav > li.active:hover::after {
    opacity: 0;
}

.module {
    display: inline-block;
    position: relative
}

.module span.title {
    display: none
}



/* Header #2 */
.full-header {
    height: 100px;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(39, 41, 48, 0.03);
    -moz-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.03);
    -webkit-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.03);
}

.top-bar {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid rgba(49, 49, 49, 0.1);
}

.top-bar .list-inline > li {
    padding-left: 0;
    padding-right: 0
}

.top-bar ul,
.top-bar p {
    margin-bottom: 0
}

.top-bar .top-contact p {
    font-size: 13px;
    font-weight: 500;
    line-height: 49px;
    color: #5a5a5a;
    margin-right: 15px;
}

.top-bar .top-contact span {
    color: #9e9e9e;
}

.top-bar ul.top-contact li {
    border-right: 1px solid rgba(49, 49, 49, 0.1);
}

.top-bar ul.top-contact li:first-child {
    padding-right: 15px;
    padding-left: 0
}

.top-bar ul.top-contact li:last-child {
    border-right: none;
    padding-left: 15px;
}

.top-bar ul.top-widget li {
    border-left: 1px solid rgba(49, 49, 49, 0.1)
}

.top-bar ul.top-widget .top-social {
    padding-right: 0;
    padding-left: 0;
    text-align: center
}

.top-bar ul.top-widget .top-social a i {
    border-right: 1px solid rgba(49, 49, 49, 0.1);
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 18px;
    padding-right: 18px;
}

.top-bar ul.top-widget .top-social a:hover i {
    color: #05AED5;
}

.top-bar ul.top-widget .top-social a:last-child i {
    border-right: none
}

.top-bar .button-quote {
    background-color: #05AED5;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 9px;
    margin-left: 10px;
}

.top-bar .button-quote:hover {
    background-color: #2f2f2f;
}

.full-header .navbar-fixed-top {
    top: 49px;
    height: 94px;
}

.full-header .navbar-nav > li > a {
  color: #313131;
  font-family: raleway;
  font-weight: 500;
}

#template-footer ul li a i {
    padding-right: 10px;
}
#template-footer ul li {
    border-bottom: 1px solid #444444;
    color: #ffffff;
    padding: 7px 0;
}
#template-footer ul li:last-child {
    border-bottom: 0 none;
}




@media only screen and (min-width : 992px) {

    /* Menu with Dropdown */
    .navbar-nav > li.has-dropdown > ul.dropdown-menu,
    .navbar-nav > li.has-dropdown > ul.mega-menu,
    li.dropdown-submenu > ul.mega-menu {
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transform: translateY(10%);
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -o-transform: translateY(10%);
        -ms-transform: translateY(10%);
        opacity: 0;
        position: absolute;
        left: 0;
        right: auto;
        box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
        -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
        -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: block;
        visibility: hidden;
    }

    .navbar-nav > li.has-dropdown > ul.dropdown-menu {
  padding: 10px 12px;
  width: 225px;
}

    .navbar-nav > li.has-dropdown > ul.mega-menu,
    li.dropdown-submenu > ul.mega-menu {
        width: 460px!important;
        padding: 16px 30px
    }

    li.has-dropdown:hover > ul.dropdown-menu,
    li.has-dropdown:hover > ul.mega-menu,
    li.dropdown-submenu:hover > ul.mega-menu {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        opacity: 1;
        display: block;
        visibility: visible;
    }

    ul.dropdown-menu > li,
    ul.mega-menu > li {
        padding-right: 0;
        height: 39px;
        line-height: 39px;
        position: relative;
        vertical-align: top;
    }

    ul.mega-menu > li {
        width: 190px !important;
        height: auto;
        overflow: hidden;
        display: inline-block
    }

    ul.mega-menu > li:first-child {
        margin-right: 15px;
    }

    ul.mega-menu > li > ul {
        width: 190px;
        list-style: none;
        background-color: #fff;
        padding-left: 0;
        position: relative !important;
        left: auto !important;
    }

    ul.mega-menu li ul li {
        height: 39px;
        line-height: 39px;
    }

    ul.dropdown-menu li a,
    ul.mega-menu li ul li a {
        line-height: 39px;
        color: #5e5e5e;
        padding: 0;
        border-bottom: 1px solid #ececec;
        display: block;
    }

    ul.mega-menu li ul li span {
        color: #05AED5;
        padding: 0;
        display: block;
        font-size: 13px;
        line-height: 39px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

    ul.dropdown-menu li:last-child > a {
        border-bottom: none
    }

    ul.dropdown-menu li > a:hover,
    ul.dropdown-menu li > a:focus,
    ul.mega-menu li a:hover,
    ul.mega-menu li a:focus {
        background-color: transparent;
        color: #05AED5
    }

    ul.dropdown-menu.left {
        left: -220px !important;
        margin-left: 0 !important
    }

    ul.mega-menu.left {
        left: -520px!important;
    }

    /* Menu Level #2 */
    li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:after {
        font-family: fontawesome;
        content: "\f105";
        font-size: 13px;
        position: absolute;
        right: 0;
    }

    li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu,
    li.dropdown-submenu > ul.mega-menu {
        background-color: #fff;
        padding: 16px 30px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transform: translateX(10%);
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -o-transform: translateX(10%);
        -ms-transform: translateX(10%);
        opacity: 0;
        display: block;
        position: absolute;
        left: 100%;
        right: auto;
        top: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-left: 30px;
        z-index: 1
    }

    li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        z-index: 3;
    }

    li.dropdown-submenu.pull-left > ul.dropdown-menu {
        left: auto;
        right: 0;
        margin-right: 0;
    }


}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width : 767px) {

    .navbar-nav {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-toggle {
        border-color: #05AED5;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: 35px;
    }

    .navbar-toggle .icon-bar {
        background-color: #05AED5;
    }

    .container > .navbar-header {
        margin-left: 0
    }

    .container > .navbar-collapse {
        width: 100%;
        background-color: #2f2f2f;
        margin-right: 0
    }

    .navbar-nav > li {
        height: auto !important;
        margin-right: 0
    }

    .navbar-nav > li.pull-left {
        float: none !important
    }

    .navbar-nav > li > a {
        line-height: 36px;
        color: #fff;
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav > li:after {
        display: none
    }

    .navbar-nav > li.active {
        border-bottom: none
    }

    .navbar-nav > li.has-dropdown > ul.dropdown-menu,
    ul.mega-menu {
        background-color: transparent;
        position: relative;
        padding-left: 0;
    }

    .navbar-nav > li.has-dropdown > a:after,
    li.dropdown-submenu > a:after {
        font-family: fontawesome;
        content: "\f105";
        font-size: 13px;
        position: absolute;
        right: 0;
    }

    .navbar-nav > li.has-dropdown.open > a,
    .navbar-nav > li.has-dropdown.open > a:hover,
    .navbar-nav > li.has-dropdown.open > a:focus {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }

    li.open a,
    li.open a:hover,
    li.open a:focus {
        color: #fff;
        line-height: 21px;
    }

    li.dropdown-submenu.open > ul > li > a {
        padding-left: 50px !important;
    }

    .navbar-nav > li.has-dropdown.open > a:after,
    .navbar-nav > li.has-dropdown.open > a:hover:after,
    .navbar-nav > li.has-dropdown.open > a:focus:after,
    li.dropdown-submenu.open > a:after,
    li.dropdown-submenu.open > a:hover:after,
    li.dropdown-submenu.open > a:focus:after {
        font-family: fontawesome;
        content: "\f107";
        font-size: 13px;
        position: absolute;
        right: 0;
    }

    li.dropdown-submenu > a:after,
    li.dropdown-submenu.open > a:hover:after,
    li.dropdown-submenu.open > a:focus:after {
        right: 10px;
    }

    .nav > li > a:hover,
    .nav > li > a:focus,
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus,
    .mega-menu li a:hover,
    .mega-menu li a:focus {
        background-color: transparent
    }

    .dropdown-menu > li > a,
    .mega-menu > li > a {
        color: #fff
    }

    .mega-menu ul {
        list-style: none;
        padding-left: 25px;
    }

    .mega-menu ul li {
        padding-top: 5px
    }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus,
    .mega-menu li a:hover,
    .mega-menu li a:focus {
        color: #fff
    }

    ul.mega-menu {
        list-style: none;
        display: none;
    }

    .has-dropdown.open > .mega-menu,
    .dropdown-submenu.open > .mega-menu {
        display: block
    }

    .dropdown-submenu.open > .mega-menu ul {
        padding-left: 50px;
    }

    .module {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .module span.title {
        display: inline-block;
        color: #fff;
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
    }


    /* Header #2 */
    .full-header .top-bar .top-contact p {
        font-size: 11px;
    }

    .full-header .text-right {
        text-align: center !important
    }

    .top-bar ul.top-widget .top-social:first-child {
        border-left: none
    }

    .top-bar ul.top-widget .top-social a i {
        padding-right: 10px;
        padding-left: 10px
    }

    .full-header .navbar-nav > li > a,
    .full-header .module-search .search-icon i,
    .full-header .module-cart .cart-icon {
        color: #fff
    }

    .full-header .navbar-header {
        margin-left: 15px;
        margin-right: 0
    }

    .full-header .list-inline {
        margin-left: 0
    }

    .full-header .top-bar .button-quote {
        margin-left: 15px;
    }


}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {

    .navbar-header {
        float: none !important;
        margin-right: auto;
        margin-left: auto;
        text-align: center
    }

    .navbar-toggle {
        border-color: #05AED5;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: 35px;
        display: block;
        float: left;
    }

    .navbar-toggle .icon-bar {
        background-color: #05AED5;
    }

    .navbar-fixed-top .navbar-collapse {
        overflow: scroll !important;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .container > .navbar-collapse {
        width: 100%;
        background-color: #2f2f2f;
        margin-right: 0
    }

    .navbar-nav > li {
        height: auto !important;
        margin-right: 0
    }

    .affix .navbar-nav > li {
        height: auto !important;
    }

    .navbar-nav > li.pull-left {
        float: none !important
    }

    .navbar-nav > li > a {
        line-height: 36px !important;
        color: #fff !important;
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav > li:after {
        display: none
    }

    .navbar-nav > li.active {
        border-bottom: none
    }

    .navbar-nav .dropdown-menu {
        background-color: transparent;
        position: relative;
        width: 100%;
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .navbar-nav > li.has-dropdown > a:after,
    .navbar-nav > li.has-dropdown > a:after,
    li.dropdown-submenu > a:after {
        font-family: fontawesome;
        content: "\f105";
        font-size: 13px;
        position: absolute;
        right: 0;
    }

    .navbar-nav > li.has-dropdown.open > a,
    .navbar-nav > li.has-dropdown.open > a:hover,
    .navbar-nav > li.has-dropdown.open > a:focus {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }

    li.dropdown-submenu.open > a,
    li a:hover,
    li.open > a:focus,
    .mega-menu > li > a {
        color: #fff
    }

    li.dropdown-submenu.open > ul > li > a {
        padding-left: 50px !important;
    }

    .navbar-nav > li.has-dropdown.open > a:after,
    .navbar-nav > li.has-dropdown.open > a:hover:after,
    .navbar-nav > li.has-dropdown.open > a:focus:after,
    li.dropdown-submenu.open > a:after,
    li.dropdown-submenu.open > a:hover:after,
    li.dropdown-submenu.open > a:focus:after {
        font-family: fontawesome;
        content: "\f107";
        font-size: 13px;
        position: absolute;
        right: 0px;
    }

    li.dropdown-submenu > a:after,
    li.dropdown-submenu.open > a:hover:after,
    li.dropdown-submenu.open > a:focus:after {
        right: 10px;
    }

    .nav > li > a:hover,
    .nav > li > a:focus,
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background-color: transparent
    }

    .dropdown-menu > li > a,
    .mega-menu a {
        color: #fff
    }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: #fff
    }

    .mega-menu ul {
        list-style: none;
        padding-left: 0;
    }

    .mega-menu ul li {
        padding-top: 5px
    }

    .mega-menu ul ul {
        padding-left: 0
    }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus,
    .mega-menu li a:hover,
    .mega-menu li a:focus {
        color: #fff
    }

    ul.mega-menu {
        list-style: none;
        display: none;
    }

    .has-dropdown.open > .mega-menu,
    .dropdown-submenu.open > .mega-menu {
        display: block;
        padding-left: 25px;
    }

    .dropdown-submenu.open > .mega-menu ul {
        padding-left: 25px;
    }

    .module {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 5px 15px
    }

    .module span.title {
        display: inline-block;
        color: #fff;
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
    }


    /* Header #2 */
    .full-header .top-bar .top-contact p {
        font-size: 11px;
    }

    .top-bar ul.top-widget .top-social a i {
        padding-right: 10px;
        padding-left: 10px
    }

}




#Testimonials-1col .owl-controls {
    display: none !important;
}

#Testimonials-2col .owl-controls {
    display: none !important;
}

.insurance-coverage .owl-theme .owl-controls {
    margin-top: 10px;
}

.owl-theme .owl-controls {
    margin-top: 45px;
    text-align: center;
}

/* -------------------------------------------
   11. Page Title
----------------------------------------------*/

.Page-title-Style1 {
    background: url(../images/page/Page-title-bg.png) top center;
    border: none;
    /*overflow: hidden;*/
    position: relative;
    background-size: cover;
}

.Page-title-Style2 {
    background: url(../images/page/Projects-title-bg.png) top center;
    border: none;
    /*overflow: hidden;*/
    position: relative;
    background-size: cover;
}

.Page-title-Style3 {
    background: url(../images/page/Projects-title-bg.png) top center;
    border: none;
    /*overflow: hidden;*/
    position: relative;
    background-size: cover;
}

.title-text h6 {
    font-family: Ubuntu;
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.title-text h2 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin: 5px 0 15px;
    line-height: 35px;
    color: #ffffff;
    font-family: Raleway;
}

.breadcrumbs span {
    color: #f3f3f3;
}

.breadcrumb li a, .breadcrumbs a {
    color: #E2E2E2;
}

.breadcrumb li a:hover, .breadcrumbs a:hover {
    color: #05AED5;
}

.breadcrumbs .sep {
    padding-right: 7px;
    padding-left: 3px;
}

.breadcrumbs span {
    color: #f3f3f3;
}

/* -------------------------------------------
   12. Our Agent
----------------------------------------------*/

.team-item-block {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

.team-overlay {
    border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 30px 20px;
    color: #a6a6a6;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-size: 13px;
    opacity: 0;
}

.team-item-block:hover .team-overlay {
    opacity: 1;
}

.team-overlay p {
    display: block;
    font-size: 13px;
    color: #a6a6a6;
}

.team-thumb {
    position: relative;
}

.team-thumb img {
    width: 100%;
}

.team-icons {
    bottom: 30px;
    left: auto;
    position: absolute;
    z-index: 99;
}

.team-icons a {
    background-color: #05AED5;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 7px 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    margin-right: 8px;
    height: 36px;
    width: 36px;
}

.team-icons a:hover {
    background-color: #a6a6a6;
    color: #fff;
}

.info-team {
    padding: 25px 15px;
}

.info-team h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
    color: #373636;
    font-family: 'Ubuntu', sans-serif;
}

.team-company {
    font-size: 12px;
    color: #666666;
    margin-bottom: 0;
}

/* -------------------------------------------
   13. Pages
----------------------------------------------*/

.section-404 {
    text-align: center;
    padding-bottom: 70px;
}

.section-404 h1 {
    font-size: 250px;
    line-height: 250px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.section-404 p {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #a6a6a6;
    line-height: 22px;
    padding: 0px 245px;
    margin-bottom: 50px;
}

.section-404 h1 {
    line-height: normal;
    margin: 0;
}

.section-404 .btn.blue {
    color: #ffffff;
    background: #05AED5;
}

.section-404 .btn.blue:hover {
    color: #ffffff;
    background: #a6a6a6;
}

.section-coming-soon h2 {
    font-size: 50px;
    font-weight: 700;
    color: #1b1a1a;
    margin: 0 0 10px;
}

.title-description p {
    font-size: 14px;
    color: #a6a6a6;
    line-height: 22px;
    padding: 0px 170px;
    display: inline-block;
}

.ColDiv {
    display: inline-block;
}

.Headline-Text h1, .Headline-Text h2, .Headline-Text h3, .Headline-Text h4, .Headline-Text h5, .Headline-Text h6 {
    font-weight: 700;
    color: #000000;
}

.Headline-Text p {
    color: #a6a6a6;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.Headline-Text {
    margin-bottom: 30px;
}

.Headline-Text p {
    color: #828282;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.Bullets ul li {
    color: #828282;
    font-size: 13px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    width: 100%;
    border: none;
}

.Bullets ul li span {
    color: #1b1a1a;
    margin-right: 10px;
    font-weight: 700;
}

ul.list.prim.list-Play li:before {
    content: "\f01d";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #1b1a1a;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
}

ul.list.prim.list-Ok li:before {
    content: "\f05d";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #1b1a1a;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
}

ul.list.prim.list-arow li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #1b1a1a;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
}

ul.list.prim.list-star li:before {
    content: "\f005";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #1b1a1a;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
}

ul.list.prim.list-arowright li:before {
    content: "\f18e";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #1b1a1a;
    margin-right: 10px;
    font-weight: 400;
    font-size: 14px;
}

ul.list.prim.list-arowbig li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #1b1a1a;
    margin-right: 15px;
    font-size: 14px;
}

ul.list.prim.list-point li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #1b1a1a;
    margin-right: 10px;
    font-weight: 400;
    font-size: 8px;
}

.Blockquotes h4 {
    margin-bottom: 30px;
}

blockquote {
    width: 100%;
    padding: 10px 20px;
    margin: 0 0 40px;
    font-size: 17.5px;
    border-left: 5px solid #333333;
    display: inline-block;
}

blockquote p {
    font-size: 20px;
    font-style: italic;
    color: #1b1a1a;
    font-family: 'Open Sans', sans-serif;
}

blockquote span {
    font-size: 13px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
}

blockquote.blockquote-1:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #828282;
    font-weight: 400;
    font-size: 16px;
}

blockquote.blockquote-1:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #828282;
    font-weight: 400;
    font-size: 16px;
    float: right;
    margin-top: 20px;
}

blockquote.blockquote-1 {
    border: none;
    width: 100%;
}

blockquote.blockquote p, blockquote.blockquote-2 p {
    color: #05AED5;
}

blockquote.blockquote-2 {
    width: 100%;
    background: #f6f6f6;
    border-radius: 3px;
    padding: 30px;
    border: none;
}

blockquote.blockquote-3 {
    width: 100%;
    background: #1b1a1a;
    border: none;
    border-radius: 3px;
    padding: 30px;
    color: #FFF;
}

blockquote.blockquote-3 p {
    color: #FFF;
}

#map_canvas {
    width: 100%;
    height: 447px;
}

.get-quote-form {

}

.form-input input, .form-input textarea {
    margin-bottom: 30px;
    width: 100%;
}

.form-input textarea {
    height: 174px;
}

.form-submit input {
    background: #05AED5;
}

.tex-contact p {
    font-family: "Open Sans";
    font-size: 13px;
    color: #a6a6a6;
    line-height: 22px;
}

.Block-Contact p {
    font-size: 12px;
    color: #373636;
    margin-bottom: 5px;
}

.Block-Contact {
    padding: 0;
    margin-top: 15px;
}

.Contact-Info h4 {
    margin-top: 0;
}

.Block-Contact ul li {
    margin-bottom: 5px;
}

.Block-Contact ul li i {
    color: #05AED5;
    margin-right: 5px;
    display: inline-block;
    font-size: 16px;
}

.Block-Contact ul li span {
    color: #a6a6a6;
    margin-right: 5px;
    display: inline-block;
    font-size: 13px;
}

/* -------------------------------------------
   14. SideBar
----------------------------------------------*/

.Top-Title-SideBar h3 {
    font-weight: 700;
    color: #373636;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    position: relative;
    padding-bottom: 20px;
}

.Top-Title-SideBar h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    background: #06AED5;
}

.widget {
    margin: 0 0 50px;
}

.Categories-Block ul li {
    display: inline-block;
    width: 100%;
}

.Categories-Block ul li i,.Categories-Block ul li span,.Categories-Block ul li p {
    display: inline-block;
}

.Categories-Block ul li i {
    margin-right: 10px;
}

.Categories-Block ul li p {
    line-height: 30px;
    font-size: 13px;
    color: #666666;
    margin-right: 5px;
    margin-bottom: 0;
}

.Last-post .news-footer > li h6 a {
    color: #373636;
}

.Last-post .news-footer > li h6 a:hover {
    color: #05AED5;
}

.tagcloud li {
    display: inline-block;
}

.tagcloud a {
    margin: 0 5px 5px 0;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 5px 10px;
    font-family: Open Sans,sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #a6a6a6;
    display: inline-block;
}

.tagcloud a:hover {
    border-color: #05AED5;
    color: #05AED5;
}



/* -------------------------------------------
   15. Index main service
----------------------------------------------*/

.main-service-content h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 1.625em;
    color: #323232;
    text-transform: uppercase;
    position: relative;
    text-align: right;
    line-height: 32px;
    padding-right: 25px;
    margin-top: 0;
}

.main-service-content h2:before {
    content: '';
    width: 4px;
    height: 100%;
    background: #05AED5;
    position: absolute;
    letter-spacing: 1px;
    right: -16px;
    top: 4px;
}

.main-service-content .main-service-heading p {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 1em;
    color: #898989;
    padding-left: 30px;
    line-height: 26px;
}

.main-service-box {
    position: relative;
}

.main-service {
    margin-top: 80px;
}

.main-service img {
    background: #fff;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 8px;
    border: 1px solid #e6e6e6;
    right: 0;
}

.main-service .main-service-description {
    position: relative;
    width: 77%;
    background: #fdfdfd;
    border: 1px solid #e6e6e6;
    padding-top: 7px;
    padding-bottom: 24px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-service h3 {
    font-weight: 700;
    font-size: 18px;
    color: #323232;
    padding-left: 40px;
}

.main-service h3:before {
    content: '';
    width: 45px;
    height: 3px;
    background: #05AED5;
    position: absolute;
    top: 61px;
}

.main-service p {
    font-family: 'Open Sans', sans-serif;
    color: #898989;
    padding-left: 40px;
    padding-right: 41px;
    padding-top: 13px;
}

.main-service-box_bottom {
    margin-top: 29px;
}

.main-service .main-service-description:hover {
    background: #05AED5;
    border: 1px solid #05AED5;
}

.main-service .main-service-description:hover h3 {
    color: #fff;
}

.main-service .main-service-description:hover p {
    color: #e4e8e8;
}

@media (max-width: 767px) {

    .main-service img {
        display: none;
    }

    .main-service .main-service-description {
        width: 100%;
        margin-left: 0px;
    }

    .main-service h3,
    .main-service p {
        padding-left: 20px;
    }
}


/* ------------- shortcode counter --------------*/

.fact,
.factor {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 80px;
    margin-bottom: 30px;
    font-weight: 200;
}

.color-primary {
    color: #337ab7!important;
}

.color-success {
    color: #5cb85c!important;
}

.color-warning {
    color: #f0ad4e!important;
}

.color-danger {
    color: #d9534f!important;
}

.fact-title {
    display: block;
}

.fact-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Montserrat, sans-serif;
}




/* -------------------------------------------
   16. footer
----------------------------------------------*/
.logo img {
  width: 180px;
}
#template-footer {
    background: #3f5267;
    color: #EAECEE;
    padding: 40px 0 20px 0;
}

#template-footer a {
  color: #ffffff;
  font-family: raleway;
  font-weight: 300;
}

#template-footer a:hover {
    color: white !important;
    text-decoration: underline;
}

#template-footer .section-title {
    font-size: 22px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    font-weight:400
}

#template-footer .section-title:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    background: #06AED5;
;
}

#template-footer .copy-right {
    position: relative;
    padding-top: 20px;
    margin-top: 40px;
}

#template-footer .copy-right > a {
    color: #06AED5;
}

#template-footer .copy-right:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    background: #1fb5f6;
}

#template-footer .contact-info {
    margin: 0 0 60px 0;
    padding: 0;
}

#template-footer .contact-info li {
    font-size: 13px;
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
}

#template-footer .contact-info li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #06AED5;
}

#template-footer .social-media {
    margin: 0 0 30px 0;
    padding: 0;
}

#template-footer .social-media li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 24px;
    margin-right: 10px;
}

#template-footer .social-media li a {
    color: #06AED5;
}

#template-footer .social-media li a:hover, #template-footer .social-media li a:focus, #template-footer .social-media li a:active {
    text-decoration: none;
}

#template-footer .contact-form .form-group input[type="name"],
#template-footer .contact-form .form-group input[type="text"],
#template-footer .contact-form .form-group input[type="email"],
#template-footer .contact-form .form-group textarea {
    font-size: 13px;
}

#template-footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
#template-footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
#template-footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
#template-footer .contact-form .form-group textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#template-footer .contact-form .form-group input[type="name"]:-moz-placeholder,
#template-footer .contact-form .form-group input[type="text"]:-moz-placeholder,
#template-footer .contact-form .form-group input[type="email"]:-moz-placeholder,
#template-footer .contact-form .form-group textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
}

#template-footer .contact-form .form-group input[type="name"]::-moz-placeholder,
#template-footer .contact-form .form-group input[type="text"]::-moz-placeholder,
#template-footer .contact-form .form-group input[type="email"]::-moz-placeholder,
#template-footer .contact-form .form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
}

#template-footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
#template-footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
#template-footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
#template-footer .contact-form .form-group textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

#template-footer .contact-form .form-group input {
    color: #fff;
    border: none;
    background: #485b71;
    box-shadow: none;
    margin-bottom: 15px;
}

#template-footer .contact-form .form-group textarea {
    color: #fff;
    border: none;
    background: #485b71;
    box-shadow: none;
    margin-bottom: 15px;
    resize: none;
}

#template-footer #btn-submit {
    color: rgba(255, 255, 255, 0.9) !important;
    background: #DD1C1A !important;
}


.home_text {
    text-align: center;
}
.home_text h2 {
  font-family: raleway;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  line-height: 35px;
  margin-top: 25px;
}
.span {
    font-style: italic;
    font-weight: bold;
}

.home_text h1 {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 35px;
   color:red;
}
.read_more {
    background: #00acdc none repeat scroll 0 0;
    border-radius: 9px;
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
    padding: 10px 35px;
}
.home_text p {
  font-size: 16px;
  line-height: 25px;
  margin: 25px 0px;
}
.form-horizontal .control-label {
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-family: raleway;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 7px 0;
  text-align: center;
}

.home_form {
    text-align: center;
}
.home_form > h2 {
    font-size: 21px;
    font-style: italic;
    font-weight: 500;
    margin: 30px 0;
}
.btn.btn-default {
  background: #00acdc none repeat scroll 0 0;
  font-style: italic;
  border-radius: 9px;
  padding: 12px 40px;
  margin-top: 20px;
  font-size: 15px;
}
.custom-font-2 {
  background: #00acdc none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 28px !important;
  font-style: italic;
  font-weight: 300;
  margin-bottom: -130px !important;
  padding: 9px !important;
  text-align: center !important;
}
a.btn-border-slider, a.btn-slider {
  color: #ffffff;
  display: inline-block;
  font-family: Raleway,Arial,Helvetica,sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-top: -80px;
  min-width: 100px;
  padding: 17px 40px;
  text-transform: uppercase;
}

/* Page */

.page_title h2 {
  color: #00acdc;
  font-family: raleway;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  margin: 45px 0;
  text-align: center;
}

.page_left h3 {
  font-family: raleway;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: #00acdc;
}
.page_left h4 {
  font-style: italic;
  margin: 30px 0;
  text-align: center;
  color: #FF0000;
}
.page_bannar img {
  border: 1px solid #cccccc;
  margin-top: 25px;
  padding: 3px;
}
.single_button {
    background: #00acdc none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-family: raleway;
    font-size: 18px;
    font-weight: 600;
    margin: 35px 0;
    padding: 15px 0;
    text-align: center;
}
.single_button > a {
    color: #ffffff;
    font-style: italic;
	transition:1s
}
.single_button:hover {
  background: #556373;
  transition:1s
}


/* About Us */


.about_text > h3 {
    color: #00acdc;
    font-family: raleway;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}
.team_tite > h3 {
    color: #00acdc;
    font-family: raleway;
    font-size: 25px;
    margin: 50px 0;
    text-align: center;
}
.single_tema img {
    border: 1px solid #cccccc;
    padding: 3px;
    width: 100%;
}
.single_tema {
    margin-bottom: 40px;
}
.team_text > h2 {
    font-family: raleway;
    margin: 0 0 12px;
    color: #00acdc
}
.team_text span {
    display: block;
    font-size: 20px;
    font-style: italic;
    margin-top: 9px;
}
.bottom_text > h3 {
    color: #ff0000;
    font-style: italic;
    margin-bottom: 35px;
    text-align: center;
}
p {
  font-family: raleway;
  font-size: 14px;
}
.page2_img{border:1px solid #ccc;padding:3px}

.page2_text > h2 {
    color: #00acdc;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}
.page2_text p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.page2_text > h3 {
    color: #ff0000;
    font-size: 20px;
    font-style: italic;
    line-height: 32px;
    text-align: center;
}
.page_left p {
  margin: 10px 0;
}
.page_left li {
  margin-bottom: 12px;
}
.success_email {
  background: #06aed5 none repeat scroll 0 0;
  border-radius: 9px;
  color: #ffffff;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  margin: 100px 0;
  padding: 20px 0;
  text-align: center;
}
