.cl{clear: both;}

.toll-free{
  width: 100%;
  display: block;
}
.admin-login{width: 100%;padding: 30px 0;background-color: #e3aa29}
.admin-login h2{margin: 0;color: #ffffff;}
.toll-free p {padding: 0;margin: 0;color: #FF5126;text-align: center;}
.toll-free h3 {padding: 0;color: #2C77F3;margin: 0;font-size: 20px;}
.section-header {
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
}
.section-header .section-title {
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: rgb(38, 50, 56);
    position: relative;
}
.section-header .section-title::before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 80px;
    height: 2px;
    background: rgb(249, 119, 148);
    transition: all 0.3s ease 0s;
}
.section-header span {
    font-size: 60px;
    color: rgba(0, 0, 0, 0.04);
    z-index: 2;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 100%;
}
.contact-info {
    margin-bottom: 15px;
}
.contact-info i {
    color: rgb(249, 119, 148);
}
.contact-info i {
    font-size: 20px;
    color: rgb(249, 119, 148);
}
.contact-info h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}
.contact-info p {
    font-size: 14px;
    margin-bottom: 0;
}
.section-header p {
    font-size: 14px;
    color: #546E7A;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}
ul {
   margin:0;
   padding: 0;
}
#myBtn {
    display: block;
    position: fixed;
    bottom: 100px;
    right: 16px;
    z-index: 99999333;
    border: none;
    outline: none;
    background-color: #FF5126;
    color: white;
    cursor: pointer;
    padding-top: 12px;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    width: 45px;
    height: 45px;
    text-align: center;
}
#myBtn:hover{box-shadow:0px 0px 15px rgba(0,0,0,0.6);}
#myBtn i{font-size:18px}
#myBtn2 {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 16px;
    z-index: 99999333;
    border: none;
    outline: none;
    background-color: #FF5126;
    color: white;
    cursor: pointer;
    padding-top: 0px;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    width: 45px;
    height: 45px;
    text-align: center;
}
#myBtn2:hover{box-shadow:0px 0px 15px rgba(0,0,0,0.6);}
#myBtn2 i{font-size:15px}
.modal-content {
    background-color: #fefefe;
    margin: 2% auto 15% auto;
    border: 1px solid #888;
    width: 30%;
    padding: 20px;
}
.
-social li {
    display: inline-block;
    margin-right: 12px;
    list-style: none;
}
.footer-social li a {
    background-color: #F97794;
    border-radius: 50%;
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-common {
    background-color: #F97794;
}
@media screen and (max-width: 768px) {
  .toll-free p {
    padding: 0;
    margin: 0;
    color: #FF5126;
    display: none;
  }
  .toll-free h3{text-align: right;}
  .m-b-20px{margin-bottom: 20px;}
}
/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.app-sec{
  width: 100%;
  padding: 50px 0 50px;
  background-color: #081528;
  border-bottom: solid 1px #ececec;
  position: relative;
  z-index: 1;
}
.app-sec:after {
  background: #f9b914 none repeat scroll 0 0;
  content: "";
  position: absolute;
  z-index: -1;
  width: 70%;
  height: 100%;
  top: 0;
  right: calc(40% + 100px);
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  border-right: 4px solid #fff;
}
.app-contant{
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
.app-contant h4{
  color: #3c3c3c;
  font-weight: bold;
}
.app-contant h1{color: #ffffff;line-height: 35px;}
.app-contant p{color: #ffffff;line-height: 30px;font-size: 16px;}
.app-img{
  width: 100%;
}
/*-----------*/
.btn {
  font-size: 12px;
  padding: 4px 15px;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #F97794;
  position: relative;
  z-index: 1;
  padding: 12px 32px;
  border-radius: 30px;
}

.btn-common:hover {
  color: #fff;
}

.btn-effect {
  overflow: hidden;
}

.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-effect:hover:after {
  width: 100%;
}

.btn-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-border:hover {
  color: #ffffff;
  background-color: #F97794;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}
.facebook:hover {
  background: #4867aa;
  color: #fff;
}

.twitter:hover {
  background: #1da1f2;
  color: #fff;
}

.google-plus:hover {
  background: #dd4d42;
  color: #fff;
}

.linkedin:hover {
  background: #007bb6;
  color: #fff;
}
/*--------*/
.form-m-d {
    width: 30%;
    padding: 15px 20px 30px;
    position: absolute;
    z-index: 1045;
    background: rgba(0, 67, 149, 0.7) none repeat scroll 0 0;
    text-transform: uppercase;
    top: 50px;
    right: 100px;
    border-bottom: solid 4px #F8C222;
}
.form-m-d h4 {color: #fff}
.form-m-d label {color: #fff}
.control-form {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
}
.control-form-select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #999;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
}
.form-btn > button:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.form-btn > button {
    background: #f9c322 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    font-weight: 400;
    height: 40px;
    font-size: 18px;
    line-height: 38px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    margin-top: 20px;
    text-transform: uppercase;
}
.zero{padding:0 !important;}
.paddingL0{padding-left: 0 !important;}
.paddingR0{padding-right: 0 !important;}
@media (max-width: 768px){
  .form-m-d {
    position: relative;
    width: 100%;
    right: 0px;
    top: 0;
    background-color: #004395;
    float: left;
  }
  .paddingL0{padding: 0 !important;}
  .paddingR0{padding: 0 !important;}
  .zero{padding:0 15px !important;}
}

/*-------*/
footer{
  background-color: #efefef;
}
#ubea-footer .c-logo {
	width:180px;
}
footer .footer-Content {
    padding: 40px 0;
    color: #546E7A;
}
.textwidget {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.contact-footer li span {
    margin-left: 73px;
    display: block;
}
.footer-social li {
    display: inline-block;
    margin-right: 12px;
}
.block-title {
    font-size: 14px;
    font-weight: 500;
    color: #263238;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}
footer .menu {
    padding-left: 0;
}
footer .menu li {
    padding-bottom: 5px;
}
.contact-footer {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.contact-footer li {
    margin-bottom: 10px;
}
contact-footer li {
    padding: 3px 0;
    margin-bottom: 15px;
}
ul li {
    list-style: none;
}
.instagram-footer {
    padding: 0;
}
.instagram-footer li {
    display: block;
    width: 33%;
    float: left;
    padding: 0 5px 5px 0;
    margin: 0;
}
footer .menu li a {
    color: #546E7A;
}
.contact-footer li strong {
    float: left;
}
.instagram-footer li a img {
    width: 100%;
}
#ubea-portfolio {background-color: #efefef;float: left;width: 100%;}
/*--------------- Testimonial ----------------*/
.feedback {
  width:100%;
  display:black;
  float:left;
  padding:30px 0;
  background: url(../img/img_4526.jpg) no-repeat;
  background-size: cover;
}
.testimonial{
    text-align: center;
    margin: 0 30px;
}
.testimonial .description{
    font-size: 15px;
    color: #303030;
    line-height: 28px;
    margin-bottom: 20px;
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.testimonial .testimonial-title{
    font-size: 20px;
    font-weight: 800;
    color: #778283;
    text-transform: capitalize;
}
.testimonial .post{
    display: inline-block;
    font-size: 12px;
    color: #778283;
    text-transform:capitalize;
    margin-top: 5px;
}
.owl-theme .owl-controls{
    position: absolute;
    width: 100%;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    background: transparent !important;
    border: 1px solid #48151F;
    border-radius: 0 !important;
    text-align: center;
}
.owl-prev{
    position: absolute;
    left: -3%;
}
.owl-next{
    position: absolute;
    right: -3%;
}
.owl-prev:after,
.owl-next:after{
    content: "\f104";
    font-family: "Fontawesome"; font-weight: 900;
    font-size: 16px;
    color: #48151F;
}
.owl-next:after{
    content: "\f105";
}
@media screen and (max-width: 767px){
    .owl-prev{ left:0; }
    .owl-next{ right:0; }
}
@media screen and (max-width: 480px){
    .owl-theme .owl-controls{ top: 48%; }
}
/*--------------</ testimonieal >------------*/
