@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/

/*************************
*******Typography******
**************************/
body {
  padding-top: 100px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
a {
  color: #fed325;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #fed325;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
  font-size: 35px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}

.section-header .section-title h1{
 color: blue;
}

.section-header .section-title h4{
 font-size: 15px;
}

.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
  font-size: 20px;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
 
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 22px 15px 21px;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 37px;
    border-top: 3px solid #45aed6;
  }
    
.dropdown:hover .dropdown-menu {
    display: block;
}
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
   
 
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
    font-size: 12px;
  }
    
  #main-menu.navbar-default .dropdown-menu > ul >ul > ul {
      
    left: 100%;
    top: 0;
   
  }  
    
    #main-menu.navbar-default .dropdown-menu >li:hover > ul {
    display: block;
}
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}

/*==== owl-carousel====*/
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 20% 50%;
  background-size: cover;
  
  
  
}

#main-slider .text-block h4{
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}
#main-slider .container h2 {
  margin-top: 150px;
  font-size: 38px;
  line-height: 1;
  text-transform: uppercase;
  color: whitesmoke;
  margin-right: auto; 
}

#main-slider .container h4 {
  margin-top: 100px;
  font-size: 45px;
  line-height: 1;
  color: orange;
  margin-right: auto; 
  font-weight: 800;

 
} 
#main-slider .container p {
background-color: cadetblue;
width: 500px;
}

#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

.carousel-caption{
    top:0;
    bottom: 0;
    left: 0; 
    right: 0;
    padding: 0;
}
.caption-wrapper{
    
    display: table;
    height: 100%;
    width: 100%;
}
.caption-info{display: table-cell;vertical-align: middle;}
.caption-info p{font-size: 1.25em;}
.caption-info .btn i{margin-right:0.75em;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{width: 100%; height: 100%;}
.carousel-control{
    z-index:1000;
}

/*=== owl-carousel===*/
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
 margin-top: auto;
  
}

#cta img{
    
    height: 150px;
    background-color: Gainsboro ;
}

#cta3 img{
    
    height: 300px;
    
}

#cta h2 {
  margin-top: 0;
}

#cta2 {
  background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #45aed6;
}

#cta2 p > span {
  color: #45aed6;
  font-size: 30px;
}

#cta2 h3 > span {
  color: #45aed6;
    font-size: 30px;
}

#cta2 h3 > span >img{
  margin-top: -4px;
}

#features {
  padding: 100px 0;
}

#features img{
  margin-top: 70px;
  height: 350px;
}
#features .media.service-box:first-child {
  margin-top: 20px;
    
}
#services {
  padding: 100px 0 75px;
}
.media.service-box {
  margin: 25px 0;
}

.media.service-box p{
background-color: aliceblue;
}

.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: navy;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
  background-color: #D3D3D3;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

/*===== Portfolio ===== */
#portfolio {
  padding: 100px 0;
  background: #f5f5f5;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;

}

#portfolio .portfolio-item .portfolio-item-inner img {
  width: 200px;
  height: 180px;
  
 
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 200px;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.tm-header-gallery {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.tm-header-img {
	padding: 0 1px 1px 0 !important;
	margin: 0 !important;
}

.tm-pad-0 { padding: 0; }
.tm-highlight-text {
	font-style: italic;
	color: #338ad9;
}

.tm-site-name {
	position: absolute;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            justify-content: center;
    width: 100%;
    height: 100%;
}

.tm-site-name-h1 { 
    font-family: 'Alien League',sans-serif;
 	font-size: 40px;
 	color:#DF0000;
 	font-weight: 800;
}

.tm-site-name span{
    padding: 0px 60px;
    border-bottom: 2px solid #000000;
}

.tm-site-name-h2 {
	color: #6c6c6c;
	font-size: 1.4rem;
}

.tm-testi {
	background-color: white;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	        align-items: center;
	-ms-flex-flow: column;
	    -webkit-flex-flow: column;
	        flex-flow: column;
    max-width: inherit;

}

.tm-testi-text-box {
	-ms-flex: 1 0 auto;
	    -webkit-box-flex: 1;
	    -webkit-flex: 1 0 auto;
	        flex: 1 0 auto;
    width: 100%;
    height: 300px
}

.tm-testi-text {
	color: rgba(255,255,255,0.9);
	font-size: 50px;
	font-weight: 300;
	max-width: 100%;
	margin-bottom: 2rem;
	line-height: 1.8;
	-ms-flex: 1 0 auto;
	    -webkit-box-flex: 1;
	    -webkit-flex: 1 0 auto;
	        flex: 1 0 auto;
    text-align: center;
}

.tm-testi-sig {
	color: white;
	font-size: 1.4rem;
	position: static;	
	margin-bottom: 0;
	-ms-flex-item-align: end;
	    -webkit-align-self: flex-end;
	        align-self: flex-end;
}

blockquote.large {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1em;
}

blockquote {
    font-size: 18px;
    border: none;
    padding: 0;
    color: navy;
   
}
blockquote {
    margin: 0 0 20px;
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
 


}
user agent stylesheet
blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

blockquote.large {
    
    font-family: Britannic Bold;
    text-shadow: 2px 2px 4px #000000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 6px 6px 6px 6px rgba(0, 0, 0, 0.19);

    text-align: center;

}
/*blockquote.large:before {
    font-size: 30px;
    font-family: FontAwesome;
    content: "\f10d";
    margin-right: 20px;
    margin-top: 80px;
 
}

blockquote.large:after {
    font-size: 30px;
    font-family: FontAwesome;
    content: "\f10e";
    margin-right: 20px;
}*/
/*===== Portfolio ===== */
#testimonial {
  background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
/*===== about main page ==== */

#about {
  padding: 50px 0;
    
}

#about img{
    
   position: relative;
   margin-top: 80px;
}
#about p{

  border-radius: 10px;
  text-align: justify;
  float: center;  
}

#about .col-sm-8 {
    
    margin: 3px;
    border-radius: 4px;
    color: aliceblue;
    width: 380px;
    height: 380px;
}

#about .col-md-6 img{
    
   margin-top: 10px;
}

#about .col-md-8 h4{
    
   margin-top: 10px;
}

#about .section-header {
    
    margin-top: auto;
}

#about .col-md-6 p {
    
    margin-top: 20px;
    text-indent: inherit;
}

#about .col-md-6 h4 {
    
    margin-top: 20px;
    margin-left: 10px;
}

 #features .about{
 	padding:5% 0 4%;
 	text-align: center;
     margin-top: 20px;
 }
 #features .about h3{
 	font-family: 'Anklepants',sans-serif;
 	font-size: 40px;
 	color:#DF0000;
 	font-weight: 800;
     
    
 }
#features .about p {
	font-family: 'Raleway', sans-serif;
	font-size: 0.8755em;
	color: #444444;
	font-weight: 400;
	width: 45%;
	line-height: 1.9em;
	margin: 2% auto 0;
}

#features .about span {
    padding: 0px 60px;
    border-bottom: 2px solid #000000;
}


.hst-btn .btn-warning{
    border-radius: 5px;
    background: #ffc038;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    padding: 15px 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
    

.hst-btn .btn-warning:hover {
    background: #333;
    color: #fff;
}


/*==== about main page ====*/
.reason {
    color: black;
    padding: 10px;
    font-size: 15px;
    height: 50px;
    margin-top:10px;
    border-radius: 3px;
} 

.reason h2 {
    color: black;
    padding: 10px;
    font-size: 15px;
    height: 50px;
    margin-bottom:2px;
    
} 

.hidden>div {
	display:none;
}

.visible>div {
	display:block;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

/*===== work process ===== */
#work-process {
  padding: 80px 0 50px;
  background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#work-process h2 {
  color: #fff;
}
#work-process h3 {
  color: #fff;
  margin-bottom: 0;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #45aed6;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #45aed6;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
  margin-bottom: 50px;
  font-size: 18px;
}

 #work-process .about{
 	padding:5% 0 4%;
 	text-align: center;
 }
 #work-process .about h3{
 	font-family: 'Alien League',sans-serif;
 	font-size: 40px;
 	color:aliceblue;
 	font-weight: 800;
     margin-bottom: 50px;
     
    
 }

#work-process .about span {
    padding: 0px 60px;
    border-bottom: 2px solid #000000;
}
/*==== work process ==== */
#meet-team {
  padding: 10px 0;
  margin-top: 10px;
}

#meet-team .team-member {
  padding: 10px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
  width: 270px;
}
#meet-team .team-member .team-img {
  margin: -5px -5px 0 -5px;
}
#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}

#meet-team .team-member .team-info > h3 {
  font-size: 25px;
}

#meet-team .team-member:hover {
  border-color: #45aed6;
}
#meet-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meet-team .social-icons > li {
  display: inline-block;
}
#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}


.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 2px solid #eee;
  border-top: 0;
  padding: 20px 20px 16px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
#pricing {
  padding: 100px 0 70px;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
#pricing ul.pricing li {
  display: block;
  padding: 10px;
}
#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}
#get-in-touch {
  padding: 100px 0 50px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  height: auto;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}
#blog {
  padding: 100px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#contact {
  position: relative;
  overflow: hidden;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}

/*====== our partners ==== */

.column {
     
    width: 33.33%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}

/*====== our partners ====*/

/*=== page access control css === */
/* start service */
#service .media
    {
        padding: 30px;
        margin-left: 20px;
        
    }
#service .media .fa
    {
        color: #202020;
        font-size: 40px;
        margin-right: 5px;
    }
#service .media .media-heading
    {
        border-bottom: 2px solid #202020;
        font-weight: 600;
        font-size: 25px;
        padding-bottom: 20px;
    }
#service .media .media-body h3
    {
        font-size: 15px;
    }

#service .media .media-body p
    {
        font-size: 12px;
    }

/* end service */

}
.our-team{
    background: #f5f5f5;
    text-align: center;
    margin: 10px;
    
}

.our-team .pic{
    position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.3s ease 0s;
    border:1px solid  black;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 8%;
    width: 250px;
    box-shadow: 10px 10px 5px grey;
   
}


.our-team:hover .pic{
    transform: scale(1.01);
}


.our-team .pic:after{
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: -100px;
    right: -100px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 1);
    transform-origin: 50% 50% 0;
    transition: all 0.35s ease 0s;
}


.our-team:hover .pic:after{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}


.our-team .pic img{
    width: 80%;
    height: 200px;
}


.our-team .read-more{
    width: 100px;
    padding: 0 15px 15px 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.35px;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transform: translate3d(20px, 20px, 0px);
    transition: all 0.35s ease 0s;
}
.our-team:hover .read-more{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.our-team .team-content{
    padding: 20px 0;
}
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    color: #3b3b3b;
    text-transform: capitalize;
    margin: 0 0 8px 0;
}
.our-team .post{
    font-size: 13px;
    font-weight: 500;
    color: #6e6e70;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
License Terms
/*=== page access control css === */

/*==== page alarm system css === */
#about {
	background: #f6f6f6;
    margin-top: auto;
}

#about h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 0 0;
}
#about .about-text h3 {
	color: #70ad47;
    font-weight: 900;
	letter-spacing: -1px;
    font-family: 'Raleway', ;
    text-transform: uppercase;
}
#about hr {
	margin-left: 0;
	margin-bottom: 40px;
}
#about .btn {
	margin-top: 40px;
}
#about .about-media img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
    margin-top: 10px;
}
#about .about-text, #about .about-desc {
	margin-bottom: 40px;
}
#about p {
	line-height: 24px;
	margin-top: 20px;
}

.section-padding {
  padding: 60px 0px;
}
.service-item h3 span {
  opacity: 0.7;
  font-size: 55px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -5px;
  font-weight: 900;
  padding-right: 6px;
}

.service-item h3 {
  font-weight: 700;
}

.service-item p {
  opacity: 0.9;
  color: inherit;
}

.service-item a {
  color: #be9e21;
}
/*==== page alarm system css === */
/*== page gates automation system css ==*/

.box-content {
    
    padding: 70px 0;
}
.box-content .heading{
    margin-bottom: 50px; 
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    color: #1e1e1e;
}
.box-content .heading h2{
    font-family: 'Raleway', sans-serif; 
    font-weight: 800;
    margin: 10px 0 3px;
}
.box-content .heading .intro{
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
}
.box-content .heading hr{
    max-width: 80px;
    border-color: #1e1e1e;
    border-width: 5px;
}

.box-content.box-style-0{
    background: #243548;
}
.box-content.box-style-1{
    background-attachment:fixed; 
    background-image: url(../images/bg-2.jpg); background-color: #222;
    color:#fff;
}

.box-content.box-1 {
    padding: 30px 0;
}
.box-content.box-1 .box-item{
    margin: 0 auto 0;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
    position:relative;
}
.box-content.box-1 .box-item h3{
    font-size:20px;
    text-transform:uppercase;
    display: inline-block;
    margin: 30px 0 10px;
}
.box-content.box-1 .box-item h3 em{
    display:block;
    font-weight: 300; 
    font-style: normal; 
    color: #666;
}
.box-content.box-1 .box-item p{
    font-size: 15px;
    color:#816943;
    line-height: 25px;
    margin: 10px 0 30px;
}
.box-content.box-1 .box-item .icon{
    height: 80px; 
    width: 100px;
    display: inline-block;
    float:left;
    margin-right: 15px;
    position:relative;
}
.box-content.box-1 .box-item .icon::after{
    content:"";
    border-right:3px solid #1e1e1e;
    position:absolute;
    left:0;
    right:0;
    top: 15px;
    bottom:0;
    height: 40px;
}
.box-content.box-1 .box-item .icon h1{
    color: #23b1c4; 
    font-size: 50px;
    line-height: 1; 
    margin: 0;
    font-weight: 300;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;
}
.box-content.box-1 .box-item:before{
    z-index:1;
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    border-bottom:5px solid #23b1c4;transform:scale(0,1);
    -moz-transform:scale(0,1);
    -webkit-transform:scale(0,1);
    -ms-transform:scale(0,1);transition:all 0.4s ease-in-out 0s;
    -moz-transition:all 0.4s ease-in-out 0s;
    -webkit-transition:all 0.4s ease-in-out 0s;
}
.box-content.box-1 .box-item:hover .icon h1{
    color: #FE3F5E
}
.box-content.box-1 .box-item:hover:before{
    transform:scale(1,1);
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -ms-transform:scale(1,1);
}
@media only screen and (max-width: 767px){
	.box-content.box-1 {
        padding: 0;
    }
	.box-content.box-1 .box-item{
        margin: 50px auto;
    }
}

.box-content.box-2 {
    padding-bottom: 0;
}



/*==== automation gates css =====*/

.team{
    padding:75px 0;
    overflow-x: hidden;
}
.team, .team .img-box {
    position: relative;
}
h6.description{
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0,0.1);
	padding-bottom: 5px;
}
.profile{
	margin-top: 25px;
}
.profile h1{
	font-weight: normal;
	font-size: 15px;
	margin:10px 0 0 0;
}
.profile h2{
	font-size: 14px;
	font-weight: lighter;
	margin-top: 5px;
}
.profile .img-box{
	opacity: 1;
	display: block;
	position: relative;
    margin: 5px;
    border: 2px solid 	#483D8B;
}
.profile .img-box:after{
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box ul{
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
	font-size: 20px;
	letter-spacing: 10px;
}
.img-box ul li{
	width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #88C425;
    margin: 2px;
    padding: 5px;
	display: inline-block;
}
.img-box a{
	color:#fff;
}
.img-box:hover:after{
	opacity: 1;
}
.img-box:hover ul{
	opacity: 1;
}
.img-box ul a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
	border-color: #fff;
	color: #88C425;
}
a{
    color:#88C425;
}
a:hover{
    text-decoration:none;
    color:#519548;
}
i.red{
    color:#BC0213;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 50%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
    text-align: justify;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team:hover .team-hover .s-link {
    bottom: 10%;
}
.team:hover .team-hover, .team:hover .team-hover .desk, .team:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}


.secvice-area {
  background: #f9faff;
    margin-top: 20px;
}
.secvice-area .single-service img{
 width: 350px;
 height: 180px;
    margin-left: 4px;
   
}

.secvice-area .single-service:nth-child(2) p {
  min-height: 152px;
}

@media (max-width: 768px) {
  .secvice-area img {
    margin-top: 20px;
    
  }
}

.single-service h2 {
  padding: 20px 20px 0px 20px;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 2px;
}

.single-service img {
 width: 300px;
height: 150px;
margin-left: 20px;
margin-top: 50px;
border: 1px solid #333;
border-radius: 15px;
}

.single-service .desc .text-uppercase p{
  padding: 10px 10px 0px 10px;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 2px;
    margin-bottom: 20px;
}

.single-service p {
  padding: 0px 20px 0px 20px;
  font-size: 0.95em;
  font-weight: 300;
  margin-top: 10px;
  min-height: 172px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .single-service p {
    padding: 20px 20px 0px 20px;
    font-size: 10px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 188px;
  }
}

/*=== autogate system css ===*/
.single-widget-area {
    margin-bottom: 10px;
    
}

.widget-title > h6 {
    background: #6495ED;
    height: 40px;
    width: 95%;
    line-height: 40px;
    border-radius: 2px;
    margin-bottom: 30px;
    color: aliceblue;
    font-size: 15px;
}



.about-me-widget-thumb img {
    height: 100px;
    width: 150px;
    margin-top: 10px;
    border-radius: 10%;
}

.about-me-widget h4 {
    margin: 15px 0;
    font-weight: 400;
}

.about-me-widget p {
    color: #51545f;
    margin-bottom: 0;
}

/* subscribe_follow_area */

.subscribe-link > a {
    font-size: 14px;
    color: #51545f;
    padding: 0 15px;
}

.subscribe-link > a:hover {
    color: #fc6c3f;
}

.subscribe-link {
    padding-top: 20px;
}

/* popular post */

.popular-post-widget .single-populer-post img {
    border-radius: 20px;
    margin-bottom: 30px;
    -ms-flex-item-align: center;
    width: 200px;
    height: 150px;
}

.popular-post-widget .single-populer-post. img-box a > img{
    border-radius: 20px;
    margin-bottom: 30px;
    -ms-flex-item-align: center;
    width: 300px;
    height: 150px;
   
   
    
}

.popular-post-widget .single-populer-post .img-box img {

    margin-bottom: 30px;
    -ms-flex-item-align: center;
    width: 300px;
     
}

.popular-post-widget .single-populer-post .img-box {

  margin: 30px;
     
}

.popular-post-widget .single-populer-post:last-of-type img {
    margin-bottom: 0;
}

.popular-post-widget .single-populer-post img {
    width: calc(50% - 10px);
}

.popular-post-widget .single-populer-post img,
.popular-post-widget .single-populer-post .post-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.popular-post-widget .single-populer-post .post-content {
    margin-left: 10px;
}

.popular-post-widget .single-populer-post .post-content > p {
    font-size: 14px;
    color: #b5aec4;
    font-weight: 400;
    margin-bottom: 0;
    width: 200px;
}

.popular-post-widget .single-populer-post .post-content > h6 {
    font-size: 14px;
    margin-bottom: 0;
}

.post-thumb img {
    border-radius: 30px;
    margin-bottom: 30px;
    margin-left: 8px;
}

.post-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-author a,
.post-date a,
.post-favourite a,
.post-comments a,
.post-share a {
    color: #b5aec4;
    font-size: 14px;
}

.post-author a:hover,
.post-date a:hover,
.post-favourite a:hover,
.post-comments a:hover,
.post-share a:hover {
    color: #000;
}

.post-favourite a,
.post-comments a {
    margin-right: 15px;
}

.post-author a {
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.post-author a:after {
    width: 2px;
    height: 60%;
    content: '';
    position: absolute;
    top: 20%;
    right: -14px;
    z-index: 2;
    background-color: #b5aec4;
}
/*.post-content p {
    
    width: 400px;
}*/

.post-content .team-member {
    
    margin-bottom: 30px;

}

.single-post {
    margin-bottom: 30px;
}

.single-post h2,
.single-post h4 {
    margin: 10px 0;
    color: #232d37;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
}

.single-post h2:hover,
.single-post h4:hover {
    color: #fc6c3f;
}

.single-post p {
    color: #51545f;
    margin-right: 10px;
}

.single-post .read-more {
    font-size: 12px;
    color: #b5aeba;
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    height: 40px;
    min-width: 170px;
    line-height: 40px;
    text-align: center;
}


.single-post .read-more:hover {
    color: #000;
    border: 1px solid #000;
}

.list-blog.single-post .post-thumb,
.list-blog.single-post .post-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-right: 15px;
}

.list-blog.single-post .post-content {
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 30px;
}

.box-item .read-more {
    font-size: 12px;
    color: #b5aeba;
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    min-width: 100px;
    line-height: 20px;
    text-align: center;
}


.box-item .read-more:hover {
    color: #000;
    border: 1px solid #000;
}


.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

/*=================================*/
/*dome camera page CSS style
/*=================================*/

/* Add Widget */

.newsletter-widget .add-widget-area {
    position: relative;
    z-index: 1;
}

.newsletter-widget .add-widget-area img {
    border-radius: 30px;
    
}

.newsletter-widget .add-widget-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background-color: rgba(30, 29, 29, 0.8);
    z-index: 1;
    border-radius: 30px
}

.newsletter-widget .add-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.newsletter-widget .add-text h2,
 .add-text p {
    color: #fff;
     text-align: center;
}

.newsletter-widget .add-text p {
    font-size: 14px;
    text-align: center;
}

.newsletter-widget .add-text a {
    min-width: 130px;
    height: 40px;
    border: 1px solid #fc6c3f;
    color: #fc6c3f;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
    margin-left: 30%;
}

.newsletter-widget  .add-text a:hover {
    border: 1px solid #fc6c3f;
    color: #fff;
    background-color: #fc6c3f;
}

/* Newsletter Widget CSS */

.newsletter-widget p {
    font-size: 14px;
}




/*=================================*/
/* Intercom system page CSS
/*=================================*/
.about3{

}
.main_about h1{
    font-family: 'Kaushan Script', cursive;
    font-size:60px;
    line-height: 60px;
}
.main_about h2{
    font-family: 'Droid Serif', serif;
    font-size:100px;
    line-height:100px;
}
.main_about h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size:30px;
    line-height: 40px;
    letter-spacing: 5px;
}
.bg-black{background-color: #191970;}

.slid_shap{
    height: 40px;
    border-radius: 4px 4px 0px 0px;
    width:100%;
}

.service_slid {
    box-shadow: 0px 0px 8px -1px;
    border-radius: 4px 4px 0px 0px;   
}

.service_slid span{
   text-align: center;
    font-size: 15px;
}


.service_slid .carousel{
    background-color: white;
    height: 260px;
    margin-bottom: 50px;
}
.service_slid .carousel-inner img{
     height: 260px;
}


.service_slid .service_slid_item{
    background-color: #fff;
    padding: 70px 30px;
}

.service_slid .service_slid_text img{
    height: 400px;
    width: 400px;
}
.service_slid .service_slid_text h5{
    font-size:18px;
    font-weight: 700;
}
.choose_mac .slick-arrow,
.service_slid .slick-arrow{
    position: absolute;
    top:40%;
    z-index: 1;
    border-radius: 50%;
    border:1px solid #ddd;
    width:25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size:10px;
    cursor:pointer;
}
.choose_mac .nextprevleft,
.service_slid .nextprevleft{
    left:5%;
}
.choose_mac .nextprevright,
.service_slid .nextprevright{
    right:5%;
}
.bg-grey {
    background-color: #fcfbf7;
}
.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.about_intercom{
    
    margin: auto;
    
}


/*=================================*/
/* CCTV System page CSS
/*=================================*/
#aboutUs {
    padding: 40px 0 60px;
}

section.companyInfo {
    padding: 30px 0 0 0;
}
section.companyInfo {
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.company-bg {
    background:#fff ;
    padding: 50px 0;
    max-width: 100%;
}
.company-bg .content {
    background: #2278d1;
    color: #fff;
    float: left;
    padding: 34px;
    position: relative;
    text-align: left;
}
.company-bg .content h2 {
    font-size: 36px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
 
}

.company-bg .content p {
    line-height: 24px;
    margin: 0;
     
}

.btn:not(.btn-raised), .input-group-btn .btn:not(.btn-raised), .btn:not(.btn-raised).btn-default, .input-group-btn .btn:not(.btn-raised).btn-default {
    color: rgba(0,0,0, 0.87);
    background-color: black;
  
}

.btn:not(.btn-raised), .input-group-btn .btn:not(.btn-raised) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.company-bg .company-thumb img{
     max-width: 100%;
     border: 0;
    margin-left: auto;
        
}

/***********************
Accessories Access Control 
************************/
@media print, screen and (min-width: 40em)
.month-specials .specials-content {
    padding-bottom: 3.125rem;

}
.month-specials .specials-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  
}

@media print, screen and (min-width: 64em)
.month-specials .specials-content .special {
    width: 33.33333%;
}
@media print, screen and (min-width: 40em)
.month-specials .specials-content .special {
    width: 50%;
}
.month-specials .specials-content .special {
    background: #f8f8f8;
    display: -ms-flexbox;
    display: flex;
    transition: .3s ease-in-out;
    margin-top: 5px;
}

.month-specials .specials-content .special .special-img {
    width: 50%;
}

.month-specials .specials-content .special .special-img img {
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
     display: inline-block;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    border-style: none;
   

 

}


.month-specials .specials-content .special .special-items {
    width: 100%;
    height: 210px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    transition: .3s ease-in-out;
}

.month-specials .specials-content .special .special-items h2 {
    font-size: 15px;
    position: relative;
    margin-bottom: .9375rem;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0;
    font-family: "Merriweather",serif;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    display: block;
}
.month-specials .specials-content .special .special-items h2:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -.5rem;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 45%;
    height: 1px;
    background-color: #3c3c3c;
}

.month-specials .specials-content .special .special-items span {
    font-weight: 600;
}
@media print, screen and (min-width: 40em)
.header-txt {
    font-size: 1.875rem;
}
.header-txt {
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 40px;
}

.month-specials .specials-content .special:hover{
    background:#FFD700;
    opacity:2;
}
.month-specials .specials-content .special .special-items p {
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
}


/***********************
********* Footer ******
************************/
.col_white_amrc { 
    
    color:#FFF;
}

#myFooter {
    background-color: #3a3f46;
    color: white;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .info{
    text-align: justify; 
    color: #afb0b1;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}


#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter .logo{
    margin-top: 10px;
}

#myFooter .second-bar .logo a{
    color:white;
    font-size: 28px;
    float: left;
    font-weight: bold;
    line-height: 68px;
    margin: 0;
    padding: 0;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .second-bar {
    text-align: center;
    background-color: #33373e;
    text-align: center;
}

#myFooter .second-bar a {
    font-size: 22px;
    color: #9fa3a9;
    padding: 10px;
    transition: 0.2s;
    line-height: 68px;
}

#myFooter .second-bar a:hover {
    text-decoration: none;
}

#myFooter .fab {
    float:right;
    margin: 10px;
}


@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }

    #myFooter .info{
        text-align: center;
    }
}

