/* Factories HTML Template */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto:400,500');
/*font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;*/

@import url('../fonts/stylesheet.css');
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.css');
@import url('nouislider.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('icomoon.css');

/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/

body {
  font-family: 'Roboto', sans-serif;
  font-size:15px;
  color:#222;
  line-height:1.9em;
  font-weight:400;
  background:#ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a{
  text-decoration:none;
  cursor:pointer;
  color:#2c91a8;
}

a:hover,a:focus,a:visited{
  text-decoration:none;
  outline:none;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Montserrat', sans-serif;
  font-weight:normal;
  margin:0px;
  background:none;
  line-height:1.5em;
}



input,button,select,textarea{
  font-family: 'Montserrat', sans-serif;
}

p{
  position:relative;
  line-height:1.9em;  
}

.gray-bg {
  background: #f7f7f7;
}

.strike-through{
  text-decoration:line-through; 
}

.auto-container{
  position:static;
  max-width:1240px;
  padding:0px 15px;
  margin:0 auto;
}

.medium-container{
  max-width:850px;
}

.page-wrapper{
  position:relative;
  margin:0 auto;
  width:100%;
  min-width:300px;
  overflow: hidden;
  
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

.row-15 {
  margin: 0 -7.5px;
}

.theme-btn{
  display:inline-block;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.centered{
  text-align:center;  
}

.btn-style-one{
  position:relative;
  font-family: 'Roboto', sans-serif;
  padding:11px 30px 10px;
  line-height:24px;
  text-transform:uppercase;
  background:#2c91a8;
  color:#ffffff;
  letter-spacing:1px;
  border:2px solid #2c91a8;
  font-size:13px;
  font-weight:700;
  border-radius:3px;
  transition: .5s ease;
}

.btn-style-one:hover{
  background:none;
  color:#2c91a8;
  transition: .5s ease;
}

.btn-style-two{
  position:relative;
  font-family: 'Roboto', sans-serif;
  padding:11px 30px 10px;
  line-height:24px;
  text-transform:uppercase;
  background:none;
  color:#ffffff;
  letter-spacing:1px;
  border:2px solid #ffffff;
  font-size:13px;
  font-weight:700;
  border-radius:3px;
  transition: .5s ease;
}

.btn-style-two:hover{
  background:#2c91a8;
  border-color:#2c91a8;
  color:#ffffff;
  transition: .5s ease;
}

.btn-style-three{
  position:relative;
  font-family: 'Roboto', sans-serif;
  padding:11px 30px 10px;
  line-height:24px;
  text-transform:uppercase;
  background:#2c91a8;
  color:#ffffff;
  letter-spacing:1px;
  border:2px solid #2c91a8;
  font-size:13px;
  font-weight:700;
  border-radius:22px;
  transition: .5s ease;
}

.btn-style-three:hover{
  background:none;
  color:#2c91a8;
  transition: .5s ease;
}

.btn-style-four{
  position:relative;
  font-family: 'Roboto', sans-serif;
  padding:11px 30px 10px;
  line-height:24px;
  text-transform:uppercase;
  background:none;
  color:#ffffff;
  letter-spacing:1px;
  border:2px solid #ffffff;
  font-size:13px;
  font-weight:700;
  border-radius:22px;
  transition: .5s ease;
}

.btn-style-four:hover{
  background:#2c91a8;
  border-color:#2c91a8;
  color:#ffffff;
  transition: .5s ease;
}

.btn-style-five{
  position:relative;
  font-family: 'Roboto', sans-serif;
  padding:11px 30px 10px;
  line-height:24px;
  text-transform:uppercase;
  background:none;
  color:#2c91a8;
  letter-spacing:1px;
  border:2px solid #2c91a8;
  font-size:13px;
  font-weight:700;
  border-radius:3px;
  transition: .5s ease;
}

.btn-style-five:hover{
  background:#2c91a8;
  color:#fff;
  transition: .5s ease;
}

.theme-btn .icon-left{
  padding-right:10px;
}

.theme-btn .icon-right{
  padding-left:10px;
}

.theme_color{
  color:#2c91a8;  
}

.light-font{
  font-weight:300;  
}

.regular-font{
  font-weight:400;  
}

.semibold-font{
  font-weight:600;  
}

.bold-font{
  font-weight:700;  
}

.ex-bold-font{
  font-weight:800;  
}

.heavy-font{
  font-weight:900;
}

.bg-lightgrey{
  background-color:#fafafa; 
}

*.no-bg,
div.no-bg{
  background:none !important; 
}

.text-uppercase{
  text-transform:uppercase; 
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);}

img{
  display:inline-block;
  max-width:100%;
  height:auto;  
}




.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 50px;
}
.post-filter li {
  position: relative;
  padding: 10px 10px;
  margin: 0px 5px 15px;
  background: #f7f7f7;
	border:1px solid #2c91a8;
}


.post-filter li span {
  position: relative;
  color: #000;
  font-size: 18px;
  font-family: 'Montserrat',sans-serif;
  line-height: 24px;
  display: block;
  padding: 0 16px;
  cursor: pointer;
  transition: .5s ease;
}

.post-filter li.active::before {
  color: #2c91a8;
  content: "\f0d7";
  display: block;
  font-family: "FontAwesome";
  font-size: 20px;
  left: 0;
  line-height: 20px;
  padding-left: 0;
  padding-top: 4px;
  position: absolute;
  bottom: -12px;
  z-index: 5;
  left: 50%;
  margin-left: -6px;
  transition: all 500ms ease;
}

.post-filter li:hover span,
.post-filter li.active span {
  color: #2c91a8;
  transition: .5s ease;
}

.post-filter li span:before {
  position: absolute;
  content: "";
  width: 0%;
  left: 0;
  bottom: 0;
  background: #2c91a8;
  transition: .7s ease;
}

.post-filter li.active span:before,
.post-filter li:hover span:before {
  width: 100%;
  transition: .7s ease;
}


/*** 

====================================================================
  Scroll To Top style
====================================================================

***/

.scroll-to-top{
  position:fixed;
  bottom: 15px;
  right:15px;
  width:45px;
  height:40px;
  color:#ffffff;
  font-size: 18px;
  text-transform:uppercase;
  line-height:38px;
  text-align:center;
  z-index:100;
  cursor:pointer;
  background: #2c91a8;
  display:none;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.scroll-to-top:hover{
  color:#ffffff;
  background:#2c91a8;
}

/*** 

====================================================================
  Main Header style
====================================================================

***/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  background: transparent;
  border-top:5px solid #2c91a8;
}



.main-header .logo a {
  padding: 5px 0;
  padding-left: 0px;
  position: relative;
  top: 0px;
  background-position: 0 -1px;
  background-repeat: no-repeat;
  display: inline-block;
}

.main-header.fixed-header .logo a {
  padding: 10px 0 10px;
  padding-left: 0px;
  position: relative;
  background-position: 0 2px;
  top: 8px;
  background-repeat: no-repeat;
  display: inline-block;
}

.main-header .logo h1 {
  color: #222;
  font-weight: 700;
  line-height: 40px;
  text-transform:uppercase;
  font-family: 'news701_btroman';
  font-style:italic;
  color:#2c91a8;
}

.main-header .logo h2 {
  color: #fff;
  font-weight: 700;
  line-height: 26px;
  font-size: 26px;
}


.main-header .logo p {
  color: #222;
  font-size: 15px;
}



.main-header.light-version{
  position:absolute;
  top:20px;
  background:none;  
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  padding:0px 0px;
  background: #202020;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.1);
}

.sticky-header .logo{
  padding: 6px 0px 15px;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; 
}


header.main-header.header-style-one.fixed-header.menu_fixed {
  opacity: 0;
  visibility: hidden;
}



.main-header .auto-container{
  position:relative;  
}


.main-header .main-box{
  position:relative;
  padding:0px 0px;
  left:0px;
  top:0px;
  width:100%;
  background:#ffffff;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-header.light-version .main-box{
  background:none;  
}

.main-header .main-box .outer-container{
  position:relative;
  background: #202020;
  border-radius:10px 10px 0px 0px;
}

.header-style-two .main-box .outer-container{
  position:relative;
  padding:0px 190px 35px;
}

.main-header .main-box .logo-box{
  position:relative;
  float:left;
  left:0px;
  padding: 23px 0px;
  z-index:10;
}

.header-style-two .main-box .logo-box{
  width:100%;
  text-align:center;
}

.fixed-header .main-box .logo-box{
  padding:5px 0px;  
}

.main-header .main-box .logo-box .logo img{
  display:inline-block;
  margin-top: 10px;
  max-width:100%;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;  
}

.main-header .nav-outer{
  position:relative;
  float:right;
}

.main-header .search-box-outer{
  position:absolute;
  right:0px;
  top:50%;
  margin-top:-8px;
  border-left:1px solid #cccccc;
  width:41px;
  height:16px;
}

.header-style-three .search-box-outer{
  border:none;  
}

.main-header .search-box-btn{
  position:relative;
  display:block;
  width:100%;
  font-size:14px;
  text-align:right;
  line-height:17px !important;
  padding:0px;
  margin:0px;
  cursor:pointer;
  color:#777777;
  background:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.light-version .search-box-btn{
  color:#ffffff;  
}

.main-header .search-box-btn:hover{
  color:#2c91a8;  
}

.main-header .search-box-outer .dropdown-menu{
  top:52px;
  border-top:3px solid #2c91a8;
  padding:0px;
  width:280px;  
  border-radius:0px;
}

.main-header .search-box-outer .dropdown-menu > li{
  padding:0px;
  border:none;
  background:none;
}

.main-header .search-panel .form-container{
  padding:25px 20px;  
}

.main-header .search-panel .form-group{
  position:relative;
  margin:0px; 
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
  display:block;
  width:100%;
  line-height:24px;
  padding:7px 40px 7px 15px;
  height:40px;
  font-size:14px;
  color:#333333;
  border:1px solid #e0e0e0;
  background:#ffffff; 
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
  border-color:#2c91a8; 
}

.main-header .search-panel .search-btn{
  position:absolute;
  right:0px;
  top:0px;
  width:40px;
  height:40px;
  text-align:center;
  color:#333333;
  font-size:12px;
  background:none;
  cursor:pointer;
}

.main-menu{
  position:relative;
}

.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation{
  position:relative;
  margin:0px;
}

.header-style-two .main-menu .navigation{
  text-align:center;
  width:100%; 
}

.main-menu .navigation > li{
  position:relative;
  display:inline-block;
  float:left;
  padding: 10px 68px 10px 68px;
  margin:0px;
}
.main-menu .navigation > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: absolute;
    color: #fff;
    top: 6px;
    right: 0;
    font-size: 14px;
    line-height: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.main-menu .navigation > li > a{
  position:relative;
  display:block;
  padding:30px 0px;
  color:#666666;
  text-align:center;
  line-height:30px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  opacity:1;
  font-size: 14px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.light-version .main-menu .navigation > li > a{
  color:#ffffff;  
}

.sticky-header .main-menu .navigation > li > a{
  padding: 25px 20px !important;
  color: #ffffff !important;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after{
  display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
  color:#2c91a8 !important;
  opacity:1;
  border-bottom:1px solid #2c91a8 !important;
}

.sticky-header .main-menu .navigation > li > a {
  position: relative;
}

.header-style-three .main-menu .navigation > li.dropdown > a {
  padding-right: 20px !important;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: absolute;
    color: #fff;
    top: 25px;
    right: 0;
    font-size: 14px;
    line-height: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.sticky-header .main-menu .navigation > li.current-menu-item > a{
  color:#ffffff !important;
  background:#2c91a8;
}
.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
}

.main-menu .navigation > li > ul{
  position:absolute;
  left: -26px;
  top: 120%;
  width: 260px;
  z-index:100;
  display:none;
  background: #fff;
  border-top: 1px solid #2c91a8;
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
  -ms-box-shadow:0 6px 12px rgba(0,0,0,.175);
  -o-box-shadow:0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow:0 6px 12px rgba(0,0,0,.175);
  box-shadow:0 6px 12px rgba(0,0,0,.175);
}

.light-version .main-box .main-menu .navigation > li > ul{
  margin-top:-20px; 
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding: 12px 25px;
  line-height:24px;
  border-bottom: 1px dashed #f4f4f4;
  font-weight:600;
  font-family: 'Montserrat', sans-serif;
  text-transform:capitalize;
  color: #333;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child a {
  border-color: rgba(255, 255, 255, 0.39);
}

.main-menu .navigation > li > ul > li:hover > a{
  color: #2c91a8;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'FontAwesome';
  content: "\f105";
  position:absolute;
  right:10px;
  top:12px;
  width:10px;
  height:24px;
  display:block;
  color:#253d4a;
  line-height:24px;
  font-size:16px;
  font-weight:normal;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
  color:#ffffff;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0px;
  width:220px;
  padding:0px;
  z-index:100;
  display:none;
  background:#222222;
  border-top:3px solid #2c91a8;
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:12px 15px;
  line-height:24px;
  font-weight:500;
  font-size:14px;
  text-transform:capitalize;
  color:#ffffff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
  color:#cccccc;
  background:#363333; 
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'FontAwesome';
  content: "\f105";
  position:absolute;
  right:10px;
  top:11px;
  width:10px;
  height:20px;
  display:block;
  color:#272727;
  line-height:20px;
  font-size:16px;
  font-weight:normal;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
  color:#ffffff;  
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top:100%; 
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top:0;
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease; 
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right:10px;
  top:6px;
  width:34px;
  height:30px;
  border: 1px solid #2c91a8;
  text-align:center;
  font-size:16px;
  line-height:28px;
  color: #2c91a8;
  cursor:pointer;
  z-index:5;
  display:none;
}

.sticky-header .main-menu .navigation > li{
  float:left;
  padding: 0;
  margin: 0;
  display:block;
  margin-left: 0px;
}

.header-style-three .main-menu .navigation > li:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    right: 0px;
    top: 0;
}

.header-lower .main-menu .navigation > li.dropdown > a {
    padding-right: 20px;
}


.slotholder {
  position: relative;
}

.slotholder:after {
    background: rgba(0, 0, 0, 0.20);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}


/*================= header style three ===============*/



.main-header.header-style-three .nav-outer {
    float: left;
}


.header-style-three .main-menu .navigation > li > a {
    padding: 5px 0;
    position: relative;
    color: #fff;
    line-height: 20px;
}
.header-style-three .main-menu .navigation > li:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  right: 0px;
  top: 0;
  background: #121212;
  box-shadow: 1px 0 #2a2a2a;
}

.header-style-three .main-menu .navigation > li:last-child:before,
.header-style-three .main-menu .navigation > li:last-child:after {
  display: none;
} 


.header-style-three .main-menu .navigation > li:last-child > a:before {
  display: none;
}

.main-header.header-style-three .main-box {
    background: transparent;
}

.main-header.header-style-three .header-top-one {
}




/*Search form*/

.main-header.header-style-three .nav-outer {
  width: 100%;
}
.main-header .outer-box2 {
  position:absolute;
  right:0px;
  top:0px;
}



.outer-box2 .search-form .form-group{
  position:relative;
  display:block;
  margin:0px;
}

.outer-box2 .search-form .form-group input[type="text"],
.outer-box2 .search-form .form-group input[type="tel"],
.outer-box2 .search-form .form-group input[type="email"],
.outer-box2 .search-form .form-group textarea{
  position:relative;
  display:block;
  width: 220px;
  height: 74px;
  color:#ffffff;
  font-size:16px;
  background: #363636;
  padding:6px 50px 6px 25px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.outer-box2 .search-form ::-webkit-input-placeholder,
.outer-box2 .search-form ::-moz-placeholder,
.outer-box2 .search-form :-ms-input-placeholder,
.outer-box2 .search-form :-ms-input-placeholder { 
  color: #e0e0e0 !important;
}

.outer-box2 .search-form .form-group input[type="submit"],
.outer-box2 .search-form button{
  position:absolute;
  right:0px;
  top:0px;
  width:70px;
  height:100%;
  font-size: 15px;
  line-height:70px;
  color:#ffffff;
  font-weight:700;
  background:transparent;
  text-transform:uppercase;
}

.outer-box2 .search-form .form-group input[type="submit"] .icon,
.outer-box2 .search-form button .icon{
  color:#ffffff;
  font-size: 18px;
}



.main-header.header-style-three .header-upper{
  position:relative;
  padding: 10px 0px;
  background:#ffffff;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  z-index:5;
}

.main-header.header-style-three .header-upper .logo img{
  position:relative;
  display:inline-block;
  max-width:100%;
}

.main-header.header-style-three .logo-outer{
  position:relative;
  z-index:25;
}

.main-header.header-style-three .logo-outer .logo img{
  position:relative;
  display:inline-block;
  max-width:200px;
  width:100%;
}

.main-header.header-style-three .header-upper .btn-style-one {
  background-color: #2c91a8;
  border-color: #2c91a8;
  border-radius: 25px;
}
.main-header.header-style-three .header-upper .btn-style-one:hover {
    background: #fff;
}
.main-header.header-style-three .header-upper .upper-right{
  position:relative;
  padding:10px 0px 0px;
}

.main-header.header-style-three .info-box{
  position:relative;
  float:left;
  min-height:56px;
  margin-left:20px;
  font-size:13px;
  text-transform:uppercase;
  color:#777777;
  padding:0px 0px 0px 75px;
}


.main-header.header-style-three .info-box .icon-box{
  position:absolute;
  left: 0;
  top: 6px;
  width: 57px;
  height: 36px;
  padding-left: 8px;
  border-right: 1px solid rgba(19, 29, 51, 0.1);
  color:#2c91a8;
  font-size: 34px;
  text-align:left;
  line-height: 37px;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}


.main-header.header-style-three .info-box li{
  position:relative;
  line-height:20px;
  color:rgba(0,0,0,0.60);
  font-size:17px;
  margin-bottom:5px;
  text-transform:none;
}

.main-header.header-style-three .info-box li a{
  color:#777777;    
}

.main-header.header-style-three .info-box strong{
  font-weight: 700;
  color: #222;
  font-size: 16px;
  text-transform:capitalize;
  font-family: 'Montserrat', sans-serif;
}


/*** 

====================================================================
  About Us
====================================================================

***/

.sec-title{
  position:relative;
  margin-bottom:20px; 
}

.sec-title.centered{
  margin-bottom:50px; 
}

.sec-title.light{
  color:#cccccc;  
}

.sec-title h2{
  position:relative;
  font-size:32px;
  color:#222222;
  font-weight:800;
  line-height:1.5em;
  text-transform:capitalize;
  padding-bottom:10px;
}

.sec-title h2 span {
  color: #2c91a8;
}

.sec-title h4{
  position:relative;
  font-size:18px;
  color:#222222;
  font-weight:500;
  line-height:1.5em;
}

.sec-title.light h2{
  color:#ffffff;
}

.sec-title h2:before{
  content:'';
  position:absolute;
  left:0px;
  bottom:0px;
  width: 40px;
  border-bottom: 2px solid #2c91a8;
}

.sec-title h2:after{
  content:'';
  position:absolute;
  left: 40px;
  bottom:0px;
  width: 40px;
  border-bottom: 2px solid #2c91a8;
}

.sec-title.centered h2:before{
  left:50%;
  margin-left:-27px;  
}

.sec-title.centered h2:after{
  left:auto;
  right:50%;
  margin-right:-27px; 
}

.sec-title .desc-text{
  position:relative;
  font-size:14px;
  line-height:1.8em;
  padding-top:25px; 
}

.sec-title.centered .desc-text{
  max-width:500px;
  margin:0 auto;  
}

.small-title{
  position:relative;
  margin-bottom:30px; 
}

.small-title h3{
  position:relative;
  font-size:22px;
  color:#222222;
  font-weight:700;
  line-height:1.5em;
  padding-bottom:12px;
}

.small-title h3:before{
  content:'';
  position:absolute;
  left:0px;
  bottom:0px;
  width:24px;
  border-bottom:3px solid #2c91a8;  
}

.small-title h3:after{
  content:'';
  position:absolute;
  left:26px;
  bottom:0px;
  width:24px;
  border-bottom:3px solid #2c91a8;  
}

.info-block-one{
  position:relative;
  margin-bottom:30px;
  text-align:center;  
}

.info-block-one .inner-box{
  position:relative;
  display:block;
  max-width:340px;
  margin:0 auto;  
}

.info-block-one .inner-box .icon-box{
  position:relative;
  width:60px;
  height:60px;
  border:2px solid #aaaaaa;
  padding:10px 0px;
  line-height:36px;
  font-size:24px;
  color:#777777;
  margin:0px auto 25px;
  border-radius:50%;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;  
}

.info-block-one .inner-box:hover .icon-box{
  background:#2c91a8;
  border-color:#2c91a8;
  color:#ffffff;
}

.info-block-one .inner-box .icon-box:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  border:2px solid #2c91a8;
  border-radius:50%;
  opacity:0;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;  
}

.info-block-one .inner-box:hover .icon-box:before{
  left:-7px;
  top:-7px;
  right:-7px;
  bottom:-7px;
  opacity:1;  
}

.info-block-one .inner-box h3{
  position:relative;
  font-size:14px;
  color:#1c1c1c;
  font-weight:700;
  text-transform:uppercase;
  padding-bottom:15px;
  margin-bottom:25px;
}

.info-block-one .inner-box h3:after{
  content:'';
  position:absolute;
  left:50%;
  margin-left:-13px;
  bottom:0px;
  width:26px;
  border-bottom:2px solid #aaaaaa;  
}

.info-block-one .inner-box .text{
  position:relative;
  line-height:1.9em;
  margin-bottom:15px;
}

.info-block-one .inner-box .read-more{
  color:#666666;
  font-size:14px;
  text-transform:capitalize;
  font-weight:500;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;  
}

.info-block-one .inner-box .read-more .fa{
  padding-left:5px; 
}

.info-block-one .inner-box .read-more:hover{
  color:#2c91a8;  
}


/*** 

====================================================================
  Default Section
====================================================================

***/

.default-section{
  position:relative;
  z-index:1;
  padding: 90px 0px;
  background: #f7f7f7;
}

.default-section .services-outer{
  position:relative;
  margin: 0 -10px;
}

.default-service-block{
  position:relative;
  padding:0px;
}

.default-service-block .inner-box{
  position:relative;
  padding: 30px 40px 30px 100px;
  background: #fff;
  margin: 0px 10px 20px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition: all 300ms ease;
}

.default-service-block .inner-box:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 1%;
  background: #131d33;
  opacity: 0;
  transition: .7s ease;
}

.default-service-block .inner-box:hover:before {
  height: 100%;
  opacity: 1;
  transition: .7s ease;
}

.default-service-block .inner-box:hover {
  color: #fff;
}

.default-service-block .icon-box{
  position:absolute;
  left: 29px;
  top:30px;
  font-size:40px;
  color:#333333;
  line-height:1em;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.default-service-block h3{
  font-size:18px;
  font-weight:700;
  color:#222222;
  text-transform:capitalize;
  font-family:'Montserrat',sans-serif;
  margin-bottom:15px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;    
}

.default-service-block .inner-box:hover h3,
.default-service-block .inner-box:hover .icon-box{
  color:#ffffff;  
}

.default-service-block .text{
  position:relative;
  line-height:1.9em;
  margin-bottom: 5px;
}

.default-service-block .read-more{
  position: relative;
  color:#232323;
  text-transform:capitalize;
  font-family:'Montserrat',sans-serif;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;    
}

.default-service-block .inner-box:hover .read-more {
  color:#fff; 
}


/*** 

====================================================================
  Gallery Section
====================================================================

***/

.gallery-section{
  position:relative;
  padding: 90px 0px 90px;
}
.gallery-section .link-btn {
  position: absolute;
  right: 0px;
  top: 10px;
}

.default-portfolio-item{
  position:relative;
  padding: 0 7.5px;
  margin-bottom:15px;
}

.fluid-section-two .default-portfolio-item{
  margin-bottom:0px;  
  padding: 0;
}

.default-portfolio-item.mix{
  display:none;
}

.default-portfolio-item .inner-box{
  position:relative;
  width:100%;
  overflow:hidden;
}

.default-portfolio-item .image-box{
  position:relative;
  display:block;
}

.default-portfolio-item .image-box img{
  position:relative;
  display:block;
  border-radius:3px;
  width:100%;
}

.default-portfolio-item .overlay-box{
  position:absolute;
  left:0px;
  top:-100%;
  width:100%;
  height:100%;
  padding:0px;
  color: #fff;
  opacity:0;
  text-align:center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.style-two .default-portfolio-item .overlay-box{
  border:none;
}

.default-portfolio-item .inner-box:hover .overlay-box{
  top:0px;
  opacity:1;  
}

.default-portfolio-item .overlay-inner{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  padding:10px 20px;
  background: rgba(20, 30, 52, 0.57);
}

.default-portfolio-item .overlay-inner .content{
  position:relative;
  display:table-cell;
  vertical-align:middle;
  padding:10px 15px;
}

.default-portfolio-item .overlay-inner .option-btn{
  position:relative;
  display:block;
  color:#777777;
  font-size:14px;
  width:44px;
  height:44px;
  line-height:36px;
  margin:0 auto;
  border:4px solid rgba(53,77,113,0.50);
  background:#ffffff;
  border-radius:50%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner .option-btn:hover{
  background:#354d71;
  border-color:#2c91a8;
  color:#ffffff;  
}

.default-portfolio-item .overlay-inner h4{
  position:relative;
  margin-bottom:5px;
  line-height:1.4em;
  font-size:16px;
  color:#ffffff;
  text-transform:uppercase;
  font-weight:700;
  font-family:'Montserrat',sans-serif;  
}

.default-portfolio-item .overlay-inner h4 a{
  color:#ffffff;  
}

.default-portfolio-item .overlay-inner .text{
  position:relative;
  margin-bottom:20px;
  line-height:1.8em;
  font-size:14px;
  color:#ffffff;  
}

.gallery-section .view-more{
  padding-top:20px;
  text-align:center;  
}

.fancybox-next span,
.fancybox-prev span{
  background-image:none !important;
  width:44px !important;
  height:44px !important;
  line-height:44px !important;
  text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
  content:'';
  position:absolute;
  font-family: 'FontAwesome';
  left:0px;
  top:0px;
  font-size:12px;
  width:44px !important;
  height:44px !important;
  line-height:44px !important;
  background-color:rgba(28,28,28,0.40) !important;
  color:#ffffff;
  visibility:visible;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.fancybox-next span:before{
  content:'\f178';
}

.fancybox-prev span:before{
  content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
  background-color:#2c91a8 !important;
  color:#ffffff;  
}

.fancybox-type-image .fancybox-close{
  right:0px;
  top:0px;
  width:45px;
  height:45px;
  background:url(../images/icons/icon-cross.png) center center no-repeat;
  background-color:rgba(17,17,17,0.50) !important;  
}

.fancybox-type-image .fancybox-close:hover{
  background-color:#000000 !important;  
}

.fancybox-type-image .fancybox-skin{
  padding:0px !important; 
}

/*** 

====================================================================
  Sponsors Style One
====================================================================

***/

.sponsors-style-one{
  position:relative;
  padding: 80px 0px 50px;
  background-color: #131d33;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment:fixed;
  color:#ffffff;
}

.sponsors-style-one:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: rgba(19, 29, 51, 0.85);
}

.sponsors-style-one .auto-container{
  position:relative;
  z-index:1;  
}

.sponsors-style-one .content-column{
  position:relative;
  margin-bottom:30px; 
}

.sponsors-style-one .content-column h2{
  font-size:24px;
  font-weight:700;
  color:#ffffff;
  text-transform: capitalize;
  line-height:1.5em;
  margin-bottom:15px;
}

.sponsors-style-one .content-column .text{
  position:relative;
  font-size:14px;
  line-height:1.9em;
  margin-bottom:30px; 
}

.sponsors-style-one .carousel-outer{
  position:relative;
  padding:40px 52px 20px 80px;  
}

.sponsors-style-one .owl-dots{
  display:none; 
}

.sponsors-style-one .owl-nav .owl-prev,
.sponsors-style-one .owl-nav .owl-next{
  position:absolute;
  top:50%;
  margin-top:-15px;
  display:block;
  width:20px;
  height:30px;
  line-height:30px;
  background:none;
  color:#ffffff;
  font-size:18px;
  text-align:center;
}

.sponsors-style-one .owl-nav .owl-prev{
  left:-50px; 
}

.sponsors-style-one .owl-nav .owl-next{
  right:-50px;  
}

.sponsors-style-one .sponsors-carousel-one li{
  display:block;
  border:2px solid #ffffff;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;  
}

.sponsors-style-one .sponsors-carousel-one li:hover{
  border-color:#2c91a8; 
}



/*** 

====================================================================
  Get Quote Section
====================================================================

***/

.get-quote-section{
  position:relative;
  padding: 100px 0px 100px;
  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
  background-attachment: fixed;
}
.get-quote-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    left: 0;
    top: 0;
}


.get-quote-section .get-quote-bg {
  position: relative;
  padding:60px 50px 40px;
  background:#ffffff;
  box-shadow:0px 0px 7px 0px rgba(0,0,0,0.30);
}

.get-quote-section .text {
  max-width: 400px;

}

.get-quote-section .quote-form{
  position:relative;
  max-width:560px;
}

.get-quote-section .contact-info {
  margin-top: 30px;
}

.get-quote-section .contact-info h4 {
  color: #777;
  font-size: 15px;
  margin-bottom: 12px;
}

.get-quote-section .contact-info h4 span {
  color: #232323;
  font-weight: 600;
}


/*** 

====================================================================
  Default Form Styling
====================================================================

***/

.default-form .form-group{
  position:relative;
  margin-bottom:25px; 
}

.get-quote-section .quote-form .row,
.quote-form-two .row{
  margin:0px -10px;
}

.get-quote-section .quote-form .form-group,
.quote-form-two .form-group{
  padding:0px 10px;
  margin-bottom:20px; 
}

.default-form .form-group .field-inner{
  position:relative;
}

.default-form .form-group .field-inner .input-icon{
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  font-size: 12px;
  color: #f06529;
}

.default-form .field-label{
  display:block;
  line-height:24px;
  margin-bottom:10px;
  color:#777777;
  font-weight:400;
  font-size:16px;
}

.default-form .form-group .field-label sup,
.default-form .form-group .field-label .req{
  color:#f06529;
  font-size:16px;
  padding-left:3px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="tel"],
.default-form input[type="url"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height: 50px;
  font-size:14px;
  border: 1px solid #ccc;
  padding:8px 20px 8px;
  background-color: #f7f7f7;
  color:#333333;
  border-radius:0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.default-form select{
  cursor:pointer;
  -moz-appearance:none;
  -webkit-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea{
  height:150px;
  resize:none;
  margin-bottom:10px; 
}

.get-quote-section .default-form textarea{
  margin-bottom:10px;
  height:96px;
}

.team-details .default-form textarea{
  height:120px;
}

.quote-form-two textarea{
  margin-bottom:10px;
  height:100px;
}

.default-form select option{
  text-indent:20px;
  color:#222222;  
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
  border-color:#2c91a8; 
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
  border-color:#ff0000 !important;  
}

.default-form label.error{
  display:block;
  line-height:24px;
  padding:5px 0px 0px;
  margin:0px;
  text-transform:uppercase;
  font-size:13px;
  color:#ff0000;
  font-weight:400;  
}


/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer{
  position:relative;
  color:#9b9b9b;
  background: #252525;
}

.main-footer .footer-upper{
  position:relative;
  padding: 80px 0px 30px;
  color:#9b9b9b;
}

.main-footer .footer-upper .column{
  position:relative;
  margin-bottom:40px; 
}

.footer-upper .column h3{
  position:relative;
  font-size: 18px;
  line-height:30px;
  margin-bottom:32px;
  font-weight: 400;
  text-transform: uppercase;
  color:#ffffff;
}

.footer-upper .column h3.logo-text{
  font-size:36px;
  font-weight:700;  
}

.main-footer .about-widget{
  font-size:15px;
}

.main-footer .footer-upper a{
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.main-footer .footer-upper a:hover{
  color:#ffffff;  
}

.footer-upper .links-widget li{
  position:relative;
  margin-bottom:15px;
}

.footer-upper .links-widget li a{
  position:relative;
  display:block;
  font-size:15px;
  color:#999999;
  line-height:20px;
}

.footer-upper .links-widget li a:hover{
  color:#ffffff;  
}

.main-footer .social-links a{
  position:relative;
  display:inline-block;
  font-size:16px;
  width:44px;
  height:44px;
  line-height:44px;
  text-align:center;
  margin: 10px 5px 0px 0px;
  color:#9b9b9b;
  background:#3b3b3b;
  border-radius:50%;
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
}

.main-footer .social-links a:hover{
  color:#ffffff;
  background:#2c91a8; 
}

.footer-upper .twitter-feeds .feed{
  position:relative;
  padding:0px 0px 0px 30px;
  margin-bottom:20px;
  color:#aaaaaa;
}

.footer-upper .twitter-feeds .feed:last-child{
  margin:0px; 
}

.footer-upper .twitter-feeds .feed-content{
  margin-bottom:5px;
  line-height:1.6em;  
}

.footer-upper .twitter-feeds .feed a{
  position:relative;
  color:#2c91a8;
}

.footer-upper .twitter-feeds .feed .time{
  position:relative;
  color:#ffffff;
  font-size:14px;
  font-family:'Lora',serif;
  text-transform:capitalize;
  font-weight:700;
}

.footer-upper .twitter-feeds .feed strong{
  font-weight:400;  
}

.footer-upper .twitter-feeds .feed .icon{
  position:absolute;
  width:30px;
  height:20px;
  left:0px;
  top:5px;
  line-height:20px;
  font-size:18px;
  color:#999999;  
}

.main-footer .newsletter-widget .form-group{
  position:relative;
  margin-bottom:10px;
  margin-top: 20px;
}

.main-footer .newsletter-widget input[type="text"],
.main-footer .newsletter-widget input[type="email"]{
  position:relative;
  display:block;
  width:100%;
  line-height:26px;
  padding:11px 50px 11px 15px;
  background: #ffffff;
  border:1px solid rgba(255,255,255,0.05);
  border-radius:5px;
}

.main-footer .newsletter-widget input[type="text"]:focus,
.main-footer .newsletter-widget input[type="email"]:focus{
  background:#181818; 
}

.main-footer .newsletter-widget input[type="submit"],
.main-footer .newsletter-widget button{
  position:absolute;
  right:0px;
  top:0px;
  width:50px;
  height:50px;
  line-height:46px;
  text-align:center;
  font-size:20px;
  color:#ffffff;
  background:#2c91a8;
  border-radius:0px 5px 5px 0px;  
}

.main-footer .newsletter-widget input:focus+button,
.main-footer .newsletter-widget button:hover{
  background:#888888; 
}

.main-footer .confid{
  position:relative;
  font-size:14px;
  color:#9b9b99;
  margin-bottom:20px;
  margin-top: 20px;
}

.main-footer .contact-info{
  font-size:16px; 
}

.main-footer .contact-info li{
  margin-bottom:10px; 
}

.main-footer .contact-info li h4{
  font-size:16px;
  color:#ffffff;
  margin-bottom:5px;  
}

.main-footer .contact-info li a{
   color:#9b9b9b; 
}

.main-footer .news-widget .news-item{
  position:relative;
  padding-left:95px;
  padding-top:15px;
  margin-bottom:25px;
  min-height:75px;
}

.main-footer .news-widget.no-thumb .news-item{
  padding-left:0px;
  padding-top:0px;
  margin-bottom:25px;
  min-height:0px;
}

.main-footer .news-widget .news-item:last-child{
  margin-bottom:0px;  
}

.main-footer .news-widget .news-item .news-thumb{
  position:absolute;
  left:0px;
  top:0px;
  width:75px; 
}

.main-footer .news-widget .news-item .news-thumb img{
  display:block;
  width:75px;
  height:75px;  
}

.main-footer .news-widget .news-item h4,
.main-footer .news-widget .news-item h4 a{
  font-size:15px;
  color:#ffffff;  
}

.main-footer .news-widget .news-item h4 a:hover{
  color:#2c91a8;
} 

.main-footer .news-widget .news-item .time{
  font-size:12px;
  text-transform:uppercase;
}

.main-footer .quote-form .form-group{
  position:relative;
  margin-bottom:10px;
}

.main-footer .quote-form .form-group input[type="text"],
.main-footer .quote-form .form-group input[type="email"],
.main-footer .quote-form .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:24px;
  padding:10px 15px;
  background:#2b2b2b;
  border:1px solid rgba(255,255,255,0.05);
  border-radius:3px;  
}

.main-footer .quote-form .form-group textarea{
  resize:none;
  height:100px; 
}

.main-footer .quote-form .form-group input[type="text"]:focus,
.main-footer .quote-form .form-group input[type="email"]:focus,
.main-footer .quote-form .form-group textarea:focus{
  background:#181818; 
}

.main-footer .quote-form button{
  padding:9px 30px; 
}

.main-footer .popular-posts .post{
  position:relative;
  font-size:15px;
  color:#696969;
  padding:0px 0px;
  padding-left:95px;
  min-height:95px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.main-footer .popular-posts .post:last-child{
  margin-bottom:0px;
  padding-bottom:0px;
  border-bottom:none;
}

.main-footer .popular-posts .post .post-thumb{
   position:absolute;
   left:0px;
   top:0px;
   width:75px;
   border-radius:50%;
}

.main-footer .popular-posts .post .post-thumb img{
  display:block;
  width:100%;
}

.main-footer .popular-posts .text{
  font-size:15px;
  line-height:1.5em;
  color:#222222;
  font-weight:500;
  margin:0px 0px 5px;
}

.main-footer .popular-posts .text a{
  color: #999;
  font-weight: 700;
}

.main-footer .popular-posts .text a:hover{
  color:#2c91a8;  
}

.main-footer .popular-posts .post-meta li{
  position:relative;
  display:inline-block;
  line-height:24px;
  font-size:13px;
  margin-right:10px;
}

.main-footer .popular-posts .post-meta li a{
  color: #2c91a8;
  font-family: 'Montserrat', sans-serif;
}

.main-footer .popular-posts .post-meta li a i {
  color: #2c91a8;
  margin-right: 5px;
}

.main-footer .popular-posts .post-meta li .fa{
  padding-right:3px;  
}

.footer-bottom{
  position:relative;
  padding:24px 0px;
  line-height:22px;
  color:#b3b3b3;
  background: #1a1a1a;
  font-size:13px;
  text-transform:uppercase;
}

.footer-bottom .footer-nav{
  position:relative;
}

.footer-bottom .footer-nav li{
  position:relative;
  float:left;
  margin-left:25px; 
}

.footer-bottom .footer-nav li a{
  color:#b3b3b3;  
}

.footer-bottom .footer-nav li a:hover{
  color:#ffffff;  
}

.footer-content-right { width:100%; margin:0px; padding:0px; float:right; display:inline-block; }
.footer-content-right ul.contact {padding:0; margin:0px;}
.footer-content-right ul.contact li { font-family:inherit; text-decoration:none; border-top:dashed 1px rgba(210, 215, 217, 0.1); margin:0px; padding:5px 0px 5px 35px; position:relative; width:90%; }
.footer-content-right ul.contact li:before { display:inline-block; font-size:1.5em; height:1.125em; position:absolute; left:0; line-height:1.125em; width:1.5em; to-p:1em; font-family: 'FontAwesome';  }
.footer-content-right ul.contact li:first-child { border-top:0; margin-top:0; padding-top:0;}
.footer-content-right ul.contact li a {color:#9b9b9b;}
.footer-content-right ul.contact li a:hover {color:#2c91a8;}


/*** 

====================================================================
  Sponsors Style Two
====================================================================

***/

.sponsors-style-two{
  position:relative;
  background: #f8f9f9;
  padding: 80px 0px 80px;
}

.sponsors-style-two .image-box{
  position:relative;
  display:block;
  background: #fff;
  text-align:center;
}

.sponsors-style-two .image-box img{
  position:relative;
  display:inline-block;
  width:auto;
  max-width:100%;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}

.sponsors-style-two .image-box:hover img{
  opacity:1;  
}

.sponsors-style-two .owl-theme .owl-nav,
.sponsors-style-two .owl-theme .owl-dots{
  display:none; 
}

.sponsors-style-two .tooltip-inner {
  background: #2c91a8;
}
.sponsors-style-two .tooltip.top .tooltip-arrow {
  border-top-color: #2c91a8;
}

.sponsors-style-two .owl-carousel .owl-stage-outer {
  padding-top: 40px;
}
.sponsors-style-two .sec-title {
  margin-bottom: 10px;
}



/*** 

====================================================================
  About Us
====================================================================

***/

.founder-intro-post{
  position:relative;
  margin-bottom:30px; 
}

.founder-intro-post .text{
  position:relative;
  text-align:justify; 
}

.founder-intro-post .text p{
  margin-bottom:15px;
  line-height:1.8em;  
}

.founder-intro-post .signature{
  position:relative;
  text-align:right;
  margin-bottom:7px;  
}

.founder-intro-post .author-info{
  position:relative;
  text-align:right;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:12px;
}

.featured-post{
  position:relative;
  margin-bottom:30px; 
}

.featured-post .inner-box{
  position:relative;
  display:block;  
}

.featured-post .image-box{
  position:relative;
  margin-bottom:20px; 
}

.featured-post .image-box img{
  position:relative;
  display:block;
  width:100%;
}

.featured-post h3{
  font-size:16px;
  text-transform:capitalize;
  color:#354d71;
  font-weight:700;
  font-family:'Montserrat',sans-serif;
  margin-bottom:10px;
}

.featured-post h3 a{
  color:#232323;
  transition: .5s ease;
}

.featured-post h3 a:hover{
  color:#2c91a8;
  transition: .5s ease;
}

.featured-post .text{
  position:relative;
  line-height:1.9em;
  margin-bottom:10px;
}

.featured-post .read-more{
  position:relative;
  color:#232323;
  font-weight:500;
  font-family:'Montserrat',sans-serif;
  transition: .5s ease;
}

.featured-post .read-more .fa{
  padding-left:5px; 
}

.featured-post .read-more:hover{
  color:#2c91a8;
  transition: .5s ease;
} 

/*** 

====================================================================
  What We Do
====================================================================

***/

.what-we-do{
  position:relative;
  background:#f7f7f7;
  padding:100px 0px 70px;
}

.what-we-do .image-column{
  margin-bottom:30px;
  padding-top:10px; 
}

.what-we-do .image-column img{
  display:block;
  width:100%; 
}

.what-we-do .outer{
  position:relative;
  overflow:hidden;  
}

.what-we-do .outer:before{
  content:'';
  position:absolute;
  left:0px;
  top:50%;
  margin-top:-15px;
  width:100%;
  border-bottom:1px solid #e0e0e0;  
}

.what-we-do .outer:after{
  content:'';
  position:absolute;
  left: 33.3333%;
  margin-top:-20px;
  width: 33.3333%;
  top:0px;
  margin-left:-7px;
  height:100%;
  border-right:1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.service-block-one{
  position:relative;
  margin-bottom:30px; 
}

.what-we-do .outer .service-block-one:nth-child(1),
.what-we-do .outer .service-block-one:nth-child(2),
.what-we-do .outer .service-block-one:nth-child(3){
  margin-bottom:60px; 
}

.service-block-one .inner-box{
  position:relative;
  display:block;
  padding-left:70px;  
}

.service-block-one .inner-box .icon-box{
  position:absolute;
  left:5px;
  top:4px;
  font-size:36px;
  line-height:1em;
  color:#222222;  
}

.service-block-one .inner-box h3{
  position:relative;
  margin-bottom:10px;
  font-weight:700;
  color:#222222;
  font-size:18px;
  text-transform:capitalize;
  line-height:1.6em;
  font-family:'Montserrat',sans-serif;
}

.service-block-one .inner-box h3 a{
  color:#222222;  
}

.service-block-one .inner-box .text{
  position:relative;
  line-height:1.8em;
  padding-right:20px;
}

.service-block-two{
  position:relative;
  margin-bottom:30px; 
}

.content-column .service-block-two{
  margin-bottom:20px; 
}

.service-block-two .inner-box{
  position:relative;
  display:block;
  padding-left:70px;  
}

.service-block-two .inner-box .icon-box{
  position:absolute;
  left:0px;
  top:3px;
  width:60px;
  text-align:center;
  font-size:28px;
  line-height:1em;
  color:#222222;  
}

.service-block-two .inner-box h3{
  position:relative;
  margin-bottom:5px;
  font-weight:700;
  color:#222222;
  font-size:16px;
  text-transform:capitalize;
  line-height:1.6em;
  font-family:'Montserrat',sans-serif;
}

.service-block-two .inner-box h3 a{
  color:#222222;  
}

.service-block-two .inner-box .text{
  position:relative;
  line-height:1.7em;
  padding-right:20px;
}

/*** 

====================================================================
  Fluid Section One
====================================================================

***/

.fluid-section-one{
  position:relative;
  /* background:#fafafa; */
  background-attachment: fixed;
}

.fluid-section-one:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:50%;
  height:100%;
  /* background: #252525; */
}

.fluid-section-one .left-column,
.fluid-section-one .right-column{
  position:relative;
  float:left;
  width:50%;
  z-index:1;
}

.fluid-section-one .left-column{
}

.fluid-section-one .left-column .inner{
  position:relative;
  width:100%;
  max-width:600px;
  float:right;
  color: #999;
  padding: 80px 80px 0px;
  padding-left: 15px;
}

.fluid-section-one .left-column .title{
  margin-bottom: 40px;
}

.fluid-section-one .left-column .title h3{
  font-size:22px;
  color:#ffffff;
  font-weight:600;
  line-height:1.4em;
  padding-bottom: 30px;
}

.fluid-section-one .left-column .title h3:after{
  content:'';
  position:absolute;
  left:0px;
  bottom:0px;
  width: 80px;
  border-bottom: 2px solid #2c91a8;
}

.fluid-section-one .left-column .text{
  margin-bottom:30px; 
}

.fluid-section-one .left-column .text p {
    margin-bottom: 20px;
    color: #cacaca;
}

.fluid-section-one .left-column .text p span {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    color: #2c91a8;
}
.fluid-section-one .left-column .info-list{
  margin-bottom:30px; 
}

.fluid-section-one .left-column .info-list li{
  position:relative;
  float:left;
  width:50%;
  line-height:24px;
  padding-left:50px;
  min-height:48px;
  margin-bottom:10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.fluid-section-one .left-column .info-list li .icon{
  position:absolute;
  left:0px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:12px;
  line-height:30px;
  color:#2c91a8;
  border:1px solid #2c91a8;
  border-radius:50%;  
}

.fluid-section-one .right-column{
}

.fluid-section-one .right-column .inner{
  position:relative;
  width:100%;
  max-width:600px;
  padding: 80px 15px 80px 80px;
}

.fluid-section-one .right-column .title{
  margin-bottom: 40px;
}

.fluid-section-one .right-column .title h3{
  font-size:22px;
  color: #ffffff;
  font-weight:600;
  line-height:1.4em;
  padding-bottom: 30px;
}

.fluid-section-one .right-column .title h3:after{
  content:'';
  position:absolute;
  left:0px;
  bottom:0px;
  width: 80px;
  border-bottom: 2px solid #2c91a8;
}

.fluid-section-one .right-column .text{
  margin-bottom:30px;
  color: #cacaca;
}

/*** 

====================================================================
  Testimonials Style Two
====================================================================

***/

.testimonial-style-two{
  position:relative;
  padding: 90px 0px 100px;
  background-color:#333333;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment:fixed;
  color:#ffffff;
  text-align:center;
}

.testimonial-style-two:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: rgba(19, 29, 51, 0.98);
}

.testimonial-style-two .auto-container{
  position:relative;
  z-index:1;  
}

.testimonial-style-two .carousel-outer{
  position:relative;
  max-width:1024px;
  margin:0 auto;
}

.testimonial-style-two .slide{
  position:relative;  
}

.testimonial-style-two .slide .icon-box{
  position:relative;
  font-size:32px;
  color:#2c91a8;
  line-height:1em;
  margin-bottom:20px;
}

.testimonial-style-two .slide .text{
  position:relative;
  line-height:2em;
  margin-bottom:30px;
  font-style:italic;
}

.testimonial-style-two .author-info{
  position:relative;
  display:inline-block;
  text-align:left;
}

.testimonial-style-two .author-info .inner{
  position:relative;
  padding-left:90px;
  min-height:70px;
  padding-top:13px;
}

.testimonial-style-two .author-info .author-thumb{
  position:absolute;
  left:0px;
  top:0px;
  border:3px solid #ffffff;
  width:70px;
}

.testimonial-style-two .author-info .author-thumb img{
  display:block;
  width:100%;
}

.testimonial-style-two .author-info h4{
  font-size:18px;
  font-weight:600;
  text-transform:capitalize;
  font-family:'Montserrat',sans-serif;
  margin-bottom:0px;  
}

.testimonial-style-two .author-info .designation{
  color:#2c91a8;
  line-height:1.8em;
}

.testimonial-style-two .owl-nav{
  position:relative;
  margin:0px auto;
  max-width:480px;
  font-size:18px;
  height:0px;
}

.testimonial-style-two .owl-nav .owl-prev{
  position:absolute;
  left:0px;
  top:-50px;
  line-height:30px; 
}

.testimonial-style-two .owl-nav .owl-next{
  position:absolute;
  right:0px;
  top:-50px;
  line-height:30px; 
}

.testimonial-style-two .owl-dots{
  position:relative;
  margin:60px auto 0px; 
}

.testimonial-style-two .owl-dots .owl-dot{
  position:relative;
  display:inline-block;
  margin:0px 5px; 
}

.testimonial-style-two .owl-dots .owl-dot span{
  position:relative;
  display:block;
  width:11px;
  height:11px;
  border:1px solid #ffffff;
  border-radius:50%;  
}

.testimonial-style-two .owl-dots .owl-dot span:before{
  content:'';
  position:absolute;
  left:4px;
  top:4px;
  height:1px;
  width:1px;
  background:#2c91a8;
  opacity:0;  
}

.testimonial-style-two .owl-dots .owl-dot.active span{
  border-color:#2c91a8; 
}

.testimonial-style-two .owl-dots .owl-dot.active span:before{
  opacity:1;
}

/*** 

====================================================================
  Tweets Section
====================================================================

***/

.tweets-section{
  position:relative;
  padding: 50px 0px;
  background-color:#f6f6f6;
  color:#111111;
  text-align:center;
}

.tweets-section.style-two{
  padding: 100px 0px;
  background-color:#ffffff;
}

.tweets-section .carousel-outer{
  position:relative;
  padding:0px 20px;
}

.tweets-section .slide{
  position:relative;
  max-width:900px;
  margin:0 auto;  
}

.tweets-section .slide .icon-box{
  position:relative;
  font-size:30px;
  color:#05d1d4;
  line-height:1em;
  margin-bottom:10px;
}

.tweets-section.style-two .slide .icon-box{
  font-size:54px;
  margin-bottom:20px; 
}

.tweets-section .slide .text{
  position:relative;
  line-height:1.8em;
  font-size:16px;
}

.tweets-section.style-two .slide .text{
  color:#111111;
  text-transform:uppercase;
  font-style:italic;
  font-size:13px;
  margin-bottom:20px;
}

.tweets-section .slide a{
  color:#05d1d4;  
}

.tweets-section .slide .info{
  position:relative;
  line-height:1.8em;
  font-size:13px;
  font-weight:300;
}

.tweets-section .owl-nav .owl-prev,
.tweets-section .owl-nav .owl-next{
  position:absolute;
  top:50%;
  margin-top:-20px;
  width:30px;
  height:50px;
  font-size:20px;
  line-height:50px;
  color:#999999;
  text-align:center;  
}

.tweets-section .owl-nav .owl-prev{
  left:-30px; 
}

.tweets-section .owl-nav .owl-next{
  right:-30px;  
}

.tweets-section.style-two .owl-nav .owl-prev{
  left:30px;
}

.tweets-section.style-two .owl-nav .owl-next{
  right:30px; 
}

.tweets-section.style-two .owl-nav .owl-prev:hover,
.tweets-section.style-two .owl-nav .owl-next:hover{
  color:#2c91a8;  
}

.tweets-section .owl-dots{
  display:none; 
}





/*** 

====================================================================
  Fluid Section Two
====================================================================

***/

.fluid-section-two{
  position:relative;
  background:#fafafa;
  overflow:hidden;
}

.fluid-section-two .content-column{
  position:relative;
  float:left;
  width:25%;
}

.fluid-section-two .content-column .inner{
  position:relative;
  display:block;
  padding:120px 50px 20px;
}

.fluid-section-two .carousel-column{
  position:relative;
  float:left;
  width:75%;
}

.fluid-section-two .owl-prev,
.fluid-section-two .owl-next{
  position:absolute;
  top:50%;
  margin-top:-20px;
  width:40px;
  height:40px;
  line-height:40px;
  background:#ffffff;
  text-align:center;
  color:#222222;
  font-size:20px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;    
}

.fluid-section-two .owl-prev:hover,
.fluid-section-two .owl-next:hover{
  background:#2c91a8;
  color:#ffffff;
}

.fluid-section-two .owl-prev{
  left:0px; 
}

.fluid-section-two .owl-next{
  right:0px;  
}

/*** 

====================================================================
  Fluid Section Three
====================================================================

***/

.fluid-section-three{
  position:relative;
  background: #f7f7f7;
}

.fluid-section-three .left-column{
  position:relative;
  float:left;
  width:50%;
}

.fluid-section-three .left-column .inner{
  position:relative;
  width:100%;
  max-width:600px;
  float:right;
  color:#ffffff;
  padding: 90px 80px 70px 15px;
}
.fluid-section-three .right-column .inner{
  position:relative;
  width:100%;
  max-width:600px;
  float:left;
  color:#ffffff;
  padding: 90px 15px 70px 70px;
}

.fluid-section-three .right-column .inner .sec-title h2 {
  color: #fff;
}

.fluid-section-three .sec-title{
  margin-bottom:40px; 
}

.fluid-section-three .right-column{
  position:absolute;
  right:0px;
  top:0px;
  width:50%;
  height:100%;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
.fluid-section-three .right-column:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(19, 29, 51, 0.95);
}

.fluid-section-three .right-column .image{
  position:relative;
  width:100%;
  display:none; 
}

.fluid-section-three .right-column .image img{
  position:relative;
  width:100%;
  display:block;  
}

/*Accordion Box*/

.accordion-box{
  position:relative;
}

.accordion-box .block{
  position:relative;
  margin-bottom: 24px;
}

.accordion-box .block:before{
  content:'';
  position:absolute;
  left:20px;
  top:32px;
  height:100%;
  border-right:1px dashed #d0d0d0;  
}

.accordion-box .block:last-child:before{
  display:none; 
}

.accordion-box .block .acc-btn{
  position:relative;
  font-size:16px;
  margin-bottom:0px;
  cursor:pointer;
  line-height:24px;
  font-family: 'Montserrat',sans-serif;
  text-transform:capitalize;
  font-weight:700;
  padding:10px 20px 10px 70px;
  overflow:hidden;
  color:#222222;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  z-index:1;
}

.accordion-box .block .acc-btn .icon-outer{
  position:absolute;
  display:block;
  left:0px;
  top:0px;
  width:42px;
  height:42px;
  font-weight:normal;
  text-align:center;
  color:#333333;
  background:#f0f0f0;
  border:1px solid #e5e5e5;
  border-radius:3px;
}

.accordion-box .block .acc-btn .icon-outer .icon{
  position:absolute;
  display:block;
  left:0px;
  top:50%;
  margin-top:-15px;
  width:100%;
  height:30px;
  line-height:30px;
  font-size:16px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer{
  color:#ffffff;
  background:#2c91a8;
}

.accordion-box .block .acc-content{
  position:relative;
  display:none; 
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion-box .block .content{
  position:relative;
  font-size:14px;
  color:#666666;
  padding:0px 20px 0px 70px;  
}

.accordion-box.style-two .block .content{
  background:#fafafa; 
}

.accordion-box .block .content p{
  margin-bottom:15px;
  line-height:2em;  
}

.accordion-box .block .content p:last-child{
  margin-bottom:0px;  
}

/*** 

====================================================================
  Testimonials Style Three
====================================================================

***/

.testimonial-style-three{
  position:relative;
  padding: 120px 0px;
  background-color:#333333;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment:fixed;
  color:#ffffff;
  text-align:center;
}

.testimonial-style-three:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.80);
}

.testimonial-style-three .carousel-outer{
  position:relative;
  z-index:1;
}

.testimonial-style-three .slide{
  position:relative;
  max-width:1000px;
  margin:0 auto;
}

.testimonial-style-three .slide .icon-box{
  position:relative;
  font-size:28px;
  color:#2c91a8;
  line-height:1em;
  margin-bottom:25px;
}

.testimonial-style-three .slide .text{
  position:relative;
  line-height:2em;
  font-size:16px;
  margin-bottom:30px;
  font-style:italic;
}

.testimonial-style-three .author-info{
  position:relative;
  display:block;
  text-align:center;
}

.testimonial-style-three .author-info h4{
  font-size:18px;
  font-weight:700;
  text-transform:capitalize;
  font-family:'Montserrat',sans-serif;
  margin-bottom:0px;  
}

.testimonial-style-three .author-info .designation{
  color:#ffffff;
  line-height:1.8em;
  font-style:italic;
}

.testimonial-style-three .owl-prev,
.testimonial-style-three .owl-next{
  position:absolute;
  top:50%;
  margin-top:-20px;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  color:#ffffff;
  font-size:20px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;    
}

.testimonial-style-three .owl-prev:hover,
.testimonial-style-three .owl-next:hover{
  color:#2c91a8;
}

.testimonial-style-three .owl-prev{
  left:50px;  
}

.testimonial-style-three .owl-next{
  right:50px; 
}

.testimonial-style-two .owl-dots{
  position:relative;
  display:none; 
}

/*** 

====================================================================
  Page Title Style
====================================================================

***/

.page-title{
  position:relative;
  padding:50px 0px;
  background-size:cover;
  background-position:center center;
  background-attachment: fixed;
  background-repeat:no-repeat;
  text-align:center;
}

.page-title:before{
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  position:absolute;
  background-color:rgba(0,0,0,0.0);
}

.page-title .auto-container{
  position:relative;
  z-index:1;
} 

.page-title h1{
  position:relative;
  font-size:48px;
  font-weight:800;
  color:#ffffff;
  line-height:1.6em;
  text-transform:capitalize;
  margin-bottom:10px;
}

.page-title .bread-crumb-outer{
  position:relative;
  display:inline-block;
  padding:0px 0px;
  font-family:'Montserrat',sans-serif;
}

.page-title .bread-crumb-outer .bread-crumb li{
  position:relative;
  float:left;
  margin-right:24px;
  color:#ffffff;
  line-height:24px;
  text-transform:capitalize;
  font-size:14px;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child{
  margin-right:0px;
}

.page-title .bread-crumb-outer .bread-crumb li:after{
  content:'/';
  position:absolute;
  right:-16px;
  width:10px;
  line-height:24px;
  font-size:14px;
  color:#ffffff;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child:after{
  display:none; 
}

.page-title .bread-crumb-outer .bread-crumb li a{
  color:#ffffff;
  text-transform:capitalize;
  font-weight:400;  
}

.page-title .bread-crumb-outer .bread-crumb li a:hover{
  color:#2c91a8;  
}

.page-title .bread-crumb-outer .bread-crumb li.active{
  color:#2c91a8;  
}

/*** 

====================================================================
  Styled Pagination
====================================================================

***/

.styled-pagination{
  position:relative;
  padding-top:20px;
}

.styled-pagination ul{
  position:relative;
  display:inline-block; 
}

.styled-pagination li{
  position:relative;
  display:block;
  float:left;
  margin:0px 8px 8px 0px;
}

.styled-pagination li a{
  position:relative;
  display:block;
  line-height:20px;
  padding:10px 10px;
  height:40px;
  font-size:14px;
  text-transform:uppercase;
  min-width:40px;
  background:#fff;
  color:#333333;
  font-weight:400;
  text-align:center;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
  color:#ffffff;  
  border-color:#2c91a8;
  background:#2c91a8;
}

/*** 

====================================================================
  Map Section Style
====================================================================

***/

.map-section{
  position:relative;
}

.map-section .map-container{
  position:relative;
  z-index:10; 
}

.map-data{
  text-align:center;
  font-size:13px;
  font-weight:400;
  line-height:1.8em;
}

.map-canvas{
  position:relative;
}

.map-data h6{
  font-size:16px;
  font-weight:700;
  text-align:center;
  margin-bottom:5px;
  color:#121212;
}

/*** 

====================================================================
  Contact Section
====================================================================

***/

.contact-section{
  position:relative;
  padding:100px 0px 70px;
}

.contact-section .map-box{
  position:relative;
  margin-bottom:50px; 
}

.contact-section .form-column{
  margin-bottom:10px; 
}

.contact-section h2{
  position:relative;
  font-size:18px;
  font-weight:700;
  color:#222222;
  text-transform:uppercase;
  padding-bottom:15px;
  margin-bottom:30px;
  font-family:'Montserrat',sans-serif;
}

.contact-section h2:before{
  content:'';
  position:absolute;
  left:0px;
  bottom:0px;
  width:20px;
  border-bottom:3px solid #2c91a8;  
}

.contact-section h2:after{
  content:'';
  position:absolute;
  left:22px;
  bottom:0px;
  width:20px;
  border-bottom:3px solid #2c91a8;  
}

.contact-section .text{
  font-size:14px;
  line-height:1.8em;
  margin-bottom:30px;
  margin-top:-5px;
}

.contact-section .contact-info{
  position:relative;  
}

.contact-section .contact-info li{
  position:relative;
  display:block;
  padding:4px 0px 4px 50px;
  line-height:24px;
  font-size:15px;
  margin-bottom:15px;
  color:#333;
  min-height:32px;
}

.contact-section .contact-info li:hover{
  color:#2c91a8;
}

.contact-section .contact-info li .icon-box{
  position:absolute;
  left:0px;
  top:0;
  text-align:center;
  width:32px;
  height:32px;
  line-height:28px;
  border:2px solid #2c91a8;
  background:none;
  font-size:12px;
  color:#2c91a8;
  border-radius:50%;
}

.contact-section .contact-info li:hover .icon-box{
  background:#2c91a8;
  color:#ffffff;
}

.contact-section .default-form .form-group{
  margin-bottom:20px; 
}

.contact-section .default-form textarea{
  height: 190px;
}

.contact-section .default-form .theme-btn{
  text-transform:capitalize;
  margin-top:10px;
}

/*** 

====================================================================
  Project Details Section
====================================================================

***/

.project-details{
  position:relative;
  padding:100px 0px 70px;
}

.project-details h3{
  position:relative;
  font-size:18px;
  font-weight:700;
  color:#222222;
  text-transform:uppercase;
  padding-bottom:15px;
  margin-bottom:25px;
  font-family:'Montserrat',sans-serif;
}

.project-details .related-project h3{
  margin-bottom:35px; 
}

.project-details h3:before{
  content:'';
  position:absolute;
  left:0px;
  bottom:0px;
  width:20px;
  border-bottom:3px solid #2c91a8;  
}

.project-details h3:after{
  content:'';
  position:absolute;
  left:22px;
  bottom:0px;
  width:20px;
  border-bottom:3px solid #2c91a8;  
}

.project-details .basic-details{
  position:relative;
}

.project-details .image-column,
.project-details .content-column{
  margin-bottom:40px; 
}

.project-details .image-column img{
  display:block;
  width:100%; 
}

.project-details .info-list{
  position:relative;
  margin-bottom:30px; 
}

.project-details .info-list li{
  position:relative;
  line-height:24px;
  margin-bottom:15px; 
}

.project-details .info-list li .title{
  float:left;
  width:45%;
  padding-right:10px;
  font-size:15px;
  font-weight:700;
  color:#666666;
  text-transform:capitalize;  
}

.project-details .info-list li .desc{
  float:left;
  width:55%;  
}

.project-details .project-progress{
  position:relative;
  margin-bottom:30px; 
}

.project-details .project-progress .title{
  position:relative;
  font-size:15px;
  font-weight:700;
  color:#666666;
  text-transform:capitalize;
  margin-bottom:10px; 
}

.project-details .project-progress .bar-outer{
  position:relative;
  height:16px;
  background:#dddfe1;
  line-height:16px;
  color:#ffffff;
  font-size:10px;
  font-weight:500;
  letter-spacing:1px;
  text-align:center;
}

.project-details .project-progress .bar-inner{
  position:absolute;
  left:0px;
  top:0px;
  display:block;
  height:16px;
  background:#2c91a8;
}

.project-details .project-progress .txt{
  position:relative;
  width:100%;
  display:block;
  text-align:center;
  z-index:1;  
}

.project-details .social-links li{
  position:relative;
  display:inline-block;
  margin-right:10px;  
}

.project-details .social-links li a{
  position:relative;
  display:block;
  width:32px;
  height:32px;
  font-size:13px;
  line-height:30px;
  text-align:center;
  color:#777777;
  border:1px solid #e0e0e0;
  border-radius:50%;
}

.project-details .social-links li a:hover{
  color:#1a3761;
  background:#2c91a8;
  border-color:#2c91a8; 
}

.project-details .about-project .text{
  margin-bottom:30px;
  line-height:1.9em;  
}

.list-style-one{
  position:relative;
  margin-bottom:20px; 
}

.list-style-one li{
  position:relative;
  display:block;
  line-height:24px;
  margin-bottom:10px;
  padding-left:30px;
}

.list-style-one li:before{
  font-family: 'FontAwesome';
  content: "\f178";
  position:absolute;
  left:0px;
  top:0px;
  display:block;
  color:#999999;
  line-height:24px;
  font-size:12px;
  font-weight:normal;
  text-align:center;
  z-index:5;  
}


/*** 

====================================================================
  Sidebar Page
====================================================================

***/

.sidebar-page-container{
  position:relative;
  padding:110px 0px 80px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
  margin-bottom:30px !important;  
}

.with-right-sidebar .content-side{
  padding-right:65px; 
}

.with-left-sidebar .content-side{
  padding-left:65px;  
}

.sidebar{
  position:relative;
}



.with-left-sidebar .sidebar{
  margin-right:-35px;
}

.sidebar .sidebar-widget{
  position:relative;
  margin-bottom:50px; 
}

.sidebar .sidebar-widget .sidebar-title{
  position:relative;
  margin-bottom:20px; 
}

.sidebar-widget .sidebar-title h3{
  position:relative;
  font-size:14px;
  font-weight:700;
  color:#222222;
  text-transform:uppercase;
  padding-bottom:15px;
  margin-bottom:25px;
}

.sidebar-widget .sidebar-title h3:before{
  content:'';
  position:absolute;
  left:0px;
  bottom:0px;
  width:20px;
  border-bottom:3px solid #2c91a8;  
}

.sidebar-widget .sidebar-title h3:after{
  content:'';
  position:absolute;
  left:22px;
  bottom:0px;
  width:20px;
  border-bottom:3px solid #2c91a8;  
}

.sidebar .search-box .form-group{
  position:relative;
  margin:0px; 
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
  position:relative;
  line-height: 24px;
  padding: 15px 40px 15px 20px;
  border: 1px solid #f4f4f4;
  background:#ffffff;
  color:#222222;
  display:block;
  font-size:14px;
  width:100%;
  height: 55px;
  border-radius:2px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
  border-color:#2c91a8; 
}

.sidebar .search-box .form-group button{
  position:absolute;
  right:0px;
  top:0px;
  height: 55px;
  width: 50px;
  line-height: 55px;
  text-align:center;
  display:block;
  font-size:14px;
  color: #fff;
  background: #2c91a8;
  font-weight:normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
  color: #ffffff;
}

.sidebar .popular-posts .post{
  position:relative;
  font-size:15px;
  color:#696969;
  padding:0px 0px;
  padding-left:95px;
  min-height:95px;
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #e9e9e9;
}

.sidebar .popular-posts .post:last-child{
  margin-bottom:0px;
  padding-bottom:0px;
  border-bottom:none;
}

.sidebar .popular-posts .post .post-thumb{
   position:absolute;
   left:0px;
   top:0px;
   width:75px;
   border-radius:50%;
}

.sidebar .popular-posts .post .post-thumb img{
  display:block;
  width:100%;
}

.sidebar .popular-posts .text{
  font-size:15px;
  line-height:1.5em;
  color:#222222;
  font-weight:500;
  margin:0px 0px 5px;
}

.sidebar .popular-posts .text a{
  color:#222222;
}

.sidebar .popular-posts .text a:hover{
  color:#2c91a8;  
}

.sidebar .popular-posts .post-meta li{
  position:relative;
  display:inline-block;
  line-height:24px;
  font-size:13px;
  margin-right:10px;
}

.sidebar .popular-posts .post-meta li a{
  color:#777777;
  font-family: 'Montserrat', sans-serif;
}

.sidebar .popular-posts .post-meta li a i {
  color: #2c91a8;
  margin-right: 5px;
}

.sidebar .popular-posts .post-meta li .fa{
  padding-right:3px;  
}
.sidebar .popular-tags li {
  display: inline-block;
}
.sidebar .popular-tags a{
  position:relative;
  display:inline-block;
  line-height:24px;
  padding: 8px 22px;
  margin:0px 5px 10px 0px;
  border: 2px solid #f4f4f4;
  color:#666666;
  background: #ffffff;
  text-align:center;
  font-size:14px;
  border-radius: 3px;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
  background-color:#2c91a8;
  border-color:#2c91a8;
  color:#ffffff;  
}

.sidebar .list{
  position:relative;
}

.sidebar .list li{
  position:relative;
  line-height:24px;
  margin-bottom:5px;  
}

.sidebar .list li:last-child{
  border-bottom:none; 
}

.sidebar .list li a{
  position:relative;
  display:block;
  color:#666666;
  font-size:14px;
  font-weight:400;
  line-height:26px;
  padding: 5px 0px 5px 15px;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}

.sidebar .list li a:before{
  font-family: 'FontAwesome';
  content: "\f105";
  position:absolute;
  left:0px;
  top:5px;
  display:block;
  line-height:26px;
  font-size: 14px;
  font-weight:normal;
  text-align:center;
  z-index:5;
}

.sidebar .list li a:hover{
  color:#2c91a8;
}

.sidebar .service-list{
  position:relative;
}

.sidebar .service-list li{
  position:relative;
  line-height:24px;
  margin-bottom: 5px;
}

.sidebar .service-list li:last-child{
  border-bottom:none; 
}

.sidebar .service-list li a{
  position:relative;
  display:block;
  color: #232323;
  font-size:14px;
  background: #f7f7f7;
  font-family: 'Montserrat', sans-serif;
  font-weight:400;
  line-height: 30px;
  padding:10px 20px;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}

.sidebar .service-list li a:before{
  font-family: 'FontAwesome';
  content: "\f105";
  position:absolute;
  right:20px;
  top:10px;
  display:block;
  line-height:26px;
  font-size:12px;
  font-weight:normal;
  text-align:center;
  z-index:5;
}

.sidebar .service-list li a:hover,
.sidebar .service-list li.current a{
  color:#2c91a8;
}

.sidebar .service-list{
  position:relative;
}

.sidebar .download-list li{
  position:relative;
  margin-bottom:15px; 
}

.sidebar .download-list li a{
  position:relative;
  display:block;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size:13px;
  text-transform:uppercase;
  font-weight:500;
  line-height:24px;
  padding:10px 15px;
  background: #2c91a8;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}

.sidebar .download-list li a:hover{
  color:#222222;  
}

.sidebar .download-list li .fa{
  font-size:14px;
  padding-right:7px;  
}

/*** 

====================================================================
  Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
  position:relative;
  margin-bottom:70px; 
}

.sidebar-page-container .group-title{
  position:relative;
  margin-bottom:40px;
}

.team-details .group-title{
  position:relative;
  margin-bottom: 50px;
  text-align: left;
}

.sidebar-page-container .group-title h2{
  font-size:18px;
  text-transform:uppercase;
  color:#1c1c1c;
  font-family:'Montserrat',sans-serif;
  font-weight:700;
}
.sidebar-page-container .group-title h2:before{
  content:'';
  position:absolute;
  left:0px;
  bottom: -18px;
  width:20px;
  border-bottom:3px solid #2c91a8;
}

.sidebar-page-container .group-title h2:after{
  content:'';
  position:absolute;
  left:22px;
  bottom: -18px;
  width:20px;
  border-bottom:3px solid #2c91a8;
}
.comments-area .comment-box{
  position:relative;  
}

.comments-area .comment{
  position:relative;
  margin-bottom:35px;
  padding-bottom:30px;
  border-bottom:1px solid #e5e5e5;
}

.comments-area .comment-box .comment:last-child{
  padding-bottom:0px;
  border:none;  
}

.comments-area .comment .comment-content{
  position:relative;
  padding:0px;
}

.comments-area .reply-comment{
  margin-left:100px;  
}

.comments-area .comment .comment-inner{
  position:relative;
  padding-left:130px;
  min-height:110px; 
}

.comments-area .comment .author-thumb{
  position:absolute;
  left:0px;
  top:-1px;
  width:110px;
}

.comments-area .comment .author-thumb img{
  width:100%;
  display:block;
}

.comments-area .comment .comment-info{
  position:relative;
  top:2px;
  color:#777777;
  font-size:14px;
  font-weight:400;
  margin-bottom:7px;
}

.comments-area .comment .comment-info h4{
  position:relative;
  color:#222222;
  font-size:14px;
  text-transform:uppercase;
  font-weight:700;
  line-height:20px;
}

.comments-area .comment .text{
  line-height:1.9em;
  font-size:15px;
  text-align:justify;
}

.comments-area .comment .reply{
  position:absolute;
  right:0px;
  top:15px;
  color:#222222;
  font-size:14px;
  font-weight:500;
    display: inline-block;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.comments-area .comment .reply .fa{
  font-style:normal;
  padding-right:5px;  
}

/*** 

====================================================================
  Comment Form
====================================================================

 ***/

.comment-form .form-group{
  position:relative;
  margin-bottom:20px; 
}

.comment-form .form-group .field-label{
  position:relative;
  display:block;
  font-size:14px;
  margin-bottom:7px;
  color:#696969;  
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select,
.comment-form .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:20px;
  padding:10px 20px;
  color:#333333;
  border: 1px solid #f4f4f4;
  height: 52px;
  font-size:14px;
  background:#ffffff;
  border-radius:0px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
  border-color:#2c91a8;
}

.comment-form .form-group textarea{
  resize:none;
  height: 150px;
  margin-bottom:10px;
}

.comment-form button{
  position:relative;
  padding: 13px 30px;
}

/*** 

====================================================================
  Team Details Section
====================================================================

***/

.team-details{
  position:relative;
}

.team-details h3{
  position:relative;
  font-size:18px;
  font-weight:700;
  color:#222222;
  text-transform:uppercase;
  padding-bottom:15px;
  margin-bottom:25px;
  font-family:'Montserrat',sans-serif;
}

.team-details .related-project h3{
  margin-bottom:35px; 
}

.team-details h3:before{
  content:'';
  position:absolute;
  left:0px;
  bottom:0px;
  width:20px;
  border-bottom:3px solid #2c91a8;  
}

.team-details h3:after{
  content:'';
  position:absolute;
  left:22px;
  bottom:0px;
  width:20px;
  border-bottom:3px solid #2c91a8;  
}

.team-details .basic-details{
  position:relative;
  margin-bottom:20px;
}

.team-details .image-column,
.team-details .content-column{
  margin-bottom:30px; 
}

.team-details .image-column img{
  display:block;
  width:100%; 
}

.team-details .info{
  position:relative;
  margin-bottom:30px; 
}

.team-details .info h2{
  font-size:30px;
  color:#222222;
  font-weight:600;
  text-transform:capitalize;
  font-family:'Montserrat',sans-serif;
  line-height:1.4em;  
}

.team-details .info .designation{
  text-transform:capitalize;
}

.team-details .social-links{
  position:relative;
  margin-bottom:40px; 
}

.team-details .social-links li{
  position:relative;
  display:inline-block;
  margin-right:10px;  
}

.team-details .social-links li a{
  position:relative;
  display:block;
  width:32px;
  height:32px;
  font-size:13px;
  line-height:30px;
  text-align:center;
  color:#777777;
  border:1px solid #e0e0e0;
  border-radius:50%;
}

.team-details .social-links li a:hover{
  color:#1a3761;
  background:#2c91a8;
  border-color:#2c91a8; 
}

.team-details .info-list{
  position:relative;
  margin-bottom:30px; 
}

.team-details .info-list li{
  position:relative;
  line-height:24px;
  margin-bottom:10px; 
}

.team-details .info-list li .title{
  float:left;
  width:40%;
  padding-right:10px;
  font-size:14px;
  font-weight:700;
  color:#222222;
  text-transform:capitalize;  
}

.team-details .info-list li .desc{
  float:left;
  width:60%;  
}

.team-details .project-progress{
  position:relative;
  margin-bottom:30px; 
}

.team-details .project-progress .title{
  position:relative;
  font-size:15px;
  font-weight:700;
  color:#666666;
  text-transform:capitalize;
  margin-bottom:10px; 
}

.team-details .project-progress .bar-outer{
  position:relative;
  height:16px;
  background:#dddfe1;
  line-height:16px;
  color:#ffffff;
  font-size:10px;
  font-weight:500;
  letter-spacing:1px;
  text-align:center;
}

.team-details .project-progress .bar-inner{
  position:relative;
  display:block;
  height:16px;
  background:#2c91a8;
}

.team-details .content .text{
  margin-bottom:40px;
  line-height:1.9em;  
}

.team-details .content .text p{
  margin-bottom:20px; 
}

.skills-box .skill-column{
  position:relative;
  margin-bottom: 20px;
}

.skills-box .skill-column .skill-bar{
  position:relative;
  width:100%;
  height:10px;
  margin-bottom:5px;  
}

.skills-box .skill-column .skill-bar .bar-inner{
  position:relative;
  width:100%;
  overflow:hidden;
  height:6px;
  background:#ededed;
  border-radius:0px;
}

.skills-box .skill-column .skill-bar .bar-inner .bar{
  position:absolute;
  left:0px;
  top:0px;
  height:6px;
  width:0px;
  background: #2c91a8;
  border-radius:0px;
  -webkit-transition:all 2000ms ease;
  -ms-transition:all 2000ms ease;
  -o-transition:all 2000ms ease;
  -moz-transition:all 2000ms ease;
  transition:all 2000ms ease;
}

.skills-box .skill-column .skill-header{
  position:relative;
  line-height:24px;
  text-transform:capitalize;
  font-weight:500;
  font-size:15px;
  color:#777777;
  margin-bottom:10px;
}

.skills-box .skill-column .skill-header .skill-title{
  position:relative;
  color:#222222;
  float:left;
}

.skills-box .skill-column .skill-header .skill-percentage{
  float:right;
}

.skills-box.style_2 .skill-column .skill-bar .bar-inner .bar {
    background: #2c91a8;
}

.skills-box.style_2 .skill-column .skill-header .skill-percentage {
    color: #fff;
}

.skills-box.style_2 .skill-column .skill-header .skill-title {
    color: #fff;
}



/*** 

====================================================================
  Testimonials Style Four
====================================================================

***/

.testimonial-style-four{
  position:relative;
  padding: 40px 10px;
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  text-align:center;
  margin-bottom:50px;
}

.testimonial-style-three .slide{
  position:relative;
  max-width:1030px;
  padding:0px 15px;
  margin:0 auto;
}

.testimonial-style-four .slide .icon-box{
  position:relative;
  font-size:24px;
  color:#354d71;
  line-height:1em;
  margin-bottom:15px;
}

.testimonial-style-four .slide .author-thumb{
  position:relative;
  width:62px;
  height:62px;
  margin:0 auto 25px;
}

.testimonial-style-four .slide .text{
  position:relative;
  line-height:2em;
  font-size:15px;
  margin-bottom:25px;
  color:#222222;
  font-style:italic;
}

.testimonial-style-four .author-info{
  position:relative;
  display:block;
  text-align:center;
}

.testimonial-style-four .author-info h4{
  font-size:16px;
  font-weight:700;
  color:#222222;
  text-transform:capitalize;
  font-family:'Montserrat',sans-serif;
  margin-bottom:0px;  
}

.testimonial-style-four .author-info .designation{
  color:#2c91a8;
  line-height:1.8em;
  text-transform:capitalize;
}

.testimonial-style-four .owl-nav{
  display:none; 
}

.testimonial-style-four .owl-dots{
  position:relative;
  display:block;
  text-align:center;
  margin:20px auto 0px; 
}

.testimonial-style-four .owl-dots .owl-dot{
  position:relative;
  display:inline-block;
  margin:0px 4px; 
}

.testimonial-style-four .owl-dots .owl-dot span{
  position:relative;
  display:block;
  width:10px;
  height:10px;
  border:2px solid #e0e0e0;
  background:#e0e0e0;
  border-radius:50%;  
}

.testimonial-style-four .owl-dots .owl-dot.active span{
  border-color:#222222;
  background:none;  
}

/*** 

====================================================================
  Services Details Section
====================================================================

***/

.service-details{
  position:relative;
}

.service-details h3{
  position:relative;
  font-size:18px;
  font-weight:700;
  color:#222222;
  text-transform:uppercase;
  padding-bottom:15px;
  margin-bottom:25px;
  font-family:'Montserrat',sans-serif;
}

.service-details h3:before{
  content:'';
  position:absolute;
  left:0px;
  bottom:0px;
  width:20px;
  border-bottom:3px solid #2c91a8;  
}

.service-details h3:after{
  content:'';
  position:absolute;
  left:22px;
  bottom:0px;
  width:20px;
  border-bottom:3px solid #2c91a8;  
}

.service-details .big-image{
  position:relative;
  margin-bottom:30px;
}

.service-details .big-image img{
  display:block;
  width:100%; 
}

.service-details .content .content{
  position:relative;
  line-height:1.9em;  
}

.service-details .content p{
  margin-bottom:25px; 
}

.service-details blockquote{
  margin-bottom:25px;
  padding:40px 20px 30px 40px;
  color:#666666;
  background: #f7f7f7;
  font-style:italic;
  font-size:15px;
  border:none;
  border-left: 2px solid #2c91a8;
  line-height:2em;
}

.service-details blockquote .txt{
  position:relative;
  padding:0px 50px;
}

.service-details blockquote .txt:before{
  content: "";
  position:absolute;
  left:0px;
  top:0px;
  font-family:'Georgia',serif;
  font-style:normal;
  font-size:72px;
  color:#dddddd;
  line-height:1em;
}

.service-details .faqs{
  position:relative;
  padding-top:30px; 
}

.canvasjs-chart-credit{
  display:none; 
}

/*=============== Style switcher =============*/

.switcher .switch_btn button {
  width: 50px;
  height: 50px;
  border:none;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0px;
  background: #2c91a8;
  color:#fff;
  font-size: 22px;
  display: none;
}
.switcher .switch_btn {
  position: absolute;
  right: -50px;
  z-index: -1;
  top: 0px;
}
.switcher {
  position: fixed;
  top:95px;
  left: -220px;
  z-index: 999999;
  transition: .9s ease;
  box-shadow: -3px 0px 50px -2px rgba(0,0,0,0.14);
}

.switcher.open {
  left: 0;
  transition: .9s ease;
}

.switcher .switch_menu {
  width: 220px;
  background: #fff;
  position: relative;
}


.switcher .switch_menu .switcher_container {
  width: 210px;
  margin: 0px auto 0px;
  padding-top: 18px;
}
.switcher .switch_menu h5.title {
  color:#fff;
  margin:0;
  line-height: 45px;
  background: #333;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.switcher .switch_menu .switcher_container h5 {
  text-align: center;
  color:#272727;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.switcher .switch_menu .switch_body .box {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  text-align: center;
  margin-top: 10px;
  margin-right: 5px;
}
.switcher .switch_menu .switch_body .box>div {
  width: 70px;
  height: 35px;
  /* background: #f4f4f4; */
  border:2px solid #eaeaea;
  /* border-right: 0; */
  /* border-left: 0; */
}
.switcher .switch_menu .switch_body .box>div>span {
  display: block;
  width: 66px;
  height:100%;
  margin:0 auto;
  background: #fff;
  border-left: 12px solid #eaeaea;
  border-right: 12px solid #eaeaea;
}
.switcher .switch_menu .switch_body .box p {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
}
.switcher .switch_menu .switch_body {
  border-bottom:1px solid #f7f7f7;
  padding-bottom: 10px;
  text-align: center;
}
.switcher .switch_menu .switch_navigation {
  text-align: center;
  border-bottom:1px solid #f7f7f7;
  padding-bottom: 10px;
  margin-top: 0px;
}
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation .onoffswitch {
  display: inline-block;
  margin-left:5px;

}
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation p {
  vertical-align: top;
  font-size: 14px;
  margin-top:12px;
  color: #333;
}

.onoffswitch {
    position: relative;
    width: 80px;
    margin-top: 8px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 32px;
    padding: 0;
    line-height: 32px;
    border-radius: 42px;
    background-color: #2c91a8;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 46px;
    border-radius: 43px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #2c91a8;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #2c91a8;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  left: 1px; 
}
.switcher .box_bg h5 {
  font-size: 20px;
}
.switcher .box_bg {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 27px;
  padding-top:1px;
  border-bottom:1px solid #f7f7f7;
  margin-bottom: 12px;
}
.switcher .box_bg .layout_bg {
  width:63px;
  height:63px;
  border:2px solid #eaeaea;
  display: inline-block;
  cursor: pointer;
  margin-right:2px;
  margin-top: 5px;
}
.switcher .box_bg .layout_bg:last-child {
  margin-right:0;
}
.switcher .box_bg .bg1 {
  background: url(.../images/home/bg1.png) no-repeat center;
}
.switcher .box_bg .bg2 {
  background: url(.../images/home/bg2.png) no-repeat center;
}
.switcher .box_bg .bg3 {
  background: url(.../images/home/bg3.png) no-repeat center;
}
.switcher .box_bg .bg4 {
  background: url(.../images/home/bg4.png) no-repeat center;
}
.switcher #styleOptions {
  padding: 7px 0 13px;
  text-align: center;
}
.switcher #styleOptions li {
  display: inline-block;
  width:40px;
  height:40px;
  margin-right:2px;
}
.switcher #styleOptions li:last-child {
  margin-right:0;
}
.switcher #styleOptions li a {
  display: block;
  width:100%;
  height:100%;
}
.switcher #styleOptions li a.color2 {
  background: url(../images/home/color1.jpg) no-repeat center;
}
.switcher #styleOptions li a.color3 {
  background: url(../images/home/color2.jpg) no-repeat center;
}
.switcher #styleOptions li a.color4 {
  background: url(../images/home/color3.jpg) no-repeat center;
}
.switcher #styleOptions li a.color5 {
  background: url(../images/home/color4.jpg) no-repeat center;
}
.switcher #styleOptions li a.color6 {
  background: url(../images/home/color5.jpg) no-repeat center;
}
.switcher #styleOptions li a.color7 {
  background: url(../images/home/color6.jpg) no-repeat center;
}
.switcher .switch_menu>p {
  font-family: 'Alegreya', serif;
  font-weight: 700;
  font-size: 15px;
  background: #2c91a8;
  color:#fff;
  padding: 18px 18px 20px 18px;
}


/*=================== Box-Layout  ======================*/
.home_boxed {
  background: url(../images/home/bg1.png) repeat;
  background-attachment: fixed;
  background: #e6e6e6;
}
.home_boxed .body_wrapper {
  width:1300px;
  margin:0 auto;
  background: #fff;
  overflow-x:hidden;
}
.home_boxed.bg1 {
  background: url(../images/home/bg1.png) repeat;
}
.home_boxed.bg2 {
  background: url(../images/home/bg2.png) repeat;
}
.home_boxed.bg3 {
  background: url(../images/home/bg3.png) repeat;
}
.home_boxed.bg4 {
  background: url(../images/home/bg4.png) repeat;
}
.home_boxed .banner .tp-leftarrow {
  left:-10px !important;
}






/*effect*/
.default-portfolio-item {
  position: relative;
}


/* Common style */
.default-portfolio-item figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  height: auto;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.default-portfolio-item figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}

.default-portfolio-item figure figcaption {
  padding: 2em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.default-portfolio-item figure figcaption::before,
.default-portfolio-item figure figcaption::after {
  pointer-events: none;
}

.default-portfolio-item figure figcaption,
.default-portfolio-item figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	border:1px solid #2c91a8;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.default-portfolio-item figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.default-portfolio-item figure h2 {
  font-weight: 300;
}

.default-portfolio-item figure h2 span {
  font-weight: 800;
}

.default-portfolio-item figure h2,
.default-portfolio-item figure p {
  margin: 0;
}

.default-portfolio-item figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}




/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.75s;
}

figure.effect-bubba:hover img {
  /* opacity: 0.4; */
}

figure.effect-bubba img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.75s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  width: 100%;
}

figure.effect-bubba:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}



figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.75s, -webkit-transform 0.35s;
  transition: opacity 0.75s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 2px solid #2c91a8;
  border-bottom: 2px solid #2c91a8;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  /* background: rgba(0, 0, 0, 0.38); */
}

figure.effect-bubba figcaption::after {
  border-right: 2px solid #2c91a8;
  border-left: 2px solid #2c91a8;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

figure.effect-bubba h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
  padding: 8px 2.5em 20px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}
figure.effect-bubba p.content-details {padding:0px;}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.gallery-section figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.gallery-section figure.effect-julia img {
    height: auto;
    width: 100%;
}

.gallery-section .default-portfolio-item figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    height: auto;
    background: #000;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.gallery-section figure.effect-bubba h2 {
    padding-top: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: .7s;
    transition: .7s;
}

.gallery-section figure.effect-bubba p {
    font-size: 16px;
    text-transform: lowercase;
}

.gallery-section figure.effect-bubba p strong {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 5px;
}

.gallery-section .item:hover figure.effect-bubba h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: .7s;
    transition: .7s;
}



/*** 

====================================================================
  Products Section style
====================================================================

***/

.rangeslider-widget .val-box{
  position:relative;
  display:inline-block;
  margin:7px 5px 7px 0px;
  line-height:24px;
  font-size:14px;
  border:1px solid #dadada;
  padding:8px 10px;
  width:70px;
  text-align:center;
}

.rangeslider-widget button{
  position:relative;
  display:inline-block;
  line-height:24px;
  border: 1px solid #2c91a8;
  padding:8px 25px;
  background: #2c91a8;
  color:#ffffff;
  font-weight:800;
  border-radius:3px;
  margin-top: 5px;
  float: right;
}

.rangeslider-widget .noUi-connect{
  background: #f8f8f8 !important;
}

.rangeslider-widget .noUi-background{
  background:#f8f8f8 !important;
  border: 0px;
}

.rangeslider-widget .noUi-handle{
  background: #ffffff !important;
  border-radius:50% !important;
  box-shadow:none;
  border: 4px solid #2c91a8;
  cursor:pointer;
}

.rangeslider-widget .form-group{
  margin-bottom:0px;  
}

.sidebar .best-sellers .item{
  position:relative;
  font-size:16px;
  margin-bottom:20px;
  min-height:88px;
  padding:7px 0px 12px 120px;
  color:#cccccc;
}

.sidebar .best-sellers .item .post-thumb{
  position:absolute;
  left:0px;
  top:0px;
  width:88px;
  height:88px;
}

.sidebar .best-sellers .item .post-thumb img{
  width:100%;
  display:block;
}

.sidebar .best-sellers .item h4{
  font-size:14px;
  font-weight:700;
  margin:0px 0px 4px;
  line-height:1.4em;
  color:#1c1c1c;
}

.sidebar .best-sellers .item h4 a{
  color:#272727;
  transition: .5s ease;
}

.sidebar .best-sellers .item a:hover,
.sidebar .best-sellers .item a:hover{
  color:#2c91a8;  
}

.sidebar .best-sellers .item .rating{
  font-size:12px;
  color: #2c91a8;
  letter-spacing:0px;
}

.sidebar .best-sellers .item .item-price{
  font-size:16px;
  color:#777777;
  font-family: 'Montserrat', sans-serif;
}

.sidebar .best-sellers .item .item-price .strike-through{
  color:#9e9e9e;
  padding-left:10px;  
}

/*default-shop-item*/

.default-shop-item{
  position:relative;
  margin-bottom:40px;
  padding: 0px 10px;
}

.default-shop-item .inner-box{
  position:relative;
}
.default-shop-item .inner-box .image-box {
    position: relative;
}
.default-shop-item .inner-box .image-box img{
  width:100%;
  display:block;
}

.default-shop-item .inner-box .image-box .overlay-box{
  position:absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  width:100%;
  height: 0%;
  display: block;
  background: rgba(0, 0, 0, 0.63);
  opacity: 0;
  transition: .7s ease;
}

.default-shop-item .inner-box:hover .image-box .overlay-box{
  opacity: 1;
  height: 100%;
  transition: .7s ease;
}

.default-shop-item .inner-box .image-box .overlay-box .cart-btn{
  position: relative;
  margin-top:50%;
  padding:10px 22px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  border-radius: 2px;
  background-color: #2c91a8;
  text-transform: uppercase;
  font-weight:800;
}

.default-shop-item .inner-box .image-box .item-sale-tag{
  position:absolute;
  right:20px;
  top:20px;
  line-height:18px;
  padding:4px 10px 2px;
  text-align:center;
  color:#ffffff;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  background:#2c91a8;
  min-width:50px;
}

.default-shop-item .inner-box .lower-content{
  position:relative;
  padding-top:15px;
  padding-bottom: 25px;
  padding-left: 15px;
  text-align:left;
  border: 1px solid #f1f1f1;
  border-top: 0;
}

.default-shop-item .inner-box .lower-content h3{
  position:relative;
  color:#1c1c1c;
  font-size:14px;
  font-weight:700;
}

.default-shop-item .inner-box .lower-content h3 a{
  position:relative;
  color:#1c1c1c;
  transition: .5s ease;
}

.default-shop-item .inner-box .lower-content .rating{
  position:relative;
  margin-top: 2px;
}

.default-shop-item .inner-box .lower-content h3 a:hover{
  color:#2c91a8;  
}

.default-shop-item .inner-box .lower-content .rating .fa{
  position:relative;
  color: #2c91a8;
  display: inline-block;
  margin-right: 1px;
  font-size: 13px;
}

.default-shop-item .inner-box .lower-content .price{
  color:#777777;
  font-size:16px;
  line-height:24px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 6px;
}

/*** 

====================================================================
  Products Details style
====================================================================

***/
.product-section {margin:50px 0px;}
.product-container {margin:0px 0px 40px 0px; box-shadow:0px 10px 20px 0 rgba(0, 0, 0, 0.15); width:100%; height:180px; display:block;}
.product-section figure {float:left; width:180px; margin-right:10px;}
.product-section h2 {margin:5px 0px 0px 0px; padding:0px; font-size:20px; font-weight:bold;}
.product-section p {font-size:16px; padding:5px 0px 0px 0px; font-size:16px; color:#222;}
/*** 

====================================================================
  Product Tabs Style
====================================================================

***/

.product-info-tabs{
  position:relative;
  margin-bottom:32px;
}

.prod-tabs{
  position:relative;
}

.prod-tabs .tab-btns{
  position:relative;
  z-index:1;
  border-bottom: 1px solid #dddddd;
}

.prod-tabs .tab-btns .tab-btn{
  position:relative;
  display:inline-block;
  font-size:14px;
  color:#1c1c1c;
  font-weight:700;
  padding:10px 0px;
  line-height:24px;
  margin-right: 40px;
  text-transform:uppercase;
}

.prod-tabs .tab-btns .tab-btn.active-btn{
  color:#2c91a8;
  top: 1px;
  border-bottom: 1px solid #2c91a8;
}

.prod-tabs .tabs-container{
  position:relative;
  padding-bottom: 18px;
  border-bottom: 1px solid #dddddd;
}

.prod-tabs .tabs-container .tab{
  position:relative;
  padding:22px 0px 0px;
  display:none;
}

.prod-tabs .tabs-container .tab.active-tab{
  display:block;  
}

.prod-tabs .tabs-container .tab .content p{
  color: #777777;
  font-size: 14px;
  margin-bottom: 20px;
}

.prod-tabs .tabs-container .tab .content p:last-child{
  margin-bottom: 0px;
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6{
  margin-bottom:15px; 
}

.prod-tabs .tabs-container .tab h3{
  font-size:16px;
  font-weight:700;
  color:#1c1c1c;
  margin-bottom:15px;
  text-transform:uppercase;
}

.prod-tabs .tabs-container .tab h4{
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  color:#333333;
  margin-bottom:15px;
}

.prod-tabs .reviews-container{
  position:relative;  
}

.prod-tabs .reviews-container .review-box{
  position:relative;
  margin-bottom:30px;
  padding-left:100px;
  min-height:100px;
}

.prod-tabs .reviews-container .rev-thumb{
  position:absolute;
  left:0px;
  top:0px;
  width:82px;
  height:82px;
  border:1px solid #e0e0e0;
  background:#ffffff;
  border-radius:3px;
}

.prod-tabs .reviews-container .rev-thumb img{
  display:block;
  width:80px;
  height:80px;
  border-radius:3px;  
}

.prod-tabs .reviews-container .rev-content{
  position:relative;
  padding:15px;
  border:1px solid #e0e0e0;
  background:#ffffff; 
}

.prod-tabs .reviews-container .rating{
  color:#2c91a8;
  font-size:13px;
}

.prod-tabs .reviews-container .rating .fa{
  margin-right:1px; 
}

.prod-tabs .reviews-container .rev-info{
  font-size:12px;
  letter-spacing:1px;
  margin-bottom:10px;
}

.prod-tabs .reviews-container .rev-text{
  font-size:14px;
}

.prod-tabs .add-review{
  position:relative;
  margin:30px 0px 20px;
  font-size:14px;
}

.prod-tabs .add-review .rating{
  position:relative;  
}

.prod-tabs .add-review .rating .rate-box{
  position:relative;
  display:inline-block;
  margin-right:10px;
  font-size:14px;
  color:#5a5a5a;  
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active{
  color:#2c91a8;  
}

.prod-tabs .add-review label{
  position:relative;
  display:block;
  font-size:14px;
  margin-bottom:5px;
  font-weight:400;
  color:#303030;  
}

.prod-tabs .add-review h3{
  margin-bottom:20px; 
}

.prod-tabs .add-review .form-group{
  position:relative;
  margin-bottom:20px; 
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select{
  position:relative;
  display:block;
  width:100%;
  line-height:22px;
  padding:9px 15px;
  color:#222222;
  border:1px solid #e0e0e0;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}

.prod-tabs .add-review .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:22px;
  padding:8px 15px;
  color:#222222;
  border:1px solid #e0e0e0;
  height:200px;
  resize:none;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}

.prod-tabs .add-review button{
  padding:10px 45px;
}

/*** 

====================================================================
  Related Products Style
====================================================================

***/

.related-products{
  position:relative;  
}

.related-products .row{
  margin: 0px -10px;
}

.related-products .normal-title{
  margin-bottom:32px; 
}

.related-products .normal-title h3{
  font-size:16px;
  font-weight:700;
  color:#000000;
  text-transform:uppercase; 
}

/*** 

====================================================================
  Cart Section style
====================================================================

***/

.cart-section{
  position:relative;
  padding:120px 0px;
}

.cart-outer{
  position:relative;  
}

.checkout-page .cart-outer{
  margin-bottom:30px; 
}

.cart-outer .table-outer{
  position:relative;
  width:100%;
  overflow-x: auto;
  background-color: #fafafa;
}

.cart-outer .cart-table{
  width:100%;
  min-width:900px;  
}

.cart-table .cart-header{
  position:relative;
  width:100%;
  text-transform:capitalize;
  font-size:16px;
  border-radius:7px;
  background:#fafafa;
  color:#000000;
  border-bottom: 1px solid #eeeeee;
}

.cart-table thead tr th{
  line-height:24px;
  padding:25px 10px;
  min-width:120px;
  font-weight:400;
}

.cart-table thead tr th .fa{
  font-size:18px;
  padding:0px 20px 0px 20px;  
}

.cart-table thead tr th.prod-column{
  text-align:left;
}

.cart-table tbody tr td{
  line-height:24px;
  padding:30px 10px 20px;
  min-width:100px;
  font-family: 'Montserrat', sans-serif;
}

.cart-table tbody tr .qty{
  width:200px;
  padding-right:80px;
}

.cart-table tbody tr .qty .quantity-spinner{
  background:#ffffff; 
}

.cart-table tbody tr .prod-column .column-box{
  position:relative;
  min-height:100px;
  padding-top:35px;
  text-align:left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
  position:absolute;
  width:100px;
  left:0px;
  top:0px;  
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
   display:block;
   max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h4{
  font-size:14px;
  color:#000000;
  font-weight:400;
  margin-bottom:5px;  
}

.cart-table tbody tr .sub-total{
  font-weight:400;
  color:#000000;  
}

.cart-table tbody tr .remove-btn{
  position:relative;
  font-size:14px;
  color:#aaaaaa;
  line-height:100px;
  float: left;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
  position:relative;
  padding:0px 20px;
  font-size:14px;
  line-height:30px;
}

.cart-table tbody tr .remove-btn:hover{
  color:#2c91a8;
}

.cart-table tbody tr{
  border-bottom:1px solid #e9e9e9;  
}

.cart-table tbody tr td{
  vertical-align:middle;  
}

.cart-table tbody tr td .quantity-spinner{
  padding:5px 0px 5px 20px;
  line-height:24px;
  height:34px;
  display:block;
  width:100%;
  position:relative;
}

.cart-table tbody .available-info{
  position:relative;
  padding-left:50px;  
}

.cart-table tbody .available-info .icon{
  position:absolute;
  left:0px;
  top:5px;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  font-size:18px;
  color:#ffffff;
  background:#223555;
  border-radius:50%;
}

.cart-options{
  position:relative;
  padding:28px 20px 0px;
  margin-bottom:50px;
  background-color: #fafafa;
}

.apply-coupon{
  position:relative;
}

.apply-coupon .form-group{
  position:relative;
  float:left;
}

.cart-options button{
  margin-left: 15px;
  margin-bottom:15px;
}

.apply-coupon .form-group input[type="text"]{
  display:block;
  line-height:30px;
  padding:9px 10px;
  border:1px solid #eeeeee;
  border-radius:3px;
  width:360px;
  background:#f4f4f4; 
}

.cart-section h3{
  font-size:18px;
  font-weight:700;
  color:#1c1c1c;
  margin-bottom:14px; 
}

.cart-section .totals-table{
  position:relative;
  margin-bottom:20px;
}

.cart-section .totals-table li{
  line-height:24px;
  padding:12px 0px;
  border-bottom:1px solid #eeeeee;  
}

.cart-section .totals-table li.title .col{
  color: #777777;
  font-size: 14px;
}

.cart-section .totals-table li:last-child{
  border-bottom:none;
  margin-bottom:0px;
}

.cart-section .totals-table .col{
  position:relative;
  display:block;
  float:left;
  line-height:24px;
  width:50%;
  color: #1c1c1c;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.cart-section .proceed-btn{
  display:block;
  width:100%; 
}

/*** 

====================================================================
  Checkout Style
====================================================================

***/

.checkout-page{
  position:relative;
  padding:80px 0px;
}

.checkout-page .default-links{
  position:relative;
  margin-bottom:30px; 
}

.checkout-page .default-links li{
  margin-bottom:15px;
  line-height:24px;
  padding:15px 20px;
  background:#f7f7f7;
  color:#1c1c1c;
  font-size:14px;
}

.checkout-page .default-links li a{
  color:#2c91a8;  
}

.checkout-page .billing-details{
  position:relative;
  margin-bottom:15px; 
}

.checkout-page .check-box{
  line-height:24px;
  font-size:14px;
  font-weight:normal;
  padding-top:5px;  
}

.checkout-page .check-box label{
  position:relative;
  top:-1px;
  font-weight:normal;
  padding:0px;
  font-size:14px;
  cursor:pointer;
  color: #222222;
}

.checkout-page .place-order{
  position:relative;
  padding:0px;  
}

.checkout-page .payment-options{
  position:relative;
  margin-bottom:30px; 
}

.checkout-page .payment-options li{
  position:relative;
  margin-bottom:15px; 
}

.checkout-page .payment-options li .radio-option{
  position:relative;    
}

.checkout-page .payment-options li .radio-option label{
  position:relative;
  display:inline-block;
  padding-left:30px;
  font-weight:400 !important;
  text-transform:capitalize;
  letter-spacing:1px;
  color:#222222;
  font-size: 14px;
  line-height:28px;
  cursor:pointer;
}

.checkout-page .payment-options li .radio-option label strong{
  font-weight:600;  
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
  position:absolute;
  left:0px;
  top:3px;  
}

.checkout-page .payment-options li .radio-option label .small-text{
  display:block;
  padding-top:5px;
  letter-spacing:0px;
  text-transform:none;
  font-weight:normal;
  font-size:13px;
  color:#777777;
  line-height:20px;
}

.checkout-page .payment-options li .radio-option label img{
  position:relative;
  top:-3px;
  display:inline-block;
  max-width:100%;
  padding-left:30px;  
}

.checkout-page .place-order .theme-btn{
  padding:11px 38px;
}

.default-title{
  position:relative;
  margin-bottom:16px;
  padding-bottom:14px;  
}

.default-title h2{
  font-size:16px;
  font-weight:700;
  color:#1c1c1c;
  text-transform:uppercase; 
}

.shop-form{
  position:relative;  
}

.shop-form .form-group{
  position:relative;
  margin-bottom:20px; 
}

.billing-details .shop-form .form-group{
  margin-bottom:22px;
}

.shop-form .form-group .field-label{
  display:block;
  line-height:24px;
  margin-bottom:10px;
  text-transform:capitalize;
  color:#222222;  
}

.shop-form .form-group .field-label sup{
  color:#ff0000;  
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
  position:relative;
  display:block;
  width:100%;
  background:#fafafa;
  line-height:26px;
  padding:11px 15px;
  height:50px;
  border:1px solid #eeeeee;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}



/*** 

====================================================================
  FAQ's style
====================================================================

***/

.faq-section {
  padding: 90px 0px;
}

.sitemap-section {
  padding: 90px 0px;
}



/*** 

====================================================================
  Error Section
====================================================================

 ***/

.error-section{
  position: relative;
  text-align: center;
  padding: 150px 0px 110px;
}

.error-section h3{
  position: relative;
  color: #1c1c1c;
  font-size: 32px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight:800;
}

.error-section h3 span {
    font-size: 150px;
    line-height: 198px;
}

.error-section .text{
  position: relative;
  font-size: 14px;
  color: #777777;
  margin-top: 15px;
  line-height: 1.8em;
}

.error-section .text a{
  color: #2c91a8;
}

.error-section .search-website{
  position:relative;
  max-width:560px;
  margin:0 auto 40px;
  margin-top: 40px;
}

.error-section .search-website .form-group{
  position:relative;
  margin-bottom:0px;
  text-align:left;
}

.error-section .search-website .form-group input[type="text"],
.error-section .search-website .form-group input[type="search"],
.error-section .search-website .form-group textarea{
  position:relative;
  display:block;
  max-width:400px;
  width: 100%;
  line-height:26px;
  padding:10px 15px;
  background:#f4f4f4;
  border:1px solid #f4f4f4;
  height:48px;
  border-radius:3px;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease; 
}

.error-section .search-website .form-group input[type="text"]:focus,
.error-section .search-website .form-group input[type="search"]:focus,
.error-section .search-website .form-group textarea:focus{
  border-color: #2c91a8;
}

.error-section .search-website .form-group button{
  position:absolute;
  right:0px;
  top:0px;
  display:block;
  width:150px;
  height:46px;
  text-align:center;
  margin:0px;
  padding:11px 30px;
  line-height:24px;
  font-size:14px;
  text-transform:uppercase;
  background:#443f45;
  color:#ffffff;
  font-weight:800;
  border-radius:2px;
}

.error-section .search-website .form-group button:hover,
.error-section .search-website .form-group input:focus + button{
  background: #2c91a8;
  color:#ffffff;
}


/*** 

====================================================================
   About Section
====================================================================

***/
.inner-about-section { margin:50px 0px; }
.about-section { margin-top:30px;}
.vision-mission {border:1px solid #2c91a8; border-radius:10px 0px; box-shadow:5px 5px 5px #ccc; margin-bottom:40px;}
.vision-mission h3 {background:#2c91a8; color:#fff; padding:5px; border-radius:10px 0px 0px 0px;}
.vision-mission p {padding:5px; font-style:italic; color:#777;}
.vision-mission ul {padding:5px;}
.vision-mission ul li{font-style:italic; color:#777; display:inline-flex;}
.vision-mission ul li:before {font-family: 'FontAwesome'; content:'\f105'; font-style:normal; font-size:18px; color:#2c91a8; display:inline-block; padding-right:5px;}
/*** 

====================================================================
  Services Block Four
====================================================================

***/

.services-block-four{
  position:relative;
  margin-bottom:55px;
}

.services-block-four .inner-box{
  position:relative;
  padding-left:130px;
}

.services-block-four .inner-box .icon-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100px;
  height:100px;
  color:#2c91a8;
  font-size:40px;
  line-height:98px;
  text-align:center;
  border-radius:50%;
  margin-bottom:20px !important;
  background-color:#f3f6fa;
  transition: .3s ease;
}

.services-block-four .inner-box .icon-box span {
  position: relative;
  z-index: 99;
}

.services-block-four .inner-box:hover .icon-box {
    color: #fff;
    transition: .5s ease;
}

.services-block-four .inner-box .icon-box:after {
  position:absolute;
  content:'';
  left:0;
  top:0;
  width:100%;
  height:100%;
  border-radius: 50%;
  background-color:#2c91a8;
  transform: scale(0);
  transition: .7s ease;
  
}
.services-block-four .inner-box:hover .icon-box:after {
  transform: scale(1);
  transition: .7s ease;
}

.services-block-four .inner-box .icon-box:before{
  position:absolute;
  content:'';
  left:50%;
  top:100%;
  width:1px;
  height:100%;
  
}

.services-block-four:last-child .inner-box .icon-box:before{
  display:none;
}

.services-block-four .inner-box h3{
  position:relative;
  font-size:16px;
  font-weight:700;
  text-transform:capitalize;
}

.services-block-four .inner-box h3 a{
  color:#222222;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.services-block-four .inner-box h3 a:hover{
  color:#2c91a8;
}

.services-block-four .inner-box .text{
  margin-top:8px;
  margin-bottom:10px;
}

.services-block-four .inner-box .read-more{
  font-weight:900;
  font-size:13px;
  color: #2c91a8;
  text-transform:uppercase;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.services-block-four .inner-box .read-more:hover{
  color:#222222;
}

@media only screen and ( min-width: 220px) and ( max-width: 768px) {
.services-block-four .inner-box { margin-top:20px;}
}

@media only screen and ( min-width: 220px) and ( max-width: 480px) {
	.services-block-four .inner-box { margin-top:20px; padding-left:0px;}
.services-block-four .inner-box .icon-box { width:100%; max-width:100px; display:block; position:inherit;}
}

/*** 

====================================================================
  two-column style
====================================================================

***/


.tow-column {
  position: relative;
  padding: 80px 0 30px;
  background: #222;
}

.tow-column .content-area h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.tow-column img {
    max-width: none;
}

.tow-column .content-area {
  position: relative;
  padding: 15px 20px 30px;
  border: 3px solid #2c91a8;
  margin-bottom: 50px;
}

.tow-column .count-outer {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 11px;
}

.tow-column .counter-title,
.tow-column .content-area p {
  color: #cacaca;
}

.tow-column .content {
    margin-top: 20px;
    margin-bottom: 30px;
}


/*** 

====================================================================
  Service Box
====================================================================

***/



.service-block{
  position:relative;
  margin: 0px 0px 50px 0px;
}

.service-block .inner-box{
  position:relative;
  padding-left:90px;
}

.service-block .inner-box .icon-box{
  position:absolute;
  left:0px;
  top:0px;
  width:70px;
  height:60px;
  text-align:center;
  line-height:58px;
  display:inline-block;
  background:url(../images/icons/service-icon-1.png);
  background-repeat:no-repeat;
}

.service-block .inner-box .icon-box:after{
  position:absolute;
  content:'';
  opacity:0;
  left:0px;
  top:0px;
  width:70px;
  height:60px;
  background:url(../images/icons/service-icon-1-bg.png);
  background-repeat:no-repeat;
  transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -webkit-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
}

.service-block .inner-box:hover .icon-box:after{
  opacity:1;
  color:#ffffff;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.service-block .inner-box:hover .icon-box span{
  color:#ffffff !important;
  position: relative;
    z-index: 99;
}

.service-block .inner-box .icon-box span{
  color: #2c91a8;
  font-size:30px;
}

.service-block .inner-box h3{
  position:relative;
  color: #ffffff;
  font-size: 18px;
  font-weight:600;
  top: -3px;
  margin-bottom: 9px;
}

.service-block .inner-box .text{
  position:relative;
  font-size: 15px;
  color: #cacaca;
  line-height:1.8em;
}





/*** 

====================================================================
  why-chooseus
====================================================================

***/

.why-chooseus{
  position:relative;
  background-color: #ffffff;
  padding: 30px 0 40px;
}
.why-chooseus.style-2 .section-title {
  margin-bottom: 20px;
}
.why-chooseus .item{
  position:relative;
  margin-bottom:50px;
}
.why-chooseus .item:hover .inner-box .icon_box span {
  color: #fff;
  transition: .5s ease;
} 
.why-chooseus .item:hover .inner-box .icon_box {
  background: #2c91a8;
  transition: .5s ease;
} 

.why-chooseus .item .inner-box{
  position:relative;
  padding: 0px 15px 20px 100px;
  background:#ffffff;
  border: 1px solid #f7f7f7;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.why-chooseus.style-2 .item .inner-box {
  border: 0px;
}
.why-chooseus .item:hover .inner-box {
  border-color: #2c91a8;
  transition: .7s ease;
}
.why-chooseus .item .inner-box .image-layer{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:0;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.why-chooseus .item .inner-box .image-layer:after{
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:rgba(168, 196, 27, 0.79);
}

.why-chooseus .item .inner-box:hover .image-layer{
  opacity:1;
}

.why-chooseus .item .inner-box .icon_box{
  position:absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f7f7f7;
  text-align:center;
  color: #2c91a8;
  font-size:34px;
  z-index:2;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.why-chooseus .item .inner-box h4{
  color:#272727;
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0px 8px;
  z-index:2;
}

.why-chooseus .item .inner-box .text{
  position:relative;
  color:#222;
  font-size:16px;
  z-index:2;
}

.why-chooseus .item .inner-box .read-more{
  position:relative;
  color:#272727;
  margin-top:15px;
  display:inline-block;
  font-weight:700;
  z-index:2;
  text-transform:uppercase;
  font-family: 'Bree Serif', serif;
}

.why-chooseus .item .inner-box .bottom-icon{
  position:absolute;
  right:10px;
  bottom:10px;

}

.why-chooseus .item .inner-box .icon_box span:before {font-size: 35px;}


















