/*
	Author Name   : Themeplaza	
    Template Name: Focus Digital Agency HTML5 template
    Description: This is html5 template
    Version: 1.0

    CSS INDEX
	
    01. Theme Default CSS (body, link color, section etc)
	02. START HEADER-AREA DESIGN
    03. START SLIDER-AREA DESIGN
    04. START ABOUT-AREA DESIGN
    05. START SERVICE-AREA DESIGN
    06. START PORTFOLIO-AREA DESIGN
    07. START COUNTER-AREA DESIGN
    08. START TEAM-AREA DESIGN
    09. START PRICING-TABLE DESIGN
    10. START TESTIMONIAL-AREA DESIGN
    11. START PARTNER-LOGO DESIGN
    12. START BLOG-AREA DESIGN
    13. START CONTACT-US DESIGN
    14. START FOOTER DESIGN
    15. START SECTION TOP  DESIGN
*/

/*---------------------------------------
 01. START THEME DEFFULT CSS
----------------------------------------*/


body{
	font-family: 'Open Sans' , sans-serif;
	font-weight: 400;
    color: #777;
    font-size: 15px;
    line-height: 26px;
	overflow-x: hidden;
}
h1, 
h2,
h3, 
h4,
h5, 
h6{
	font-family: 'Poppins', serif;
	font-weight: 600;
	line-height: normal;
	color: #414c5a;
	margin-top: 0px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
h1,h2,h3,h4, h5, h6{
	
}
a:hover{text-decoration: none;}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
p{
	margin-bottom: 15px;
}
/* START PRELOADER DESIGN */

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status_mes{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 3px solid rgba(0, 0, 0, 0.08);
    border-right: 3px solid rgba(0, 0, 0, 0.08);
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    border-left: 3px solid #4b7aec;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* END PRELOADER DESIGN */

/* START SECTION-TITLE DESIGN */

.section_padding{padding:80px 0;}
.section_heading{margin-bottom: 52px;}
.section_heading h2{
	text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
    color: #4d4d4d;
    position: relative;
	letter-spacing: 1.4px;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 600;
}
.section_heading p{}
.section_icon:before{
	content: "";
	height: 1px;
	width: 36px;
	position: absolute;
	left: -45px;
	top: 50%;
	background-color: #3498DB;
	margin-top: 26px;
}
.section_icon:after{
	content: "";
	height: 1px;
	width: 36px;
	position: absolute;
	right: -45px;
	top: 50%;
	background-color: #3498DB;
	margin-top: 26px;
}
.section_icon{
	width: 20px;
	display: inline-block;
	margin-top: -55px;
	position: relative;
}
.section_icon span{
	height: 1px;
	width: 10px;
	background: #3498DB;
	display: inline-block;
}
.section_icon span:nth-child(1){ margin-bottom: -44px; }
.section_icon span:nth-child(2){ margin-bottom: -22px; }
.section_icon span:nth-child(3){ margin-top: 3px 0; }

/* END SECTION-TITLE DESIGN */

/*----------------------------------------*/
/*  01. END THEME DEFFULT CSS
/*----------------------------------------*/



/*
* -----------------------------------------------------------------------------------
* 02.START HEADER-AREA DESIGN
* -----------------------------------------------------------------------------------
*/
#header_area{
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 999;
	background: transparent;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;	
	padding: 30px 0 12px;

}
.logo{
	margin-top: 0px;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
	color: #4b7aec;
}
#menu_item{
	margin-top: 5px;
}
.nav > li{
	padding: 7px 11px;
}
.nav > li > a {
    transition: .5s;
    color: #fff;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
	font-family: 'Poppins', serif;
	letter-spacing: 1px;
}
.nav > li > a:hover {
	background: transparent;
	color: #4b7aec;
}
#header_area .nav > li.current > a{
	color: #4b7aec;
}
.nav > li > a:hover, 
.nav > li > a:focus{
	text-decoration: none;
	background-color: transparent;
}

#header_area.sticky_menu{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.26);
    padding: 20px 0;
    width: 100%;
}
#header_area.sticky_menu .nav > li > a{color: #333;}
#header_area.sticky_menu li a:hover { color: #4b7aec;}
.navbar-header .navbar-toggle{
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 19px;
	margin-bottom: 0;
}
.navbar-header .navbar-toggle {background: #fff none repeat scroll 0 0}
.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {background-color: #fff}
.navbar-header .navbar-toggle .icon-bar {background-color: #4b7aec}
/*
* -----------------------------------------------------------------------------------
* 02.END HEADER-AREA DESIGN
* -----------------------------------------------------------------------------------
*/



/*
* -----------------------------------------------------------------------------------
* 03.START SLIDER-AREA DESIGN
* -----------------------------------------------------------------------------------
*/

#slider_area,
.single_slide{
	height: 700px;
}
.single_slide{
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center top !important;
	position: relative;
	z-index: 1;
}
.single_slide_item1{
    background-image: url(../images/slider/1.jpg);
	background-size: cover;
}
.single_slide_item2{
    background-image: url(../images/slider/2.jpg);
	background-size: cover;
}
.single_slide_item3{
    background-image: url(../images/slider/3.jpg);
	background-size: cover;
}
.single_slide_item1:after,
.single_slide_item2:after,
.single_slide_item3:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: -1;
}
.slider_active .owl-nav .owl-next,
.slider_active .owl-nav .owl-prev {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    opacity: 1;
    font-size: 15px;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
}
.slider_active .owl-nav .owl-prev{left: 28px;}
.slider_active .owl-nav .owl-next{right: 28px;}
.slider_active .owl-nav .owl-next:hover,
.slider_active .owl-nav .owl-prev:hover {
    border-color: #4b7aec;
    background: #4b7aec;
    color: #fff;
}
.single_slide_item_table {
    display: table;
    width: 100%;
}
.slider_content{ padding-top: 20%; }
.slider_content h2{
    color: #fff;
    font-size: 48px;
    display: inline-block;
}
.slide_animation_title{
	animation-name: slideInRight 0.7s;
}
.slider_content p {
    color: #fff;
    margin-bottom: 40px;
    padding: 15px 0;
    font-weight: 500;
    font-size: 20px;
}
.slide_animation_text{
	animation-name: slideInLeft 0.5s;
}
.slide_bg_btn{
	background: transparent;
	border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    padding: 14px 35px;
    transition: 0.6s;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
}
.slide_bg_btn:hover,
.slide_bg_btn:focus{
	border: 1px solid #4b7aec;
	color: #fff;
	background: #4b7aec;
}
.slide_animation_btn{
	animation-name: slideInUp 1.3s;
}

/*
* -----------------------------------------------------------------------------------
* 03.END SLIDER-AREA DESIGN
* -----------------------------------------------------------------------------------
*/



/*
* -----------------------------------------------------------------------------------
* 04.START ABOUT-AREA DESIGN
* -----------------------------------------------------------------------------------
*/

.about_slider{
	position: relative;
	overflow: hidden;
}
.about_slider img{
	display: inline-block;
}
.about_slider .owl-prev{left: 0;}
.about_slider .owl-next{right: 0;}
.about_slider .owl-prev,
.about_slider .owl-next {
    position: absolute;
    top: 45%;
    width: 35px;
    height: 40px;
    line-height: 40px;
    background: #4b7aec;
    color: #fff;
    transition: 0.5s;
}
.about_slider .owl-prev:hover,
.about_slider .owl-next:hover{
	background: #fff;
	color: #4b7aec;
}
.about_us_content {
    background: #fafafa;
    padding: 30px;
}

.about_us_content p{

}
.about_us_content .border_btn{
	margin-top: 15px;
}
.border_btn{
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
	transition: 0.5s;
	display: inline-block;
	font-family: 'Poppins', serif;
	letter-spacing: 0.5px;
}
.border_btn:hover,
.border_btn:focus{
	background: #4b7aec;
	border-color: #4b7aec;
	color: #fff;
}

/*
* -----------------------------------------------------------------------------------
* 04.END ABOUT-AREA DESIGN
* -----------------------------------------------------------------------------------
*/



/*
* -----------------------------------------------------------------------------------
* 05.START SERVICE-AREA DESIGN
* -----------------------------------------------------------------------------------
*/

#service_area{
	background: #fafafa;
	padding-bottom: 20px;
}
.single_service_area{
	margin-top: 21px;
}
.single_service_area .service_content {
    padding: 30px;
    background: #fff;
    transition: all 0.4s ease-in-out;
	margin-bottom: 60px;
}
.single_service_area .service_content:hover{
	background: #fff;
    box-shadow: 0px 5px 45px 10px rgba(0,0,0, 0.1);
}

.single_service_area .service_content i {
    width: 70px;
    height: 70px;
    line-height: 70px;
	font-size: 30px;
	border-radius: 50%;
    position: absolute;
    top: -25px;	
    left: 50%;
    padding: 5px;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
	background: #3498DB;
	color: #fff;
}
.single_service_area .service_content h4{
	font-size: 17px;
	transition: 0.4s;
	margin-top: 30px;
}

.single_service_area .service_content:hover h4{color: #4b7aec;}
/*
* -----------------------------------------------------------------------------------
* 05.END SERVICE-AREA DESIGN
* -----------------------------------------------------------------------------------
*/



/*
* -----------------------------------------------------------------------------------
* 06.START PORTFOLIO-AREA DESIGN
* -----------------------------------------------------------------------------------
*/

#portfolio_area{
	position:relative;
	padding-bottom: 50px;
}
.mix{
	display: none;
}
.portfolio_item .mix{
	display: none;
}
.portfolio_filter ul {
	margin: 0px 0 40px;
	padding: 0;
	list-style: none;
}
.portfolio_filter ul li {
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 5px 24px;
    letter-spacing: 1px;
    margin: 0 8px;
    transition: all 0.5s ease-in-out;
}
.portfolio_filter ul li:hover{
	background: #4b7aec;
	color: #fff;
}
.portfolio_filter .filter.active {
    color: #fff;
    background: #4b7aec;
}

.single_portfolio{
    overflow: hidden;
    position: relative;
	margin-bottom: 30px;
}
.single_portfolio img{
    width: 100%;
    height: auto;
}
.single_portfolio .portfolio_box{
    padding: 25% 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.single_portfolio:hover .portfolio_box{
    opacity: 1;
    transition-delay: 0.2s;
}
.single_portfolio:before,
.single_portfolio:after,
.single_portfolio .portfolio_box:before,
.single_portfolio .portfolio_box:after{
    content: "";
    width: 50%;
    height: 50%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.05);
    transition: all 0.3s ease 0s;
}
.single_portfolio:after{
    left: auto;
    right: 0;
    transition-delay: 0.2s;
}
.single_portfolio .portfolio_box:before,
.single_portfolio .portfolio_box:after{
    top: auto;
    bottom: 0;
    z-index: -1;
    transition-delay: 0.2s;
}
.single_portfolio .portfolio_box:after{
    left: auto;
    right: 0;
    transition-delay: 0.3s;
}
.single_portfolio:hover:before,
.single_portfolio:hover:after,
.single_portfolio:hover .portfolio_box:before,
.single_portfolio:hover .portfolio_box:after{
    opacity: 1;
    transform: scale(1);
}
.single_portfolio .port_title{
	margin-top: 15px;
}
.single_portfolio .title{
    font-size: 17px;
	text-transform: uppercase;
    color: #fff;
    margin: 0 0 10px 0;
}
 
.single_portfolio .post{
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    margin: 0 0 10px 0;
}
.single_portfolio .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.single_portfolio .icon li{
    display: inline-block;
    margin: 0 10px 0 0;
}
.single_portfolio .icon li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #4b7aec;
	background: #fff;
    border: 1px solid #fff;
	position: relative;
    transition: all 0.3s ease 0s;
}
.single_portfolio .icon li a:hover{
    text-decoration: none;
    border-radius: 50%;
	border-color: #4b7aec;
    background: #4b7aec;
    color: #fff;
}
.single_portfolio .icon li a:hover:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: hoverEffect 1.3s ease-out 75ms;
}
@keyframes hoverEffect{
    0%{ opacity: 0.3; }
    40%{
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100%{
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


/*
* -----------------------------------------------------------------------------------
* 06.END PORTFOLIO-AREA DESIGN
* -----------------------------------------------------------------------------------
*/



/*
* -----------------------------------------------------------------------------------
* 07.START COUNTER-AREA DESIGN
* -----------------------------------------------------------------------------------
*/

#counter_area{
	background: url(../images/counter-bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
	padding: 100px 0px;
}
#counter_area:after{
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	background: rgba(0,0,0, 0.72);
	z-index: -1;
}
.counter_content{
    color: #fff;
    border: 1px solid;
    padding: 30px 0;
	transition: all 0.4s ease-in-out;
}
.counter_content:hover{
	border-color:#4b7aec;
}
.counter_content i {
    display: block;
    font-size: 45px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out 0s;
}
.counter_content:hover i{
	color: #4b7aec; 
}
.counter_content .count {
    font-size: 24px;
    font-weight: 700;
}
.counter_content .count:after {
    content: "+";
    font-size: 24px;
    padding-left: 3px;
}
.counter_content h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 10px;
}

/*
* -----------------------------------------------------------------------------------
* 07.END COUNTER-AREA DESIGN
* -----------------------------------------------------------------------------------
*/



/*
* -----------------------------------------------------------------------------------
* 08.START TEAM-AREA DESIGN
* -----------------------------------------------------------------------------------
*/

#team_area{
	padding-bottom: 50px;
}
.single_team{
    text-align: center;
    box-shadow: 0 0 3px rgba(0,0,0,0.05);
    overflow: hidden;
    position: relative;
	margin-bottom: 30px;
}
.single_team img{
    width: 100%;
    height: auto;
}
.single_team .sing_team_content {
    width: 100%;
    height: 100%;
    padding: 52% 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.single_team:hover .sing_team_content{ opacity: 1; }
.single_team:before,
.single_team:after,
.sing_team_content:before,
.sing_team_content:after{
    content: "";
    width: 50%;
    height: 50%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.single_team:after,
.sing_team_content:after{
    left: auto;
    right: 0;
}
.single_team:before{
    transform: rotate(-90deg);
    transform-origin: right bottom;
}
.single_team:after{
    transform: rotate(90deg);
    transform-origin: left bottom;
}
.sing_team_content:before,
.sing_team_content:after{
    top: auto;
    bottom:0;
    z-index: -1;
}
.sing_team_content:before{
    transform: rotate(90deg);
    transform-origin: top right;
}
.sing_team_content:after{
    transform: rotate(-90deg);
    transform-origin: top left;
}
.single_team:hover:before,
.single_team:hover:after,
.single_team:hover .sing_team_content:before,
.single_team:hover .sing_team_content:after{
    transform: rotate(0);
    opacity: 1;
}
.single_team .team_title{
	color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.single_team .team_post {
    display: block;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 22px;
}
.single_team .team_icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.single_team .team_icon li{
    display: inline-block;
    margin-right: 10px;
}
.single_team .team_icon li a{
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: #fff;
    font-size: 16px;
    color: #1da1f2;
	position: relative;
    transition: all 0.3s ease 0s;
}
.single_team .team_icon li a:hover{
    background: #1da1f2;
    border-radius: 50%;
    color: #fff;
}
.single_team .team_icon li a:hover:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: hoverEffect 1.3s ease-out 75ms;
}
@keyframes hoverEffect{
    0%{ opacity: 0.3; }
    40%{
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100%{
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/*
* -----------------------------------------------------------------------------------
* 08.END TEAM-AREA DESIGN
* -----------------------------------------------------------------------------------
*/



/*
* -----------------------------------------------------------------------------------
* 09.START PRICING-TABLE DESIGN
* -----------------------------------------------------------------------------------
*/
#pricing_table_area{
	background: #fafafa;
	padding-bottom: 50px;
}
.pricingTable{
    padding: 100px 0 35px;
    border: 1px solid rgba(75, 122, 236, 0.8);
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s;
	background: #fff;
	margin-bottom: 30px;
}
.pricingTable:hover {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.18);
}
.pricingTable .title{
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border: 1px solid rgba(75, 122, 236, 0.8);
    font-size: 17px;
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    left: -15px;
    transition: all 0.5s ease 0s;
}
.pricingTable .title:after{
    content: "";
    border-top: 15px solid #4b7aec;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    left: -1px;
    transition: all 0.5s ease 0s;
}
.pricingTable .price-value{
    font-size: 45px;
    margin-bottom: 20px;
}
.pricingTable .month{
    display: block;
    font-size: 14px;
    line-height: 47px;
    text-transform: uppercase;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}
.pricingTable .pricing-content li{
    line-height: 45px;
    border-bottom: 1px solid #ddd;
	transition: all 0.5s ease-in-out;
}
.pricingTable .pricing-content li:hover{ padding-left: 20px; }
.pricingTable .pricing-content li:before{
    content: "\e64d";
    font-family: 'themify';
    color: #3498DB;
    margin-right: 8px;
}
.pricingTable .pricingTable_signup{
	color: #4b7aec;
	border-radius: 5px;
	border: 1px solid #4b7aec;
	padding: 12px 40px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
	transition: 0.5s; 
}
.pricingTable .pricingTable_signup:hover{
	background: #4b7aec;
	color: #fff;
}

/*
* -----------------------------------------------------------------------------------
* 09.END PRICING-TABLE DESIGN
* -----------------------------------------------------------------------------------
*/



/*
* -----------------------------------------------------------------------------------
* 10.START TESTIMONIAL-AREA DESIGN
* -----------------------------------------------------------------------------------
*/

.testimonial{ margin: 0 20px 0px; }
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-profile {
    display: inline-block;
    position: relative;
    bottom: 35px;
}
.testimonial .title{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #777;
}
.testimonial .description{
    padding: 25px;
    background: rgba(75, 122, 236, 0.8);
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: relative;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: rgba(75, 122, 236, 0.8) transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}

/*
* -----------------------------------------------------------------------------------
* 10.END TESTIMONIAL-AREA DESIGN
* -----------------------------------------------------------------------------------
*/



/*
* -----------------------------------------------------------------------------------
* 11.START PARTNER-LOGO DESIGN
* -----------------------------------------------------------------------------------
*/

#partner_logo_area{
	padding: 20px 0 80px;
}
.partner_logo a img{
	max-width: 70%;
}

/*
* -----------------------------------------------------------------------------------
* 11.END PARTNER-LOGO DESIGN
* -----------------------------------------------------------------------------------
*/



/*
* -----------------------------------------------------------------------------------
* 12.START BLOG-AREA DESIGN
* -----------------------------------------------------------------------------------
*/

#blog_area{
	background: #fafafa;
	padding-bottom: 50px;
}
.single_blog{
	margin-bottom: 30px;
}
.blog_image{
	position: relative;
}
.blog_image img{
	width: 100%;
	display: block;
	overflow: hidden;
	transition: 0.5s;
}
.blog_meta{
	position: absolute;
	bottom: 0;
	right: 0px;
	background-color: #fff;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.blog_meta a{
	display: inline-block;
	margin-right: 20px;
	text-transform: capitalize;
	color: #333;
}
.blog_meta a i{
	margin-right: 10px;
	color: #4b7aec;
	display: inline-block;
}
.blog_post_content{
	padding: 30px;
	background-color: #fff;
}
.blog_post_content h3{
	margin-bottom: 15px;
	font-size: 20px;
}
.blog_post_content h3 a{
	color: #4d4d4d;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out;
}
.blog_post_content h3 a:hover{
	color: #4b7aec;
}
.blog_post_content .border_btn{
	margin-top: 15px;
}

/*
* -----------------------------------------------------------------------------------
* 12.END BLOG-AREA DESIGN
* -----------------------------------------------------------------------------------
*/



/*
* -----------------------------------------------------------------------------------
* 13.START CONTACT-US DESIGN
* -----------------------------------------------------------------------------------
*/
.form .form-group input{
	background: transparent;
	border-color: #e3e3e3;
    height: 40px;
    border-radius: 0;
	box-shadow: none;
}
.form .form-group input:focus{
	border-color: #3498DB;
}
.form .form-group textarea{
	background: transparent;
	border-color: #e3e3e3;
	margin-top: 10px;
	padding-bottom: 5%;
    border-radius: 0;
	box-shadow: none;
}
.form .form-group textarea:focus{
	border-color: #3498DB;
}
.contact_btn{
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
	transition: 0.5s;
	display: inline-block;
	letter-spacing: 0.5px;
	margin-top: 20px;
}
.contact_btn:hover,
.contact_btn:focus{
	background: #3498DB;
	border-color: #3498DB;
	color: #fff;
}
/*
* -----------------------------------------------------------------------------------
* 13.END CONTACT-US DESIGN
* -----------------------------------------------------------------------------------
*/



/*
* -----------------------------------------------------------------------------------
* 14.START FOOTER DESIGN
* -----------------------------------------------------------------------------------
*/

.footer {
    padding: 20px 0 20px;
    border-top: 1px solid #4b7aec;
    background: #4b7aec;
}
.copy-text p {
    color: #fff;
    margin-top: 9px;
    margin-bottom: 0;
}
.social-link li{
	display: inline-block;
	margin: 0 5px;
}
.social-link li a {
    color: #fff;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    transition: all .5s ease-in-out;
}
.social-link li a:hover{
	background: #fff;
	border-color: #fff;
	color: #4b7aec;
}

/*
* -----------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* -----------------------------------------------------------------------------------
*/



/*
* -----------------------------------------------------------------------------------
* 15.START SCROLL-TOP DESIGN
* -----------------------------------------------------------------------------------
*/

.scroll_top{
 height: 35px;
 width: 35px;
 background: #00bbec;
 text-align: center;
 position: fixed;
 right: 20px;
 cursor: pointer;
 bottom: 50px;
 box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.scroll_top i{
 line-height: 35px;
 color: #fff;
 font-size: 24px;
 display: inline-block;
}

/*
* -----------------------------------------------------------------------------------
* 15.END SCROLL-TOP DESIGN
* -----------------------------------------------------------------------------------
*/