/*
 * Title:  dialhawk.com
 * Author: Miraz
 */

/* ------------------------------
   Global styles
---------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background: #ffffff;
  font-family: 'Muli', sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
}
img {
  max-width: 100%;
  opacity: .9;
}
/*img:hover {
  max-width: 100%;
  opacity: .7;
}*/
a,
a:hover,
a:focus {
  cursor: pointer !important;
  outline: none;
  text-decoration: none;
}
a {
  color: #53a0b6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #444d58;
  margin: 5px 0 10px;
  padding: 0;
}
h2{
  font-size: 32px;
  margin: 5px 0 10px;
}
h3{
  font-size: 26px;
}
h4{
  font-size: 20px;
}
h5{
  font-size: 16px;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
strong {
  font-weight: 700;
}
p {
  line-height: 1.7rem;
  color: #42474c;
}
.divider{
  padding: 20px 0; 
}
.divider img{
  max-width: 140px;
  height: auto;
}
/* -------------------------------- 

menue style

-------------------------------- */
.navbar-brand .logo-default {
  width: 150px;
  opacity: 1;
}
.navbar.navbar-expand-lg {
  background: transparent;
  transition: 0.3s all;
  z-index: 999;
  padding-top: 10px;
  padding-bottom: 10px;
/*  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);*/
}

.navbar.navbar-expand-lg.sticky {
  background: #092840;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.navbar .nav-item a {
  color: #fff;
  font-size: 14px;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #8cc640;
}
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show {
  color: #53a0b6;
  font-weight: 700;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff !important;
}
.navbar .btn_login {
  padding-left: 30px;
}

.navbar .btn_login .btn {
  background-color: #1b75bc;
  color: #fff;
  -webkit-border-radius: 50px;
  border-radius: 2px;
  padding: 8px 30px;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.navbar .btn_login .btn:hover {
  background-color: #8cc640;
  color: #fff;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* -------------------------------- 

close menue style

-------------------------------- */

/* -------------------------------- 

Start Banner style

-------------------------------- */

.hero_banner {
  width: 100%;
  position: relative;
  padding-top: 250px;
  padding-bottom: 350px;
  background-image: url(../images/sections/hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
  z-index: 1;
}
.hero_banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .6);
}

.hero_inside_text h1 {
  padding-bottom: 14px;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 50px;
  line-height: 1.1em;
}
.hero_inside_text h1 b {
  font-weight: 900;
  color: #8cc640;
}
.hero_inside_text p {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  /* padding-top: 20px;*/
}
.hero_inside_text h1 span {
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
  display: block;
}
.text-yellow{
  color: #ffde00;
}
.hero-btn .btn {
  padding: 12px 60px;
  background-color: #8cc640;
  color: #fff;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
  border-radius: 50px;
  border: 1px solid #8cc640;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
}
.hero-btn .btn:hover {
  color: #fff;
  background-color: #81ba35;
  border-color: #81ba35;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


.arrow {
  text-align: center;
  margin: 4% 0;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* -------------------------------- 

Close Banner style

-------------------------------- */

/* -------------------------------- 

Start About app style

-------------------------------- */

.app_screen_sec {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 222px;
  background: #092840;
}
.featured-img{
  margin-top: -373px;
  opacity: 1 !important;
}
.featured-img img{
  opacity: 1 !important;
}

.about_content p {
  padding-bottom: 26px;
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  color: #c9e7ff;
  font-size: 18px;
}

/* -------------------------------- 

Close About app style

-------------------------------- */




/* -------------------------------- 

Advantace section style

-------------------------------- */
.features-sec{
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  z-index: 1;
}
.features_inside_text{
  padding-bottom: 30px;
}
.features_inside_text h3{
  padding: 30px 0 14px;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  color: #444d58;
  font-size: 34px;
  line-height: 1.1em;
}
/* -------------------------------- 

Start Solution Style

-------------------------------- */

.pricing_top {
  width: 100%;
  position: relative;
  padding-top: 170px;
  padding-bottom: 170px;
  background-image: url(../images/sections/solution-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
  z-index: 1;
  min-height: 400px;
}
.pricing_top:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(1, 50, 86, .12);
}

/* -------------------------------- 

Close Solution Style

-------------------------------- */

/* -------------------------------- 

Start Business section style

-------------------------------- */

.package_sec {
  width: 100%;
  padding: 90px 0 120px;
  background: transparent;
  position: relative;
  z-index: 1;
  margin-top: -350px;
}
/*title*/

.package_sec h2 {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 42px;
  line-height: 1;
}
.package_sec .title p {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}
/*title*/

.package_single_in {
  margin-top: 40px;
  background-color: #fff;
  padding: 50px 30px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /*cursor: pointer;*/
  min-height: 520px;
  border-radius: 1px;
  -webkit-box-shadow: 0px 6px 17px -6px rgba(102, 102, 102, 0.2);
  -moz-box-shadow: 0px 6px 17px -6px rgba(102, 102, 102, 0.2);
  box-shadow: 0px 6px 17px -6px rgba(102, 102, 102, 0.2);
}
.package_single_in:hover {
  -webkit-box-shadow: 0px 12px 47px -6px rgba(102, 102, 102, 0.2);
  -moz-box-shadow: 0px 12px 47px -6px rgba(102, 102, 102, 0.2);
  box-shadow: 0px 12px 47px -6px rgba(102, 102, 102, 0.2);
}

.package_single_in .plan-head h4 {
  padding:0;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  color: #1b75b8;
  font-size: 24px;
  text-transform: uppercase;
}
.package_single_in .plan-head span {
  line-height: 1;
  background: #bcbcbc;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
}
.package_single_in .plan-head small {
  line-height: 1;
  font-size: 13px;
  color: #999;
  font-weight: 400;
  margin-top: -8px;
  display: block;
}
.package_single_in ul.plan-list {
  color: #666;
  margin: 20px 0;
  text-align: left;
}
.package_single_in ul.plan-list li {
  color: #666;
  padding: 5px 0 0 25px;
  font-size: 16px;
  font-weight: 600;
}
.package_single_in ul.plan-list li:before {
  content: '';
  width: 15px;
  height: 14px;
  position: absolute;
  margin-top: 4px;
  left: 40px;
  /*top: 0px;*/
  background: url(../images/check-mark.png) no-repeat left;
}
.package_single_in .price{
  padding: 15px 0;
}
.package_single_in .price p{
  color: #1b75b8;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
}
.package_single_in .price small{
  color: #999;
}
.package_single_in .btn {
  border-radius: 2px;
  margin-top: 20px;
  background: #8cc640;
  padding: 5px 20px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  bottom: 50px;
  text-transform: uppercase;
}
.package_single_in .btn:hover {
  color: #fff;
  background: #75a734;
}
.light-blue{
  background: #e6f4ff;
  color: #65bcd5;
  font-weight: 400;
  text-transform: capitalize;
  box-shadow: none;
}
.light-purple{
  background: #ede6fe;
  color: #9d7af1;
  font-weight: 400;
  text-transform: capitalize;
  box-shadow: none;
}
.light-red{
  background: #ffe1e8;
  color: #ff688a;
  font-weight: 400;
  text-transform: capitalize;
  box-shadow: none;
}
.light-blue:hover, .light-purple:hover, .light-red:hover{
  color: #444d58;
}
.blue-bg{
  background: #65bcd5;
}
.purple-bg{
  background: #9d7af1;
}
.red-bg{
  background: #ff688a;
}
.business_single_in img {
  max-height: 107px;
}
/* -------------------------------- 

Close Business section style

-------------------------------- */


/* -------------------------------- 

Error Pages style

-------------------------------- */

.error_main_page{
  padding: 160px 0 105px;
}
.error_main_page h1{
  font-size: 92px;
  padding: 40px 0;
    color: #509bb1;
    font-weight: 100;
}
.error_main_page h2{
  font-size: 26px;
  padding: 10px 0;

}
.error_main_page p{
  font-size: 16px;
  padding: 30px 0;
}
.error_main_page a{
  border:2px solid #f0f4fa;
  padding: 5px 15px;
  border-radius: 3px;
}
.error_main_page a:hover{
  border:2px solid #f0f4fa;
  padding: 5px 15px;
  background: #f0f4fa;
  color: #509bb1;
}
.error_main_page p a{
  border:none;
  padding: 0;
  border-radius: 0;
}

.error_main_page p a:hover{
  border:none;
  padding: 0;
  border-radius: 0;
  background: none;
}

.container_404 h1{
  border:1px solid #e6ebf3; 
  background: #f0f4fa;
  margin-bottom: 25px;
}
.container_520 img{
  width: 120px;
  height: auto;
}
.container_520 b, .block-footer b{
  font-weight: 500;
  border: 1px solid #ddd;
  padding: 2px 8px;
}

.container_520 .date, .block-footer .date{
  padding: 0 5px 0 10px;
  color: #509bb1;
}
.container_520 .time, .block-footer .time{
  padding: 0 5px;
  color: #999;
}
.container_1003 h3{
  padding: 15px 0 0;
  font-size: 22px;
}
.container_1003 p{
  padding: 0 0 20px;
}
.container_ipblock img{
  width: 120px;
  height: auto;
  border: 2px solid #f0f4fa;
  padding: 10px;
  border-radius: 50%;
}
.container_ipblock h1{
  line-height: 1;
  font-size: 54px;
  padding-bottom: 0;
}
.block-solutions p{
  padding-top: 10px;
}



/* -------------------------------- 

Start Footer widget style

-------------------------------- */

.footer_top {
  width: 100%;
  position: relative;
  z-index: 2;
  background: #092840;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding: 40px 0;

}
.widget_links a:hover {
  color: #53a0b6;
}
.widget_links a {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #c0cad4;
  font-size: 15px;
  padding: 0 10px;
/*  padding: 0 10px;*/
}
.widget_links {
  padding-bottom: 6px;
  opacity: .8;
  color: #fff;
  padding-bottom: 20px;
}
.widget_links li {
  margin-left: 0px;
}
.widget_links h5{
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 15px;
}
.widget_links h5:before {
  content: '';
  width: 100px;
  height: 2px;
  position: absolute;
  left: 14px;
  background: url(../images/sm-border.png) no-repeat left;
  top: 25px;
}

.widget_social-links img {
  width: 16px;
  height: auto;
}
.widget_social-links img:hover {
  opacity: .7;
}
.widget_social-links a {
  padding: 0 10px;
}
.widget_links .clr-special{
  color: #ff688a;
}
/* -------------------------------- 

Close Footer widget style

-------------------------------- */

/* -------------------------------- 

Start Footer copyright style

-------------------------------- */

.footers {
  width: 100%;
  border-top: 1px solid #083455;
  background-color: #092840;
  padding: 15px 0;
}
.copyright_text p {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #c0cad4;
  font-size: 14px;
  opacity: .8;
}
.copyright_text p a{
  color: #c0cad4;
  padding:0 5px;
}
.copyright_text p a:hover{
  color: #53a0b6;
}
/* -------------------------------- 

Close Footer copyright style

-------------------------------- */



/*privacy-sec*/

.privacy-sec{
  padding-top: 60px;
  padding-bottom: 60px;
}

.privacy-sec h2{
  font-size: 26px;
  font-weight: 600;
}
.privacy-sec p{
  padding: 10px 0;
}
.privacy-sec h3{
  margin: 5px 0;
  font-size: 20px;
  font-weight: 600;
}
.list-style{
  margin:0 20px;
}
.list-style li{
  list-style: disc;
  padding: 6px 0;
}
.blue-box{
  background:#509bb1;
  padding: 15px;
  color:#fff;
}
.blue-box h4, .blue-box p{
  color:#fff;
}


/*pricing*/
.pricing-sec{
  padding-top: 80px;
  padding-bottom: 80px;
}
.price-switcher {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}
.price-switcher__period {
    font-family: Montserrat,sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 20px;
    color: hsla(0,0%,100%,.55);
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    text-transform: uppercase;
    cursor: pointer;
}
.price-switcher__btn {
    width: 56px;
    height: 28px;
    border-radius: 14px;
    border: 2px solid hsla(0,0%,100%,.2);
    background: transparent;
    position: relative;
    cursor: pointer;
}
.price-switcher__btn-marker {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.pricing-box{
  background-color: #fff;
  text-align: center;
  padding: 20px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /*cursor: pointer;*/
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 17px -6px rgba(102, 102, 102, 0.2);
  -moz-box-shadow: 0px 6px 17px -6px rgba(102, 102, 102, 0.2);
  box-shadow: 0px 6px 17px -6px rgba(102, 102, 102, 0.2); 
}
.pricing-box .icon {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  width: 110px;
  margin: 0 auto;
  height: 110px;
  padding-top: 20px;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
  -moz-box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
}
.pricing-box .main-sec{
  padding:15px 0 30px;
}
.pricing-box .main-sec p{
  line-height: 1;
}
.price_rate{
  margin: 25px 0 10px;
  font-weight: 600;
}
.pricing-box img {
  width: auto;
  height: 70px;
  text-align: center;
}

.pricing-box h2 {
  color: #3e4752;
  font-size: 20px;
  font-weight: 600;
  
}
.pricing-box .btn {
  border-radius: 50px;
  color:#fff !important;
  padding: 10px 30px;
  line-height: 1.2;
  margin-top: -60px;
    
}
.pricing-box .active-list, .pricing-box .disable-list{
  text-align: left;
  margin: 10px;
  list-style: none;
  color:#747980;
}

.pricing-box .active-list li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  color: #65bcd5;
}

.pricing-box .disable-list li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  color: #c6cdd7;
}
.pricing-box .disable-list li{
  color: #c6cdd7;
}
.pricing-box.special-box{
  padding: 0;
}
.special-box .sp-top{
  background: #f8ba6a;
  padding: 15px;
}
.special-box .sp-top .btn{
  background: #3e454f;
}
.special-box .sp-bottom{
  padding: 15px;
}

.pricing-sec-faq{
  padding: 60px 0;
}
.pricing-sec-faq .panel-group{
  border: 2px solid #ddd;
  padding: 25px;
}
.pricing-sec-faq .panel-title a{
  color: #3d454e;
  font-size: 16px;
  font-weight: 500;
}
.pricing-sec-faq .panel-title a.collapsed:before{
  content: '+';
  font-weight: 700;
  }
.pricing-sec-faq .panel-title a:before{
  content: '-';
  font-weight: 700;
  }
.pricing-sec-faq .panel-body{
  color: #3d454e;
  font-size: 15px;
  font-weight: 400;
  padding: 15px;
  background: #f5f5f5;
}
/* -------------------------------- 

Start Inner Banner style

-------------------------------- */
.blog_main_page{
  padding: 80px 0;
}
.login_main_page{
  padding: 114px 0;
}
.search-container{
  padding-bottom: 60px;
}
.search-container .form-control.search-field{
  min-height: 60px;
  background: #f0f4fa;
  border-color: #f0f4fa;
}
.featured-post{
  background:#dde8f9; 
}
.btn-featured{
  background: #3e454f;
  border-radius: 50px;
  color:#fff !important;
  padding: 10px 30px;
  line-height: 1.2;
}
.sd-box{
  padding: 20px;
  -webkit-box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
  -moz-box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
}
.sd-box span{
  color: #509bb1;
}
.sd-box .ico-price{
  max-width: 60px;
}
.common-news{
  -webkit-box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
  -moz-box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 4px 28px 0px rgba(102, 102, 102, 0.1);
}
.cm-news-text{
  padding: 15px;
}
.btn-light{
  background: #dae7f1;
  padding: 5px 25px;
  border-radius: 50px;
  font-size: 14px;
  color: #509bb1;
  text-transform: capitalize;
  box-shadow: none;
}
.cm-news-text p{
  padding-top: 10px;
}
.blog-artile h3{
  margin: 20px 0 10px;
}
.blog-artile h5{
  margin: 20px 0 10px;
  font-weight: 500;
}

.sign-up-form{
  padding: 20px;
}
.sign-up-form {
  width: 100%;
}
.sign-up-form .title {
  padding-bottom: 20px;
}
.sign-up-form input,
.sign-up-form textarea {
  width: 100%;
  padding: 12px 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  outline: 0;
  margin-top: 15px;
  border: none;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.sign-up-form .btn {
  padding: 12px 32px;
  background-color: #8cc640;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #8cc640;
  margin-top: 24px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.sign-up-form .btn:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.special-box h4 span{
  color: #2296f3;
  font-weight: 900;
  font-size: 26px;
}
.abc-checkbox label {
    cursor: pointer;
    display: inline;
    vertical-align: top;
    position: relative;
    padding-left: 5px;
    color: #888;
}
.form-check{
  margin-left: 0;
  padding: 20px 0;
}
#remember{
  width: auto;
  margin-top: 0;
}
.inner_banner {
  width: 100%;
  position: relative;
  padding-top: 150px;
  padding-bottom: 50px;
  background-image: url(../images/sections/solution-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  overflow: hidden;
  z-index: 1;
}
.inner_banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(9, 40, 64, .2);
}
.hero_inside_text h4 {
  padding-bottom: 14px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  line-height: 1.3em;
}
.hero_inside_text h1 {
  padding-bottom: 0;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 50px;
  line-height: 1;
}
.hero_inside_text.blog-main-title h1{
  font-size: 34px;
  padding: 0 20%;
}
.inner_banner p {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  /* padding-top: 20px;*/
}
.inner_banner .hero_inside_text h1 b {
  font-weight: 300;
  color: #fff;
}

/* -------------------------------- 

Close Inner Banner style

-------------------------------- */

/*Faq Page Start*/

.faq_main_page{
  padding: 80px 0; 
}

.faq-inner-text .panel-group{
  border: 2px solid #ddd;
  padding: 25px;
}
.faq-inner-text .panel-title a{
  color: #3d454e;
  font-size: 16px;
  font-weight: 500;
}
.faq-inner-text .panel-title a.collapsed:before{
  content: '+';
  font-weight: 700;
  }
.faq-inner-text .panel-title a:before{
  content: '-';
  font-weight: 700;
  }
.faq-inner-text .panel-body{
  color: #3d454e;
  font-size: 15px;
  font-weight: 400;
  padding: 15px;
  background: #f5f5f5;
}
.faq-title{
  color: #509bb1;
  font-size: 20px;
}

/*About us page*/

.about_main_page{
  padding: 80px 0;
}
.d-block{
  display: block;
  clear: both;
}
.about-text{
  padding: 60px 0;
}
.about_main_page .team-members small{
  font-size: 14px;
  color: #999;
}
/* -------------------------------- 

Start Responsive style

-------------------------------- */
@media only screen and (max-width: 991px) {

 }

@media only screen and (max-width: 767px) {

  .navbar .navbar-collapse {
    background-color: #fff;
    padding: 20px 0;
    /*text-align: center;*/
  }
/*  .navbar.navbar-expand-lg {
    background:#3d444e;
}*/
  .navbar-toggler {
    color: #32325d;
    border: 1px solid #32325d;
  }
  .navbar-light .navbar-toggler {
    border-color: #fff;
    background: #092840;
    border: 0;
  }
  .inner_broadcramp {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 180px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .featured-img {
    margin-top: -215px;
    opacity: 1 !important;
  }
  .package_single_in {
    min-height: 464px;
  }
  .arrow {
    text-align: center;
    margin: 10% 0 0 0;
  }
  .divider img {
    max-width: 100px;
    height: auto;
  }
  .features-sec {
    text-align: center;
  }
  .navbar.navbar-expand-lg {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .broadcramp_inside_hdr h1 {
    font-size: 24px;
    padding-bottom: 0;
  }
  .banner_dashboard_right img {
    min-width: 1px;
    position: relative;
    right: 0;
    top: 0;
  }
  .hero_banner {
    padding-top: 160px;
    padding-bottom: 100px;
  }
  .hero_inside_text h4 {
    font-size: 24px;
  }
  .hero_inside_text h1 {
    font-size: 36px;
  }
  .hero_inside_text h5 {
    font-size: 16px;
  }
  section {
    padding: 50px 0 !important;
  }
  section.who-is-it-section {
    padding: 0px 0 30px !important;
  }
  .about_content {
    padding: 0;
  }
  section.solution_banner {
    padding: 70px 0 !important;
  }
  .business_single_in {
    margin-top: 70px;
  }
  section.business_sec {
    padding-bottom: 70px !important;
  }
  .testmonials_sec{
    margin-bottom: 40px;
    padding-top: 0px;
  }
  .hero_banner {
    padding-top: 140px;
    padding-bottom: 180px;
  }
  .hero-btn .btn {
    padding: 8px 30px;
  }
  .hero-btn .video-btn b {
    font-size: 16px;
  }
  .who-is-it_in .name h4 {
    font-weight: 500;
    font-size: 15px;
  }
  .about_us_sec {
    padding-top: 70px;
  }
  .mrtop-1 {
    margin-top: 40px;
  }
  .service_provide_sec {
    padding-top: 90px;
  }
  .case_title {
    padding-top: 40px;
  }
  .title p {
    padding-top: 5px;
  }
  .about_content h3,
  .title h3 {
    font-size: 26px;
  }
  .business_single_in h4 {
    font-size: 20px;
  }
  .bmt {
    margin-top:0px;
}
  .service_provide_sec {
    padding-bottom: 90px;
  }
  .case-feature-info {
    margin-bottom: 50px;
  }
  .case-feature-info ul li {
    width: 100%;
    font-size: 21px;
  }
  .widget h3 {
    font-size: 20px;
  }
  .widget_insta .row .col-md-6 {
    max-width: 50%;
  }
  .copyright_text {
    text-align: center;
    padding-bottom: 20px
  }
  .single_testi_inside {
    padding-left: 0;
  }
  .measure_business_sec,
  .toggle-container,
  .pricing_request,
  .navbar .btn_pricing {
    padding-left: 0;
  }
  .navbar-translate {
    width: 100%;
  }
  .service_provide_sec,
  .service_page_inner,
  .case_single_details,
  {
    overflow: hidden;
  }
  .navbar-collapse .navbar-nav .nav-item:after {
    display: none;
  }
  .navbar-collapse.collapse,
  .navbar-collapse.collapsing,
  .navbar-collapse.collapse.show {
    border-top: 1px solid #092840;
    background: #092840;
  }
  .navbar-nav{
    padding: 0 20px;
  }
  .navbar .btn_pricing .btn {
    max-width: 200px;
    margin-top: 15px;
  }
  .navbar-light .navbar-toggler {
    margin-top: 12px;
}
.navbar .btn_login{
  padding-left: 0;
}
}

/* -------------------------------- 

Close Responsive style

-------------------------------- */

