/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  color: #333333;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: none;
}
ol, ul {
  list-style: outside none none;
  margin-left: 0;
  padding-left: 0;
}
.logo img {
	padding-top: 23px;
	padding-bottom: 23px;
}


.transparent-bar.stick {
  background-color: #fff;
  border-bottom: 0 solid #4a90e2;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
  position: fixed;
  top: 0;
  width: 100%;
    transition: .3s ease 0s;
    z-index: 999;
}

/*


.header {
  padding-bottom: 65px;
  padding-top: 65px;
}
*/
.header .row {
  position: relative;
}
.main-menu {
  margin-top: 30px;
}
.social-menu {
  margin-top: 45px;
}
.social-menu li,
.main-menu li {
  display: inline-block;
  text-align: center;
}
.main-menu li a {
  color: #333;
  display: block;
  font-size: 18px;
  padding: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  outline:none;
}
.social-menu li a {
  color: #606060;
  display: block;
  font-size: 16px;
  padding: 5px;
  transition: all 0.3s ease 0s;
}
ul li.active a,
.main-menu li a:hover,
.social-menu li a:hover {
  color: #a0cc39;
}
.social_menu {
  position: absolute;
  right: 0;
  top: 0;
}
.single-services {
  float: left;
  margin-top: 50px;
  width: 100%;
}
img {
  max-width: 100%;
}

.footer-top {
  background: #f8f8f8 none repeat scroll 0 0;
  padding-bottom: 75px;
  padding-top: 85px;
}
.footer-bottom {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 5px 0;
}
.footer-icon li {
  float: left;
/*  width: 33%;*/
}
.footer-icon li a {
  border: 1px solid #909090;
  border-radius: 100%;
  color: #909090;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  width: 32px;
}

.single_bnr_four_item {
  position: relative;
}
.slider-item {
  background: rgba(245, 240, 237, 0.7) none repeat scroll 0 0;
  display: table;
  height: 350px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(50% - 175px);
  width: 749px;
}
.slider-item h1 {
  font-size: 50px;
  font-weight: 700;
  padding-top: 60px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
.slider-item h2 {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 49px;
  font-weight: 600;
  text-align: center;
  font-family: 'Open Sans';
  text-transform: capitalize;
  vertical-align: middle;
}
.slider-item a {
  background: #a0cc39 none repeat scroll 0 0;
  border-radius: 25px;
  color: #ffffff;
  display: block;
  font-weight: bold;
  height: 41px;
  line-height: 41px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; 
  width: 130px;
}
.slider-item a:hover{
    box-shadow: 2px 0px 9px rgba(50, 50, 50, 0.4);
}
.owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-prev {
  display: inline-block;
  padding-left:40px;
}
.owl-next span,
.owl-prev span {
  font-size: 28px;
  color:#FFF;
}
.owl-next span:hover,
.owl-prev span:hover {
  border-bottom: 1px solid #fff
}
.owl-next {
  display: inline-block;
  float: right;
  padding-right: 40px;
}
.about-section {
  margin-top: 80px;
}
.about-area {
	padding: 60px 100px 0px 100px;
}
.about-area.text-center > h2 {
  font-size: 42px;
  margin-bottom: 50px;
  margin-top: 0;
}
.background-image{
	background-image: url(../img/7.png)
}
.about-area.text-center > h2 span {
  color: #a0cc39;
}
.about-area.text-center > p {
  margin-bottom: 35px;
}

.services-section {
  margin-top: 80px;
}
.area_title {
	font-size: 48px;
	margin: 0 0 20px 0;
	position: relative;
	font-weight: bold;
}
.area_title::after {
  background: #a0cc39 none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 300px;
}
.single-title {
  font-size: 24px;
  margin-top: 2px;
}
footer {
  margin-top: 80px;
}


.contact2 ul,
.contact3 ul{
    margin-left: 100px;
}
.contact i, .contact2 i, .contact3 i {
	font-size: 23px;
	display: inline-block;
	text-align: left;
	color: #909090;
	font-weight: 700;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.contact i:hover,
.contact2 i:hover,
.contact3 i:hover{
    border-color: #7cc576;
	background-color: #7cc576;
	color: #fff;
  
   
}
.contact_inner h2{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #fff;
}
.contact_inner h2{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #ececec;
}
.contact p{
    width: 320px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Open Sans';
    color: #000;
    margin-left: 66px;
    
}

.contact3 p,
.contact2 p{
    font-size: 20px;
    font-weight: 400;
    font-family: 'Open Sans';
    color: #000;
    margin-left: 40px;
    
}

.contact ul li a i,
.contact2 ul li a i,
.contact3 ul li a i{
    border: 1px solid #909090;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.contact ul li span{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #fff;    
}
.contact2 ul li span{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #fff;    
}
.contact3 ul li span{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans';
    color: #fff;    
}
.copy_right h6{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 5px;
}
.copy_right span{
    color: #7cc576;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media  (max-width: 1199px){ }
@media (min-width: 1340px){

}
@media (min-width: 1139px) and (max-width: 1339px){

}
/*////////////// LARGE DEVICES //////////////*/
@media  (min-width: 992px) and (max-width: 1199px) {
.contact2 ul, .contact3 ul {
	margin-left: 60px;
}
}

@media  (min-width: 768px){

}


/*////////////// MEDIUM DEVICES //////////////*/
@media screen and (max-width: 991px){
.main-menu.text-center {
  text-align: left;
}
.single-services {
  text-align: center;
}
.slider-item {
  height: 250px;
  top: calc(50% - 125px);
  width:600px;
}
.slider-item h2 {
  padding-top: 72px;
}
.contact2 ul, .contact3 ul {
	margin-left: 0;
	margin-top: 50px;
}
}


/*////////////// TAB OR LARGE MOBILE PHONE //////////////*/
@media (min-width: 992px) and (max-width: 1138px){
.slider-item {
  height: 250px;
  top: calc(50% - 125px);
}
.slider-item h2 {
  padding-top: 72px;
}
}


/*////////////// CUSTOM RESPONSIVE CSS //////////////*/
@media screen and (max-width: 767px){
.contact2 ul, .contact3 ul {
	margin-left: 0;
	margin-top: 50px;
}
}


/*////////////// SMALL DEVICES( mobile phones ) //////////////*/
@media (min-width: 480px) and (max-width: 767px){
    .container{
        width: 450px;
    }
.slider-item {
  height: auto;
  padding-bottom: 10px;
  top: calc(50% - 78px);
  width: 450px;
}
.slider-item h2 {
  margin-bottom: 15px;
  padding-top: 20px;
}
.about-area {
  padding: 50px;
}
.contact2 ul, .contact3 ul {
	margin-left: 0;
	margin-top: 50px;
}

}

/*////////////// XTRA SMALL DEVICES( mobile phones ) //////////////*/
@media (min-width: 320px) and (max-width: 479px){
    .container{
        width: 300px;
    }
.slider-item {
  bottom: 0;
  height: auto;
  padding-bottom: 10px;
  top: calc(50% - 53px);
  width: 100%;
}
.slider-item h2 {
  font-size: 24px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.about-area {
  padding: 15px;
}
.about-area > h2 {
  font-size: 35px;
  margin-bottom: 35px;
  margin-top: 0;
}
.contact2 ul, .contact3 ul {
	margin-left: 0;
	margin-top: 50px;
}
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}






/*============================================================================================================================================================================*/
.xxx1{
	background-color: red;
}
.xxx2{
	background-color: blue;
	text-align:center;
}
.xxx3{
	background-color: green;
}
/*============================================================================================================================================================================*/