/* user.css ----------------------------------------------------------------- */

body {
font-family: Open Sans, sans-serif;
font-size: 13px;
}
table {
border-spacing: 0;
border-collapse: 0;
}
h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.dropdown-toggle {
font-size: 14px;
}
.pane {
font-size: 13px;
padding-left: 0px;
padding-right: 0px;
}
.frame {
padding-left: 25px;
padding-right: 25px;
}
.pane-space {
    padding-bottom: 10px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.jcrop-holder
{
    margin: 0 auto;
}
.dropdown-menu {
    font-size: 13px;
}
select {
  font-size: 13px;
top:100%;
left:0;
z-index:1000;
float:left;
padding:1px 0;
margin:0px;
text-align:left;
list-style:none;
background-color:#fff;
-webkit-background-clip:padding-box;
background-clip:padding-box;
border:1px solid #ccc;
border:1px solid rgba(0,0,0,.15);
border-radius:4px;
}
INPUT {
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
padding-left: 4px;
padding-right: 4px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

CHECKBOX {
color: #555;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

TEXTAREA {
  width: 100%;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
padding-left: 5px;
padding-right: 5px;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
resize: none;
}

input:focus{
border-color:#66afe9;
outline:0;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(102,175,233,.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(102,175,233,.6)
}

textarea:focus{
border-color:#66afe9;
outline:0;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(102,175,233,.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 4px rgba(102,175,233,.6)
}

.ui-autocomplete .ui-menu-item
{ font-size: 13px;}

.row.match-my-cols {
    overflow: hidden;
}


/* The Modal (background) */
.modal_full {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 15px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(255,255,255); /* Fallback color */
}

/* Modal Content (Image) */
.modal-content_full {
    margin: auto;
    display: block;
border-radius: 0px;
}

/* The Close Button */
.closeM {
    position: absolute;
    top: 10px;
    right: 30px;
    color: #818181;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closeM:hover,
.closeM:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/***********************************
Contact Us
************************************/
.contact form .form {
    width: 100%;
    height: auto;
    padding: 15px 15px 12px;
    font-size: 18px;
    margin-bottom: 18px;
    color: #7f7f7f;
    letter-spacing: 0.5px;
}
#contact .form-control {
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 100%;
    border-radius: 4px;

}
.textarea {
    height: 228px;
    max-width: 100%;
    max-height: 229px;
}
.light {
    font-weight: 100;
}
.white{
    color: #fff !important;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/***********************************
Footer
************************************/
.footer {
    padding: 0px 20px 80px 20px;
    background: #272727;
    color: #ccc;
border-bottom: none;
margin-top: 20px;
}
.footer a {
    color: #fff;
    outline: none;
}

.footer h3{
	font-weight: 300;
	letter-spacing: 0.05em;
	margin: 0 0 40px;
	font-size: 24px;
}
.footer .form-control {
    border-radius: 30px;
    border: none;
    background: rgba(255,255,255,.1);
    color: #e5e6e7;
    margin-bottom: 0;
}
.footer .social-links li a {
    color: #fff;
    font-size: 32px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer .social-links li {
    display: inline-block;
    margin: 0 25px 25px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer .mc-trial {
    margin: 20px 0;
}
.footer .social-links {
    list-style: none;
    padding: 0;
    margin: 30px 0 40px;
    padding: 40px 0 0;
}
.btn-submit:hover, .btn-submit:focus{
    background-color: #eb0202;
    color: #fff;
}
.btn-submit{
	padding: 14px 12px;
	border-radius: 50px;
	text-transform: uppercase;
    background-color: #eb0202;
    color: #fff;
}
.btn-submit i{
	padding-left: 8px;
}

.btn-sec {
    margin-top: 20px;
}
.ser-btn {
    padding: 10px 18px;
    border: 0px;
    background-color: #222935;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 20px;
}
.mem-info{
    padding: 45px 10px 0px;
    background-color: #eee;
}
.mem-info h4 {
    font-size: 18px;
    padding: 10px 0px;
}
.mem-info h3{
    font-size: 24px;
    padding: 15px 0px;
}
.mem-info h5
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mem-info p {
    margin: 0 0 10px;
}
.agent-social li {
    display: inline-block;
    padding: 0px 10px 0px 0px;
    margin-bottom: 10px;
}
.btn {
    outline: none;
}
.btn.focus, .btn:focus, .btn:hover {
      outline: none;
  }
.light-form-button{
    background: #eb0202;
    border: 1px solid rgba(119, 81, 81, 0.34);
    width: 160px;
    padding: 10px 10px;
    margin-top: 5px;
    color: #fff;: #fafafa;
    border: 1px solid rgba(119, 81, 81, 0.34);
    margin-bottom: 15px;
     -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
  border-radius: 4px;
}
.light-form-button:hover {
  background: #ab0404;
  }
.btn-green, .btn-green:hover{
    background-color: #5FCF80;
    color: #fff;
}
.footer .form-control:focus{
    box-shadow: none;
}

  .phone-left {
    text-align: left;
    }
      .phone-right {
    text-align: right;
    }



.h2, .h3, h2, h3 {
    margin-top: 10px;
}

.hoverSpan {
color: #337ab7;
}

.hoverSpan:hover{
cursor: pointer;
}

.fa-25x {
font-size: 2.25em;
}

.big-text{
    font-size: 38px;
    padding-top: 30px;
    padding-bottom 10px;
}

.img-thumbnail {
  background-color: transparent;
  }
.icon-box i {
    color: #eb0202;
    font-size: 50px;
}
.icon-box span {
    color: #eb0202;
    font-size: 42px;
    margin-bottom: 10px;
}
  .address {
    font-size:15px;
    padding: 40px 15px 0px 15px;
  }
  .box {
    padding-top: 30px;
    padding-bottom: 30px;
    }
.phone-desc {
  font-size:15px;
  }
.copyright {
    font-size:15px;
    color: #717f86;
    padding: 50px 15px 30px 15px;
  }
.copy {
  padding:10px;
  font-size:12px;
  background-color: #474747;
  color: #ccc;
  }
  .terms {
  font-size:12px;
  color: #ccc;
    }
  .terms a {
  color: #eee;
  text-decoration: none;
  outline: none;
    }
  .terms:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
    }
  .terms:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
    }
    .powered {
    font-size:12px;
    color: #ccc;
      }
    .powered a {
    color: #ccc;
    text-decoration: none;
    outline: none;
      }
    .powered:hover {
    color: #aaa;
    text-decoration: none;
    outline: none;
      }
    .powered:focus {
    color: #aaa;
    text-decoration: none;
    outline: none;
      }
  .phone-left {
    text-align: left;
    }
      .phone-right {
    text-align: right;
    }

 /* The side navigation menu */
.sidenav {
	width: 250px;
    height: 100%; /* 100% Full-height */
    display: none;
    position: fixed; /* Stay in place */
    z-index: 99; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #f8f8f8;
    overflow-x: hidden; /* Disable horizontal scroll */
padding-left: 15px;
border: 1px solid #e7e7e7;
}

/* The navigation menu links */
.sidenav a {
    text-decoration: none;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #000;
}

/* Position and style the close button (top right corner) */
.closebtn {
    font-size: 36px;
color: #818181;
}

.sidenav .title {
    font-size: 18px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
}

.navbar {
    margin-bottom: 10px;
}

.thumbnail {
padding:15px;
background-color:#f8f8f8;
}



.fb:hover {
color: #3b5998;
cursor: pointer;
}

.tw:hover {
color: #4099FF;
}

.pt:hover {
color: #C92228;
}

.fb {
color: #3b5998;
}

.tw {
color: #4099FF;
}

.pt {
color: #C92228;
}

.page-header {
    margin: 0 0 20px;
}

.shadow {
  -moz-box-shadow:    0px 0px 14px -5px #000;
  -webkit-box-shadow: 0px 0px 14px -5px #000;
  box-shadow:         0px 0px 14px -5px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.shadowMed {
  -moz-box-shadow:    0px 0px 12px -5px #000;
  -webkit-box-shadow: 0px 0px 12px -5px #000;
  box-shadow:         0px 0px 12px -5px #000;
margin-bottom: 5px;
}

.selected {
    border-collapse: collapse;
    background-color: #eee;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeffffff, endColorstr=#eeffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeffffff, endColorstr=#eeffffff)";
    padding: 2px 5px 2px 5px;
}

.notselected {
    padding-bottom: 3px;
    padding-left: 3px;
}

.moul img {
padding: 0;
margin: 0;
display: block;
}

.shadowItem {
  -moz-box-shadow:    0px 0px 12px -5px #000;
  -webkit-box-shadow: 0px 0px 12px -5px #000;
  box-shadow:         0px 0px 12px -5px #000;
width: 200px;
line-height: 0;
}

.shadowThumb {
  -moz-box-shadow:    0px 0px 12px -5px #000;
  -webkit-box-shadow: 0px 0px 12px -5px #000;
  box-shadow:         0px 0px 12px -5px #000;
/* max-height:200px;
max-width:200px; */
}

.shadowCanv {
max-height:200px;
max-width:200px;
}

.uploaderSize {
  width: 100%;
  height: 80vh;
}

@media (min-width: 769px) and (max-width: 980px) {
  .uploaderSize {
    width: 100%;
    height: 60vh;
  }
.frame {
padding-left: 20px;
padding-right: 20px;
}
        .big-text {
    font-size: 38px;
    }
    .ser-text {
    font-size: 20px;
    }
    .service-box, .feature-info, .orga-stru{
        margin-bottom: 30px;
    }
    .pricing-head .amount {
    font-size: 51px;
    }
    .price-table .pricing-head h4 {
    font-size: 18px;
    }
}

@media (min-width: 451px) and (max-width: 768px) {
  .uploaderSize {
    width: 100%;
    height: 60vh;
  }
.frame {
padding-left: 0px;
padding-right: 0px;
}
.navbar-text {
    text-align: center;
}
    .phone-left {
    text-align: center;
    }
      .phone-right {
    text-align: center;
    }
      .big-text {
    font-size: 30px;
    }
    .ser-text {
    font-size: 20px;
    }
    .service-box, .feature-info{
        margin-bottom: 30px;
    }
    .pricing-head .amount {
    font-size: 51px;
    }
    .price-table .pricing-head h4 {
    font-size: 18px;
    }
    .navbar-default .navbar-nav > li > a{
    text-align: center;
    }
    .dropdown-menu {
    text-align: center;
    }
}

@media (min-width: 20px) and (max-width: 450px) {
  .uploaderSize {
    width: 100%;
    height: 50vh;
  }
body {
font-size: 12px;
}
.dropdown-toggle {
font-size: 12px;
}
.frame {
padding-left: 0px;
padding-right: 0px;
}
.navbar-text {
    text-align: center;
}
  .phone-left {
    text-align: center;
    }
      .phone-right {
    text-align: center;
    }
    .text-dec {
    font-size: 20px;
    }
    .big-text {
    font-size: 30px;
    }
    .small-text {
    font-size: 14px;
    }
    .intro-para {
    font-size: 30px;
    }
    .header-section p{
        font-size: 14px;
    }
    .heading {
    margin-bottom: 20px;
    }
    .orga-stru i {
    font-size: 92px;
    }
    .orga-stru {
    padding: 5px 5px 15px 5px;
    width: 75px;
    margin-bottom: 20px;
    }
    .orga-stru h3 {
    font-size: 28px;
    }
    .orga-stru p {
    font-size: 13px;
    }
    h3.det-txt {
    font-size: 28px;
    }
    .cta-2-txt {
    font-size: 20px;
    }
    .service-box, .text-comment, .price-table{
        margin-bottom: 30px;
    }
    .footer .social-links li {
    margin: 0 5px 25px;
    }
    .cta-2-form-submit-btn {
    font-size: 10px;
    }
    .cta-2-form input[type="email"] {
    font-size: 10px;
    min-width: 187px;
    }
    .modal-sm {
    width: 300px;
    }
    .login-box-body {
    padding: 15px 20px;
    }
    .navbar-default .navbar-nav > li > a{
        text-align: center;
    }
    .dropdown-menu {
    text-align: center;
    }
    .login-text{
    font-size: 22px;
    }
}

@media only screen and (min-width: 301px) and (max-width: 600px) {
  .shadowThumb {
  max-height:100px;
  max-width:100px;
  margin-right:10px;
  }
  .shadowCanv {
  max-height:100px;
  max-width:100px;
  margin-right:10px;
  }
}

@media only screen and (max-width: 300px) {
  .shadowThumb {
  max-height:60px;
  max-width:60px;
  margin-right:5px;
  }
  .shadowCanv {
  max-height:60px;
  max-width:60px;
  margin-right:5px;
  }
}

.shadowImg {
  -moz-box-shadow:    0px 0px 12px -5px #000;
  -webkit-box-shadow: 0px 0px 12px -5px #000;
  box-shadow:         0px 0px 12px -5px #000;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
padding-right: 10px;
    padding-left: 10px;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #333
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.Total {
  font-weight: bold;
}

.logo {
  margin:5px;
  max-height: 40px;
}
