/*
Theme Name: RootLicesne
Theme URI: http://rootlicense.com
Author: HamyarDesign Group
Author URI: http://hamyardesign.com
Description: HamyarDesign Group
Version: 1.0
*/

body{
	font-family : sans-serif;
}

/* Helper */

a {
    text-decoration: none !important;
    transition: .2s;
    outline: 0 !important;
}


/* Top Menu */

.top-menu {
    background-color: #000;
}

.top-menu ul {
    margin: 0px;
    padding: 0px;
}

.top-menu ul li {
    list-style: none;
    display: inline-block;
    padding: 5px 20px;
}

.top-menu ul li a {
    color: #fff;
    text-decoration: none;
}

.top-menu ul li a:hover {
    color: #e2e2e2;
}

.login-link {
    padding: 5px 0;
    text-align: right;
}

.login-link a {
    color: #fff;
}

.login-link a:hover {
    color: #e2e2e2;
}


/* Header */

.header {
    background-color: #2e3536;
    padding: 20px 0;
}

@media screen and (max-width: 992px) {
    .logo {
        margin-bottom: 20px;
    }
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar {
    margin: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #f2e8e8;
    font-size: 16px;
    margin: 0 10px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #ff7272;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #ff7272;
    
}

/* Slider */

.slider .col-md-6, .slider .col-md-4{
    padding: 0px;
}

.slider img{
    width: 100%;
	height: 500px;
}

       @media screen and (max-width: 700px){
           .slider img{
               height: 300px;
           }
       }

.slider h2{
    color: #007488;
    padding: 50px 0 20px 0;
    font-weight: bold;
    font-size: 36px;
}

.slider p{
    color: #3a3838;
    padding: 5px 15px 2px 10px;
    text-align: justify;
    font-size: 18px;
    line-height: 32px;
}

.slider-btn{
    color: #fff;
    padding: 5px 10px;
    background-color: #3a3838;
    border-radius: 5px;
    font-size: 18px;
    float: right;
    margin: 10px 30px;
}

.slider-btn:hover{
    color: #fff;
    background-color: #666;
}

.slider-nav{
    text-align: center;
    position: relative;
    top: -40px;
    left: 0;
    height: 0px;
}

.slider-nav span{
    color: #000;
    margin: 0px 10px;
    font-size: 24px;
    cursor: pointer;
}

.slider-nav span:hover{
    color: #666;
}


/* Services */

.services {
    background-image: url(images/services-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 30px 0;
    text-align: center;
    color: #fff;
}

.services-circle {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #e5e5e5;
    border: 4px solid #393b39;
}

.services-circle img {
    margin-top: 7px;
}


/* Plans */

.plans-section {}

.plans-section h2 {
    background-color: #dadada;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 10px;
    border-bottom: 2px solid #515151;
}

.plans-section .col-md-3 {
    margin: 5px 0;
    text-align: center;
    padding: 20px;
}

.plan {
    background-color: #fffff2;
    border-radius: 5px;
    padding: 20px;
    border: 1px solid #c5c5c5;
    position: relative;
}

.plan img{
    height: 35px;
    width: 140px;
}

.plan-caption {
    background-color: #fb8e8e;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    border-radius: 4px;
}

.plan:hover .plan-caption {
    opacity: .8;
}

.plan-caption-box {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.plan-caption i {
    font-size: 70px;
    padding: 10px;
    color: #000;
}

.plan h3 {
    color: #aaaaaa;
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0;
}

.plan p {
    color: #5f6364;
}


/* Valume Pricing */

.valume-pricing {
    margin-bottom: 20px;
}

.valume-pricing h2 {
    background-color: #dadada;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 10px;
    border-bottom: 2px solid #515151;
    margin-bottom: 40px;
}

.pricing {
    border: 1px solid #b9b3b3;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0;
}

.pricing-head {
    background-color: #393636;
    text-align: center;
    margin-bottom: 10px;
}

.pricing-head img {
    padding: 10px 0;
}

.pricing-head h3 {
    padding: 8px 0;
    margin: 0px;
    color: #c6c5c5;
    background-color: #4a4747;
}

.pricing-row {
    background-color: #aca4a2;
    border-radius: 2px;
    float: left;
    margin: 3px 0;
    text-align: left;
    width: 100%;
}

.inverse-row {
    background-color: #797473;
}

.pricing-row p {
    margin: 0px;
    font-size: 12px;
    padding: 8px 0;
    color: #fff;
}

.pricing-btn {
    background-color: #fb6565;
    padding: 5px 20px;
    border-radius: 0px;
    color: #000;
    margin: 5px 0;
}


/* customers comments */

.customers-cm {
    background-image: url(images/customers-cm-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
}

.customers-cm-name {
    color: #fff;
    margin-top: 40px;
}

.customers-cm-name h5 {
    font-size: 24px;
    font-weight: bold;
}

.customers-cm-name p {
    color: #d8d8d8;
    margin-bottom: 20px;
}

.customers-cm-text p {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .customers-cm {
        text-align: center;
    }
}

.customers-cm-nav {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.customers-cm-nav span {
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}


/* Footer */

.footer {
    padding: 40px 0;
    border-top: 2px solid #333333;
    background-color: #dbdada;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-social {
    margin-top: 10px;
}

.footer-social i {
    background-color: #272b28;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 26px;
}

.footer-social i:hover {
    color: #4d725a;
}

.footer-links {}

.footer-links h3 {
    line-height: 0px;
    padding-bottom: 10px;
}

.footer-links ul {
    padding: 0px;
}

.footer-links ul li {
    list-style: none;
    margin-bottom: 2px;
}

.footer-links ul li a {
    color: #000;
}

.footer-links ul li a:hover {
    color: #4d725a;
}

.footer-news {
    float: left;
}

.footer-news h3 {
    line-height: 0px;
    padding-bottom: 10px;
}

.footer-news-text {
    float: left;
    margin: 5px 0;
    width: 100%;
}

.footer-news-text img {
    float: left;
    border-radius: 2px;
    margin-right: 5px;
    width: 50px;
    height: 50px;
}

.footer-news-text a {
    font-size: 13px;
    padding-left: 5px;
    color: #000;
}

.footer-news-text a:hover {
    color: #4d725a;
}

.footer-certificates {
    float: left;
}

.footer-certificates h3 {
    line-height: 0px;
    padding-bottom: 15px;
}

@media screen and (max-width: 992px) {
    .footer .col-md-3 {
        margin-bottom: 50px;
    }
}

.footer-hr {
    height: 10px;
    background-color: #000;
}

/* Single */

.single{
    padding: 40px 0;
}

.single-hr{
    height: 2px;
    background-color: #282828;
}

.single-content{
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    overflow: hidden;
}

.post-thumb img{
    width: 100%;
    height: 240px;
}

.post-head{
    padding: 0px 15px;
}

.post-head p{
    font-size: 12px;
    float: left;
    padding: 15px 5px;
}

.post-head h1{
    color: #236170;
    font-size: 18px;
    padding-bottom: 15px;
}

.post-text{
    padding: 0px 20px 20px 20px;
}

.have-sidebar{
    background-color: #f4f4f4;
    margin-bottom: 30px;
}

.have-sidebar-head h2{
    padding: 15px;
    background-color: #444448;
    border-radius: 5px;
    margin: 0px;
    font-size: 16px;
    color: #fff;
}

.have-sidebar form{
    padding: 10px;
}

.have-sidebar form .btn-default{
    background-color: #5caf75;
    color: #fff;
    line-height: 21px;
}

.have-sidebar i{
    padding: 12px;
    font-size: 36px;
    color: #727e80;
    transition: .5s;
}

.have-sidebar i:hover{
    color: #4c6f58;
}

.tags a{
    padding: 6px;
    line-height: 30px;
    color: #aaaaaa;
    font-size: 13px;
}

.tags a:hover{
    color: #000;
}

.last-news h2{
    background-color: #db103b;
}

.have-last-news{
    padding: 10px 10px;
}

.have-last-news img{
    float: left;
    padding-right: 5px;
    width: 60px;
    height: 60px;
}

.have-last-news a{
    color: #000;
}

.have-last-news a:hover{
    color: #4d725a;
}

.have-last-news h6{
    margin: 0px;
    padding-bottom: 4px;
    font-size: 15px;
}

.have-last-news p{
    margin: 0px;
    padding-bottom: 5px;
    font-size: 13px;
    color: #8c8c8c;
}

.single-comments{
    margin-bottom: 40px;
}

.single-comments .form-control{
    border: 1px solid #888888;
    border-radius: 2px;
}

.single-comments .btn-default{
    background-color: #278b87;
    color: #fff;
    border: 1px solid #808080;
}

.show-cm{
    padding: 25px;
    border: 1px solid #e9ecec;
    margin: 20px;
}

.show-cm-avatar{
    
}

.show-cm-avatar img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.show-cm-username p{
    font-weight: bold;
    color: #ff3020;
    font-size: 15px;
    margin-bottom: 5px;
}

.show-cm-date p{
    color: #929292;
    font-size: 13px;
}

.cm-hr{
    height: 1px;
    width: 60px;
    background-color: #929292;
    float: left;
    margin-bottom: 10px;
}

.show-cm-text{
    
}

/* Category */

.cat-box{
    margin: 30px 0;
}

.cat-box h2{
    text-align: center;
    padding: 10px 0;
    color: #444448;
}

.cat-hr{
    display: block;
    margin: 0 auto;
    height: 1px;
    background-color: #bdbdbd;
    width: 20%;
    margin-bottom: 30px;
}

.cat-post{
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    padding-bottom: 20px;
    margin: 20px 0;
}

.cat-post-thumb img{
    width: 100%;
    height: 300px;
}

.cat-post-head{
    padding: 0px 15px;
}

.cat-post-head p{
    font-size: 13px;
    float: left;
    padding: 15px 9px;
}

.cat-post-head h1{
    color: #236170;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
}

.cat-post-text{
    padding: 10px 20px;
    color: #595959;
}

.cat-read-more{
    padding: 15px 5px;
    color: #ca462c;
    margin: 15px;
}

.cat-read-more:hover{
    padding: 5px 15px;
    background-color: #ca462c;
    color: #fff;
}

/* dropdown navbar */

.navbar-default{
    direction: ltr;
}

.navbar-nav li ul{
     background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    text-align: left;
    padding: 10px;
}
.navbar-nav li ul a{
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 10px 50px 10px 10px;
    white-space: nowrap;
    
}

.navbar-nav li ul a:hover{
    background-color: #e8e8e8;
    
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu{
    padding: 10px 10px 10px 100px;
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu:before{
    color: #646363;
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 14px;
    padding-left: 5px;
    position: absolute;
    left: 10px;
    line-height: 23px;
}

.navbar-nav:not(.sm-collapsible) a.has-submenu:after{
    color: #fff;
    content: "\f0dd";
    font-family: "FontAwesome";
    padding-left: 10px;
    position: relative;
    line-height: 0px;
}

@media screen and (max-width: 765px){
    
    .navbar-nav{
        direction: ltr;
    }
    
    .navbar-nav li ul{
     background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 100%;
    padding: 5px 0;
    position: absolute;
    text-align: right;
    top: 100%;
    z-index: 1000;
    }
    
    .navbar-nav.sm-collapsible a.has-submenu{
    padding-right: 15px;
    }
    
    .navbar-nav.sm-collapsible a.has-submenu:after{
    color: #fff;
    content: "\f0dd";
    font-family: "FontAwesome";
    padding-right: 10px;
    position: relative;
    line-height: 0px;
    }
    
    .navbar-nav.sm-collapsible ul a.has-submenu:after{
    color: #fff;
    content: "\f0dd";
    font-family: "FontAwesome";
    padding-right: 10px;
    position: relative;
    line-height: 0px;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        padding: 10px 30px;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #e2e2e2;
    }

}

.sub-arrow{
    display: none;
}


/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 50px auto 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: sans-serif;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: sans-serif;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}