/*---------------------------------------
CSS Index
----------------------------------------

1. General section style
2. Heading section style
3. Page title style
4. Buttons section style
5. Menu Section Style
6. Header Section Style
7. Home Slider Section Style
8. Background carousel 
9. Background opacity set 
10.Service Section Style
11.About Section Style
12.Team section style
13.Portfolio section style
14.Counter section style
15.Pricing section style
16.Blog section style
17.Blog sidebar section style
18 Team section style
19.Testimonial section style
20.Clients Section Style
21.Contact ussection style
22.Footer section style
23.Preloader

----------------------------------------*/

@import"https://fonts.googleapis.com/css?family=Raleway:700,900,300,400,500";

@import"https://fonts.googleapis.com/css?family=Open+Sans:400,300";
/*-----------------------------------------------
  1.0 General section style
------------------------------------------------*/
html,body { 
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
    line-height: 26px;
    color: #333;
    font-weight: 400
    height:100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 6.4rem;
}

h2,
.h2 {
  font-size: 4.8rem;
}

h3,
.h3 {
  font-size: 3.6rem;
}

h4,
.h4 {
  font-size: 2.8rem;
}

h5,
.h5 {
  font-size: 2.2rem;
}

h6,
.h6 {
  font-size: 1.8rem;
}

p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
a {

   outline-style: none;
   text-decoration: none;
   color: inherit;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline:medium none;
}


h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
/*----------------------------------------------
  2 Heading section style
 ---------------------------------------------*/
.section-padding{
  padding-top: 120px;
}
.section-padding-bottom{
  padding-bottom: 120px;
}
.section-padding-tb{
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-padding-40{
  padding-top: 40px;
  padding-bottom: 40px;
}
 .heading { 
  margin-bottom: 30px; 
  padding-bottom: 20px; 
  position: relative; 
  font-size: 30px;
}
.heading span{
  color: #EE4F1E;
}
.heading:before {
   content: '';
    width: 111px;
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: 15%;
    margin-left: -75px;
    background: #EE4F1E;
}
.heading:after {
        content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 10.5%;
    margin-left: -50px;
    background: #EE4F1E;
}
.heading1 { 
  margin-bottom: 10px; 
  padding-bottom: 20px; 
  position: relative; 
  font-size: 30px;
}
.heading1 span{
  color: #EE4F1E;
}

.heading-title{
    margin-bottom:75px;
}
.heading-center{
  padding-bottom: 20px; 
  position: relative; 
  font-size: 40px;
}
.heading-center span{
color: #EE4F1E;
}
.heading span{
  color: #EE4F1E;
}
.heading-center:before {
   content: '';
    width: 111px;
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: 45.5%;
    background: #EE4F1E;
}
 .heading-center:after {
     content: '';
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 47.1%;
    background: #EE4F1E;
    margin-left: 6px;
}
.heading-text{
  margin-top: 10px;
  margin-bottom: 75px!important;
}
/*----------------------------------------------
 3 page title style
 ---------------------------------------------*/
.page-bg{
    background: rgba(0,0,0,0) url("../image/title.jpeg");/* Change the dummy image*/
  background-clip: initial;
  background-color: rgba(255,255,255,0);
  background-origin: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.title-padding{
  padding-top: 120px;
}
.page-title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  padding-bottom: 100px;
}
.page-title .breadcrumb {
  background-color: rgba(0,0,0,.5);
  padding: 5px 0px 10px 0px;
  margin: 0;
  border-radius: 0px;
  display: flex;
}
.page-title .breadcrumb ul {
  margin-top: 8px;
  overflow: hidden;
}

.page-title .breadcrumb ul li {
  color: #fff;
  float: left;
  text-transform: uppercase;
  padding-right: 12px;
      font-size: 16px;
    margin-right: 21px;
  position: relative;
}

.page-title .breadcrumb ul li:after {
  font-family: "FontAwesome";
  content: "\f101";
  font-size: 22px;
  position: absolute;
  right: -10px;
}


.page-title .breadcrumb ul li:last-child:after {
  content: "";
}

.page-title .breadcrumb ul li a {
  color: #fff;
  font-size: 16px;
}

.page-title .breadcrumb ul li a:hover {
  color: #EE4F1E;
}

/*----------------------------------------------
  4 Buttons section style
---------------------------------------------*/

.lead {
  font-weight: 300;
}

.btn-style{
  border-radius: 0px;
  margin-right: 10px;

}
.btn-animate{
    animation: bounceInDown 1s both 1s;
}
.btn-style{
  color: #EE4F1E;
  font-size: 15px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn:hover{
   color: #fff;
}
.btn{
  border-color: #EE4F1E;
}
.btn:hover{
  border-color: #EE4F1E;
}

/* Shutter Out Vertical */
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #fff;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EE4F1E;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    background: #fff;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*================================================
 5 Menu Section Style
==================================================*/ 
.responsive-menu{
    display: none;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.slicknav_nav a{
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff;
}
.slicknav_menu {
    background: transparent;
}
.slicknav_menutxt {
    display: none !important;
}
.slicknav_arrow {
    float: right;
    color: #fff;
}
.slicknav_nav a:hover{
    border-radius: 0;
}
.slicknav_nav .slicknav_row:hover{
    border-radius: 0
}
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
    background: #EE4F1E  none repeat scroll 0 0;
    color: #fff
}
.slicknav_nav li {
    border-bottom: 1px solid #aaa;
}
.slicknav_nav li:last-child{
    border-bottom: 0px solid #aaa
}
.slicknav_nav {
    background: #1F2D3D none repeat scroll 0 0;
    border-top: 2px solid #EE4F1E;
        margin-top: 8px;
            margin-right: -5px;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 5px 10px;
    margin: 0px 0px;
}
.slicknav_btn{
    margin-bottom: 15px;
    margin-right: 20px;
    background-color: transparent !important;
    line-height: 0;
    margin-top: 20px
}
.slicknav_menu .slicknav_icon {
    float: none !important;
    margin: 0
}
.slicknav_icon-bar {
    height: 3px !important;
    margin: 5px 0;
    width: 30px !important;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff ;
}
/*================================================
6 Header Section Style
==================================================*/ 
.logo h3 span {
    background: #EE4F1E;
    padding: 5px 10px;
    color: #191919;
}
.menu-area{
    position:relative;
    background: #1F2D3D;
}
.logo h3 {
    font-size: 30px;
    color: #fff;
}
.header-top-area {
    background: linear-gradient(to right,#536976 ,#292E49 100%);
    color: #fff;
}
.header-top-left p i {
    color: #EE4F1E;
    font-size: 17px;
    margin-right: 3px;
}
.header-top-left > p {
    display: inline-block;
    margin-right: 10px;
}
.header-top-right {
    text-align: right;
}   
.top-social > li {
    display: inline-block;
}

ul.top-social > li > a {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 5.5px;
    margin-right: 5.5px;
    position: relative;
    -webkit-transition: background-color 0.4s ease-in-out 0s;
    transition: background-color 0.4s ease-in-out 0s;
    width: 30px;
    text-align: center
}

.mainmenu ul .current-page-item > a, .mainmenu ul li a:hover {
    color: #EE4F1E;
}
.mainmenu ul li ul {
    background: #1F2D3D none repeat scroll 0 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 200%;
    visibility: hidden;
    width: 220px;
    z-index: -99;
    box-shadow: 0px 0px 4px rgba(170, 170, 170, 0.69);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    
}
.mainmenu ul li:hover ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 99;
    top: 100%
}
.mainmenu ul li ul li {
    border-bottom: 1px solid #ededed;
    display: block;
}
.mainmenu ul li a{
  color: #fff;
}
.mainmenu ul li ul li:last-child{
    border-bottom: 0px solid #ededed
}
.mainmenu ul li ul li a {
    display: block;
    padding: 10px;
}
.mainmenu ul li ul li a:hover{
    background: #EE4F1E none repeat scroll 0 0;
    color: #fff;
}
.mainmenu ul li:hover > a {
    color: #EE4F1E;
}
.search-panel {
    color: #EE4F1E;
    display: block;
    float: none;
    position: relative;
    text-align: center;
    top: 10px;
    width: 100%;
}
.header-top-left {
    padding: 7px 0;
}

.mainmenu ul {
    text-align: right;
}
.mainmenu ul li {
    display: inline-block;
    position: relative;
}
.mainmenu ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 31px 15px;
    text-transform: capitalize;
    font-weight: 600
}
.search-icon {
    font-size: 20px;
    line-height: 70px;
        cursor: pointer;
}

.logo {
    display: inline-block;
    margin: 25px 0;
}
.search-inner{
      background: #1F2D3D;
    top: 200px;
    border-radius: 0px;
    border:0px;
}
.search-header{
  border-bottom: 0px;
      padding: 10px 10px 0px 0px;
}

.modal-body h3 {
    text-align: left;
    font-size: 35px;
    margin-bottom: 20px;
    color: #fff;
}
.search-input{
  margin-bottom: 30px;
}
.search-input input{
  height: 50px;
  background: transparent;
  border-radius: 0px;
   border:0px;
  border-bottom: 1px solid #EE4F1E;
  color: #fff;
  box-shadow: none;
  outline-style: none;
  font-size: 15px;

}
.search-input input:focus{
   outline-style: none;
   box-shadow: none;
   border-bottom: 1px solid #EE4F1E;
}
.search-input i{
 color: #EE4F1E;
    font-size: 20px;
    opacity: 1;
}

button.btn.btn-default.search-btn {
    height: 50px;
    width: 60px;
    background: transparent;
    border:0px;
    border-bottom: 1px solid #EE4F1E;
    border-radius: 0px; 
}
.close{
  color: #ffffff;
  font-size: 30px;
  opacity: .8;
}
.close:hover,.close:focus{
  color:#fff;
  outline-style: none;

}
.social-link__block a {
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    line-height: 28px;
    text-align: center;
    margin-top: 6px;
    position: relative;
    z-index: 2;
}
.social-link__block a i{
  font-size: 14px;
}
.social-link__block a.facebook{
    background-color: #3a6bb1;
}
.social-link__block a.twitter  {
    background-color: #0ec8f5;
}
.social-link__block a.google-plus  {
    background-color: #f2623b;
}
.social-link__block a.linkedin  {
    background-color: #0094d3;
}
.social-link__block a.youtube  {
    background-color: #C4302B;
}
.social-link__block a.skype {
    background-color: #00A7E5;
}

/*================================================
 7 Home Slider Section Style
==================================================*/ 
.home{
height: 100%;
}
.main-header {
  background: url("../image/banner1.jpeg");
  background-attachment: fixed;
  background-clip: initial;
  background-color: rgba(255,255,255,0);
  background-origin: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.main-header-text h3 {
  color: #fff; }

.main-header-text h1 {
  font-size: 56px;
  font-weight: 700;
  color: #EE4F1E;
  text-transform: capitalize;
 }
 .main-header-text p{
  color: #fff;
  margin-top:10px;
 }

.main-header-text a {
    background:transparent;
    border: 1px solid #fff;
    color: #fff;
    
    display: inline-block;
    margin-right: 20px;
    margin-top: 25px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .main-header-text .active,.main-header-text a:hover{
    background:#EE4F1E;
    border: 1px solid #EE4F1E;
  }
  .home2{
   height: 100%;
  }
  .rslides{
    display: flex;
    height: 100%;
  }


}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 0;

  }
.rslides li:before{
    content: "";
  height: 100%; 
  left: 0; 
  position: absolute; 
  top: 0; 
  width: 100%; 
   background: rgba(0,0,0, 0.8);
  

}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0, 0.8);
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
a.rslides_nav.rslides1_nav.prev,a.rslides_nav.rslides1_nav.next{
  position: absolute;
    transform: translateY(--48%);
    top: 62%;
    height: 50px;
    width: 30px;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(238,79,30,.8);
    z-index: 3;

}
a.rslides_nav.rslides1_nav.prev{
  left: 30px;
}
a.rslides_nav.rslides1_nav.next{
  right: 30px;
}
.header-text-area {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;

}
/*-------------------------------------------------------
 8.Background carousel 
---------------------------------------------------------*/
.home3{
  height: 100%;
}
/* 4.4. Slider Css*/
.white-clr-all,
.white-clr-all p {
    color: #fff;
}
.main-slider-1 {
    height: 100%;
    position: relative;
    width: 100%;

}
.slider-bg {
  display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background-origin: initial;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.slider-bg::after {
    background: rgba(0,0,0,.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.slider-cell {
    display: table;
    height: 100%;
    width: 100%;
}
.slider-ver {
    display: table-cell;
    vertical-align: middle;

}
.main-slider-1 .carousel,
.item,
.active {
    height: 100%
}
.main-slider-1 .carousel-inner {
    height: 100%
}
.slider-bg{
  height: 100%;
}
.slide-control-mr {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    height: 45px;
    font-size: 20px;
    left: 20px;
    margin-top: -50px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    opacity: .5;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.slide-control-mr i{
  font-size: 30px;
}
.slide-control-mr:hover {
    opacity: 1;
    color: #fff;
    background: #EE4F1E;
    border: 1px solid #EE4F1E;
}
.slide-control-mr:foucs {
    color: #fff;
}
.slide-control-mr.right {
    left: auto;
    right: 20px;
}
.slide-control-mr i{
  text-align: center;

}
.slider-con{
 margin: 15%;
}

.carousel-indicators li {
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}
.carousel-indicators .active {
    background-color: #EE4F1E;
    border: 2px solid #EE4F1E;
    height: 15px;
    margin: 0px 3px 70px 3px;
    width: 15px;
}

.home-carousel-2 .carousel-indicators li {
    border: 0px solid #fff;
    background: #fff;
    height: 5px;
    width: 30px;
    margin: 0px 3px 70px 3px;
    border-radius: 0px;
}
.home-carousel-2 .carousel-indicators li.active{
    border: 0px solid #EE4F1E;
    background: #EE4F1E;
    height: 5px;
    width: 30px;
    margin: 0px 3px 70px 3px;
    border-radius: 0px;
} 
.slider-area{
  padding: 100px 0 0;
}
.slider-area.home-bg {
  padding: 0;
}


/*-------------------------------------
 9.Background opacity set 
---------------------------------------*/
 
.bg-opacity:before
{
  content: "";
  height: 100%; 
  left: 0; 
  position: absolute; 
  top: 0; 
  width: 100%; 
  z-index: -1; 
 }

.bg-opacity:before {  background: rgba(0,0,0, 0.8);}

/*
==========================================
 10  Service Section Style
==========================================
*/
#service-list{
  position: relative;
  z-index: 10;
  margin-top:50px;
}
.service-list-item{
  padding: 50px 35px;
  box-shadow: 0px 0px 6px rgba(59,62,72,0.2);
  background: #fff;
  transition: .3s all;
}
.service-list-item:hover{
  box-shadow:0px 20px 20px 0px rgba(59,62,72,0.1); 
}
.service-list-item .icon{
      height: 50px;
    width: 50px;
    line-height: 45px;
    border-radius: 100%;
    font-size: 28px;
    background: #EE4F1E;
    text-align: center;
} 
.service-list-item .icon i{
  color: #fff;
}
.service-list-item .icon{
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 10px;
}
.service-list-item h4 {
    display: inline-block;
    font-size: 22px;
}
.service-list-item p {
    font-weight: 500;
    margin-top:10px;
    margin-bottom: 5px;
    font-size: 14px;
}
.service-item{
  padding: 50px 35px;
  box-shadow: 0px 0px 6px rgba(59,62,72,0.2);
  background: #fff;
  transition: .3s all;
  margin-bottom: 30px;
}
.service-item:hover{

  box-shadow:0px 20px 20px 0px rgba(59,62,72,0.1);
}
.service-item .icon i{
  color:#EE4F1E;
}
.service-item .icon{
      height: 60px;
    width: 60px;
    line-height: 52px;
    border-radius: 100%;
    font-size: 30px;
    border: 2px solid #EE4F1E;
    text-align: center;
} 
.service-item .icon:before{
      content: '';
    position: absolute;
    width: 30px;
    margin-top: 27px;
    margin-left: 43px;
    height: 2px;
    background: #EE4F1E;

}
.service-item .icon:after{
     content: '';
    position: absolute;
    width: 30px;
   margin-top: 27px;
    margin-left: -75px;
    height: 2px;
    background: #EE4F1E;

}
.service-item .icon{
  display:inline-block;
  margin-bottom: 10px;
}
.service-item h4 {
    font-size: 22px;
}
.service-item p {
    font-weight: 500;
    margin-top:5px;
    margin-bottom: 5px;
    font-size: 14px;
}



/*
==========================================
  12. About Section Style
==========================================

*/

.choose{
  margin-top: 30px;
}
.choose ul{
  margin: 0px;
  padding:0px; 
}
.choose ul li {
    list-style: none;
    float: left;
    width:  50%;
    margin-bottom:  15px;
}
.choose ul li span{
margin-left: 10px;
}
.choose ul li i{
  font-size: 22px;
  color: #EE4F1E;
}
.about-img{
     background: url(../image/3.jpeg) no-repeat center / cover;
    position: relative;
    z-index: 1;
    height: 400px;
    width: 100%;
}
.about-img:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: -1;
}
.play-btn{
position: absolute;
    top: 46%;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    line-height: 55px;
    border-radius: 50%;
    font-size: 25px;
    left: 50%;
    margin-left: -20px;
      color: #fff;
}
.play-btn:hover, .play-btn:focus{
  background: #EE4F1E;
  color: #fff;
  border: 2px solid #EE4F1E;
  outline-style: none;
  text-decoration: none;
}
.office-caro .item img{
  height: 400px;
  opacity: .8;
  transition: all .3s;

}
.office-caro .item img:hover{

  opacity: 1;

}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next{
position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 50px;
    width: 30px;
    border-radius: 5px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    background: rgba(238,79,30,.8);
}
.owl-prev {
left: 30px;

}
.owl-next {
right: 30px;
}
.owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i{
  font-size: 30px;
}
/* -----------------------------------------
    13. Portfolio section style
-------------------------------------------- */
.portfolio-container.portfolio-grid {
  margin-left: -10px;
  margin-right: -10px;
}
#portfolio {
  background: #F5F5F5;
}
.portfolio-grid .portfolio-item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.portfolio-item {
  float: left;
}
.portfolio-column .portfolio-item {
  width: 33%;
}
.portfolio-item-content {
  overflow: hidden;
  position: relative;
}
.portfolio-filter {
  margin-bottom: 40px;
}
.portfolio-filter > li {
  display: inline-block;


}

.portfolio-filter > li + li {
  margin-left: 10px;

}
.portfolio-filter > li a {
   color:#222 ;
   border:2px solid #fff; 
   display: block;
   padding: 0px 10px;
   font-size: 14px;
    font-weight: 500;
   text-transform: uppercase;
}
.portfolio-filter > li.active a,
.portfolio-filter > li a:hover
{
  color: #222;
 border-right: 2px solid #EE4F1E;
 border-left: 2px solid #EE4F1E;

}
.portfolio-cat a:hover{
  color: #EE4F1E;

}
.portfolio-filter > li a {
  color: #222;
}
.portfolio-description {
  background: rgba(238, 79, 30, 1) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 15px 0;
  position: absolute;
  transform: translateY(20px);
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 2;
}
.portfolio-description i {
  color: #222;
  background: #fff;
  margin: 10px 5px;
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
}
.portfolio-description i:hover{
  color: #EE4F1E;
  background: #fff;
  margin: 10px 5px;
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
}
.portfolio-item:hover .portfolio-description{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.portfolio-style .portfolio-description {
   background: rgba(238, 79, 30,.7) none repeat scroll 0 0;
  bottom: auto;
  padding: 10px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.portfolio-style .portfolio-item:hover .portfolio-description {
  opacity: 1;
  transform: translateY(-50%);
  visibility: visible;
}
.portfolio-style .portfolio-description h4 a::before {
  display: none;
}
.portfolio-style .portfolio-description h4 {
  padding-left: 0;

  transition-duration: 0.3s;
}
.portfolio-style .portfolio-cat {
  overflow: hidden;
  padding-left: 0;
  transition-duration: 0.6s;  
}
.portfolio-style .item-thumbnail::before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
   background: rgba(0,0,0,.7) none repeat scroll 0 0;
  z-index: 1;
}
.portfolio-style .portfolio-item:hover .item-thumbnail::before{
 opacity: 1;
}
.portfolio-style .portfolio-description h4 a{
  margin: 0 0 5px;
}
.portfolio-style .portfolio-description h4 a:hover, 
.portfolio-style .portfolio-cat a:hover {
  color: #fff;
}
.portfolio-style .portfolio-cat {
  font-weight: 400;
}
.portfolio-style .portfolio-description h4 a, 
.portfolio-style .portfolio-cat a {
  color: #fff;
  padding: 0;
}
.portfolio-style .portfolio-cat > li::before {
  color: #fff;
}

.slider-text > a i {
  padding-left: 5px;
}
.white-text {
  color: #fff !important;
}

.portfolio-details {
  margin-top: 80px;
}
.port-slider img{
  position: relative;
}
.item-thumbnail {
  position: relative;
}
.portfolio-item img {
  transition: transform 0.5s ease 0s;
  width: 100%;
}
.portfolio-item:hover img {
  transform: scale3d(1.05, 1.05, 1);
  filter: grayscale(100%);
}
.portfolio-description h4 {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0;
  padding-left: 20px;
  text-transform: uppercase;
}
.portfolio-description h4 a {
  display: inline-block;
  margin-bottom: 6px;
  padding-bottom: 6px;
  position: relative;
}
.portfolio-item:hover .portfolio-cat,
.portfolio-item:hover .portfolio-description h4{
  opacity: 1;
  transform: translateY(0);
}
.portfolio-cat,
.portfolio-description h4{
  opacity: 0;
  transition: .3s;
  transform: translateY(-10px);
}
.portfolio-cat {
  overflow: hidden;
  padding-left: 20px;
}
.portfolio-cat > li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.portfolio-cat > li::before {
  content: ",";
  position: absolute;
  right: -5px;
}
.portfolio-cat > li:last-child::before {
  content: "";
}
.portfolio-cat > li:last-child{
  margin-right: 0;
}
.portfolio-cat a {
  color: #3a3a3a;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.portfolio-description a{
  display: inline-block;
}
/*-------------------------------------------------------
 14.Counter section style
---------------------------------------------------------*/
.counter-bg{
  background: rgba(0,0,0,0) url("../image/skill2.jpeg");/* Change the dummy image*/
  background-clip: initial;
  background-color: rgba(255,255,255,0);
  background-origin: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.counter-item{
  display: block;
  padding: 40px 20px;
  border:1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 1; 
}

.counter-item i{
  display: block;
  font-size: 70px;
  color:#EE4F1E;
  margin-bottom: 30px;
}
.counter-item span{
  font-size: 30px;
  color: #fff;
  font-weight: 500;

  margin-bottom: 20px;
  display: inline-block;
}
.counter-item-inner{
 position: relative;
}
.counter-item h4{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.counter-item.style-2{
  width: 100%;
  height: 0;
  position: relative;
  padding: 10px 0 75% 0;
  border:1px solid rgba(255,255,255,.3); 

}
.counter-item-inner .icon{
 height: 100%;
    border-right: 1px dashed #6e6e6e;
    padding-right: 20px;
    position: absolute;
    left: 0;
}
.counter-item.style-2 .counter-item-inner{
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter-item.style-2 i{
  font-size: 36px;
  margin-bottom: 17px;
}

.counter-item.style-2 h4{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.counter-item.style-2 span{
  margin-bottom: 0;
}
/***************************************************
 15. Pricing section style
****************************************************/
.pricing-item{
  background: #fff;
  box-shadow:0px 0px 6px rgba(59,62,72,0.2);
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-bottom: 30px;
}
.pricing-item:hover{
  box-shadow:0px 20px 20px 0px rgba(59,62,72,0.1);
}
.pricing-item .pricing-heading{
  margin-bottom: 20px;
  padding: 20px 0px 20px 0px;
  color: #fff;
  background: linear-gradient(to right,#eb3349 ,#f45c43 100%);;
}
.pricing-item .pricing-heading h6{
 font-weight: 700;
 font-size: 20px;
 text-transform: uppercase;
}
.pricing-item .pricing-body{
   padding: 10px 25px 30px;
}
.pricing-item .pricing-body .rate{
  margin-bottom: 50px;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border:3px solid #EE4F1E;
  border-radius: 50%;
  background: #fff;
   box-shadow: 0 0 20px -2px rgba(150,150,150,0.6);

}
.pricing-item .pricing-body .rate:after{
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: linear-gradient(to right,#eb3349 ,#f45c43 100%);
  top: 29%;
  margin-left: 64px;
}
.pricing-item .pricing-body .rate:before{
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: linear-gradient(to right,#eb3349 ,#f45c43 100%);
  top: 29%;
  margin-left: -104px;
}
.pricing-item:hover .rate .amount,.pricing-item:hover .rate .validity{
  color: #EE4F1E;
}

.pricing-item .pricing-body .rate .amount{
  font-weight: 700;
  margin-top: 25px;
}
.pricing-list{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
ul.pricing-list li {
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding: 2px 0px 2px;
}
.pricing-list li i{
  color: #EE4F1E;
 margin-right: 5px;
}
.pricing-item .pricing-body .button {
  margin-top: 20px;
}
.active-pricing{
  transform: scale(1.03);

}

.active-pricing .rate{
  color: #EE4F1E;
    border:3px solid #EE4F1E;
}
.pricing-item .pricing-body .active-rate:after{
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: linear-gradient(to right,#eb3349 ,#f45c43 100%);
  top: 31%;
  margin-left: 64px;
}
.pricing-item .pricing-body .active-rate:before{
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background: linear-gradient(to right,#eb3349 ,#f45c43 100%);
  top: 31%;
  margin-left: -104px;
}
.btn-pricing{
  margin-top: 30px;
  border-radius: 0px;
  background: linear-gradient(to right,#eb3349 ,#f45c43 100%);
  color: #fff;
  padding: 8px 15px;


}
.btn-pricing a{
  color: #fff;
  text-transform: capitalize;
}
.btn-pricing:hover{
  background:rgba(238,79,30,.9);
}
.pricing-item-1{
    padding: 40px 30px;
    border: 1px solid #F2F2F2;

      box-shadow:0px 0px 6px rgba(59,62,72,0.2);
    border-radius: 2px;
    margin-top: 50px;
}
.pricing-item-1 .pricing-heading-1 h6{
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
position: relative;
padding-bottom: 20px;
margin-bottom:20px;
}
.pricing-item-1 .pricing-heading-1 h6:before{
    content: '';
    height: 3px;
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 0;
 
   background: linear-gradient(to right,#eb3349 ,#f45c43 100%);
}
.pricing-item-1 .price{
   color: #222;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.pricing-item-1 .price span{
      font-weight: 500;
    font-size: 15px;
    display: inline-block;
    padding-left: 8px;
    position: relative;
}
.pricing-item-1 .price span:before{
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  height: 26px;
  width: 2px;
  background: #222;
}
.pricing-item-1 ul{
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
.pricing-item-1 ul li{
  color: #222;
       margin-bottom: 5px;
    padding-bottom: 6px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.pricing-item-1 ul li:last-child{
   border-bottom: 0px solid rgba(0,0,0,.08);
}
.pricing-btn {
    background: linear-gradient(to right,#f45c43 ,#eb3349 100%);
    color: #fff;
    display: block;
    width: 90%;
    margin-left: 5%;
    padding: 9px 0;
    border: none;
    outline: none;
    position: relative;
    overflow: hidden;
}
.pricing-btn span {
    position: relative;
    z-index: 1;
}

.pricing-btn:hover {
    color: #fff;
    
}
.pricing-btn:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    left: 0%;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: linear-gradient(to right,#eb3349 ,#f45c43 100%);
}
.pricing-btn:hover:before {
    width: 100%;
}
 /* -----------------------------------------
  16. blog section style
-------------------------------------------- */
.blog{
     box-shadow: 0px 0px 6px rgba(59,62,72,.2);
     margin-bottom: 50px;
    -webkit-transition: .3s;
    transition: .3s;
}
.blog:hover{
   box-shadow: 0px 20px 20px 0px rgba(59,62,72,.1);
}
.blog-img{
  margin-bottom: 10px;
  overflow: hidden;
}
.blog-image{
  overflow: hidden;
}
.blog-image img{
  display: block;
  width: 100%;
  transition: .3s;
}
.blog .blog-image:hover img{
  transform: scale(1.1);
}
.blog-img .blog-time{
    position: absolute;
    top: -17px;
    right: 24px;
    background-color: #EE4F1E;
    padding: 14px 25px 13px;
    text-align: center;
    color: #fff;
}
.blog-img .blog-time .date{
  font-size: 25px;
  font-weight: 600;
}
.blog-img .blog-time .month{
  font-weight: 600;
}
.blog-text {
  width: 100%;
  padding: 17px 10px 17px 10px;

}

.blog-text .blog-title a{
  color: #222;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-text p{
  margin-bottom: 10px;
}
.blog-text p i{
   color: #EE4F1E;
}
.blog-read-more{
  border-top: 1px solid rgba(0,0,0,.1);
  text-align: center;
}
.blog-read-more{
     padding: 10px 5px 20px 5px;
}
.blog-read-more p{
  float: left;
}
.blog-read-more .list-read-more{
  float: right;
}
.blog .blog-read-more a:hover{
  color: #EE4F1E;
}
.single-blog-item{
     box-shadow: 0px 0px 6px rgba(59,62,72,.2);
    -webkit-transition: .3s;
    transition: .3s;
    padding-right: 30px;
    margin-bottom: 50px;
}
.single-blog-item:hover{
   box-shadow: 0px 20px 20px 0px rgba(59,62,72,.1);
}

.blog-list-img a{
display: block;
overflow: hidden;
}
.blog-list-img a img{
  width: 100%;
  transition: .3s;
}
.single-blog-item .blog-list-img:hover a img{
  transform: scale(1.1);
}
.blog-list-text h3{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-list-text h3:hover{
  color: #EE4F1E;
}
.blog-list-img .blog-time{
    position: absolute;
    top: -15px;
    left: 28px;
    background-color: #EE4F1E;
    padding: 14px 25px 13px;
    text-align: center;
    color: #fff;
}
.blog-list-img .blog-time .date{
  font-size: 25px;
  font-weight: 600;
}
.blog-list-img .blog-time .month{
  font-weight: 600;
}
 .single-blog-item .blog-list-read-comment{
  margin-top: 10px;
  text-align: left;
   border-top: 1px solid rgba(0,0,0,.1);
 }
.blog-list-read-comment{
  padding: 10px;
}
 .blog-list-read-comment p{
  float: left;
  margin-right: 10px;
 }
 .blog-list-read-comment p a:hover{
color: #EE4F1E; 
 }
  .blog-list-read-comment p i{
    color: #EE4F1E;
  }
  .blog-list-read-comment .list-read-more{
  float: right;

 }
 .blog-list-read-comment .list-read-more:hover{
  color: #EE4F1E; 
 }
/***************************************************
 17. Blog sidebar section style
****************************************************/

.blog-sidebar > .widget + .widget {
  margin-top: 35px;
  margin-bottom: 35px;
}


.blog-sidebar .widget > h3 {
  font-size: 20px;
  padding-bottom: 0.9em;
  margin: 0 0 1.3em;
  text-transform: uppercase;
  position: relative;
}

.blog-sidebar .widget > h3:after {
  content: "";
  background-color: #EE4F1E;
  width: 60px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}


.blog-sidebar .search-widget .form div {
  position: relative;
}

.blog-sidebar .search-widget .form input {
  height: 50px;
     border-color: #c0c0c0;
    border-radius: 0px;
}



.blog-sidebar .search-widget button {
  background-color:transparent;
  width: 50px;
  height: 50px;
  border: 1px solid #c0c0c0;
  outline: 0;
  color: #222;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-sidebar .search-widget button i{
  font-size: 20px;
}

.blog-sidebar .search-widget button:hover {
  color: #EE4F1E;
}

.blog-sidebar .categories-widget ul li a {
  font-size: 15px;
  color: #222;
  display: block;
  border-bottom: 1px dotted #e4e4e4;
  padding: 9px 15px 9px 25px;
  position: relative;
}

.blog-sidebar .categories-widget ul li a:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .categories-widget ul li a:hover {
  color: #EE4F1E;
}

.blog-sidebar .recent-posts-widget > .post + .post {
  margin-top: 20px;
}

.blog-sidebar .recent-posts-widget h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0 0 0.5em;
}
.recent-posts-widget img{
  height: 130px;
  width: 100;
}
.blog-sidebar .recent-posts-widget h4 a {
  color: #2d2c2c;
}

.blog-sidebar .recent-posts-widget h4 a:hover {
  color: #EE4F1E;
}

.blog-sidebar .recent-posts-widget .date {
  font-size: 12px;
  color: #EE4F1E;
}

.blog-sidebar .tags-widget div > a {
  font-size: 14px;
  color: #222;
  display: inline-block;
  border: 1px solid #e4e4e4;
  padding: 5px 8px;
  margin: 0 5px 5px 0;
}

.blog-sidebar .tags-widget div > a:hover {
  background-color: #EE4F1E;
  color: #fff;
  border-color: #EE4F1E;
}

}
.social-profile-blog{
margin-top: 30px;
margin-bottom: 10px;  
}
.social-profile-blog li{
  display: inline-block;
  padding: 5px 5px;

}
.social-profile-blog li a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #222;
  border: 1px solid #222;
  border-radius: 100%;
  text-align: center;
}
.social-profile-blog li a:hover{
    border:1px solid #EE4F1E;
  color: #fff;
  background: #EE4F1E;
}
/*--------------------------------------------------------------
blog-details-post section style
----------------------------------------------------------------*/
.blog-details-post .entry-meta {
  padding: 20px 10px 5px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-details-post .entry-meta li{
  display: inline-block;
}

.blog-details-post .entry-meta li{
margin-right: 20px;
}
.blog-details-post .entry-meta li i{
  color: #EE4F1E;
}
.entry-media img{
 width: 100%;
}
.blog-details-post .entry-title {
  margin: 20px 0 25px;
}
.blog-details-post .entry-title h2 {
  font-size: 26px;
  line-height: 1.4em;
  margin: 0;
}

.blog-details-post .entry-body p {
  margin-bottom: 30px;
}

.blog-details-post .entry-body blockquote {
    background-color: #eee;
    font-style: italic;
    padding: 25px;
    border-color: #EE4F1E;
    margin-bottom: 35px;
}

.blog-details-post .entry-body blockquote p {
  margin-bottom: 0;
  line-height: 1.9em;
}

.blog-details-post .entry-body blockquote > p + p {
  margin-top: 25px;
}

.blog-details-post .tag-social-share {
  border-top: 1px solid #efefef;
  padding: 25px 0;
  overflow: hidden;
}

.blog-details-post .tag-social-share > div {
  display: inline-block;
}

.blog-details-post .tag-social-share .social-share {
  float: right;
}

.blog-details-post .tag-social-share .tag a {
  font-size: 13px;
  color: #222;
  border: 1px solid #e4e4e4;
  padding: 5px 7px;
  display: inline-block;
  margin: 0 5px 0 0;
}

.blog-details-post .tag-social-share .tag a:hover {
  background-color: #EE4F1E;
  border-color: #EE4F1E;
  color: #fff;
}

.blog-details-post .tag-social-share .social-share {
  overflow: hidden;
}


.blog-details-post .tag-social-share .social-share > span {
  font-weight: bold;
  position: relative;
  top: 6px;
  margin-right: 15px;
  display: inline-block;
  float: left;
}

.blog-details-post .tag-social-share .social-share .social-links {
  display: inline-block;
  float: left;
}

.blog-details-post .tag-social-share .social-share .social-links li {
  margin-right: 7px;
  display: inline-block;
  text-align: center;
}

.blog-details-post .tag-social-share .social-share .social-links li:last-child {
  margin-right: 0;
}

.blog-details-post .tag-social-share .social-share .social-links a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #222;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-details-post .tag-social-share .social-share .social-links a:hover {
  background-color: #EE4F1E;
  border-color: #EE4F1E;
  color: #fff;
}

.blog-details-post .comments-area {
  margin-top: 65px;
}


.blog-details-post .comments-area .comments-title {
  font-size: 22px;
  margin: 0 0 35px;
}

.blog-details-post .comments-area .comment-list {
  padding-left: 0;
}

.blog-details-post .comments-area .comment-list ol {
  padding-left: 25px;
}

.blog-details-post .comments-area ol {
  list-style-type: none;
}


.blog-details-post .comments-area .comment-author-metadata {
  min-height: 80px;
  position: relative;
  padding: 15px 0 0 90px;
}
.blog-details-post .comments-area .comment-author-metadata img{
  height: 80px;
  border:3px solid #EE4F1E; 
  width: 80px;
  border-radius: 50%;
}


.blog-details-post .comments-area .comment-author-metadata h4 {
  font-size: 18px;
  margin: 0 0 5px;
}


.blog-details-post .comments-area .comment-author-metadata h4 a {
  color: #2d2c2c;
}

.blog-details-post .comments-area .comment-author-metadata h4 a:hover {
  color: #f6ba18;
}

.blog-details-post .comments-area .comment-author-metadata .comment-metadata a {
  font-size: 14px;
  font-style: italic;
  color: #808080;
}

.blog-details-post .comments-area .comment-author-metadata .avatar {
  position: absolute;
  left: 0;
  top: 0;
}


.blog-details-post .comments-area .comment-content {
  margin: 15px 0;
}


.blog-details-post .comments-area .review a {
  color: #EE4F1E;
}

.blog-details-post .comment-respond {
  margin-top: 75px;
}

.blog-details-post .comment-respond > h3 {
  font-size: 22px;
  margin: 0 0 35px;
}


.blog-details-post .comment-respond .comment-form > .col {
  margin-bottom: 15px;
}

.blog-details-post .comment-respond .comment-form input,
.blog-details-post .comment-respond .comment-form textarea {
    background-color: rgb(255, 255, 255);
    border-color: #e4e4e4;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 15px;
}
.blog-details-post .comment-respond .comment-form input:focus,
.blog-details-post .comment-respond .comment-form textarea:focus{
   border-color: #EE4F1E;
}

.blog-details-post .comment-respond .comment-form input:focus,
.blog-details-post .comment-respond .comment-form textarea:focus {
  border-color: #ccc;
}

.blog-details-post .comment-respond .comment-form textarea {
  height: 180px;
  padding-top: 15px;
}


.blog-details-post .comment-respond .comment-form .submit-btn {
  margin-bottom: 0;
}

.blog-details-post .comment-respond .comment-form .submit-btn button {
  border-radius: 0;
}

.blog-details-img a{
  width:100%;
}
{

}
.blog-details-img .blog-time{
    position: absolute;
    top: -17px;
    right: 24px;
    background-color: #EE4F1E;
    padding: 14px 25px 13px;
    text-align: center;
    color: #fff;
}
.blog-details-img .blog-time .date{
  font-size: 25px;
  font-weight: 600;
}
.blog-details-img .blog-time .month{
  font-weight: 600;
}
.blog-details-comment-post{
  margin-bottom: 30px;
}
.comment-list li article {
    margin-bottom: 20px;
}
/*----------------------------------------------
  18 Team section style
 ---------------------------------------------*/
.single-team{
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 50px;
}
.single-team .team-img{
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.single-team .team-img img{
  width: 100%;
  transition: .3s;
}
.single-team:hover .team-img img{
  transform: scale(1.1) rotate(5deg);
}
.single-team .team-content{
  height: 80px;
  width: 100%;
  position: absolute;
  text-align: center;
  overflow: hidden;
  bottom: 0px;
  transition: all .3s;
  background: #EE4F1E;
  z-index: 10;
}
.single-team:hover .team-content{
  height: 150px;
}
.single-team .team-content .team-info{
  padding: 20px 20px 5px 20px;
  transition: all .3s; 
}
.single-team:hover .team-content{
  background: #1F2D3D;
}
.single-team .team-content .team-info h3{
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
}
.single-team .team-content .team-info p{
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
}
.team-social li a {
    color:  #fff;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
    width: 30px;
    line-height: 27px;
    border: 1px solid #fff;
}
.read-profile{
  margin-top: 5px;
  color: #fff;
}
.read-profile a{
  font-size: 15px;
}
.read-profile a:hover{
  color: #EE4F1E;
}
.single-team-title h4{
  margin-bottom: 40px;
  text-transform: capitalize;
  font-weight: 500;
}
.single-team-title h4 span{
  color: #EE4F1E;
}

.single-team-text p{
  margin-top: 20px;
}
.single-team-title h4:after {
    content: '';
    position:  absolute;
    width: 83px;
    height:  2px;
    left: 14px;
    bottom: 20p1;
    margin-top: 39px;
    background: #EE4F1E;
}

.single-team-title h4:before {
    content: '';

    position:  absolute;
    width: 128px;
    left: 14px;
    color:  red;
    background: #EE4F1E;
    height: 2px;
    margin-top: 44px;
}
.skill-bg{
  background: rgba(0,0,0,0) url("../image/skill2.jpeg");/* Change the dummy image*/
  background-clip: initial;
  background-color: rgba(255,255,255,0);
  background-origin: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.skill-item h5{
 font-size: 18px;
 font-weight: 500 !important;
 color: #fff;
}
.skill-heading{
  margin-bottom: 20px;
}
.percentCount{
  color: #fff;
  margin-top: -37px;

}
.skill-title{
  color: #fff;
  margin-bottom: 30px;
}
.skill-title{
  font-size: 30px;
  font-weight: 500;
}
.profile-contact-title{
  color: #222;
    font-size: 30px;
  font-weight: 500;
  margin-bottom: 75px;
}
.single-con{
       box-shadow: 0px 0px 6px rgba(59,62,72,.2);
       padding: 30px;
}
.single-con:hover{
   box-shadow: 0px 20px 20px 0 rgba(59,62,72,.2);
}
.single-con h5{
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
}
.proggress {
   background: #EE4F1E!important;
}
 /* -----------------------------------------
  2
  19. Testimonial section style
-------------------------------------------- */
.testimonial-text-clients{
  background: #fff;
  border: 1px solid #fff;
  margin: 90px 15px 20px 15px;
  text-align: left;
  box-shadow: 0px 0px 6px rgba(59,62,72,.2);
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.testimonial-text-clients:hover{
  box-shadow: 0px 20px 20px 0px rgba(59,62,72,.1);
}
.testimonial-text-clients img{
  width: 100px!important;
  height: 100px;
  background: #EE4F1E;
  padding:5px;
  position: relative;
  margin-top: -80px;
  margin-bottom: 15px;
  box-shadow: 0px 6px 35px -10px rgba(0,0,0,.5); 
}
.testimonial-text-clients p{
  font-size: 17px;
  line-height: 30px;
   display: inline;
}
.testi-text-content>span{
  display: inline-block;
  font-size: 50px;
  font-weight: 500;
  color: #EE4F1E;
  line-height: 0;
  vertical-align: bottom;
}
.testi-text-content>span:nth-child(1){
  vertical-align: bottom;
  line-height: .5;
}

.testimonial-text-clients h5{
  line-height: 30px;
  font-size: 20px;
  margin: 20px 53px 0 0;
  color: #000;
  font-weight: 600;

}
.testi-text-content{
 padding: 10px 30px 20px 30px;

}
.testi-text-content h6 {
    font-size: 14px;
    font-weight: 300;
}

 /* -----------------------------------------
  20. Clients Section Style
-------------------------------------------- */
.clients-carousel .item{
  padding:10px; 
   -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.clients-carousel .item img{
  max-height: 90px;
  width: auto;
  display: inline;
  opacity: .7;
}
.clients-carousel .item:hover img{
opacity: 1;
}
.clients-carousel.carousel {
  text-align: center;
}
.clients-carousel.carousel .item {
  box-shadow: none;
  margin: 0 10px;
}
.clients-bg{
  background: #E7E7E7;
}
.clients-padding-20{
  padding: 20px 0 20px 0;
}
/***************************************************
  21. Pagination section style
****************************************************/
.pagi {
  margin-top: 50px;
}
.pagi ul {
  display: inline-block;
}

.pagi ul li {
  display: inline-block;
}

.pagi ul li a {
    width: 42px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #EE4F1E;
    border: 1px solid #EE4F1E;
    display: block;
}


.pagi ul .active a,
.pagi ul li a:hover {
  background-color: #EE4F1E;
  border:1px solid #EE4F1E;
  color: #fff;
}
 /* -----------------------------------------
  22. 404 section style
-------------------------------------------- */
.gary-bg{
  background: #F5F5F5;
}
.error{
  margin-top: 80px;
}
.error h2{
  text-transform: uppercase;
      font-size: 50px;
    margin-bottom: 10px;
}
.error h2 span{
  color: #EE4F1E;
    font-family: "Open Sans", sans-serif;
}
.error h6 {
    margin-bottom: 20px;
}

.error a {
    border: 1px solid #EE4F1E;
    padding: 6px 15px;
    background: #EE4F1E;
    color: #fff;
}
.error a:hover {
  background: rgba(238,79,38,.9);
}

.error h2 span i {
    font-size: 45px;
}
/***************************************************
 23. Accordions section style
****************************************************/
.accordion-faq .panel + .panel, .accordion-s2 .panel + .panel {
  margin-top: 10px;
}

.accordion-faq .panel, .accordion-s2 .panel {
  border-radius: 0;
  border-color: #f1efef;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-faq .panel-heading, .accordion-s2 .panel-heading {
  background-color: #f8f8f8;
  padding: 0;
}

.accordion-faq .panel-heading a, .accordion-s2 .panel-heading a {
  background-color: #f8f8f8;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #051429;
  padding: 10px 25px;
  position: relative;
}
.panel-group {
    margin-bottom: 30px;
}
.accordion-faq .panel-heading a:after, .accordion-s2 .panel-heading a:after {
      font-family: "FontAwesome";
    content: "\f068";
    background-color: #EE4F1E;
    width: 45px;
    margin-top: -11px;
    padding: 0px!important;
    height: 47px;
    line-height: 51px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    right: 0px;
    color: #fff;
    border-radius: 0px!important;
}
.accordion-faq .panel-heading .collapsed, .accordion-s2 .panel-heading .collapsed {
  background-color: #f8f8f8;
  color: #051429;
}

.accordion-faq .panel-heading .collapsed:after, .accordion-s2 .panel-heading .collapsed:after {
  background-color: #EE4F1E;
  content: "\f067";
  border: 1px solid #EE4F1E;
}

.accordion-faq .panel-default > .panel-heading + .panel-collapse > .panel-body, .accordion-s2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #f1efef;
}

.accordion-faq .panel-body, .accordion-s2 .panel-body {
  padding: 25px;
}

.accordion-faq .panel-body > p:last-child, .accordion-s2 .panel-body > p:last-child {
  margin-bottom: 0;
}
.faq-text{
  margin-left: 120px;
  margin-top: 20px;
}
.faq-text h1{
  font-size: 190px;
  color:#055DB6; 
  margin-bottom: 0px;
}
.faq-text h5{
  margin-top: -40px;
  margin-left: 10px; 
}
.faq-text span{
   color:#055DB6; 
   font-size: 30px;
}
.title-text-faq{
  margin-bottom: 20px;
}
.title-text-faq h3{
  font-size: 25px;
  font-weight: 500;
}
.general-panel{
      padding: 5px 15px 0px 15px!important;
}
.general-panel .panel-title{
    font-size: 18px;
  font-weight: 500;
  color: #051429;
  margin-bottom: 10px;
}
 /* -----------------------------------------
  24.Contact ussection style
-------------------------------------------- */
section.map_contact_form {
    position:  relative;
}
.map_contact_form{
  height: 1100px;
}

div#contactUs {
       position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    bottom: 10%;
}
#map{
  height: 500px;
}



.single-con{
  text-align: center;
}
.single-con .contact-icon i {
    border: 2px solid #EE4F1E;
    height: 60px;
    width: 70px;
    line-height: 58px;
    font-size: 30px;
     color:#EE4F1E; 
}

.contact-team {
    text-align:  center;
    padding: 30px 30px 40px 16px;
}
.contact-team h5{
 margin-bottom: 35px;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
.contact-team h5 span{
  color: #EE4F1E;
}
.contact-form input{
    margin-bottom: 20px;
    border-radius: 0px;
    height: 40px;
}
.contact-form textarea{
      height: 220px;
    border-radius: 0px;
}
.contact-form input:focus,.contact-form textarea:focus{
  border-color: #EE4F1E ;
  box-shadow: none;
}
.contact-bg{
  background: #fff;
  box-shadow: 0px 0px 6px rgba(59,62,72,.2);
}
.contact-bg:hover{
    box-shadow: 0px 20px 20px 0px rgba(59,62,72,.1);
}
.contact-team button{
  margin-top: 20px;
  padding: 10px 15px;
}
 /* -----------------------------------------
  25. Footer section style
-------------------------------------------- */
.footer-bg{
  background: #1F2D3D;
}
.footer{
  color: #fff;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}
.footer-widget-area{
  position: relative;
}
.f-widget{
  margin-bottom: 40px;

}
.logo-section h3{
  font-size: 30px;
}
.logo-section h3 span{
  background: #EE4F1E;
  padding: 5px 10px;
  color: #191919;
}
.logo-section p{
margin-top: 25px;
}
.f-address li i {
    margin-right: 5px;
    color: #EE4F1E;   
}
.f-widget-title{
  margin-bottom: 40px;
  text-align: left;
}
.f-widget-title img{
  display: block;
}
.f-widget-title h4{
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.useful-links{
  margin: 0;

}
.useful-links li{
  display: block;
  position: relative;
  list-style: none;
}
.useful-links li i{
 color: #EE4F1E;
}
.useful-links li a{
  color: #fff;
  margin-left: 5px;
  border-bottom: 1px solid #fff;
  padding: 9px 0px;
}
.useful-links li:first-child a{
  padding-top: 0;
}
.useful-links li:last-child a{
  border-bottom: 0;
  padding-bottom: 0;
}
.useful-links li a{
  color: #fff;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.useful-links li a:hover{
  color: #EE4F1E;
}
.newsletter{
  margin-top: 20px;
}
.newsletter .form-control{
      border: 1px solid #f5f5f5;
    border-right-width: 0;
    background-color: rgba(0,0,0,.0001);
    border-radius: 0px;
    padding: .87rem;
    color: #fff;
    z-index: 1;
    height: 48px;
    outline: none;
}
.newsletter .form-control:focus{
  outline: none;
  box-shadow: none; 
}
.newsletter-btn{
    padding: 8px 15px;
    font-size: 21px;
background: transparent;
border:1px solid #fff;
border-radius: 0px;
}
.newsletter-btn:hover{
  color: #EE4F1E;
  border:1px solid #fff;
}
.instagram-widget{
  overflow: hidden;
}
.instagram-widget > li img  {
max-width: 100%;
    margin-bottom: 7px
}
.instagram-widget > li{
  float: left;
width: 30.33%;
    float: left;
        margin: -4px 3px 0 0px;
}
.copyright-area{
  background: #343F4B;
}
.social-profile{
margin-top: 30px;
margin-bottom: 10px;  
}
.social-profile li{
  display: inline-block;
  padding: 5px 5px;

}
.social-profile li a{

  color: #fff;
  border: 1px solid #fff;

      height: 30px;
    width: 30px;
    border: 1.5px solid;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
}
.social-profile li a:hover{
    border:1px solid #EE4F1E;
  color: #fff;
  background: #EE4F1E;
}
.copyright-text{
 margin-top: 10px;
 margin-bottom: 10px;
}
.copyright-text a{
  color: #EE4F1E;
  font-weight: 400;
}

/*===============================
  24. Page Loader
===============================*/

#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: #fff;
}
.loader {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.loader .loaderch {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.loader .loaderch:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #EE4F1E;
  border-radius: 100%;
  -webkit-animation: loaderdelay 1.2s infinite ease-in-out both;
  animation: loaderdelay 1.2s infinite ease-in-out both;
}
.loader .loader2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.loader .loader3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.loader .loader4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.loader .loader5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.loader .loader6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.loader .loader7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.loader .loader8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.loader .loader9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.loader .loader10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.loader .loader4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.loader .loader5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.loader .loader6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.loader .loader7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.loader .loader8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.loader .loader9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.loader .loader10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.loader .loader11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.loader .loader12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.loader .loader11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.loader .loader12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.loader .loader2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.loader .loader3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

 @-webkit-keyframes loaderdelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes loaderdelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}