/*
 * Title: Kiyra
 * Author: XeroThemes Teams
 */

/* --------------------------------------------------------
[Table of contents]
1. Global styles
2. Menu styles
3.Banner
4.Hero service
5.We care
6.Exclusive service
7.how-we-work
8.Our recent work
9.video player
10.Team member
11.Lets discuss
12.Footer widget
13.Responsive
14.About page
15.Service page
16.Portfolio page
17.Contact page
18.Blog page
19.Service details page

[End table of contents]
----------------------------------------------------------------------- */

/* ------------------------------
   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; }



article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block; }



body {

  line-height: 1; }



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: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;

  line-height: 26px;

  letter-spacing: 0; }



img {

  max-width: 100%; }



a,

a:hover,

a:focus {

  cursor: pointer !important;

  outline: none;

  text-decoration: none; }



h1,

h2,

h3,

h4,

h5,

h6 {

 font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  
  color: #1e2c34;

  margin: 0;

  padding: 0; }



ul, li {

  margin: 0;

  padding: 0;

  list-style: none; }



strong {

  font-weight: 700; }




/* This only works with JavaScript, 
        if it's not present, don't show loader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader_ico.gif) center no-repeat #fff;
}


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

menue style

-------------------------------- */
.active_sc{
    background:#fff !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=77, Color=#000000)";/*IE 8*/
    -moz-box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);/*FF 3.5+*/
    -webkit-box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: -3px 13px 24px -1px rgba(0,0,0,0.3);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=24, Direction=135, Color=#000000); /*IE 5.5-7*/
    transition: box-shadow 2s;
    padding-top: 0 !important;
    z-index: 99999;
    transition: 0.3s all;
}


.navbar.navbar-expand-lg{
  background: none;
  transition: 0.3s all;
  z-index: 999;
  padding-top: 30px;
}
.navbar.navbar-expand-lg .navbar-brand{
  padding-top: 15px;
}

.navbar.navbar-expand-lg .nav-item a:hover{
  color: #282525;
}

.navbar .nav-item a{
  color: #282525;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link{
  color: #282525;
  text-decoration: underline;
}


.navbar .nav-item.drop_menu {
  position: relative;
      float: left;
    position: relative;
    margin-right: 6px;
    height: 50px;
}
.navbar .nav-item.drop_menu ul li{
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}

.navbar .nav-item.drop_menu a i{
  padding-left: 5px;
}

.navbar .nav-item.drop_menu ul{
  margin:30px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 190pt;
  top: 50px;
  left: 0;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #eee;
  transition: all .2s ease-in-out;
}

.navbar .nav-item.drop_menu ul li a{
      color: #566985;
    float: left;
    width: 100%;
    font-weight: 700;
    text-align: left;
    padding: 5px 15px;
    font-size: 12px;
}
.navbar .nav-item.drop_menu:hover ul{
  opacity: 1;
  visibility: visible;
  top: 10px;
}


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

close menue style

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




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

Start Banner style

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

.hero-banner{
  width: 100%;
  height: 100vh;

}

.hero-banner .container{
  height: 100%;
}
.hero-banner .container .col-md-7{
  padding: 0;
}
.banner_text h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  line-height: 1.3em;
  color: #0824c0;
  font-size: 55px;
}
.banner_text h2{
  color: #282525;
  font-size: 18px;
  padding-top: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.banner_text p{
  color: #282525;
  font-size: 18px;
  padding-top: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.banner_text .btn{
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding-top: 18px;
  color: #0824c0;
  padding-left: 0;
}
.banner_text .btn i{
  padding-left: 10px;
}

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

Close Banner style

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




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

Start Hero service style

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

.hero-service{
  width: 100%;
  background:none;
  margin-top: -130px;
}
.single-service{
  background-color: #ffffff;
  padding: 22px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=0, Color=#000000)";/*IE 8*/
  -moz-box-shadow: 0 10px 17px -10px rgba(0,0,0,0.6);/*FF 3.5+*/
  -webkit-box-shadow: 0 10px 17px -10px rgba(0,0,0,0.6);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 10px 17px -10px rgba(0,0,0,0.6);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=17, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.single-service .icon{
  background-image: url(../img/icon/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 12px 0;
}
.single-service .icon img{
  margin-left: 6px;
}
.single-service h3{
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #282525;
  font-size: 20px;
}
.single-service p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #282525;
  font-size: 14px;
}

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

Close Hero service style

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




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

Start We care style

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

.service-promo{
  width: 100%;
  background-color: #ffffff;
  padding-top: 110px;
}

.service-promo .laptop-bg{
  width: 100%;
  height: 100%;
  background-image: url(../img/laptop.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.service-promo .no-padd{
  padding: 0;
}
.inside-promo-text{
  padding: 78px 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=145, Color=#000000)";/*IE 8*/
-moz-box-shadow: 10px 7px 18px -9px rgba(0,0,0,0.6);/*FF 3.5+*/
-webkit-box-shadow: 10px 7px 18px -9px rgba(0,0,0,0.6);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 10px 7px 18px -9px rgba(0,0,0,0.6);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.inside-promo-text h3,
.custom-width-title h3,
.how-work-title h3,
.recent-work-title h3,
.team-member-title h3,
.project-title h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #0824c0;
  font-size: 36px;
  line-height: 1.3em;
  padding-bottom: 20px;
  text-transform: none;
}
.project-title h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  line-height: 1.3em;
  margin-top:-24px;
  text-transform: none;
}
.inside-promo-text p,
.custom-width-title p,
.how-work-title p,
.recent-work-title p,
.team-member-title p,
.project-title p{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding-bottom: 24px;
  color: #282525;
  font-size: 16px;
}

.inside-promo-text .btn,
.recent-work-btn .btn,
.team-member-title .btn,
.project-title .btn,
.contact-form-inside form .btn{
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding-top: 18px;
  color: #0824c0;
  padding-left: 0;
}
.inside-promo-text .btn i,
.recent-work-btn .btn i,
.team-member-title .btn i{
  padding-left: 10px;
}


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

Close We care style

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




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

Start Exclusive service style

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

.exlusive-service{
  width: 100%;
  padding-top: 110px;
  overflow: hidden;
}
.custom-width-title {  
  width: 41.666667%;
  padding-right: 20px;
}
.service-slider{
  position: relative;
  float: right;
  padding:60px 0;
  padding-bottom: 0;
  margin-top: 40px;
}

.slider-inside-service{
  padding: 38px 18px;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 9.9px 0.1px rgba(0,0,0,0.1);
  box-shadow: 0 0 9.9px 0.1px rgba(0,0,0,0.1);
  margin: 10px;
  transition: 0.3s all ease-in;
}
.slider-inside-service:hover{
  background-color: #0f06c1;
}
.slider-inside-service:hover h4,
.slider-inside-service:hover p,
.slider-inside-service:hover .btn{
  color: #ffffff;
}
.owl-carousel .owl-item  .slider-inside-service:hover .hide-icon{
  display: block;
}
.owl-carousel .owl-item  .slider-inside-service:hover .show-icon{
  display: none;
}

.slider-inside-service h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #0f06c1;
  font-size: 18px;
  padding: 18px 0;
}
.slider-inside-service p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #58577b;
  font-size: 14px;
}
.slider-inside-service img{
  width: auto;
  max-width: 35px;
}
.owl-carousel .owl-item .slider-inside-service .hide-icon{
  display: none;
}

.slider-inside-service .btn{
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding-top: 18px;
  color: #0824c0;
  padding-left: 0;
  font-size: 14px;
  padding-bottom: 0;
}
.slider-inside-service .btn i,
.project-title .btn i{
  padding-left: 10px;
}

.service-slider .owl-nav{
  position: absolute;
  top: -80px;
  text-align: left;
  left: 20px;
}
.service-slider  .owl-carousel .owl-nav button.owl-next, 
.service-slider  .owl-carousel .owl-nav button.owl-prev{
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border:2px solid #282525;
  color: #282525;
  border-radius: 50%;
  text-align: center;
  outline: 0;
}

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

Close Exclusive service style

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





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

Start How we work style

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


.how-we-work{
  width: 100%;
  padding-top: 110px;
}
.how-work-title{
  width: 100%;
  text-align: center;
  padding: 40px 0px 40px 0;
}

.single-work-list .work-icon{
  background-image: url(../img/icon/icon-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px 0;
  padding-left: 15px;
}
.single-work-list h4, h4{
  padding: 18px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #282525;
  font-size: 20px;
}
.single-work-list p{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #282525;
  font-size: 16px;
  padding-bottom: 32px;
}

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

Close How we work style

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




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

Start recent work style

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


.recent-work{
  width: 100%;
  padding-top: 110px;
}
.recent-work-title{
  padding-bottom: 80px;
}
.recent-work-title h3{
  text-transform: capitalize;
}

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

Close recent work style

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



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

Start Video player style

-------------------------------- */
.promo-video{
  width: 100%;
  padding: 120px 0;
  background: url(https://via.placeholder.com/1920x260);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
  background-attachment: fixed;
  margin-top: 110px;
}
.promo-video:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0824c0;
  opacity: 0.8;
  z-index: -9;
}

.video_inside{
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}


.video_inside .btn{
  width: 80px;
  height: 80px;
  padding-top: 12px;
  background: -moz-linear-gradient(90deg, #1c3df4 0%, #3414d7 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3414d7), color-stop(100%, #1c3df4)); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, #1c3df4 0%, #3414d7 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, #1c3df4 0%, #3414d7 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, #1c3df4 0%, #3414d7 100%); /* ie10+ */
background: linear-gradient(0deg, #1c3df4 0%, #3414d7 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3414d7', endColorstr='#1c3df4',GradientType=0 ); /* ie6-9 */
  border:1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  outline: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 11;
}





.modal-backdrop{
  z-index: 1;
}
.modal-dialog{
  margin-top: 130px !important;
}

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
}

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}



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

Close Video player style

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




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

Start Team member style

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

.our-team{
  width: 100%;
  padding-top: 110px;
}

.member-single{
  position: relative;
  overflow: hidden;
  height: 364px;
  margin-bottom: 30px;
}
.member-single img{
  height: 100%;
  width: 100%;
}
.team-info{
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  padding: 20px;
  background-color: #0f06c1;
  opacity: 0;
  transition: 0.3s all ease-in;
}
.member-single:hover .team-info{
  opacity: 0.8;
  bottom: 0;
}

.member-list .row .col-md-6:nth-child(1){
  margin-top: 60px;
}
.member-list .row .col-md-6:nth-child(4){
  margin-top: -60px;
}
.team-info h4{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.team-info p{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
}


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

Close Team member style

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



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

Start lets discuss style

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

.discuss-project{
  width: 100%;
  padding:110px 0; 
  background-color: #0f06c1;
  margin-top: 110px;
}
.discuss-project .project-title h3,
.discuss-project .project-title p,
.discuss-project .project-title .btn{
  color: #ffffff;
}

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

Close lets discuss style

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




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

Start Footer widget style

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

.footer-widget{
  width: 100%;
  background-color: #ffffff;
  padding: 60px 0 60px 0;
}

.footer-widget .widget-inside p{
  padding-top: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 14px;
}

.footer-widget .footer-link h3{
  padding-bottom: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #3f3a39;
  font-size: 24px;
}
.footer-widget .footer-input h3{
  padding-bottom: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #3f3a39;
  font-size: 24px;
}
.footer-widget .footer-link ul li{
  padding-top: 6px;
}
.footer-widget .footer-link ul li a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #3f3a39;
  font-size: 14px; 
}

.footer-widget .footer-input form{
  position: relative;
  width: 100%;
  padding-bottom: 28px;
}
.footer-widget .footer-input form input{
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #1a1a1a;
  outline: 0;
  color: #1a1a1a;
  padding-bottom: 10px;
  font-size: 12px;
}
.footer-widget .footer-input form button{
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border:0;
  outline: 0;
}
.footer-widget .footer-input ul li{
  display: inline-block;
}
.footer-widget .footer-input ul li a{
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
  background-color: #3f3a39;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 2px;
}
.footer-widget .footer-input ul li a:hover{
  background-color: #0f06c1 ;
}

/*footer copyright*/
.footer{
  width: 100%;
  background-color: #1a1a1a;
  padding: 20px 0;
  text-align: center;
}
.footer p{
  color: #ffffff;
  font-size: 14px;
}

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

Close Footer widget style

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



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

Start Responsive style

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


@media only screen and (max-width :350px) {
  .hero-banner .container .col-md-7{
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-page-banner .banner-title h1 {font-size: 32px!important;
line-height: 1.5;}
.single-page-banner .banner-title {padding: 85px 0 0 0!important;}

.hero-banner {
    padding-left: 15px;
}
.single-work-list h4, h4 {font-size:16px}
  
}
@media only screen and (max-width : 767px) {
	.navbar .navbar-collapse {background-color:none}
  .single-page-banner .banner-title h1 {	font-size: 38px!important;
line-height: 1.2;}
.single-page-banner .banner-title {padding: 100px 0 20px 0!important;
line-height: 1.2;}
.service-banner.single-page-banner {background:none!important;}

	.single-work-list h4, h4 {font-size:16px}
  
}
	.hero-banner {
    padding-left: 15px;
}
 .navbar .navbar-collapse{
    padding: 10px 0;
    text-align: center;
  }
  .hero-banner{
    height: 100%;
    padding-top: 200px;
    padding-bottom: 150px;
    position: relative;
    z-index: 9;
  }
.hero-banner:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -9;
  background: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
  .hero-service{
    position: relative;
    z-index: 9;
  }
  .single-service{
    margin-top: 30px;
  }
  .service-promo .laptop-bg{
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover;
  }
  .custom-width-title{
    width: 100%;
    padding-top: 80px;
  }
  .service-slider{
    margin-bottom: 40px;
  }
  .how-work-title{
    padding-bottom: 50px;
  }
  .single-work-list{
    padding-top: 30px;
  }
  .member-list .row .col-md-6:nth-child(1),
  .member-list .row .col-md-6:nth-child(4){
    margin-top: 0;
  }

  .banner_text h1{
    font-size: 42px;
  }
  .banner_text p{
    font-size: 16px;
  }
  .single-service h3{
    font-size: 18px;
  }
  .inside-promo-text h3, 
  .custom-width-title h3, 
  .how-work-title h3, 
  .recent-work-title h3, 
  .team-member-title h3,
  .project-title h3{
    font-size: 28px;
  }
  .inside-promo-text p, 
  .custom-width-title p, 
  .how-work-title p, 
  .recent-work-title p, 
  .team-member-title p, 
  .project-title p{
    font-size: 14px;
  }
  .footer-widget .footer-link h3,
  .footer-widget .footer-input h3{
    font-size: 20px;
  }
  .member-single{
    height: 300px;
  }
  .team-member-title{
    padding-bottom: 40px;
  }
  .footer-link,
  .footer-input{
    padding-top: 40px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .navbar .navbar-collapse{
    padding: 10px 0;
    text-align: center;
  }
  .banner_text h1{
    font-size: 42px;
  }
  .banner_text p{
    font-size: 16px;
  }
  .single-service h3{
    font-size: 18px;
  }
  .inside-promo-text h3, 
  .custom-width-title h3, 
  .how-work-title h3, 
  .recent-work-title h3, 
  .team-member-title h3,
  .project-title h3{
    font-size: 28px;
  }
  .inside-promo-text p, 
  .custom-width-title p, 
  .how-work-title p, 
  .recent-work-title p, 
  .team-member-title p, 
  .project-title p{
    font-size: 14px;
  }
  .footer-widget .footer-link h3,
  .footer-widget .footer-input h3{
    font-size: 20px;
  }
  .member-single{
    height: 220px;
  }
}

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

Close Responsive style

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



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

Start About page style

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

.single-page-banner{
  width: 100%;
  background: url(https://via.placeholder.com/1920x400);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
}
.single-page-banner .banner-title{
  padding: 130px 0 70px 0;
  text-align: center;
}
.single-page-banner .banner-title h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #0f06c1;
  font-size: 55px;
}

.hero-service.service-single-page{
  margin-top: 30px;
}
.hero-service.service-single-page .single-service{
  -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75); 
  box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
}


/*about text*/

/*about text*/
.about-text-skills{
  width: 100%;
  margin-top: 110px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.about-text-skills:after{
  width: 41.666667%;
  content: '';
  height: 100%;
  position: absolute;
   background: url(https://via.placeholder.com/920x600);
   left: 0;
   top: 0;
   z-index: -9;
   background-size: cover;
   background-position: center;
}


.about-skills{
  width: 100%;
  margin-top:90px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.about-skills:after{
  width: 50%;
  content: '';
  height: 100%;
  position: absolute;
   background: url(https://via.placeholder.com/920x600);
   right: 0;
   top: 0;
   z-index: -9;
   background-size: cover;
   background-position: center;
}

.about-text-skills .team-member-title{
  /*padding:50px 15px;*/
}

.about-progress{
  width: 100%;
  padding-top: 20px;
}


.progress {
  height: 10px;
  background: #979797;
  border-radius: 40px;
  box-shadow: none;
  margin-bottom: 30px;
  overflow: visible;
}
.progress .progress-bar {
  box-shadow: none;
  position: relative;
  -webkit-animation: animate-positive 2s;
  animation: animate-positive 2s;
}
.progress .progress-value {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #282525;
  position: absolute;
  top: -40px;
  right: 0;
}
.progress.pink .progress-bar:after {
  border-bottom-color: #ff4b7d;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.about-progress .progress-title {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #282525;
  font-size: 16px;
  text-transform: capitalize;
  padding-bottom: 14px;
}
.about-progress .progress-bar {
  background-color: #0f06c1;
  border-radius: 40px;
}

.promo-video.about-video{
      background: url(https://via.placeholder.com/1920x250);
      background-attachment: fixed;
      background-position: center;
}

.our-team.our-team-about .team-member-title{
  padding-bottom: 80px;
}
.our-team.our-team-about  .member-single{
  height: 300px;
}
.member-list .col-md-3:nth-child(2),
.member-list .col-md-3:nth-child(6){
  margin-top: -45px;
}
.member-list .col-md-3:nth-child(3),
.member-list .col-md-3:nth-child(7){
  margin-top: -90px;
}

.member-list .col-md-3:nth-child(4),
.member-list .col-md-3:nth-child(8){
  margin-top: -135px;
}

/*responsive*/
@media only screen and (max-width : 767px) {
  .member-list .col-md-3:nth-child(2),
  .member-list .col-md-3:nth-child(6){
    margin-top: 0;
  }
  .member-list .col-md-3:nth-child(3),
  .member-list .col-md-3:nth-child(7){
    margin-top: 0;
  }

  .member-list .col-md-3:nth-child(4),
  .member-list .col-md-3:nth-child(8){
    margin-top: 0;
  }
  .about-skills:after{
    height: 400px;
    width: 100%;
    float: left;
    position: relative;
  }
  .about-text-skills:after{
    height: 400px;
    width: 100%;
    float: left;
    position: relative;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {}

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

Close About page style

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



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

Start Service page style

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

.service-banner.single-page-banner{
  background: url(../img/service/banner.jpg);
  background-position: left;
  background-size: cover;
}

.service-page-list{
  width: 100%;
  padding-top: 80px;
}

.single-service-page{
  width: 100%;
  margin-top: 30px;
}
.single-service-page .card {
  border:0;
  background-color: #f2f2f2;
}
.single-service-page .card img{
  width: 100%;
}
.single-service-page .card h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #0824c0;
  font-size: 22px;
  line-height: 1.3em;
  padding-bottom: 16px;
}
.single-service-page .card p{
  color: #282525;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

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

Close Service page style

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



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

Start Portfolio page style

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

.portfolio-banner.single-page-banner{
  background: url(https://via.placeholder.com/1920x350);
  background-position: left;
  background-size: cover;
}

.portfolio-show-page{
  width: 100%;
  padding-top: 90px;
}
.portfolio-show-page .item-inner{
    color:#fff;
    position:relative;
    overflow:hidden;
    width:100%;
    text-align:center;
    margin-top:20px;
}
.portfolio-show-page .item-inner *{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.portfolio-show-page .item-inner img{
    opacity:1;
    width:100%;
    -webkit-transition:opacity .35s;
    transition:opacity .35s;
    height:480px;
    width: 100%;
}
.portfolio-show-page .item-inner .overlay{
    position:absolute;
    bottom:0;
    left:0;
    padding:3em;
    width:100%;
    height:100%
}
.portfolio-show-page .item-inner .overlay::before{
    position:absolute;
    top:50%;
    right:0;
    bottom:50%;
    left:0;
    border-top:1px solid rgba(255,255,255,.8);
    border-bottom:1px solid rgba(255,255,255,.8);
    content:'';
    opacity:0;
    background-color:#fff;
    -webkit-transition:all .4s;
    transition:all .4s;
    -webkit-transition-delay:.6s;
    transition-delay:.6s
}
.portfolio-show-page .item-inner .view-list,.portfolio-show-page .item-inner a,.portfolio-show-page .item-inner p{
    margin:0 0 5px;
    opacity:0;
    -webkit-transition:opacity .35s,-webkit-transform .35s;
    transition:opacity .35s,-webkit-transform .35s,-moz-transform .35s,-o-transform .35s,transform .35s
}
.portfolio-show-page .item-inner .view-list,.portfolio-show-page .item-inner a{
    -webkit-transform:translate3d(0,50%,0);
    transform:translate3d(0,50%,0);
    -webkit-transition-delay:.3s;
    transition-delay:.3s
}
.portfolio-show-page .item-inner:hover .overlay .view-list,.portfolio-show-page .item-inner:hover .overlay a{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    -webkit-transition-delay:.3s;
    transition-delay:.3s;
  }
.portfolio-show-page .item-inner:hover .overlay::before{
    background:#0f06c1;
    border:none;
    top:0;
    bottom:8px;
    -webkit-transition-delay:0s;
    transition-delay:0s;
    opacity:.7;
}
.portfolio-show-page .item-inner .view-list{
    margin-top:-25px;
    position:relative;
    top:50%;
    transform:translate3d(0,50%,0);
    transition-delay:.3s;
    width:100%;
}
.portfolio-show-page .item-inner .view-list a .item-text{
  padding:15px 25px;
}
.portfolio-show-page .item-inner .view-list a .item-text h3{
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}
.portfolio-show-page .item-inner .view-list a .item-text h6{
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.portfolio-show-page .item-inner .view-list a{
  display:inline-block;
  margin:0 2px;
  color: #ffffff;
}


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

Close Portfolio page style

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



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

Start Contact page style

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

.contact-page{
  width: 100%;
  margin-top: 110px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 9;
}
.contact-page #map{
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -9;
}

.contact-detail{
  width: 100%;
  background-color: #27272f;
  padding: 54px 36px;
  margin-left:70%;
}

.contact-detail h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3em;
}
.contact-detail ul li{
  position: relative;
  padding-left: 60px;
  padding-top: 40px;
}
.contact-detail ul li p{
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.contact-detail ul li img{
  position: absolute;
  left: 0;
  top: 42px;
}

.contact-form-inside form input,
.contact-form-inside form textarea{
  width: 100%;
  border:0;
  outline: 0;
  padding-bottom: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #212121;
  font-size: 14px;
  border-bottom: 1px solid #a5a5a5;
  resize: none;
  margin-bottom: 30px;
}
.contact-form-inside form .btn{
  background: none;
  border:0;
}
.contact-form-inside form .btn i{
  margin-left: 10px;
}


@media only screen and (max-width : 767px) {
  .contact-page #map{
    width: 100%;
    height: 400px;
    position: relative;
  }
  .contact-detail{
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .contact-page{
    padding-bottom: 0;
  }
}

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

Close Contact page style

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




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

Start Blog page style

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

.innerpage-blog{
  background-image: url("https://via.placeholder.com/1920x350");
}
.blog-page-main{
  width: 100%;
  padding-top: 110px;
}
.blog-page-main .blog-post-single{
  width: 100%;
  margin-bottom: 60px;
}

.blog-page-main .blog-post-single img{
  width: 100%;
}
.blog-page-main .blog-post-single .card-body h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #5a595c;
  font-size: 24px;
  line-height: 1.3em;
}
.blog-page-main .blog-post-single .card-body h2 a{
  color: #5a595c;
}
.blog-page-main .blog-post-single .card-body ul li{
  display: inline-block;
  padding-right: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #5a595c;
  font-size: 12px;
  padding-top: 15px;
}
.blog-page-main .blog-post-single .card-body ul li a{
  color: #5a595c;
  text-decoration: underline;
}
.blog-page-main .blog-post-single .card-body p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #5a595c;
  font-size: 14px;
  padding-top: 15px;
}

.blog-page-main .blog-post-single .card-body .btn{
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border:1px solid #ffffff;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 0;
  margin-top: 30px;
  margin-bottom: 15px;
  background-color: #0824c0;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.blog-page-main .blog-post-single .card-body .btn:after{
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color:#ffffff;
  z-index: -9;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.blog-page-main .blog-post-single .card-body .btn:hover:after{
  height: 100%;
}
.blog-page-main .blog-post-single .card-body .btn:hover{
  color:#0824c0;
  border:1px solid #0824c0;
}

.pagination-post .page-item .page-link{
  margin-left: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #3b3a3a;
}
.pagination-post .page-item:first-child .page-link{
  background-color: #0824c0;
  color: #ffffff;
}
.pagination-post .page-item:last-child .page-link{
  background-color: #0824c0;
  color: #ffffff;
}

/*widget*/
.widget-author,
.widget-newsletter{
  width: 100%;
  padding: 26px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=0, Color=#000000)";/*IE 8*/
  -moz-box-shadow: 0 0 9px -1px rgba(0,0,0,0.5);/*FF 3.5+*/
  -webkit-box-shadow: 0 0 9px -1px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 9px -1px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=135, Color=#000000); /*IE 5.5-7*/
  margin-bottom: 20px;
}
.widget-author .media img{
  max-width: 78px;
  min-height: 72px;
}
.widget-author .media .media-body{
  padding-left: 19px;
}
.widget-author .media .media-body h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #5a595c;
  font-size: 18px;
  padding-bottom: 2px;
}
.widget-author .media .media-body h5{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #5a595c;
  font-size: 12px;
}
.widget-author .media .media-body ul li{
  display: inline-block;
  padding-right: 10px;
}
.widget-author .media .media-body ul li a{
  color: #5a595c;
}
.widget-newsletter h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #5a595c;
  font-size: 18px;
  padding-bottom: 12px;
}
.widget-newsletter form input{
  width: 100%;
  padding: 14px;
  outline: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #c8c8c8;
  font-size: 12px;
  border:0;
  background-color: #f8f7f7;
}
.widget-newsletter form button{
  width: 100%;
  text-align: center;
  margin-top: 15px;
  padding: 10px 0;
  border:0;
  outline: 0;
  color: #ffffff;
  background-color: #0824c0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
}




.popular-post-widget{
  width: 100%;
  margin-top: 18px;
  text-align: left;
}
.popular-post-widget h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #5a595c;
  font-size: 18px;
  line-height: 1.3em;
}

.popular-post-widget .media{
  margin-top: 22px;
}
.popular-post-widget .media img{
  width: 100px;
  height: 90px;
}
.popular-post-widget .media .media-body{
  padding-left: 12px;
}
.popular-post-widget .media .media-body a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #5a595c;
  font-size: 16px;
  margin-top: 20px;
}
.popular-post-widget .media .media-body p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #5a595c;
  font-size: 12px;
}

@media only screen and (max-width : 767px) {
  .widget-author{
    margin-top: 60px;
  }

.hero-banner::after {opacity:0.3}

}

/*single pagE*/
.blog-page-single{
  width: 100%;
  padding-top: 110px;
}

.blog-page-single .single-post-full img{
  width: 100%;
}
.blog-page-single .single-post-full .card-body h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #5a595c;
  font-size: 24px;
  line-height: 1.3em;
}
.blog-page-single .single-post-full .card{
  border:0;
}
.blog-page-single .single-post-full .card-body h2 a{
  color: #5a595c;
}
.blog-page-single .single-post-full .card-body ul li{
  display: inline-block;
  padding-right: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #5a595c;
  font-size: 12px;
  padding-top: 15px;
}
.blog-page-single .single-post-full .card-body ul li a{
  color: #5a595c;
  text-decoration: underline;
}

.blog-page-single .single-post-full .card-body p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #5a595c;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.blog-page-single  .tag-share{
  width: 100%;
  padding-top: 50px;
  border-top: 1px solid #d5d4d7;
  border-bottom: 1px solid #d5d4d7;
  padding: 5px 0;
  float: inherit;
}

.blog-page-single  .tag-share ul li{
  display: inline-block;
}
.blog-page-single  .tag-share ul.tags{
  
  width: 100%;
}
.blog-page-single  .tag-share ul.tags li{
  padding-right: 10px;
  color: #5a595c;
}
.blog-page-single  .tag-share ul.tags li a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #5a595c;
}
.blog-page-single  .tag-share ul.social{
  
  width: 100%;
  text-align: right;
}
.blog-page-single  .tag-share ul.social li{
  padding-left: 10px;
}
.blog-page-single  .tag-share ul.social li a{
  color: #5a595c;
}


.blog-page-single  .comment-box{
  margin-top: 30px;
}
.blog-page-single  .comment-box .media img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.blog-page-single  .comment-box .media .media-body{
  padding-left: 15px;
}
.blog-page-single  .comment-box .media .media-body h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #5a595c;
  font-size: 16px;
}
.blog-page-single  .comment-box .media .media-body h5{
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #5a595c;
}
.blog-page-single  .comment-box .media .media-body p{
  padding: 15px 0;
  color: #5a595c;
}
.blog-page-single  .comment-box .media .media-body a{
  color: #5a595c;
}

.blog-page-single .comment-form .com-title{
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog-page-single .comment-form .com-title h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #5a595c;
  font-size: 24px;
}
.blog-page-single .comment-form .com-title h2 p{
  color: #5a595c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;

}
.blog-page-single .comment-form form input,
.blog-page-single .comment-form form textarea{
  width: 100%;
  outline: 0;
  margin-bottom: 20px;
  padding: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #bebebe;
  font-size: 12px;
  resize: none;
}

.blog-page-single .comment-form form button{
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border:1px solid #ffffff;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #0824c0;
  overflow: hidden;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.blog-page-single .comment-form form button:after{
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color:#ffffff;
  z-index: -9;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.blog-page-single .comment-form form button:hover:after{
  height: 100%;
}
.blog-page-single .comment-form form button:hover{
  color:#0824c0;
  border:1px solid #0824c0;
}

.blog-page-single .related-title h2{
  color: #5a595c;
  width: 100%;
  border-bottom: 1px solid #d5d4d7;
  padding-bottom: 10px;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.blog-page-single .related-title{
  width: 100%;
  padding-top: 52px;
  padding-bottom: 20px;
}
.blog-page-single .related-post .card{
  margin-top: 30px;
}
.blog-page-single .related-post .card img{
  max-height: 242px;
  width: 100%;
}
.blog-page-single .related-post .card .card-body h3{
  font-family: 'Montserrat', sans-serif;
  color: #5a595c;
  font-size: 24px;
  font-weight: 400;
}
.blog-page-single .related-post .card .card-body  p{
  color: #5a595c;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #5a595c;
  padding: 10px 0;
}
.blog-page-single .related-post .card .card-body .btn{
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border:1px solid #ffffff;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #0824c0;
  overflow: hidden;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.blog-page-single .related-post .card .card-body .btn:after{
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color:#ffffff;
  z-index: -9;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.blog-page-single .related-post .card .card-body .btn:hover:after{
  height: 100%;
}
.blog-page-single .related-post .card .card-body .btn:hover{
  color:#0824c0;
  border:1px solid #0824c0;
}
/* -------------------------------- 

Close Blog page style

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




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

Start Service details page style

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



.single-service-page{
  width: 100%;
  padding-top: 25px;
}
.service-details h3, .service-details h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  color: #282525;
  font-size: 36px;
  padding-bottom: 40px;
}
.service-details p{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #282525;
  font-size: 16px;
  padding-bottom: 26px;
}
.details-img{
  width: 100%;
  height: 100%;
}
.logo-default {min-height:50px}

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

Close Service details page style

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

.help-block.with-errors{
  color: #ff5050;
  margin-top: -10px;
}
h3 a {

    color: #0824c0;

}
.pt-85 {padding-top:85px}
.widget-inside img {

    height: 75px;
    margin-bottom: -20px;

}
.creator {color:#fff}

.creator:hover {color:#dad8d8}
.work-icon img {
    height: 62px;
}

.contactform h3 {font-size: 30px;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
line-height: 1.3em;
color: #282525;
font-size: 30px;
padding-bottom: 20px;}
.contact-detail h4 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
	padding-bottom: 0;
	text-align: right;
	
}
.contact-detail h5 {

    color: #fff;
    text-align: right;

}
.prices h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 20px 0;
}
.prices table {
    border: 2px dashed #9e9e9e;
    font-size: 16px;
	width:100%;
	margin-bottom: 50px;
}
.prices table td {
padding:10px
}
.messanger {

    height: 20px;
padding-left: 5px;
}
h3 a, h3 a:hover {

    color: #3f3a39;

}
.widget-inside {

    padding-top: 7%;

}
.provider {

    height: 20px;
    padding-top: 5px;
    padding-right: 5px;

}

.discuss-project.call-us {

    padding-top: 60px;
    padding-bottom: 60px;
    background: #0824c0;

}
.discuss-project.call-us a{

    color:#fff;

}

.subhead {
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
font-weight:bold;
font-size: 14px;}