/*Table Content
==========================
    # General
        - Fonts
        - Preloader
        - Css3 Animation
        - Dropdown
    # Links
    # Buttons
        - Custom-btn
        - More-Btn
    # Section Settings
        - Section-title
        - Section Paragrapgh
    # Lists
        - Social List
        - Contact Info
        - Item-info
        - Categories-List 
        - Popular-Tags 
        - Recent-Posts List

    # Forms
        - Subscribe Form
        - Search Form
    # Images
        - Image Corner
        - Image Hover
    # Side Accordion
    # Header
        - Top-Header
        - Header Logo
        - btn-responsive-nav    
        - Nav Main
        - Header Mobile
    # Page Head
    # Main Slider
    # Widgets
    # Footer
    # Footer Copyright
    # About
    # Service Box
    # only-services
    # Single-Product
    # Mission-Vision
    # Widgets Items
    # Blog 
        - blog-item
        - Blog-Post    
    # Contact
        - Contact-Info
    # Page 404
*/

/* General
==========================*/









/*Preloader*/
#preloader {
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999999;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}
#loading {
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 125px);
    text-align: center;
}
#loading > img {
    width: 250px;
}
.whatsp {
    position: fixed;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    z-index: 100000;
}
.whatsp i {
    content: "";
    color: #fff;
    font-size: 40px;
    margin-top: 10px;
    margin-right: 12px;
}
/*Css3 Animation*/
.animated{
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}


@-webkit-keyframes fadeInDown{
	0%{
		opacity:0;
		-webkit-transform:translateY(-20px);
		transform:translateY(-20px)
	}

	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}

}

@keyframes fadeInDown{
	0%{
		opacity:0;
		-webkit-transform:translateY(-20px);
		-ms-transform:translateY(-20px);
		transform:translateY(-20px)
	}

	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0)
	}

}
.fadeInDown{
	-webkit-animation-name:fadeInDown;
	animation-name:fadeInDown
}


@-webkit-keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translateX(-20px);
		transform:translateX(-20px)
	}

	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}

}

@keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translateX(-20px);
		-ms-transform:translateX(-20px);
		transform:translateX(-20px)
	}

	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}

}

.fadeInLeft{
	-webkit-animation-name:fadeInLeft;
	animation-name:fadeInLeft
}
@-webkit-keyframes fadeInRight{
	0%{
		opacity:0;
		-webkit-transform:translateX(20px);
		transform:translateX(20px)
	}

	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}

}

@keyframes fadeInRight{
	0%{
		opacity:0;
		-webkit-transform:translateX(20px);
		-ms-transform:translateX(20px);
		transform:translateX(20px)
	}

	100%{
		opacity:1;
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0)
	}

}

.fadeInRight{
	-webkit-animation-name:fadeInRight;
	animation-name:fadeInRight
}
/*Dropdown*/
.dropdown {
    position: relative;
}
.language-box {
    float: right;
    line-height: 40px;
    padding: 0 10px;
    background: none;
    border: none;
    border-right: 1px solid #e8e8e8;
}
.dropdown-menu {
    z-index: 100;
    left: auto;
    right: 0;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}
.section-bg {
    background: #f8f8f8;
}

/*Dropdown*/
.dropdown {
    position: relative;
}
.language-box {
    float: right;
    line-height: 44px;
    padding: 0 10px;
    background: none;
    border: none;
    font-family: 'SomarSans-Bold';
    font-size: 13px;
    color: #606060;
    border-right: 1px solid #e8e8e8;
}
.dropdown-menu {
    z-index: 100;
    left: auto;
    right: 0;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}
.section-bg {
    background: #f8f8f8;
}

/*==========================*/
a, a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}
/*Buttons
==========================*/
/*Custom-btn*/
.custom-btn {
    display: inline-block;
    line-height: 45px;
    padding: 0 25px;
    background: #4fd775;
    color: #fff;
    border: none;
    font-weight: bold;
    text-transform: capitalize;
    opacity: 1;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}
.custom-btn:hover {
    color: #fff;
    opacity: 0.8;
}

/*product-btn*/
.custom-btn.product-btn{
    float: right;
    margin: 60px 0;
}


/*Forms
==========================*/
/*Subscribe Form*/
.subscribe-form {
    position: relative;
}
.subscribe-form .form-group input{
    width: 100%;
    padding: 0 20px;
    line-height: 45px;
    border-radius: 0;
    display: inline-block;
    border: 3px solid #4fd775;
    height: 46px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.subscribe-form .form-group button{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 13px 30px;
    border: none;
    font-weight: bold;
    color: #fff;
    background: #4fd775;
}
@media(max-width:447px){
    .subscribe-form .form-group button {
        position: relative;
        width: 100%;
        margin-top: 7px;
    }
}
/*Search Form*/
.search-form input{
    border: 1px solid #4fd775;
    padding: 15px;
    width: 100%;
    height: 50px;
    border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;    
}
.search-form input:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border-color: #4fd775;
}
.search-form button {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 20px;
    color: #fff;
    padding: 15px;
    background: #4fd775;
    border: none;
    padding: 0;
    line-height: 50px;
    width: 50px;
}
.search-form button:after{
    content: " ";
    position: absolute;
    top: 0;
    right: 49px;
    border-right: 20px solid #4fd775;
    border-top: 50px solid transparent;
}

/* Side Accordion
==========================*/
.side-accordion {
    
}
.side-accordion .side-accordion-head{
    background-color: #222222;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 20px;
    text-transform: capitalize;
    font-family: 'Proxima-Nova-Bold';
    letter-spacing: 0.3px;
}
.side-accordion .accordion-container{
    
}
.side-accordion .panel {
    background-color: #f8f8f8;
    line-height: 50px;
    margin-bottom: 5px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.side-accordion .panel > a {
    display: block;
    padding: 0 20px;
    color: #4fd775;
    text-transform: capitalize;
    line-height: 50px;
    font-size: 15px;
    font-family: 'Proxima-Nova-Semibold';
}
.accordion-container .panel > a.collapsed{
    color: #222222;
}
.accordion-container .panel > a.collapsed:hover,
.accordion-container .panel > a.collapsed:hover::before{
    color: #4fd775;
}
.accordion-container .panel > a:before{
    display: block;
    content: "\f068";
    font-family: FontAwesome;
    line-height: 50px;
    font-size: 12px;
    float: right;
    text-align: center;
    color: #4fd775;
    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;

}
.accordion-container .panel > a.collapsed:before{
    content: "\f067";
    color: #222222;
}
.accordion-container .panel .panel-content{
    margin-left: 30px;
}
ul.panel-content-links a {
    color: #222222;
}
ul.panel-content-links a:hover {
    color: #4fd775;
}
.next-level .panel a {
    padding-left: 0;
    padding-right: 40px;
    font-family: 'Proxima-Nova-Regular';
}



/* Page Head
=============================*/
.page-head{
    position: relative;
    overflow: hidden;
}
.page-head-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.page-head img {
    width: 100%;
    height: 100%;
    filter: blur(60px) grayscale(26%) contrast(88%);
    opacity: 0.5;
}
.page-head .page-head-info:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-760% + 300px);
    width: 760%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    z-index: -10;
}
.page-head .page-head-info:after{
    content: "";
    position: absolute;
    top: 0;
    left: 300px;
    border-style: solid;
    border-width: 245px 100px 245px 100px;
    border-color: transparent transparent rgba(0,0,0,.2) rgba(0,0,0,.2);
    z-index: -10;
}
.page-head .page-head-info{
    position: relative;
    display: block;
    color: #fff;
    padding: 20px 0;
    z-index: 1;
}
.page-head .breadcrumb {
    display: inline-block;
    background-color: #4fd775;
    border-radius: 0;
    margin: 0px;
    padding: 8px 10px;
    
}
.page-head .breadcrumb li {
    display: inline-block;
    
}
.page-head .breadcrumb > li > a,
.page-head .breadcrumb .active,
.page-head .breadcrumb > li + li:before{
    color: #fff;
    text-transform: uppercase;
}
.page-head .breadcrumb > li + li:before {
    content: "/";
    margin: 0 10px;
}
.page-head .page-head-info .page-head-title{
    margin:0;
    font-size: 24px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'SomarSans-Bold';
}

@media (max-width:474px){
    .page-head .page-head-info .page-head-title{
        font-size: 30px;
    }
    .page-head .page-head-info:before{
        left: calc(-760% + 210px);
    }
    .page-head .page-head-info:after{
        left: 210px;
    }
}


/*Widgets
============================*/
.widget {
    position: relative;
    margin-bottom: 20px;
}
.widget .widget-title {
    display: inline-block;
    margin-bottom: 20px;
}
.widget .widget-title img {
    height: 60px;
}
 .widget .widget-title > h3{
    color: #8e8e8e;
     font-family: 'SomarSans-Bold';
    margin: 0;
    font-size: 17px;
    text-transform: uppercase;
}
.widget .widget-content > p {
    line-height: 23px;
    margin-bottom: 7px;
    color: #8e8e8e;
}
.widget.white-widget .widget-title > h3 {
    color: #fff;
}
.widget.white-widget .widget-content > p {
    color: #fff;
}




/* only-services
===========================*/
.only-service{
    
}
.only-service .only-service-img{
    height: 320px;
    margin-bottom: 35px;
    overflow: hidden;
}
.only-service .only-service-content {
    margin-bottom: 35px;
}

.only-service .only-service-content p{
    color: #747474;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
}
/* Single-Product
==============================*/
.single-product .product-img,
.single-product .product-details{
    min-height: 450px;
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
}
.single-product .product-img img{
    margin: 0 auto;

}
.single-product .product-details {
    padding: 20px;
    position: relative;
}
.label-cat {
    position: absolute;
    right: 0px;
    top: 19px;
    line-height: 25px;
    text-align: center;
    padding: 0 10px;
    background: #4fd775;
    color: #fff;
    min-width: 60px;
    border-left: 3px solid #cb291d;
    font-family: 'SomarSans-Bold';
}
.single-product .product-details h3{
    padding-bottom: 30px;
    color: #4fd775;
    font-family: 'SomarSans-Bold';
    font-size: 19px;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 25px;
}
.single-product .product-description {
    margin-top: 50px;
}
.single-product .product-description h3{
    margin-bottom: 20px;
}
.single-product .product-description p {
    color: #444;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.5px;
    margin: 0;
    text-align: justify
}
.single-product .product-description .custom-btn{
    margin-top: 20px;
}


.about .about-desription {
    padding: 50px 0;
}
/* Mission-Vision
==============================*/
.mission-vision {
    position: relative;
    background: #fafafa;
}
.mission-vision h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'SomarSans-Bold';
    margin-bottom: 10px;
}
.mission-vision p {
    color: #fff;
    font-size: 15px;

    letter-spacing: 0.5px;
    line-height: 27px;
}
.mission-vision .mission-part {
    position: relative;
    height: 270px;
    overflow: hidden;
}
.mission-vision .mission-img {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 270px;
    z-index: 0;
}
.mission-vision .mission-img img {
    height: 270px;
    width: 100%;
}
.mission-vision .mission-content {
    background: #4fd775;
    padding: 30px 0px 30px 15px;
    position: relative;  
    height: 270px;
}
.mission-vision .mission-content:before {
    content: "";
    position: absolute;
    top: 0;
    width: 500%;
    right: 100%;
    bottom: 0;
    background: #4fd775;
}
.mission-vision .mission-content:after{
    content: " ";
    width: 0;
    height: 0;
    border-left: 195px solid #4fd775;
    border-top: 270px solid transparent;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 10;
}
.mission-vision .vision-part {
    position: relative;
    height: 270px;
    overflow: hidden;
}
.mission-vision .vision-img {
    position: absolute;
    left: 0;
    padding: 0;
    height: 270px;
}
.mission-vision .vision-img img {
    width: 100%;
    height: 100%;
}

.mission-vision .vision-content {
    background: #4fd775;
    padding: 50px 0px 58px 15px;
    position: relative;  
    height: 270px;    
    float: right;
}
.mission-vision .vision-content:before {
    content: "";
    position: absolute;
    top: 0;
    width: 500%;
    left: 100%;
    bottom: 0;
    background: #4fd775;
}
.mission-vision .vision-content:after {
    content: " ";
    width: 0;
    height: 0;
    border-right: 195px solid #4fd775;
    border-top: 280px solid transparent;
    position: absolute;
    right: 100%;
    top: 0px;
}
/* About Mission-Vision*/
.about-mission-vision h3 {
    color: #4fd775;
}
.about-mission-vision p {
    color: #222222;
}
.about-mission-vision .mission-content {
    float: right;
    background: #fafafa;
}
.about-mission-vision .mission-content:before {
    display: none;
}
.about-mission-vision .mission-content:after {
    border-left: 190px solid transparent;
    border-top: 270px solid #fafafa;
    right: 100%;
    left: auto;
}

.about-mission-vision .mission-img {
    left: 0;
}
.about-mission-vision .vision-content {
    background: #fafafa;
    padding: 50px 0px 58px 15px;
    position: relative;  
    float: right;
}
.about-mission-vision .vision-content::before {
    border-right: 190px solid #fff;
    border-top: 270px solid transparent;
    right: 100%;
    left: auto;
    background: transparent;
}
.about-mission-vision .vision-img {
    position: absolute;
    left: 0;
    padding: 0;
}
.about-mission-vision .vision-img img {
    width: 100%;
    height: 100%;
}

.about-mission-vision .vision-content:after {
    display: none;
}

@media(min-width:2200px){
    .mission-vision {
        margin: 0 auto;
        width: 1170px;
    }
}
@media(max-width:991px) {
    .mission-vision .vision-part,
    .mission-vision .mission-part {
        height: auto;
    }
    .mission-vision .mission-img,
    .mission-vision .vision-img {
        position: relative;
    }    
    .mission-vision .mission-content,
    .mission-vision .vision-content {
        height: auto;
    }
    .mission-vision .mission-content:before,
    .mission-vision .mission-content:after,
    .mission-vision .vision-content:before,
    .mission-vision .vision-content:after {
        display: none;
    }    
}
/*Widgets Items
=================================*/
.widget-item.product-item{
    background: #f8f8f8;
    margin-bottom: 30px;
}
.widget-item.product-item .widget-item-haed .widget-item-img{
    padding-top: 55px;
}
.widget-item.product-item .widget-item-title{
    color: #4fd775;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 30px;
    left: 55px;
}
.widget-item.product-item .widget-item-content{
    text-align: center;
}

/* product-item-hover*/
.widget-item.product-item-hover {
    position: relative;
    margin-bottom: 10px!important;
    z-index: 10;
    height: 250px;
}
.widget-item.product-item-hover .widget-item-img {
    width: 100%;
    position: relative;
}
.widget-item.product-item-hover .widget-item-img img{
    height: 335px;
    width: 100%;
}
.widget-item.product-item-hover .widget-item-content {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    background-color:rgba(79 , 215 , 117 , 0.5);
    z-index: 15;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.widget-item.product-item-hover:before,
.widget-item.product-item-hover:after {
    z-index: 10;
    background-color: rgba(79 , 215 , 117 , 0.4 )!important;
}
.widget-item.product-item-hover:hover .widget-item-content {
    opacity: 1;
}
.widget-item.product-item-hover .widget-item-content h3 {
    position: relative;
    font-family: 'Proxima-Nova-Semibold';
    font-size: 25px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    margin-top: 55px;
    z-index: 10;
}
.widget-item.product-item-hover .widget-item-title {
    z-index: 20;
}
.widget-item.product-item-hover .widget-item-content h3:before,
.widget-item.product-item-hover .widget-item-content h3:after {
    border: none;
}

.widget-item.product-item-hover .widget-item-content .custom-btn {
    margin: 25px auto;
    float: none;
    border: none;
    display: block;
    width: 130px;
    background: #222;
    text-align: center;
}
/*Related Box*/
.widget-item.related-box {
    display: block;
    position: relative;
}
.widget-item.related-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: all 0.4s;
    transition: all 0.4s;
    transition: all 0.4s;
}
.widget-item.related-box:hover:before{
    opacity: 1;
}

.widget-item.related-box .widget-item-img img {
    width: 100%;
    height: auto;
}
.widget-item.related-box .widget-item-title,
.widget-item.product-item-hover .widget-item-title{
    display: block;
    position: absolute;
    background: rgba(79 , 215 , 117 , 0.8);
    color: #fff;
    font-size: 18px;
    width: 160px;
    height: 45px;
    bottom: 0;
    line-height: 45px;
    padding-left: 20px;
    letter-spacing: 1px;
}
.widget-item.related-box .widget-item-title:after,
.widget-item.product-item-hover .widget-item-title:after{
    content: "";
    position: absolute;
    bottom: 0px;
    right: -30px;
    border-width: 23px 15px 22px 15px;
    border-style: solid;
    border-color: transparent transparent rgba(79 , 215 , 117 , 0.8) rgba(79 , 215 , 117 , 0.8);
}
/* Blog 
========================= */
/*blog-item*/
.blog-item {
    padding: 40px 0;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}
.blog-item:first-child {
    padding-top: 0;
}
.blog-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.blog-item .blog-img {
    display: block;
    float: left;
    width: 40%;
    max-height: 300px;
    margin-right: 3%;
}
.blog-item .blog-img img {
    width: 100%;
    height: 100%;
}
.blog-item .blog-details{
    display: block;
    float: left;
    width: 57%;
}
.blog-item .blog-details .blog-date {
    display: block;
    color: #c3c3c3;
    font-size: 13px;
}
.blog-item .blog-details .blog-info{
    margin-top: 5px;
}

.blog-item .blog-details .blog-info h3{
    position: relative;
    color: #505050;
    font-family: 'SomarSans-Bold';
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px 0;
}
.blog-item .blog-details .blog-info p{
    margin-bottom: 15px;
    color: #7b7b7b;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-align: justify
}
.blog-item .blog-details .blog-info .custom-btn {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    float: none;
    margin: 5px 0 0 0;
}
/* Blog-Post*/
.blog-post .post-head {
    margin-bottom: 20px;
}
.blog-post .post-head .post-img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 4px solid #e6e6e6;
    border-radius: 5px;
}
.blog-post .post-head .post-img img {
   /* width: 100%; */
}
.blog-post .post-head .post-title {
    font-family: 'SomarSans-Bold';
    margin: 0 0 20px 0;
    line-height: 30px;
    font-size: 18px;
    color: #505050;
}
.blog-post .post-head .post-awner li {
    display: inline-block;
    color: #ababab;
}
.blog-post .post-head .post-awner li i {
    padding-right: 5px;
}
.blog-post .post-head .post-awner li p{
    display: inline-block;
}
.blog-post .post-head .post-awner li span{
    margin-right: 25px;
    color: #000;
}
.blog-post .post-head .post-awner li:first-child span{
    color: #4fd775;
}
.blog-post .blog-body {
    
}
.blog-post .blog-body p {
    line-height: 27px;
    letter-spacing: 0.5px;
    text-align: justify
}
@media (max-width:991px){
    .blog-item:last-child{
        padding-bottom: 40px;
    }
}
@media (max-width:475px){
    .blog-item .blog-img{
        float: none;
        margin: auto;
        width: 100%;
        margin-bottom: 20px;
        max-height: 320px;
    }
    .blog-item .blog-details{
        width: 100%;
    }
}

.pagination-page {
    margin-top: 30px;
}
.page-link.active, .active > .page-link {
    background: #4fd775;
    border-color: #4fd775;
}
.page-link{
    color: #4fd775;
}

/* Contact
==============================*/
.contact{
    padding: 0;
}
.contact .container-fluid > .row > *{
    padding: 0;
}
.contact .map img,
.contact .contact-us{
    min-height: 625px;
}
.contact .contact-us{
    position: relative;
    padding: 90px 100px 0 10px;
    background: #f8f8f8;
}
.contact .contact-us:before{
    content: " ";
    width: 0;
    height: 0;
    border-right: 100px solid #f8f8f8;
    border-top: 625px solid transparent;
    position: absolute;
    left: -100px;
    top: 0px;
    z-index: 999;

}
.contact .contact-us p{
    font-size: 16px;
    color: #4f4f4f;
}
.contact-us .form .form-group{
    margin-bottom: 25px;
}
.contact-us .form .form-group .form-control{
    border-radius: 0;
    color: #dbdada;
    font-size: 14px;
    padding: 22px;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    font-style: italic;
    background-color: transparent;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #dbdada !important;
}
 
input:-moz-placeholder, /* Firefox 18- */
textarea:-moz-placeholder { /* Firefox 18- */
    color: #dbdada !important;  
}
 
input::-moz-placeholder,  /* Firefox 19+ */
textarea::-moz-placeholder{  /* Firefox 19+ */
    color: #dbdada !important;  
}
.contact-us .form .form-group textarea.form-control{
    resize: none;
    padding: 10px 22px;   
}
.contact-us .form .form-group .custom-btn{
    text-transform: uppercase;
}
.map-wrap #map {
    position: relative;
    display: block;
    min-height: 624px;
}
@media(min-width:1440px){
    .contact .container-fluid{
        width: 1170px;
    }
}
@media (max-width:991px){
    .contact .contact-us{
        padding: 90px;
    }
}
@media (max-width:600px){
    .contact .contact-us{
        padding: 50px 20px 0px;
    }
}

/* Contact-Info*/
.contact-info .loc-phone-email {
    background: #f8f8f8;
    margin-bottom: 15px;
}
.contact-info .loc-phone-email .icon-box{
        width: 50px;
    height: 50px;
    text-align: center;
    background: #4fd775;
    position: relative;
    margin: 0px 0px 10px 40px;
    display: inline-block;
    vertical-align: top;
}
.contact-info .loc-phone-email .icon-box:after{
    content: " ";
    width: 0;
    height: 0;
    border-left: 50px solid #4fd775;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 0;
    top: 50px;
}
.contact-info .loc-phone-email .icon-box > i{
    color: #fff;
    font-size: 24px;
    line-height: 45px;
}
.contact-info .loc-phone-email .box-body{
    padding: 20px;
    display: inline-block;
    width: 85%;
    min-height: 130px;
}
.contact-info .loc-phone-email .box-body h4{
    padding-bottom: 20px;
    color: #222222;
    font-size: 20px;
}
.contact-info .loc-phone-email .box-body p{
    color: #595959;
    font-size: 15px;
    margin-bottom: 0;
}


/* Page 404 */
.page-not-found {
	margin: 100px auto;
    text-align: center;
}

.page-not-found h2 {
	font-size: 140px;
	font-family: 'Proxima-Nova-Bold';
	line-height: 140px;
	color: #333;
    letter-spacing: 1px;    
}

.page-not-found p {
	font-size: 19px;
	line-height: 36px;
}

@media (max-width: 479px) {
	.page-not-found {
		margin: 0;
	}
	.page-not-found h2 {
		font-size: 100px;
		letter-spacing: 0;
		line-height: 100px;
	}
}





















.partners {
    position: relative;
    padding: 90px 0 60px 0;
}
.partners:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -100px;
    width: 330px;
    height: 330px;
    opacity: 0.05;
    background: url(../images/circle-pattern.png);
    background-size: cover;
}
.partners .section-head {
    margin-top: 50px;
}
.partner-carousel {
    position: relative;
    direction: ltr;
}
.partner-carousel:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 120px;
    width: 352px;
    height: 300px;
    background: url(../images/partners-pattern.png);
    background-size: cover;
    z-index: -1;
}
.partner-carousel .owl-pagination {
    text-align: center;
}
.partner-carousel .owl-theme .owl-controls {
    margin-top: 0;
}
.partners-block .partner-item {
    position: relative;
    float: right;
    width: 27%;
    max-width: 240px;
    margin: 0 10px 25px 10px;
    background: #F6F6F6;

    padding: 30px 20px;
    box-shadow: -14.972px 11.698px 17.28px 0.72px rgba(0, 0, 0, 0.008);
}


.partners-block .partner-item:before {
    content: "";
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-width: 100px 20px 0 0;
    border-color: #ffffff #f5f5f5;
    border-style: solid;
}
.partners-block .partner-item:after {
    content: "";
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-width: 100px 20px 0 0;
    border-color: #f5f5f5 #ffffff;
    border-style: solid;
}

.partners-block .partner-item img {
    display: block;
    height: 40px;
    margin: auto;
}
.partners-block .partner-item:nth-child(4){
    margin-right: 70px;
}

.partners .carousel-indicators {
    bottom: -25px;
}




@media(max-width:1200px){
    .partners-block .partner-item {
        width:45%;
    }
}
@media(max-width:991px){
    .partners-block .partner-item {
        width:27%;
    }  
    .partners-block .partner-item:nth-child(4){
        margin-right: 0px;
    }
}
@media(max-width:767px){
    .partners-block .partner-item {
        width:45%;
        margin: 0 0px 25px 0px;
    } 

}






.about-clients {
    padding: 60px 0 60px 0;
}
.about-clients .partners-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
}
.about-clients .partners-block .partner-item:nth-child(4){
    margin-right: 0px;
}
.about-clients .partners-block .partner-item {
    margin: 0 0 20px 0;
    width:20%;
    max-width: none;
}
.about-clients .partners-block {

}



@media(max-width:1200px){
    .about-clients .partners-block .partner-item {
        width:25%;
    }
}
@media(max-width:991px){
    .about-clients .partners-block .partner-item {
        width:33%;
    }  
}
@media(max-width:767px){
    .about-clients .partners-block .partner-item {
        width:50%;
    } 
}

@media(max-width:500px){
    .about-clients .partners-block .partner-item {
        width:50%;
    } 
}

