.top-phone {
  float: right;
}

.top-phone a {
  font-size: 22px;
  color: #292929;
  font-weight: 800;
  position: relative;
  top: 4px;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Nunito Sans';
}

.main-header {
  padding: 24px 0 20px;
}

.hero {
  background: url(../../assets/img/hero-bg.jpg);
  background-position: center bottom;
  background-size: cover;
  min-height: 600px;
  margin-bottom: 0;
}

.hero h2 {
  font-size: 32px;
  color: #292929;
  font-weight: 800;
  text-align: center;
}

.row.five-col {
  text-align: center;
  padding: 50px 0 30px;
  width: 100%;
}

.row.five-col h4 {
  font-size: 20px;
  font-weight: 800;
  color: #292929;
}

.row.five-col .m-col-5 {
  width: 20% !important;
}

@media (max-width: 991px) {
	.why-nb-sec{
		display:none;
	}
}
@media (max-width: 767px) {
  .row.five-col .m-col-5 {
    width: 100% !important;
  }
  .right-block{
	  text-align:left !important;
  }
  .container.work-sec {
	  background: none !important;
	}
	.logo-carousel {

    margin-bottom: 80px;

}
.award-img {

    padding-left: 0px !important;
    padding-top: 0px !important;

}
.deg-col {

    padding-left: 15px !important;

}
.logo-carousel .owl-nav.disabled {
  display: none !important;
}
}

.white-bg {
  background: #fff;
}

.action-area {
  box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 40px 0 0;
  position: relative;
  width: 100%;
  margin-top: -100px;
  background: #fff;
}

.action-area h4 {
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 13px;
}

.orng-outline {
  background: #fff;
  color: #fa9a00;
  border: 1px solid #fa9a00;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 30px 14px;
}

.green-outline {
  background: #fff;
  color: #7d9e19;
  border: 1px solid #7d9e19;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 30px 14px;
  transition: ease 0.2s all;
}

.green-outline:hover {
  background: #7d9e19;
  border: 1px solid #7d9e19;
  transition: ease 0.2s all;
}

.orng-outline:hover {
  background: #fa9a00;
  transition: ease 0.2s all;
  border: 1px solid #fa9a00;
}

.why-nb-sec {
  background: #f3f4f8 url(../../assets/img/zig-zag.jpg) no-repeat;
  padding: 80px 0;
}

.sec-title {
  font-size: 35px;
  color: #292929;
  font-weight: 900;
}

.features-list .table thead th {
  vertical-align: middle;
  font-size: 16px;
  border: 0;
}

.features-list .table td {
  font-size: 14px;
  font-family: 'Nunito Sans';
  border-top: 0;
}

.features-list {
  margin-top: 40px;
}

.features-list .table td ul {
  padding-left: 21px;
}

.features-list .table td ul li {
  font-size: 14px;
  color: #545454;
  margin-bottom: 15px;
  list-style: none;
  background: url("../../assets/img/bullet.png") no-repeat;
  padding-left: 23px;
  background-position: left 5px;
}

.features-list .table {
  margin-bottom: 0;
}

.track-record {
  background: #fff;
}

.testimonial h4 {
  font-size: 25px;
  color: #292929;
  font-weight: bold;
}

.testimonial {
  padding-top: 45px;
}

.testimonial h5 {
  font-size: 22px;
  color: #545454 !important;
  font-weight: 900;
  padding-top: 16px;
}

.pull-right {
  float: right;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.footer-links a {
  color: #545454;
  font-family: 'Nunito Sans';
  font-size: 16px !important;
}

.footer {
  margin: 0;
  background: #f3f4f8;
}

.copyright {
  font-size: 14px !important;
  color: #545454;
  opacity: 0.7;
}

.contact-sec {
  background: #f3f4f8;
}

.down-arrow {
  position: absolute;
  left: 42%;
}

.form-sec {
  background: #fff;
}

.form-wrap {
  background: #f3f4f8;
  padding: 50px 30px 70px;
  border-radius: 7px;
  float: left;
  width: 96%;
}

.form-wrap label {
  font-family: 'Nunito Sans';
  font-size: 18px;
  color: #292929;
}

.sbmt-btn {
  float: right;
  background: #fff;
  color: #fa9a00;
  border: 1px solid;
  font-size: 20px;
  font-weight: 800;
  border-radius: 30px;
  padding: 12px 24px;
}

.form-wrap .form-control {
  border: none;
  padding: 10px 10px;
  height: 45px;
}

.sol-box {
  box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
  padding: 25px 30px;
  width: 80%;
  margin: 0 auto 40px;
}

/* checkbox style */

.cont {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*  Hide the browser's default checkbox  */

.cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/*  On mouse-over, add a grey background color  */

.cont:hover input ~ .checkmark {
  background-color: #ccc;
}

/*  When the checkbox is checked, add a blue background  */

.cont input:checked ~ .checkmark {
  background-color: #7d9e19;
}

/*  Create the checkmark/indicator (hidden when not checked)  */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/*  Show the checkmark when checked  */

.cont input:checked ~ .checkmark:after {
  display: block;
}

/*  Style the checkmark/indicator  */

.cont .checkmark:after {
  left: 24px;
  top: 13px;
  width: 13px;
  height: 26px;
  border: solid white;
  border-width: 0 5px 5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  top: -50px;
  left: -30px;
  height: 60px;
  width: 60px;
  background-color: #eee;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .orng-outline {
    font-size: 15px !important;
    padding: 10px !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .sec-title {
    font-size: 22px !important;
  }
}

.client-carousel .owl-item img {
  display: block;
  width: 100% !important;
}

.sbmt-btn:hover {
  background: #fa9a00;
  border: 1px solid #fa9a00;
}

@media (max-width: 767px) {
  .award-img {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .right-block {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .hiw-sec h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .container.work-sec {
    background: none;
  }
}

@media (max-width: 767px) {
  .green-outline {
    font-size: 15px !important;
    padding: 10px !important;
  }
}

@media (max-width: 767px) {
  .hero h2 {
    font-size: 20px !Important;
  }
}

@media (max-width: 767px) {
  .top-phone img {
    width: 20px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .top-phone a {
    font-size: 13px !Important;
  }
}

.sol-box h4 {
  font-weight: 800;
  color: #292929;
  font-size: 22px;
}

.features-list .table-responsive {
  background: #fff;
  border-radius: 10px !important;
  box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
}

.features-list .table td img {
  max-width: 112px !important;
  margin: 0 auto;
  text-align: center;
}

.features-list thead {
  background: #f2f3f7;
  vertical-align: middle !Important;
  text-align: center;
}

.award-img {
  padding-left: 90px;
  padding-top: 70px;
}

.deg-col {
  padding-left: 50px;
}

.container.work-sec {
  background: url(../../assets/img/cpnnect-line.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.right-block {
  text-align: right;
  margin-right: 30px;
}

.hiw-sec h3 {
  font-size: 35px;
  text-transform: uppercase;
}

p {
  font-size: 16px !important;
  color: #545454;
}

.jumbotron.hiw-sec {
  background: #fff;
  padding-top: 0;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
#modal-get-started .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 40px;
    padding: 0;
    margin: 0;
}
#modal-get-started .modal_form_heading {
    font-size: 30px;
    text-align: center !important;
}
#modal-get-started .phn {
    float: right;
    color: #dd8b09;
    font-size: 18px;
}

#modal-get-started-promotion-plan .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 40px;
    padding: 0;
    margin: 0;
}
#modal-get-started-promotion-plan .modal_form_heading {
    font-size: 30px;
    text-align: center !important;
}
#modal-get-started-promotion-plan .phn {
    float: right;
    color: #dd8b09;
    font-size: 18px;
}
#modal_get-started-form-submit {
    background: #fa9a00;
    border: none;
    border-radius: 0;
    padding: 10px 26px;
    margin-top: 20px;
    color: #fff;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
}
#modal-get-started .modal-content {
    padding: 30px 40px;
}
#modal-get-started-promotion-plan .modal-content {
    padding: 30px
}

.container-fluid > .row > .col {padding-left:0; padding-right:0;}

.sgreen{background:#f9feec;}

#modal_req_details_2{height:150px;}


.pricing{
	background:#f3f4f8;
	margin-top:40px;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	line-height:14px;
}

.pricing span{
	font-weight:700;
	font-size:20px;
}

.image_banner{
	text-align:right;
}
.hero-author h4 {
    color: 
    #678100;
    font-size: 15px !important;
    text-transform: uppercase;
    margin-bottom: 0;
	padding-top:10px;
}
.user_note{padding-top:20px; padding-bottom:10px;}