/*---------------------------------------------------------------
    
    Template name: Law Firm - Lawyer, Attorney Business HTML5 Site Template
    Author: Themeix
    Template URI: https://themeforest.net/item/law-firm-lawyer-attorney-business-html5-site-template/20155317
    Description: LawFirm is a Highly customizable code, Simple, Clean and Professional HTML5 Template. LawFirm is fully responsive. 
    Version: 2.0
    Author URI: https://themeforest.net/user/themeix
-----------------------------------------------------------------


    CSS INDEX
    =========================

    1. default css
    2. menu area
    3. slider area
    4. about area
    5. Areas of Practice
    6. service area
    7. our client
    8. our testimonial       
    10. Contact Our Office
    11. purchase now
    12. footer section
    13. home page verson-2 design
    14. about us
    15. parallax section
    16. about us
    17. we-love-to-heart
    18. nursing home page design
       
       18.1    page heading

    19. Skill Overview
    20. blog design
    21. blog design
    22. contact pag design
    23. Pre loader section    
    24- Testimonials Styling 
    25. events page  
    26. scrollUP 
    27. About Us Page


----------------------------------------------------------------*/
/*===================================
          1. default css
=====================================*/
*{
  text-decoration: none;
  outline: none !important;
  margin: 0;
  padding: 0;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color:#666666;
    font-weight: 300;
    line-height: 24px;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased; 
    text-rendering: optimizeLegibility;

}
ol,ul{
    list-style: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    margin:0;
    padding: 0;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}

a {
  color: #314555;
}
a:hover,
a:focus {
  color: #124B9C;
  text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif; 
  line-height: 30px;
  font-weight: normal;
  margin: 0;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
h6 a {
    color:inherit;
}
h6 a:hover {
    color:#ffffff;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
p{
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.pt-20 {
    padding-top:20px;
}

.ptb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}
.pt-85 {
    padding-top:85px;
}
.pb-40{
    padding-bottom: 40px;
}
.pt-40 {
    padding-top:40px;
}
.pt-4040 {
    padding-top:40px;
    padding-bottom: 40px;
}
.ptb-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-50{
    padding-top: 50px;
}
.footer-ptb-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer-ptb-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-130{
    padding-top: 100px;
    padding-bottom: 100px;
}
.mt-80 {
    margin-top: 40px;
}
.mt-40 {
    margin-top:40px;
}
.mt-20 {
    margin-top:20px;
}
.ptb-80 {
    padding-top: 56px;
    padding-bottom: 80px;
}
.pt-30 {
    padding-top:30px;
}
.ptb-40 {

    padding-top:40px;
    padding-bottom:40px;
}
.themeix-ptb-2 {
    padding-top:30px;
    padding-bottom:60px;
}
.bg-info {
    background-color: #F5F9FF;
}
.bg-semi-dark {
    background-color:;
}
/*===================================
          2. menu area
=====================================*/
.main-menu {
    min-height: 55px;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    padding: 0px 0;
    border-radius: 0;
    z-index: 8;
    margin: 0;
    border-bottom:1px solid #e1e1e1;
}
.main-menu ul > li > a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 400;
    /*padding: 20px 20px;*/
    padding: 20px 12px;
    text-transform: uppercase;
    position: relative;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:active{
    background: none;
}
.main-menu ul > li > a:after {
    background: #FF5050 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    -webkit-transition: .55s;
    transition: .55s;
    width: 10px;
}
.main-menu ul > li > a:hover:after {
    left: 0;
    margin-left: 0px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%;    
}
.main-menu ul > li.active > a:after {
    left: 0;
    margin-left: 0px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%;    
}
.main-menu .navbar-nav li.active a,
.main-menu .navbar-nav li a:hover,
.main-menu .navbar-nav > a:focus,
.main-menu .navbar-nav > a:hover {
    color: #FF5050;
}
.navbar-brand img{
    width: 220px;
}
.navbar-brand {
    padding: 8px 0px 0px 10px;
}
.stickey .main-menu {
    -webkit-animation: 400ms linear 0s normal none 1 running fadeInDown;
            animation: 400ms linear 0s normal none 1 running fadeInDown;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background: #FFFFFF;
    left: 0;
    color: #303030 !important;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: 10;
    padding: 0px 0;
    border: 0;
}
.stickey .main-menu ul > li > a {
    padding: 20px 20px;
}
.main-menu .nav.navbar-nav ul.dropdown-menu {
    /*text-align:center;*/
    border-radius:0;
    padding:0;
    left: auto;
   right: 50%;
   width:240px;
   -webkit-transform: translateX(50%);
           transform: translateX(50%);
}
.main-menu .nav.navbar-nav ul.dropdown-menu li a {
    color:#666;
    -webkit-transition: all .4s linear 0s;
    transition:all .4s linear 0s;
    font-weight:400;
    padding:10px;
    border-bottom:1px solid #eee;
}
.main-menu .nav.navbar-nav ul.dropdown-menu li a:hover {
    color:#FF5050;
}
.main-menu .nav.navbar-nav ul.dropdown-menu li a:after {
    content:none;
}
/*===================================
          3. slider area
=====================================*/
.themeix-full-slider{
    background-image: url("images/slider-image/slider-one.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}
.slider-overlya{
    background-color: rgba(18,75,156,0.50);
    height: 100%;
    position:relative;
}
.inner-cust-padding {
    height: 100vh;
}
.inner-slider-caption h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}
.inner-slider-caption p{
    font-size: 20px;
    color: #fff;
    padding: 30px 0;
    margin-bottom:0;
}
.get-form .form-group {
    margin-bottom:10px;
}
.get-free-box .get-form textarea {
    border-radius:0;
    height:120px !important;
}

.form-control:focus {
    border-color:#e94f5a;
}
.orange-button {
    background: #FF5050;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border:0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.orange-button:before{
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    background-color: #124B9C;
    right: 0;
    top: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    z-index: -1;
}
.orange-button:hover:before{
    width: 100%; 
    right: auto; 
    left: 0;
    color: #FFFFFF;
}
.orange-button:hover{
    color: #fff;
}
.margin-top-40{
    margin-top: 40px;
}
.right-side{
    background-color: rgba(0,0,0,.50);
}
.get-free-header{
    background:#124B9C;
    padding: 18px 20px;
}
.get-free-header h3{
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}
.get-free-header p {
    font-size: 14px;
    padding: 0 0;
}
.get-form{
    padding: 18px 20px;
}
input[type="text"], input[type="email"], input[type="password"] {
    background: #FFFFFF;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 0;
    border-radius: 4px;
    padding: 0 10px;
}
textarea {
    background: #ffffff none repeat scroll 0 0;
    color: #666666;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 10px 10px 20px;
    width: 100%;
    height: 120px!important;
    margin-bottom: 12px;
}
.custom-btn{
    width: 100%;
    text-align: center;
    border: 0;
}
.slider-button span {
background: #f7f7f7 none repeat scroll 0 0;
color: #ff5050;
display: block;
font-size: 18px;
height: 42px;
line-height: 43px;
text-align: center;
width: 42px;
cursor:pointer;
-webkit-transition: all .4s linear 0s;
transition:all .4s linear 0s;
z-index:99;
}
.slider-button span:hover {
 background-color:#2a529d;
 color:#fff;
}
.slider-button .prev-slider {
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.slider-button .next-slider {
  font-size: 15px;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
/*===================================
          4. about area
=====================================*/
.themeix-lf-about{
    background:#FFFFFF;
}
.themeix-lf-caption{
    text-align: center;
}
.themeix-lf-caption h3{

    color: #ff5050;
    font-size: 24px;
    font-weight: 700;

}
.themeix-lf-caption{
    position: relative;
}
.themeix-lf-caption h2 {
    font-size: 36px;
    color: #124b9c;
    font-weight: 700;
    padding: 16px 0;
}
.themeix-lf-caption .separater {
    margin-left: -25px;
    position: absolute;
    left: 48%;
    width: 50px;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid #FF5050;
    top: 123px;
    text-align: center;
}
.themeix-lf-caption .separater:before{
    position: absolute;
    content: '';
    left: -20px;
    top: -2px;
    width: 12px;
    border-radius: 5px;
    border: 2px solid #124B9C;
}
.themeix-lf-caption .separater:after{
    position: absolute;
    content: '';
    right: -20px;
    top: -2px;
    width: 12px;
    border-radius: 5px;
    border: 2px solid #124B9C;
}
.themeix-lf-caption p {
    font-weight: 300;
    margin-top: 15px;
    padding: 0 100px;
}
/*===================================
        5. Areas of Practice
=====================================*/

.themeix-lf-head-title{
    text-align: center;
    position: relative;
}
.themeix-lf-head-title h2{
    font-size: 36px;
    color: #124b9c;
    font-weight: 700;
}
.themeix-lf-head-title p{
    margin-top: 45px;
}
.themeix-lf-head-title .separater {
    margin-left: -25px;
    position: absolute;
    left: 46%;
    width: 50px;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid #FF5050;
    top: 52px;
    text-align: center;
}
.themeix-lf-head-title .separater:before{
    position: absolute;
    content: '';
    left: -20px;
    top: -2px;
    width: 12px;
    border-radius: 5px;
    border: 2px solid #124B9C;
}
.themeix-lf-head-title .separater:after{
    position: absolute;
    content: '';
    right: -20px;
    top: -2px;
    width: 12px;
    border-radius: 5px;
    border: 2px solid #124B9C;
}
.img-item{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.img-item img {
    width:100%;
}
.img-caption{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(26, 82, 163,1);
    -webkit-transition: all 350ms;
    transition: all 350ms;
    bottom: -85%;
    text-align: center;
    color: #fff;
}
.img-item:hover .img-caption{
    bottom: 0;
    background: rgba(26, 82, 163,0.7);
} 
.img-caption h4{
    background: rgba(26, 82, 163, .80);
    padding:8px 0;
}
.inner-padding {
    margin-top: 40px;
    padding: 10px;
}
.img-caption p{
    color: #FFFFFF;
}
.read-more {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    color: #124b9c;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 30px;
    text-align: center;
}
/*===================================
        6. service area
=====================================*/
.service-section{
    background: #124B9C;
}
.service-img img{
    box-shadow: 17px 17px 0px 0px #FF5050;
    border-radius: 0px;
}
.service-img-two img{
    box-shadow: 17px 17px 0px 0px #124B9C;
    border-radius: 0px;
}
.right-caption{
    color: #ffffff;
    padding-left: 30px;
}
.right-caption h3{
    padding:5px 0 18px;
}
.right-caption p{
    color: #fff;
    line-height: 24px;
}
.service-two{
    background: #FF5050;
}
/*===================================
        7. our client
=====================================*/
.our-attorneys{
    background: #FFFFFF;
}
 
.our-client .client-desc{
    background: #F5F9FF;

}
.our-client .img-section{
    position: relative;
    overflow: hidden;
}
.our-client img{
    width: 100%;
}
.client-desc{
    padding:14px 0;
    text-align: center;
}
.overlay{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.our-client:hover .img-section .overlay{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.social-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: -114px;
}
.social-icon a {
    background: rgb(256, 256, 256);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkt-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 37px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 35px;
    height: 35px;
    position: relative;
    bottom: -260%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    color: rgba(50, 50, 50, 0.9);
}
.social-icon a:hover{
    color: #124B9C;
}
.our-client:hover .social-icon a{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    bottom: -80%;
}
.client-desc span{
    color: #999999;
}
.client-desc h5{
    font-size: 16px;
    font-weight: 700;
}
/*===================================
        8. our testimonial
=====================================*/
.our-testimonials{
    background: #F5F9FF;
}
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.single-testimonial{
    background: #FFFFFF;
    width: 70%;
    margin:0 auto;
    text-align: center;
    padding: 20px 20px 10px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
   
}
.single-testimonial p{
    font-weight: 400;
    font-style: italic;
}
.single-testimonial h5{
    font-weight: 700;
}
.rating i{
    font-size: 20px;
    color: #F9BC39;
    display: inline-block;
    margin-bottom: 20px;
}
.rating i.last-color{
    color: #E5E5E5;
}
.single-testimonial .owl-nav{
    position: absolute;
left: 0;
bottom: 0;
width: 42px;
color: #ff5050;
background: #F7F7F7;
height: 42px;
text-align: center;
font-size: 18px;
display: block;
top: 50%;
-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
line-height: 43px; 
}
/*===================================
        9. news-event
=====================================*/
.news-event{
    background: #FFFFFF;
}
.image-section img{
    width: 100%;
}
.news-event-caption h2{
    font-size: 24px;
}
.news-event-caption{
    background-color: #fff;
    padding: 16px 24px 30px;
    position: relative;
    z-index: 1;
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
}

.event-button{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    color: #fff;
    padding: 8px 22px;
    font-size: 16px;
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

.event-button:hover{
    color: #FFFFFF;
}

.event-button:hover:before{
    border-width: 108px 0 0 108px;
}
.events-meta ul{
    margin:0;
    padding:0;
}
.events-meta ul li {
    margin: 10px 0;
    color: #999999;
}
.events-meta ul li i {
    margin-right: 10px;
    color: #23569F;
    font-size: 16px;
}
.events-wrapper .blog-gride img {
    width:100%;
}
#eventMap {
    height:360px;
}
.countdown li {
  background-color:#ff5050;
  color: #fff;
  display: inline-block;
  margin-right: 2px;
  padding: 0 5px;
  position: relative;
  text-align: center;
  width: 80px;
  padding: 15px 0;
}

.countdown li span{
    display:block;
    font-size:12px;
    position:relative;
    z-index:9;

}
.countdown li span.days,
.countdown li span.hours,
.countdown li span.minutes,
.countdown li span.seconds {

    font-weight:400;
    font-size:25px;
}


.event-boards .countdown {
    margin-top:60px;
}
.contact-call {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
}
/*===================================
        10. Contact Our Office
=====================================*/
.our-office{
    background:#F5F9FF;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #124B9C;
}
.tab-menu ul > li > a {
    background: #DADFE6;
    border-radius: 0px;
    padding: 10px 60px;
    font-size: 14px;
    color: #666666;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.tab-menu ul > li > a:hover{
    background: #124B9C;
    color: #FFFFFF;
}

.single-info h4{
    font-size: 16px;
    font-weight: 800;
    color:#314555;
    text-transform:capitalize;
}
.single-info p{
    color: #999999;
    margin-bottom:5px;
}
.single-info h4 i {
    padding: 5px 4px 0px 0px;
    font-size: 20px;
    color: #124B9C;
}
.tab-content{
    background: #FFFFFF;
    padding:30px 15px;
    overflow: hidden;
}

#google-mapID, #google-mapID-two, #google-mapID-three, #google-mapID-four,  #google-mapID-five {
    height:380px;
}

.our-office .tab-pane {
    display: block !important;
    position: fixed;
    right: -9999px;
    width: 100%;
}
.our-office .tab-pane.active {
    position: relative;
    left: 0;
}
.our-office .nav-pills > li {
    border-bottom:transparent;
}
/*===================================
        11. purchase now
=====================================*/
.purchase-now {
    background: #E94F5A;
    padding-top: 30px;
    padding-bottom: 30px;
}
.left-section {
    color:#fff;
}
.left-section h5{
    font-size: 36px;
    font-weight: 400;
    line-height: 60px;
}
.left-section p{
    color:#fff;
    font-weight: 400;
    font-style: italic;
}
.purchase-btn{
    margin-top: 36px;
    background: #ffffff;
    color: #E94F5A;
}
.purchase-btn:hover{
    color: #fff; 
}
/*===================================
        12. footer section
=====================================*/
/*
.footer-area{
    background: url("images/footer-image/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
*/
.footer-post-text{
    margin-bottom: 20px;
}
.footer-overlay{
    background-color: rgba(18,75,156,.90);
}
.logo-area{
    margin-bottom: 30px;
}
.footer-social{
    margin-top: -10px;
}
.footer-social a {
    background: #E94F5A;
    border-radius: 50px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 6px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-social a:hover{
    background: #FFFFFF;
    color: #124B9C;
    -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.footer-widget .footer-title h4{
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    padding: 0px 0px 18px;
}
.footer-content .footer-post-time{
    float: left;
    margin-right: 12px;
    background: #E94F5A;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 1px 6px;
    font-weight: 700;
}
.footer-post-text a p{
    color: #fff;
}
.day,
.month{
    color: #fff;
}
.about{
    color: #ffffff;
}
.gallery-widget .img {
    float: left;
    width: 16.66667%;
    padding: 0px 5px 0px;
}
.sbtn-cust{
    width: 100%;
    text-align: center;
    border:0;
}
.white{
    color: #fff;
    margin-top: 12px;
    font-size: 13px;
}
.bottom-footer{
    background:#114590;
    -ms-box-shadow: 0 1px 4px 0 rgba(17, 69, 144, 0.50);
    -o-box-shadow: 0 1px 4px 0 rgba(17, 69, 144, 0.50);
    box-shadow: 0 1px 4px 0 rgba(17, 69, 144, 0.50);
}
.themeix-copyright {
    padding: 25px 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.themeix-copyright span a{
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.themeix-copyright span a:hover{
    color: #FF5050;
}
.themeix-copyright span i{
    color: #FF5050;
    padding:0 5px;
}
.themeix-copyright a {
    font-weight:700;
    padding-left:5px;
}

#scrollUp {
    background: #F86A90 none repeat scroll 0 0;
    position:fixed;
    bottom: 40px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    right: 3%;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 40px;
    text-align: center;
    cursor:pointer;
    z-index:999;
}

.footer-widget {
    padding-bottom:30px;
}

.form-group input.footer-subs-input {
    border-radius:4px;
}

/*===================================
    13. home page verson-2 design
=====================================*/
.home-v-2{
    position: relative;
}

.home-v-2 .owl-nav div{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    color: #ff5050;
    background: #F7F7F7;
    height: 42px;
    text-align: center;
    font-size: 18px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 43px;
}
.home-v-2 .owl-nav .owl-next{
    left: auto;
    right: 0;
}
.home-v-2 .service-iteam {
    background: #2A529D;
    color: #c5d0e4;
    text-align: center;
    padding: 35px;
    margin-top: -88px;
    height: auto;
    min-height: 262px;
}
.home-v-2 .padd-left-right{
    padding-left: 0px;
    padding-right: 0px;
}
.home-v-2 .service-iteam i{
    font-size: 60px;
}
.home-v-2 .service-iteam h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0;
}
.home-v-2 .service-iteam p{
   color: #c5d0e4;

}
.home-v-2 .bg-change-1{
    background: #3B63AF!important;
}
.home-v-2 .bg-change-2{
    background: #6183C2!important;
}
.themeix-full-slider {
    background-image: url("images/slider-image/homepage-v-2-slider.jpg"); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}
/*===================================
        14. about us
=====================================*/
.home-v-2 .author-info {
    position: relative;
    padding-left: 95px;
    padding-top: 13px;
    margin-bottom: 17px;
    min-height: 70px;
}
.home-v-2 .img-thumb{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
}
.home-v-2 .author-designation h3{
    color:#2a529d;
    font-size: 24px;
    font-weight: 700;
}
.home-v-2 .author-designation span{
    color:#666666;
    font-size: 20px;
}
.home-v-2 .service-box{
    position: relative;
    margin-bottom: 30px;
}
.home-v-2 .inner-box {
    position: relative;
    border-radius: 5px;
    background-color: #F7F9FA;
    padding: 26px 30px 25px 66px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.home-v-2 .inner-box .icon-box {
    position: absolute;
    left: 18px;
    top: 26px;
    color: #2A529D;
    font-size: 34px;
    line-height: 1em;
    margin-bottom: 10px;
}
.home-v-2 .icon-detils h3{
    color:#2a529d;
    font-size: 24px;
    font-weight: 700;
}
.home-v-2 .icon-detils p{
    color:#646a75;
    margin-top: 20px;
}
.home-v-2 .inner-box:hover{
    background-color:#2A529D;
}
.home-v-2 .inner-box:hover .icon-box i{
    color: #fff;
}
.home-v-2 .inner-box:hover h3{
    color:#fff;
}
.home-v-2 .inner-box:hover p{
    color:rgba(208,223,255,0.60);
}
.home-v-2 .inner p{
    padding: 20px 0;
}

/*===================================
        15. parallax section
=====================================*/
.home-v-2 .parallax-bg{
    background: url("images/paralax-bg/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-position: center center;
}
.home-v-2 .parallax-overlay{
    background-color: rgba(30,84,161,.50);
    padding:120px 0;
}
.home-v-2 .inner-parallax{
    text-align: center;
}
.home-v-2 .inner-parallax p.first {
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    line-height: 65px;
}
.home-v-2 .inner-parallax p.second{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
/*===================================
        16. about us
=====================================*/
.home-v-2 .hv-about-us{
    background:#FFFFFF;
    overflow: hidden;
}
.home-v-2 .about-img {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #646A75;
    text-align: center;
    margin: 0 auto;
    box-shadow: -3px 1px 35px -4px rgba(0,0,0,0.28);
}
.about-descr{
    margin-top: 10px;
}
.about-descr h6{
    font-size: 15px;
    color: #646a75;
    font-weight: 700;
}
ul.info li {
    font-size: 15px;
    color: #646a75;
    font-weight: 400;
    margin-bottom: 4px;
}
ul.info li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #1E53A0;
}
/*===================================
        17. we-love-to-heart
=====================================*/
.we-love-to-heart{
    background-image: url("images/web-love-image/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center ;
}
.we-love-overlay {
    background-color: rgba(30,84,161,.70);
    padding-top: 72px;
    padding-bottom: 80px;
}
.we-love-to-heart .colo-chang{
    color: #fff;
}
.review-us-box{
    text-align: center;
    color: #fff;
    border-radius: 5px;
    position: relative;
}
.review-us-box > img {
  border-radius: 10px;
}
.review-container {
  text-align: center;
}
.google-bg{
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2453f+26,e76862+53,e76862+53,d2453f+78 */
    background: #d2453f; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d2453f 26%,#e76862 53%,#e76862 53%,#d2453f 78%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d2453f 26%,#e76862 53%,#e76862 53%,#d2453f 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2453f', endColorstr='#d2453f',GradientType=0 ); /* IE6-9 */

}
.facebook-bg{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f85d3+0,62a1e7+47,62a1e7+49,3f85d3+100 */
    background: #3f85d3; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3f85d3 0%,#62a1e7 47%,#62a1e7 49%,#3f85d3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3f85d3 0%,#62a1e7 47%,#62a1e7 49%,#3f85d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f85d3', endColorstr='#3f85d3',GradientType=0 ); /* IE6-9 */
    }
.yelp-bg{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4483d+0,cd574b+49,cd574b+50,b4483d+86 */
    background: #b4483d; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b4483d 0%,#cd574b 49%,#cd574b 50%,#b4483d 86%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b4483d 0%,#cd574b 49%,#cd574b 50%,#b4483d 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4483d', endColorstr='#b4483d',GradientType=0 ); /* IE6-9 */
}

.review-inner-box{
    padding: 25px;
}
.icons:before{
    font-family: 'FontAwesome';
    content: "\f005  \f005  \f005  \f005  \f005";
    font-size: 25px;
}
.review-us-box .review-inner-box h3{
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 2px;
}
.icons{
    margin-bottom: 15px;
}
.review-us-box h1 {
    font-size: 40px;
    margin-top: 15px;
    font-weight: bold;
}
.pt-minus {
    margin-top: 17px !important;
}
.custom-width{
    width: 100%!important;
}
.inner-cust-padding {
    height: 100vh;
    margin: auto;
    position: relative;
}
 .inner-slider-caption{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

/*===================================
    18. nursing home page design
=====================================*/

/*===================================
    18.1    page heading
=====================================*/
/*
.page-heading{
    background-image: url("images/nursing-bg/head-bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
*/
.bg-overlay{
    background:rgba(15,62,130,0.79);
    padding-top: 40px;
    padding-bottom: 40px;
}
.nursing-head{
    color: #fff;
}
.list{
    margin-top: 20px;
}
.list li{
    display: inline-block;
    font-size:14px;
}
.list li+li:before{
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
    margin-left: 10px;
}
.list li a{
    color: #fff;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size:14px;
}
.list li a:hover{
    color: #fff;
}
.left-content{
    padding-right: 20px;
    overflow: hidden;
}
.left-content h4 {
    font-size: 18px;
    color: #ff5050;
    font-weight: 700;
    margin-bottom: 10px;
}
.left-content h2 {
    font-weight: 700;
    color: #124b9c;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 20px;
}
.left-content h2:after {
    position: absolute;
    left: 0%;
    width: 50px;
    border-radius: 5px;
    border: 2px solid #FF5050;
    top: 42px;
    content: "";
    top: 0;
}
.submit-form {
    margin-top: -156px;
    position: relative;
}
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 20px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 20px 10px #d2d2d2;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
}
.effect2:after {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
    right: 10px;
    left: auto;
}
.bg-change {
    background: #0F3E82;
}
.head-bg-change{
    background: #FF5050;
}
.head-bg-change p{
    color: #fff;
}

.have-questions {
    border: solid 1px #ddd;
    text-align: center;
    margin-top: 55px;
    padding-top: 43px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    background: #FFFFFF ;
}
.have-title h3{
    font-size: 24px;
    color: #ff5050;
    margin-bottom: 30px;
}
.phone {
    margin-bottom: 23px;
}
.contact-info phone .contact-call{
    color: #646a75;
}
.contact-info .phone .contact-phone{
    color: #0f3e82;
    font-size: 18px;
    font-weight: 900;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}

.box h3{
    text-align:center;
    position:relative;
    top:80px;
}
.box {
    width: 70%;
    background: #FFF;
}

/**************************************

        19. Skill Overview

**************************************/
.skill_title h1{
    font-weight: 700;
    font-size: 30px;
    color: #124b9c;
    margin-bottom: 18px;
}
.skill-wrapper h5 {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}
.progress {
    background-color: #E6E5E5;
    border-radius: 0px;
    box-shadow: none;
    height: 16px;
    overflow: visible;
}
.progress {
    height: 16px;
    margin-bottom: 7px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 0px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
    background-color: #124B9C;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 10px;
    text-align: right;
    width: 0;
}
.ttop {
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    right: -15px;
    text-align: center;
    top: -19px;
}
.nav-pills > li{
    background:#6291D5;
    border-bottom: 1px solid#75A5DA;
}
.nav-pills li > a{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 14px 10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}
.nav-stacked > li + li {
    margin-top: 0px;
    margin-left: 0;
}
.nav-pills li > a:hover{
    border-radius:0px;
    background: #124B9C;
}
.content-bg {
    background: #F5F9FF;
    padding: 20px;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #666666;
    margin-top: 18px;
    margin-bottom: 23px;
}
.padd-right{
    padding-right: 35px;

}
.nav.nav-pills.nav-stacked li a:hover, .nav.nav-pills.nav-stacked li a:hover, .nav.nav-pills.nav-stacked li a:focus {
  background-color: #124b9c;
  color: #fff;
  border-radius:0;
}
/******************************************

 20. blog design

*******************************************/
 .blog-gride{
     background: rgba(255,255,255,0.8);
    padding: 20px;
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    margin-bottom: 30px;
 }
.blog-gride .image{
    position: relative;
    overflow: hidden;
}
.overlay-img:before{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.50);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.blog-gride:hover .overlay-img:before{
    -webkit-animation: circle .75s;animation: circle .75s;

}
@-webkit-keyframes circle {
    0% {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
    40% {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
    100% {width: 1000px;height: 1000px;opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
}
@keyframes circle {
    0% {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
    40% {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
    100% {width: 1000px;height: 1000px;opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}
}
.date-box {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    color: #ffffff;
    font-size: 20px;
    min-width: 80px;
    line-height: 32px;
    font-weight: 700;
    padding-top: 16px;
    text-align: center;
    display: inline-block;
    background-color: #13468F;
    text-transform: uppercase;
}
.date-box span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.blog-caption{
    padding-top: 20px;
}
.blog-head h3{
    margin-bottom: 6px;
    font-weight:600;
}
.title-link{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height:30px;
}
.blog-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height:30px;
}
.blog-head h3 a:hover{
    color: #E94F5A;
}
.blog-author-name ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-author-name ul li {
    display: inline-block;
    /* margin-right: 10px; */
}
.blog-author-name ul li a {
    color: #777777;
    font-size: 14px;
    margin-right: 15px;
}
.blog-author-name ul li a i {
    margin-right: 10px;
    color: #E94F5A;
}
.blog-caption .details-text p{
    color: #777777;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.themeix-widget {
    background: #FAFAFA;
    /* padding: 0px 20px; */
    padding: 25px 20px 20px;
}
.widget-title h3 {
    margin: 0 0 20px;
    /*text-transform:capitalize;*/
    font-size: 18px;
    font-weight:700;
    color:#444;
}
.text-widget p {
    margin-bottom:0;
}
.form-group .custom-design{
    border: 1px solid #e8e8e8;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    font-size: 14px;
}

.form-group{
    position: relative;
}
.search-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 48px;
    line-height: 45px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #ffffff;
    background: #E94F5A;
    border: none;
    border-radius: 0px 3px 3px 0px;
}
.search-form .form-group {
    margin-bottom:0;
}
.search-form .form-group input[type="text"] {
    margin-bottom:0;
}

.categories-list ul li{
    border-bottom: 1px dashed #ccc;
}
.categories-list ul li:first-child a{
    padding-top:0;
}
.categories-list ul li:last-child{
    border-bottom: none;
}
.categories-list ul li:last-child a {
    padding-bottom:0;
}
.categories-list .active a
{
    color:#E94F5A;
    font-weight:bold;
}
.categories-list ul li a {
    display: block;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 14px 0px 12px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.categories-list ul li a:before{
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.categories-list ul li a:hover{
    color: #E94F5A;
}
.tag-cloud{
    overflow: hidden;
}
.tag-cloud a {
    float: left;
    color: #777777;
    text-transform: uppercase;
    padding: 8px 15px;
    margin: 0 0 10px 5px;
    text-align: center;
    line-height: 20px;
    font-weight: 300;
    border: 1px solid #e8e8e8;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.tag-cloud a:hover{
    background: #E94F5A;
    border: 1px solid #E94F5A;
    color: #fff;
}
.recent-post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 80px;
    min-height: 70px;
    margin-bottom: 15px;
}
.img-thum {
    position: absolute;
    left: 0px;
    top: 8px;
    border-radius: 3px;
}
.recent-post{
    border-bottom: 1px dashed #ccc;
}
.recent-post:last-child{
    border-bottom: none;
}
.recent-details h5{
    line-height: 24px;
}
.recent-details h5 a{
    color: #777777;
    font-size: 14px;
    margin: 0px 0px 0px;
    font-weight: 400;
     transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.recent-details h5 a:hover{
    color: #E94F5A;
}
.img-thum img{
    width: 60px;
    height: 60px;
}
.meta-post{
    margin-bottom: 12px;
}
.meta-post ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    font-style: italic;
}
.meta-post ul li i{
    padding-right: 5px;
    font-style: normal;
    color: #E94F5A;

}
.theme-pagination ul li{
    display: inline-block;
}
.theme-pagination ul li a{
    height: 35px;
    line-height: 31px;
    min-width: 35px;
    text-align: center;
    font-weight: 400;
    color: #777;
    border: 1px solid #e1e1e1;
    padding: 0;
    border-radius: 0 !important;
    position: relative;
    display: block;
    background: none;
    font-size: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.theme-pagination ul li a:hover{
    background: #E94F5A;
    border: 1px solid #E94F5A;
    color: #fff;
}
.theme-pagination ul li.active a {
    background: #E94F5A;
    border: 1px solid #E94F5A;
    color: #fff;
}

/*********************************

 21. blog design

 **********************************/
.post-details-article {
    background: #114590;
    position: relative;
    padding: 54px 0;
    padding: 30px;
    padding-left: 145px;
}
.post-details-article p{
    color: #fff;
}
.post-details-article:before {
    content: "\f0a4";
    font-family: 'FontAwesome';
    position: absolute;
    left: 30px;
    top: 18px;
    font-size: 30px;
    background: #fff;
    color: #000;
    border-radius: 100%;
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 80px;
}
.post-extra{
    margin-top: 20px;
}
.tags-widget ul li{
    display: inline-block;
    margin: 0 5px;
}
.tags-widget ul li span{
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.tags-widget ul li a{
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-decoration: underline;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.tags-widget ul li a:hover{
    color: #E94F5A;
}
.flot--left{
    float: left;
}
.social-widget ul li{
    display: inline-block;
    margin: 0 5px;
}
.social-widget ul li span{
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.social-widget ul li a{
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-decoration: underline;
     transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.social-widget ul li a:hover{
    color: #E94F5A;
}
.flot--right{
    float: right;
}
.post-nav {
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 68px;
}
.post-btn {
    padding: 8px 29px 6px;
    border-radius: 0;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    display: inline-block;
    background: #E94F5A;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid#E94F5A;
}
.post-btn:hover{
    background: #fff;
    color: #114590;
    border: 1px solid#E94F5A;
}
.check-list{
    margin-top: 30px;
}
.check-list ul li:before{
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
    color: #E94F5A;
}
.check-list ul li{
    float: left;
    width: 50%;
    margin: 5px 0;
    
}
.check-list ul li a{
  color: #777777;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.check-list ul li a:hover{
    color: #E94F5A;
    
}
.comment-title h3{
    margin-bottom: 30px;
    padding-bottom: 18px;
    position: relative;
}

.comment-wrapper{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.left-img{
    width: 80px;
    height: 80px;
    display: block;
    float: left;
}
.comment-list{
    margin-top: 30px;
}
.comment-content{
    margin-left: 110px;
}
.comment-name{
    display: inline-block;
    margin-top: 5px;
    margin-right: 20px;
    color: #555;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.comment-date{
    display: inline-block;
    color: #999;
    font-size: 12px;
    line-height: 22px;
}
.comment-date:before{
    content: "\f073";
    font-family: 'FontAwesome';
}
.comment-content p{
    margin-top: 21px;
}
.reply-link {
    color: #2e2b2b;
    text-transform: capitalize;
    border-bottom: 2px solid #eee;
    padding-bottom: 3px;
    margin-bottom: 6px;
    display: inline-block;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    font-size: 14px;
}
a.reply-link:before{
    content: "\f122";
    color: #909090;
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.reply-link:hover{
    color:#E94F5A;
}
.comment-box-style .form-control{
    border: 1px solid #e8e8e8;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    font-size: 14px;
}
.comment-box-style label span{
    color: #999;
    font-weight: 300;
}
input[type="text"], 
input[type="email"], 
input[type="phone"], 
input[type="password"], 
input[type="url"],
textarea {
    background: #FFFFFF;
    border: 1px solid #e1e1e1;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    height: 47px;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 100%;
    border: 0;
    border-radius: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="phone"]:focus,
input[type="url"]:focus,
textarea:focus {
  border: 1px solid #E94F5A;
}
textarea {
    background: #FFFFFF;
    border: 1px solid #e1e1e1;
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 10px 10px 20px;
    width: 100%;
    height: 190px!important;
    margin-bottom: 12px;
    border-radius: 0;
}
.send-button{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    border: 2px solid transparent;
    line-height: 36px;
    padding: 0 25px;
    font-weight: 600;
    cursor: pointer;
   
    background: #E94F5A;
    text-transform: uppercase;
}
.custom-mt{
    margin-top: -0px!important;
}

/*================================
       22. contact pag design
 * ===============================*/

 .contact-form{
    margin-top: 30px;
    border:1px solid #c0c0c0;
    padding: 40px 40px 40px 40px;
 }
.custom-mt{
    margin-top: 40px!important;
}
.main-office-address{
    margin-top: 50px;
}
.main-office-address h3 {
    padding-bottom: 18px;
    font-size: 22px;
    line-height: 35px;
    color: #1b2725;
    font-weight: 900;
}
.main-office-address p{
    font-size: 14px;
    color: #4e5453;
    font-weight: 400;
}
.main-office-address ul li {
    margin-bottom: 12px;
    font-size: 14px;
    display: block;
}
.main-office-address ul li a{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.main-office-address ul li a:hover{
   color: #13458F;
}
.main-office-address ul li i {
    margin-top: 6px;
    font-size: 18px;
    min-width: 20px;
    color: #E94F5A;
    margin-right: 10px;
}

/****************************************

    23. Pre loader section    

*****************************************/
#loading{
    background-color: rgba(255,255,255,1);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
    }
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px; 
}
.object{
    width: 25px;
    height: 25px;
    background-color: rgba(255,255,255,0);
    margin-right: auto;
    margin-left: auto;
    border: 4px solid rgba(239,74,74,1);
    left: 37px;
    top: 37px;
    position: absolute;
}

#first_object{
    -webkit-animation: first_object 1s infinite;
    animation: first_object 1s infinite;
    -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}
#second_object{
    -webkit-animation: second_object 1s infinite;
    animation: second_object 1s infinite;
}   
#third_object{
    -webkit-animation: third_object 1s infinite;
    animation: third_object 1s infinite;
    -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}   
#forth_object{
    -webkit-animation: forth_object 1s infinite;
    animation: forth_object 1s infinite;
}   
    
    
@-webkit-keyframes first_object {
 0% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }
 50% {
    -ms-transform: translate(150%,150%) scale(2,2); 
    -webkit-transform: translate(150%,150%) scale(2,2); 
    transform: translate(150%,150%) scale(2,2);
     }
     
 100% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }   
}       
@keyframes first_object {
 0% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }
 50% {
    -ms-transform: translate(150%,150%) scale(2,2); 
    -webkit-transform: translate(150%,150%) scale(2,2); 
    transform: translate(150%,150%) scale(2,2);
     }
     
 100% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }
}
    


    
@-webkit-keyframes second_object {
 0% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }
 50% {
    -ms-transform: translate(-150%,150%) scale(2,2); 
    -webkit-transform: translate(-150%,150%) scale(2,2);
    transform: translate(-150%,150%) scale(2,2);
    }
 100% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }
}       
@keyframes second_object {
 0% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }
 50% {
    -ms-transform: translate(-150%,150%) scale(2,2); 
    -webkit-transform: translate(-150%,150%) scale(2,2);
    transform: translate(-150%,150%) scale(2,2);
    }
 100% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }
}




@-webkit-keyframes third_object {
 0% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }  
 50% {
    -ms-transform: translate(-150%,-150%) scale(2,2); 
    -webkit-transform: translate(-150%,-150%) scale(2,2);
    transform: translate(-150%,-150%) scale(2,2);
    }
 100% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }  
}       
@keyframes third_object {
 0% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }  
 50% {
    -ms-transform: translate(-150%,-150%) scale(2,2); 
    -webkit-transform: translate(-150%,-150%) scale(2,2);
    transform: translate(-150%,-150%) scale(2,2);
    }
 100% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }
}


@-webkit-keyframes forth_object {
 0% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }
 50% {
    -ms-transform: translate(150%,-150%) scale(2,2); 
    -webkit-transform: translate(150%,-150%) scale(2,2);
    transform: translate(150%,-150%) scale(2,2);
    }
 100% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }  
}       
@keyframes forth_object {
 0% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }
 50% {
    -ms-transform: translate(150%,-150%) scale(2,2); 
    -webkit-transform: translate(150%,-150%) scale(2,2);
    transform: translate(150%,-150%) scale(2,2);
    }
 100% {
    -ms-transform: translate(1,1) scale(1,1); 
    -webkit-transform: translate(1,1) scale(1,1); 
    transform: translate(1,1) scale(1,1); 
     }
}

/*************************************************************************************

  24- Testimonials Styling

/**************************************************************************************/

.single-testimonial {
    display: block;
    position: relative;
    width: 96%;
    box-shadow:-4px 3px -9px 5px #777;
}
.testimonial-info {
    background-color: #f3f7fa;
    padding: 30px 30px 30px 40px;
    position: relative;
}
.testimonial-info:after {
    border-right: 80px solid transparent;
    border-top: 80px solid #f3f7fa;
    content: "";
    height: 0;
    position: absolute;
    right: 30px;
    width: 0;
}
.testimonial-info > p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 21px;
    position: relative;
}
.testimonial-info > p:before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 26px;
    left: -8px;
    position: absolute;
    top: 16px;
}
.testimonial-author {
    margin-right: 70px;
    margin-top: 65px;
    text-align: right;
}
.testimonial-author > h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.testimonial-author > span {
    display: block;
    font-size: 14px;
}

/********************************************

25. events page 

********************************************/

.event-booking input {
    border:1px solid #ddd;
}

.event-booking textarea {
    border-radius:0;
}
.event-booking textarea:focus {
    border-color:#e94f5a;
}

/***********************************************

 26. scrollUP

************************************************/

#scrollUp{
    background: #F86A90 none repeat scroll 0 0;
    position:fixed;
    bottom: 40px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    right: 3%;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 40px;
    text-align: center;

}

/***********************************************

27. About Us Page

*************************************************/

.section-heading {
    color: #124b9c;
    font-size: 36px;
    font-weight: 700;
    padding-bottom:15px;
}

.companys-videos {
  margin: 0 auto;
  text-align: center;
}