/*
* ----------------------------------------------------------------------------------------
Author       : corpur
Template Name: Corpur- App Landing Page HTML5 Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE & SLIDER BACKGROUND CSS STYLE
* 04.Features CSS STYLE
* 05.ABOUT CSS STYLE
* 06.TEAM CSS STYLE
* 07.BLOG CSS STYLE
* 08.TESTIMONIAL CSS STYLE
* 09.PRICING CSS STYLE
* 10.CONTACT CSS STYLE
* 11.MAP CSS STYLE
* 12.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

/* Custom Fonts */
@font-face {
	font-family: 'Bebas Neue';
	src: url('.././fonts/BebasNeue.eot');
	src: url('.././fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
		url('.././fonts/BebasNeue.woff') format('woff'),
		url('.././fonts/BebasNeue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* END Custom Fonts */

body {
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}
img{
	width: 100%;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}


a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 28px;
}

ul,
li {
    margin: 0;
    padding: 0;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
.section-title {
    margin-bottom: 30px;
    text-align: center;
}
.section-padding{
	padding: 30px 0;
}

/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader-area {
    position: fixed;
    background: #fff;
    z-index: 11000;
    height: 100%;
    width: 100%;
	top: 0;
    overflow: hidden;
}

.spinner {
    margin: auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -20px;
    top: 50%;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #ee1e4c;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot1 {
    background-color: #ee1e4c;
}

.dot2 {
    top: auto;
    background-color: #000;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/* Header Contact */
.header-contact{}

.top-contact-details {
    margin-top: 7px;
}
.top-contact-details li {
    list-style: none;
    display: inline-block;
}
.top-contact-details li a, .top-contact-details li p{
	color: #2d303c;
	padding-right: 10px;
}

.top-contact-details li a i, .top-contact-details li p i {
    color: #ee1e4c;
    padding-right: 10px;
    font-size: 18px;
}

.section-title{
	text-align: center;
	text-transform: uppercase;
	
}
.display-none{
	display: none;
}

/* Header Contact */

.header-text {
    margin-top: 60px;
}

.header-text h2 {
    color: #fff;
    font-size: 60px;
    margin-top: 10px;
    font-weight: 900;
    text-transform: capitalize;
}

.header-text p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    margin-bottom: 30px;
    padding: 0px 300px;
}
.header-top-area {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #fff;
}
.header-top-area.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #fff;
}

.logo {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    width: 210px;
    height: 90px;
    background: url(.././images/qarigor-main.png) no-repeat 100% 100%;
    display: block;
    margin-top: -30px;
    background-position: 0 0;
}

.mainmenu .navbar-nav li {
    margin-right: 30px;
}
.mainmenu .navbar-nav li.active a{
	color: #ee1e4c !important;
}
.mainmenu .navbar-nav li a {
	color: #2d303c;
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 10px;
    -moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	font-weight: 600;
}
.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #ee1e4c;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}
.nav.navbar-nav.navbar-right {
    margin-right: -40px;
}
.navbar-collapse {
    overflow-x: hidden;
}
.menu-bg {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    background: #0072BC;
    border: none;
}
.menu-bg .logo {
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-top: 10px;
}
.menu-bg .logo a {
    width: 210px;
    height: 50px;
    background: url(.././images/qarigor.png) no-repeat 100% 100%;
    display: block;
    margin-top: 0;
    background-position: 0 0;
}
.menu-bg .logo a p {
    color: #2d303c;
}

.menu-bg .mainmenu .navbar-nav li a {
    color: #2d303c;
    padding-top: 22px;
    -webkit-transition: .3s;
    transition: .3s;
    padding-bottom: 22px;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
    color: #ee1e4c;
}

/* .active a{ */
	/* color: #2A2A2A !important; */
/* } */

/*
* ----------------------------------------------------------------------------------------
* HOMEPAGE SLIDER 
* ----------------------------------------------------------------------------------------
*/
.tp-banner-container {
    width:100%;
    position:relative;
    padding:0;
}
.tp-banner, .fullscreen {
    width:100%;
    position:relative;
}
.tp-banner > ul li:after, .fullscreen > ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 21;
    /*background: rgba(47, 51, 66, .9);*/
}
.tp-banner > ul li .tp-caption, .fullscreen > ul li .tp-caption {
    z-index: 22 !important;
}
.tp-banner > ul li .slide-title, .fullscreen > ul li .slide-title {
    color: #fff;
    position: relative;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.tp-banner ul li .slide-title:after, .fullscreen ul li .slide-title:after {
    content: "";
    background: #fe9d68;
    display: block;
    width: 30px;
    height: 3px;
    margin-left: -15px;
    position: absolute;
    left: 50%;
    bottom: -25px;
}
.tp-banner ul li .slide-description, .fullscreen ul li .slide-description {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #a9abb0;
    margin-top: 37px;
    text-align: center;
    max-width: 950px;
}
.slider-overlay:after {
    content: '';
    background: rgba(0, 0, 0, .5);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
}
.onepage .slider-overlay:after {
    display: none;
}
.mobile_nav-open .tp-banner-container,
.mobile_nav-open .tp-banner,
.modal-open .tp-banner-container,
.modal-open .tp-banner {
    z-index: -1;
}
.tp-banner-container.has-btns .slider-btns a {
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    box-shadow: none;
    color: #fff;
}
.tp-banner-container.has-btns .slider-btns a.more {
    background-color: #21242e;
}
.tp-banner-container.has-btns .slider-btns a:hover {
    opacity: 1;
    background: #fff;
    color: #383c4b;
}
.tp-banner-container.has-btns .tp-bullets {
    top: auto !important;
    bottom: 30px;
}
.tp-banner-container.has-btns .tp-bullets .bullet {
    margin-top: 0;
}

.tparrows:before {
    font: normal bold normal 35px/1 revicons;
    color: #ee1e4c;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-left: 5px;
    margin-top: 11px;
    text-align: center;
    width: 40px;
}
.tparrows {

    cursor: pointer;

    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 60px !important;
    height: 60px !important;

}
.tparrows:hover {
    color: #fff;
}
.tp-leftarrow:before {
    content: '\e824';
}
.tp-rightarrow:before {
    content: '\e825';
}
.tparrows.tp-rightarrow:before {
    margin-left: 10px;
}
.tparrows:hover {
    background: rgba(0, 0, 0, 1) !important;
}
/*.home-slider {
    margin-top: 80px;
    padding: 40px 0;
    background: #252525;
    padding-top: 80px;
}
.smart-phone{
	padding: 0;
}
.phone-layout, .home-slider-texts {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}
.home-slider-texts {
    color: #fff;
    margin-top: 20%;
}
.home-slider-texts h2 {
    font-size: 45px;
    text-transform: uppercase;
    line-height: 40px;
    color: #0072BC;
    font-weight: 500;
}
.home-slider-texts h2 span{
	color: #fff;
}
.home-slider-texts h3 {
    text-transform: uppercase;
    line-height: 6px;
    padding-bottom: 25px;
    font-size: 25px;
}
.home-slider-texts p {
    width: 90%;
}



.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 29px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0px;
    border-radius: 0;
    background: #0072BC;
    filter: Alpha(Opacity=50);
    opacity: 1;
    line-height: 30px;
    font-weight: bold;
}
.owl-next, .owl-prev{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-next{
	right: -60px;
	left: auto;
}
.owl-prev {
    left: -60px;
}

.home-slider-content.owl-theme .owl-controls .owl-buttons div {
    background: transparent !important;
    font-size: 4em;
    font-weight: bold;
}
.home-slider-content.owl-theme .owl-controls .owl-page span {
    border: 1px solid #fff !important;
    background: transparent !important;
	width: 12px !important;
    height: 12px !important;
    margin: 3px 5px !important;
}

.home-slider-content.owl-theme .owl-controls .owl-page.active span{
    border: 1px solid #fff;
    background: #fff !important;
}
.phone-layout{
	width: auto;
	height: 500px;
	background: url(.././images/smart-phone2.png)no-repeat;
	background-size: contain;
	background-position: 0 0;
}*/
.margin-bottom-10{
    margin-bottom: 10px;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 29px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0px;
    border-radius: 0;
    background: #0072BC;
    filter: Alpha(Opacity=50);
    opacity: 1;
    line-height: 30px;
    font-weight: bold;
}
.team-items .owl-controls .owl-buttons div {
    color: #ee1e4c;
    display: inline-block;
    zoom: 1;
    margin: 5px 0;
    padding: 3px 10px;
    font-size: 29px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0px;
    border-radius: 0;
    background: #0072BC;
    filter: Alpha(Opacity=50);
    opacity: 1;
    line-height: 30px;
    font-weight: bold
}
.owl-next, .owl-prev{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-next{
    right: -60px;
    left: auto;
}
.owl-prev {
    left: -60px;
}



/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.about{
	background: #EBEBEB;
}

.about-contents{
	padding: 30px 0;
	overflow: hidden;
}
.about-text {}

.about-text h2 {
    margin-bottom: 18px;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 0;
}

.about-text h2 span {
    color: #fff;
}

.about-text p {
    margin-bottom: 20px;
}

.about-img {
    width: 460px;
    height: 350px;
    background: url(.././images/about.png)no-repeat 100% 100%;
    background-position: 0 0;
}


/*
* ----------------------------------------------------------------------------------------
* 05.Features Area
* ----------------------------------------------------------------------------------------
*/

.features {
    overflow: hidden;
}

.features-contents {
    padding-top: 40px;
}
.features-contents img {
    max-width: 100%;
    width: auto;
}
/*
* ----------------------------------------------------------------------------------------
* 06.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {}

.single-service {
    padding: 30px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service:hover {
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service h4 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
}

.service-icon i {
    font-size: 40px;
    color: #82B440;
}

.single-service p {
    margin-bottom: 0;
    color: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 07.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    position: relative;
    z-index: 1;
}

.testimonial-area{
    background: #fff;
}

.testimonial-area .section-title h2 {
    color: #fff;
	text-transform: capitalize;
    font-size: 34px;
    font-weight: 600;
}

.testimonial-area .section-title p {
    color: #fff;
}

.testimonial-list {
    margin-top: 30px;
}

.single-testi-des {
    padding: 30px;
    border-radius: 5px;
    padding: 0px 200px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 30px;
}

.single-post p {
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}


.single-post {
    margin-right: 30px;
    background: #ffd3dd;
    padding: 25px;
}
.single-post p img {
    max-width: 100%;
    width: auto;
    padding: 15px 0 7px 0;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    border: 1px solid #82B440;
    background: #82B440;
}
.testimonial-list.owl-theme .owl-controls .owl-page span {
    border: 1px solid #ee1e4c !important;
    background: transparent !important;
	width: 12px !important;
    height: 12px !important;
    margin: 4px 5px !important;
}

.testimonial-list.owl-theme .owl-controls .owl-page.active span{
    border: 1px solid #ee1e4c;
    background: #ee1e4c !important;
}


.author h4 {
    color: #2d303c;
}
.author p {
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #777;
}

.quote-img {
    background: url(.././images/quote.png)no-repeat 100% 100%;
    background-position: 0 0;
    width: 36px;
    height: 36px;
    display: block;
}












/*
* ----------------------------------------------------------------------------------------
* 08.TEAM CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.team-header h2{	
    color: #545757;
}
.team-items {
	position: relative;
}
.team-item-contents {
    padding-bottom: 19px;
    position: relative;
}
.single-team {
    margin-right: 30px;
    margin-top: 30px;
    border: 1px solid #0072BC;
    text-align: center;
    padding-bottom: 60px;
}
.single-team p{
	
}

.single-team h4{
	
}

.team-img {
    border-radius: 50%;
    width: 115px;
    height: 115px;
    margin: 30px 0;
    border: 1px solid #0072BC;
    padding: 7px;
}

.team-social-icons {
    position: absolute;
    bottom: -10px;
    transform: translate(-50%, -50%);
    left: 47%;
}
.team-social-icons li {
    list-style: none;
    display: inline-flex;
}
.team-social-icons li a {
    margin-right: 3px;
    padding: 5px;
    border: 1px solid #0072BC;
    width: 30px;
    height: 30px;
    background: #fff;
}
.team-social-icons li a i{
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.team-social-icons li a{
	transition: 0.3s;
	-webkit-transition: 0.3s;
}


.team-social-icons li:nth-child(1) a:hover {
	border-color: #3b5998;
}
.team-social-icons li:nth-child(2) a:hover {
	border-color: #55acee;
}
.team-social-icons li:nth-child(3) a:hover {
	border-color: #dd4b39;
}
.team-social-icons li:nth-child(4) a:hover {
	border-color: #125688;
}


.team-social-icons li:nth-child(1) a:hover i{
	color: #3b5998;
	border-color: #3b5998;
}
.team-social-icons li:nth-child(2) a:hover i{
	color: #55acee;
	border-color: #55acee;
}
.team-social-icons li:nth-child(3) a:hover i{
	color: #dd4b39;
	border-color: #dd4b39;
}
.team-social-icons li:nth-child(4) a:hover i{
	color: #125688;
	border-color: #125688;
}
.team-items.owl-carousel .owl-wrapper-outer {
    padding-left: 15px;
}

/*
* ----------------------------------------------------------------------------------------
* 09.PRICING CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/* Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 29px;
    margin-bottom: -5px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0072BC;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 1px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #ccc;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  right: -5px;
}

.slider.round {
    border-radius: 34px;
    right: 5px;
}

.slider.round:before {
  border-radius: 50%;
}
/* End Switch */





.pricing-area {
    background: #fafafa;
}
.pricing-title{
	
}
.pricing-title h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 400;
    position: relative;
    margin-top: 0;
    color: #0072BC;
}
.pricing-box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
}

.pricing-box:hover {
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
}
.pricing-box:hover a.plan-more{
	background: #3EC7C2;
	color: #fff;
}

.plan-price {
    padding: 20px 10px;
}


.plan-price h5 {
    color: #000;
    font-weight: 300;
    margin: 0;
}

.pricing-header .plan-title {
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 30px;
}

.plan-price p {
    font-size: 40px;
    color: #3B3B3B;
    font-weight: 700;
    margin: 0;
    font-family: 'Bebas Neue';
}
.plan-price p span {
    font-size: 14px;
    color: #0072BC;
    font-weight: 300;
    text-transform: capitalize;
	font-family: Open Sans;
}

.plan-features {
    margin-top: 40px;
    text-align: left;
    margin-left: 65px;
}

.plan-features li {
    margin: 0;
    padding-bottom: 0px;
    font-size: 16px;
}
.plan-features li p {
    margin: 0;
    padding-bottom: 15px;
    font-size: 16px;
	color: #0072BC;
	position: relative;
}

.plan-features li p span {
    font-weight: 700;
    font-size: 18px;
    margin-right: 9px;
    width: 11px;
    height: 2px;
    display: inline-block;
    background: #0072BC;
    margin-top: 8px;
    position: absolute;
    top: 6px;
    left: -25px;
}
a.plan-more {
	margin-top: 30px;
	display: inline-block;
	color: #0072BB;
	padding: 12px 25px;
	text-transform: capitalize;
	font-size: 14px;
	border: 1px solid #0072BC;
	font-weight: 600;
	background: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

a.plan-more:hover {
    color: #fff;
    border: 1px solid #0072BC;
    -webkit-transition: .3s;
    transition: .3s;
    background: #0072BB;
}
.plan-more-active {
    color: #fff !important;
    background: #0072BB !important;
}
.pricing-description{

}


/*
* ----------------------------------------------------------------------------------------
* 10.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.contact-form-design-area{
    padding: 30px 0;
}
.contact-area {
    width: 50%;
    height: 600px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.86);
    /*background: url(.././images/contact/bg.png)no-repeat 100% 100%;*/
    background-attachment: fixed;
    background-size: cover;
}

.contact-details-list h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-weight: 600;
    margin-top: 0;
    position: relative;
}

.contact-details-list h2:before {
    position: absolute;
    left: 0;
    top: 56px;
    height: 10px;
    width: 74px;
    background: #82B440;
    content: "";
    z-index: 1;
}

.contact-details-list p {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

.single-contact {
    margin-bottom: 22px;
}

.single-contact h3 {
    font-size: 16px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-contact h3 i {
    margin-right: 20px;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 17px 7px 14px 15px;
    border: 1px solid #3b403f;;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.form-control:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.contact-details-list {
    /*padding: 30px 0;*/
    padding-top: 15px;
}
.contact-details-list h3, .single-contact h3 span{
	color: #fff;

}
.black {
    text-transform: initial;
    color: #000 !important;
    font-weight: 300;
}
.contact-form input[type="submit"] {
    display: inline-block;
    color: #fff;
    padding: 15px 35px;
    text-transform: capitalize;
    font-size: 14px;
    border: none;
    background: #ee1e4c;
    font-weight: 400;
    border-radius: 0;
    text-transform: uppercase;
	-webkit-transition: .3s;
    transition: .3s;
}

.contact-form input[type='submit']:hover {
    background: #fff;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
}
.contact-form input[type="text"], .contact-form input[type="email"], .form-control{
	background: transparent;
	color: #fff;
}
textarea.form-control {
    height: auto;
    background: transparent;
    resize: none;
}
::-webkit-input-placeholder { /* Chrome */
  color: rgba(255,255,255,0.4) !important;
}
:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255,255,255,0.4) !important;
}
:-moz-placeholder,
::-moz-placeholder {
color: rgba(255,255,255,0.4) !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(255,255,255,0.4) !important;;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.success {
    background: #50B948 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 16.MAP CSS STYLE
* ----------------------------------------------------------------------------------------
*/

#map {
    position: absolute;
    height: 600px;
    width: 100%;
    overflow-X: hidden;
}
/*
* ----------------------------------------------------------------------------------------
* Clients CSS
* ----------------------------------------------------------------------------------------
*/
.our-clients {
    padding-bottom: 70px;
}
.clients-heading{}
.clients-heading h2, .testimonial-area .section-title h2, .about-headline h2 {
    font-size: 27px;
    padding-bottom: 35px;
    color: #333;
    font-weight: 600;
}
.about-headline h2{
    padding-bottom: 15px;
}
.single-brands{}
.single-brands img {
    max-width: 100%;
    width: auto;
}









/*
* ----------------------------------------------------------------------------------------
* 17.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {
	background: url(.././images/blog/blog-bg.png)no-repeat 100% 100%;
	background-attachment: fixed;
    background-size: cover;
}
.blog-header h2 {
    font-size: 35px;
    font-weight: 600;
    color: #545757;
}
.single-blog {
    margin-right: 30px;
    margin-top: 30px;
    position: relative;
}

.single-blog h5 {
    font-weight: 300;
}

.single-blog h2 a {
    font-weight: 700;
    font-size: 22px;
    color: #333;
}

.single-blog h2 a:hover {
    color: #ee1e4c;
}

.single-blog h5 {
    position: absolute;
    top: 0;
    left: 0;
    background: #82B440;
    color: #fff;
    display: inline-block;
    padding: 12px;
    margin: 0;
}

.blog-area .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 4px;
    border-radius: 20px;
    background: transparent;
    border-color: #000;
}
.blog-area .owl-theme .owl-controls .owl-page.active span{
	background: #000;
}
.read-more-btn {
    color: #3B3F3F;
    font-weight: 600;
}
/*
* ----------------------------------------------------------------------------------------
* 17.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/* Short Links Area */
.footer-links {
    background: #F1F5F5;
}
.short-link{
	
}

.short-link h3{ 
	
}
.short-link ul{}
.short-link ul li{
	list-style: none;
}
.short-link ul li a {
    margin: 5px 0;
    display: inline-block;
    color: #585858;
	transition: 0.3s;
}
.short-link ul li a:hover{
	color: #019F99;
	transition: 0.3s;
}
.short-link ul li a span {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(.././images/spuare-icon.png)no-repeat 100% 100%;
    margin-right: 15px;
}
/* End Short Links Area */

/* Tags Area */

.tags-area{}
.tags-area h3{}

.tags-area ul{
	overflow: hidden;
}
.tags-area ul li {
    list-style: none;
    float: left;
}
.tags-area ul li a {
    color: #777;
    padding: 5px;
    border: 1px solid #333;
    margin: 1px;
    display: inline-block;
}
/* End Tags Area */


/* Social LINKS */

.social-wrapper {
    overflow: hidden;
}
.social-links{}
.social-links li{
	list-style: none;
	float: left;
}
.social-links li a {
    margin: 11px;
}
.social-links li:nth-child(1) a i{
	color: #3b5998;
}

.social-links li:nth-child(2) a i{
	color: #00CBFE;
}

.social-links li:nth-child(3) a i{
	color: #FFAE00;
}

.social-links li:nth-child(4) a i{
	color: #E55353;
}

.social-links li:nth-child(5) a i{
	color: #FF0000;
}

.social-links li:nth-child(6) a i{
	color: #E84E02;
}

.social-links li:nth-child(7) a i{
	color: #00CBFE;
}

.social-links li:nth-child(8) a i{
	color: #FF0000;
}

.social-links li:nth-child(9) a i{
	color: #08959A;
}

.social-links li a i {
    font-size: 18px;
}



/* Subscribe Area */
.subscribe-area{}
.subscribe-area h3{}
.footer-logo{}
.footer-logo a{}
.footer-logo a img{
	max-width: 100%;
	width: auto;
}
.subcribe-mail{
    display: block;
    border: 0px;
    width: 100%;
    height: 46px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 17px 7px 14px 15px;
    border: 1px solid #242424;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
 .subcribe-mail:focus {
	 border-color: #0072BC;
 }
#subscribe, #subscribe:focus{
    background: #242424;
    color: #fff;
    border-radius: 0px;
	border-color: #242424;
    margin-left: -15px;
}

.no-padding{
	padding: 0;
}


/* Scroll Top */

.scroll-top-area{}

.scroll-top {
	position: fixed;
	right: 15px;
	bottom: 50px;
	z-index: 999;
    width: 40px;
    height: 40px;
}
.scroll-top a {
    display: inline-block;
    background: #242424;
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    position: relative;
    margin: 0;
}
.scroll-top a:hover{
	background: #ee1e4c;
}
.scroll-top a i {
    margin-bottom: 3px;
}


/* /Scroll Top */



/* Footer Texts */

.footer-area {
    background: #ee1e4c;
    color: #fff;
	padding: 25px 0;
}
.footer-text h6 {
    font-size: 16px;
}


/*Custom section*/

   /*-----------------------------Team Section---------------------------------*/
.team-items .owl-controls .owl-buttons div {
    color: #ffffff !important;
}

.ht-team-member-wrap {
    margin-left: -2%;
}

.ht-team-member {
    width: 93%;
    margin-left: 2%;
    float: left;
    text-align: center;
}

.ht-team-member img {
    width: 100%;
}

.ht-team-member-image {
    position: relative;
    overflow: hidden;
}

.ht-team-social-id {
    padding: 10px;

}

.ht-team-social-id a {
    display: inline-block;
    color: #FFF;
    margin: 0 5px;
    font-size: 16px;
    line-height: 32px;
    background: #FFC107;
    color: #FFF;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.ht-team-social-id a:hover {
    background: #333;
    color: #FFF;
}

.ht-team-member-excerpt {
    font-size: 15px !important;
    background: rgba(238, 30, 76, 0.9);
    padding: 20px;
    color: #FFF !important;
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    opacity: 0;
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.ht-team-member:hover .ht-team-member-excerpt {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ht-team-member-excerpt-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.ht-team-member-excerpt-wrap .ht-team-member-span {
    display: table-cell;
    vertical-align: middle;
}

.ht-title-wrap {
    background: rgba(238, 30, 76, 0.9);
    color: #FFF;
    padding: 15px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 1;
}

.ht-team-member:hover .ht-title-wrap {
    opacity: 0;
}

.ht-team-member h6 {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.ht-team-member .ht-title-wrap h6 {
    padding: 0;
    margin: 0;
    font-size: 20px;

}

.ht-team-member h6 a {
    text-decoration: none;
    color: inherit;
}

.ht-team-member .ht-team-member-excerpt h6:after {
    content: "";
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    height: 2px;
    background: #FFF;
    bottom: -2px;
}

.ht-team-member .ht-team-designation {
    font-size: 0.9em;
    margin-bottom: 15px;
}

.ht-team-detail {
    background: #FFF;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #FFC107;
    padding: 0 10px;
    text-decoration: none;
    line-height: 30px;
    font-size: 0.9em;
}

.ht-team-detail:hover {
    background: #333;
    color: #FFF;
}

/*Read more accordion*/
.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
}

.team-items .owl-controls .owl-buttons div{
    background: #ee1e4c;
}