@font-face {
  font-family: "proxima_nova_rgregular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
}       
@font-face {
	font-family: 'SEGOEUIL';
	src: url('../fonts/SEGOEUIL.eot');
	src: local('SEGOEUIL'), 
	url('../fonts/SEGOEUIL.woff') format('woff'), 
	url('../fonts/SEGOEUIL.ttf') format('truetype');
}

p {
	font-family: 'SEGOEUIL' !important;
}
article , .clear_boath {
  clear: both!important;
  display: block!important;
  float: left!important;
}
/*===================================
        common css
=====================================*/
.breadcrumb {
    background-color:rgba(245, 245, 245, 0)!important;
	margin-left: -15px;
	margin-bottom: 0px;
	
}
.fix{
	position:fixed;
	}
.padding_top{
    padding-top: 100px;
}
.padding_top1 {
    padding-top: 79px;
}
.padding_top_s {
    padding-top: 79px;
}
.padding_top2{
    padding-top: 50px;
}
.padding_bottom{
    padding-bottom: 85px;
}
.padding_bottom2{
    padding-bottom: 35px;
}
.padding_bottom1{
    padding-bottom: 20px;
}
.padding_top_bottom{
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-_eft{
	padding-left:30px;
}
.no_margin{
    margin: 0px;
}
.page_title{
    color: #1C18D5;
	font-size: 25px;
	text-transform: uppercase;
	font-family: proxima_nova_rgregular;
	padding: 16px 0px 5px;
	font-weight: bold;
}
.btn_custom{
    background: green none repeat scroll 0px 0px;
    border: 0px none;
    color: #FFF !important;
    font-size: 12px !important;
    left: auto !important;
    text-transform: lowercase;
    transition: all 0.25s ease-out 0s;
    width: 125px !important;
    height: 40px !important;
    margin: 10px 20px;
}
.btn_custom:hover{
    background: #3B4451 none repeat scroll 0px 0px;
    transition: all 0.25s ease-out 0s;
}
.btn_custom:active, .open > .dropdown-toggle.btn_custom {
     background: #3B4451 none repeat scroll 0px 0px!important;
}
.btn_custom:focus{
     background: #3B4451 none repeat scroll 0px 0px!important;
}
.btn_c_submit{
	background: green none repeat scroll 0px 0px;
	border: 0px none;
	color: #FFF !important;
	font-size: 12px !important;
	font-weight:bold;
	left: auto !important;
	text-transform: lowercase;
	transition: all 0.25s ease-out 0s;
	width: 125px !important;
	height: 40px !important;
}
.btn_c_submit:hover{
    background: #3B4451 none repeat scroll 0px 0px;
    transition: all 0.25s ease-out 0s;
}
.btn_c_submit:active, .open > .dropdown-toggle.btn_custom {
     background: #3B4451 none repeat scroll 0px 0px!important;
}
.btn_c_submit:focus{
     background: #3B4451 none repeat scroll 0px 0px!important;
}
body > footer > div.container-fluid.footer_bottom > div > div.col-sm-10.col-sm-offset-1.padding_top.padding_bottom1 > div:nth-child(4) > div > div:nth-child(1) > span{
	color:green;
	font-weight:600;
}
.custom_input_style label{
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	line-height: 20px;
	margin-right: 0px;
	padding-left:0px;
	position: relative;
	color: #808080;
}
.custom_input_style input[type="radio"]:empty, .custom_input_style input[type="checkbox"]:empty {
    display: none;
}
.custom_input_style input[type="radio"]:empty ~ label, .custom_input_style input[type="checkbox"]:empty ~ label {
 
    line-height: 2em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom_input_style input[type="radio"]:empty ~ label:before, .custom_input_style input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'';
    width: 2em;
    background: #F5F5F5;
    border-radius: 3px;
	border: 1px solid #D4D4D4;
}
.custom_input_style input[type="radio"]:checked ~ label:before, .custom_input_style input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: 5px;
    color: #333;
    background-color: #ccc;
}
.custom_input_style input[type="radio"]:focus ~ label:before, .custom_input_style input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

/*===================================================== 
            Header page css start from here
=======================================================*/
.main_navbar_full_width{
	border-bottom: 1px solid #D5D4D3;
}
.main_navbar{
    background-color:#b3e1f9!important;
	border-color: #b3e1f9!important;
    margin-bottom: 0px!important;
}
.navbar-brand {
    padding-top: 4px;
    padding-bottom:0px;
	outline:0!important;
}
.navbar-nav > li > a {
    border-bottom: 0px none;
    color: #00a24b !important;
    padding-top: 30px;
    padding-bottom: 25px;
    line-height: normal;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    font-family: proxima_nova_rgregular;
    outline: 0;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar-nav > li > a:hover{
    color: #ed1923!important;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
	left: -60%;
  }
.dropdown-menu{
    background: #F7F7F7;
    border-top: 3px solid green!important;
    box-shadow: 0px 0px 3px #DEDDDC!important;
    width: 230px;
    text-align: center;
    border-radius: 0px;
    padding: 0px 0px!important;
}
.dropdown-menu li a{
    background: #F7F7F7 none repeat scroll 0% 0%;
    color: #3B4451;
    font-family: proxima_nova_rgregular;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 1px solid transparent;
    padding: 18px 10px;
    white-space: normal;
    width: 100%;
    letter-spacing: normal;
    border-top: 1px solid transparent;
    }
.dropdown-menu li a:hover{
    background: #EAEAEA none repeat scroll 0% 0%;
color: green;
border-top: 1px solid #E1E1E1;
border-bottom: 1px solid #E1E1E1;
}


.dropdown-menu:after {
  position: absolute;
  top: -9px;
  left: 44%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid green;
  border-left: 6px solid transparent;
  content: '';
}

/* Effect 2: 3D rolling links, idea from */
.cl-effect-2 a {
	line-height: 80px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	outline:0!important;
}

.cl-effect-2 a span {
    position: relative;
    display: inline-block;
    padding: 0 23px;
    color: #fff;
    margin: 5px 5px;
    line-height: 40px;
    text-transform: uppercase;
    top: 0px;
    left: 15px;
    font-weight: bold;
    font-size: 14px;
    background: #00a24b;
    border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cl-effect-2 a span::before {
    text-align: center;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ed1923;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.cl-effect-2 a:hover span::before,
.cl-effect-2 a:focus span::before {
	background: #ed1923;	
	border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
}
/*===================================================== 
            Footer page css start from here
=======================================================*/
.footer_top {
    float: left;
    padding: 45px 0px;
    width: 100%;
    background: #00a24b  none repeat scroll 0% 0%;
}
.footer_top h3 {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}
.footer_top a {
    border: 1px solid #FFF;
    border-radius: 3px;
    color: #FFF;
    font-family: open sans;
    font-size: 14px;
    font-weight: 800;
    margin: 0px;
    padding: 14px 40px;
    text-decoration: none;
}
.footer_top a:hover {
    background: #3B4451 none repeat scroll 0% 0%;
}
.footer_bottom{
    background: #F1F1F1;
    padding-bottom: 15px;
}
.footer_title_link{
	color:#333!important;
}
.footer_title_link:hover{
	color:#333!important;
	text-decoration:none;
}
.site-info {
    color: #303030;
    font-family: open sans;
    font-size: 16px;
    padding: 10px 0px 0px;
    line-height: 26px;
    font-weight: 300;
    padding-bottom: 10px;
}
.social-share {
     background: transparent url("../img/ft_brdr.jpg") no-repeat scroll left top;
    display: inline-block;
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
}
ul.social-share li {
    display: inline-block;
}
ul.social-share li a {
    display: inline-block;
    width: 37px;
    height: 31px;
    line-height: 30px;
    text-align: center;
    border-radius: 0px;
    margin-top: 15px;
    font-size: 21px;
}
ul.social-share li a:hover {
    opacity: 0.9;
}
.f_fb a{
    color: rgb(255, 255, 255);
    background: rgb(83, 123, 189) none repeat scroll 0% 0%;
}
.f_twt a{
    color: rgb(255, 255, 255);
    background:#78CDF0;
}
.f_gm a{
    color: rgb(255, 255, 255);
    background:#4C4C4B;
}
.f_menu {
    padding-top: 0px;
}
.f_menu1 ul{
    display: inline-block;
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
}

.f_menu2 ul{
    display: inline-block;
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
}
.f_menu1 ul li{
   padding: 7px 0px 0px 0px;
}
.f_menu2 ul li{
    padding: 7px 0px 0px 0px;
}
/* .f_menu1 li a::before {
    content: "- ";
}
.f_menu2 li a::before {
    content: "- ";
} */
.f_menu1 li a {
    color: #7A7A7E;
    font-family: open sans;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}
.f_menu2 li a {
    color: #7A7A7E;
    font-family: open sans;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}
.f_menu1 li a:hover {
    color: red;
}
.f_menu2 li a:hover {
    color: red;
}
.mail_info{
	color:red;
}
/*===================================================== 
            Index page css start from here
=======================================================*/
.sllp {
    text-align: center;
    display: block;
}
/**************jssor slider bullet navigator skin 05 css*********************/
        .jssorb05 {
            position: absolute;
        }
/*
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
             size of bullet elment 
            width: 16px;
            height: 16px;
            background: url('../img/slider/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
*/
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('../img/slider/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
		
		/**********Home slide areya*****************/
.head_title {
	background:#3ce92f url(../img/abouts_bg.jpg) no-repeat scroll center top / cover;
	top: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	display: block;
	float: left;
}
.description > h1{
   width: 100%;
  text-transform: uppercase;
  padding:20px 0px 20px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 900;
  margin-top: 0px;
  letter-spacing: 5px;
  line-height: 58px;
}
.description > h1 > span{
	margin-top:5px;
    color: #fff;
}
.description > p{
    font-family: proxima_nova_rgregular;
    color: #505863;
    font-size: 15px;
    text-align: center;
    padding-bottom: 20px;
}

		/*******************Welcome article areya********************/
.welcome_b {
	background: transparent url("../img/abouts_bg.jpg") no-repeat scroll left bottom;
	color: #3B4451;
	font-size: 16px;
	padding-bottom: 7px;
	margin: 33px 0px 2.714rem;
	line-height: 1.71429;
	font-weight: 600;
	background-size: 31% 3px;
}
.w_img{
    padding: 10px 0px 0px 25px;
}
.welcome_dt{
    margin: 0px 0px 1.71429rem;
    line-height: 1.814;
    color: #7F858C;
    font-size: 17px;
    padding-bottom: 22px;
}

/********************Clint  Areya***********************/
.fl {
    border-right: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    box-sizing: border-box;
    display: table-cell;
    float: left;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    padding: 0px 10px;
}
.fl table, .fl table tr, .fl table td {
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.fl img {
    transition: all 1s ease 0s;
    vertical-align: middle;
    transform: scale(1);
}
.fl:hover img {
    transition: all 1s ease 0s;
    vertical-align: middle;
    transform: scale(1.5);
}
div.fl:nth-child(5) , div.fl:nth-child(10){
    border-right: 0px solid #D4D4D4;
}
div.fl:nth-child(6) , div.fl:nth-child(7) , div.fl:nth-child(8) , div.fl:nth-child(9) , div.fl:nth-child(10){
    border-bottom: 0px solid #D4D4D4;
}

/********************Blog areya**********************/
.title{
	width: 100%;
	text-transform: uppercase;
	background: #3ce92f url(../img/abouts_bg.jpg) no-repeat scroll center top / cover;
	padding: 20px 0px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: 900;
	margin-top: 0px;
	letter-spacing: 5px;
}
.single_posts_small{
    float: left;
padding: 0px;
margin: 15px 1% 2%;
width: 100%;
background: #FFF none repeat scroll 0% 0%;
box-shadow: 0px 0px 2px #3ce92f;
  border: 1px solid #3ce92f;

}
.single_posts_cont{
    float: left;
    padding: 10px;
    width: 100%;
}
.single_posts_cont .entry-title {
    margin: 0px;
    float: left;
    font-size: 17px;
    line-height: 25px;
    max-height: 25px;
    min-height: 25px;
    overflow: hidden;
    width: 100%;
}
.entry-title a {
    color: #027cc7!important;
    font-weight: 900;
    font-size: 19px;
}
.single_posts_cont .entry-title a:hover {
    color: #D84656!important;
    text-decoration: none;
}
.single_posts_cont p {
    color: #7F858C;
    float: left;
    font-size: 17px;
    line-height: 24px;
    margin: 5px 0px 0px;
    max-height: 46px;
    min-height: 46px;
    overflow: hidden;
    width: 100%;
}
.posts_readmore {
    float: left;
    width: 100%;
    margin: 5px 0px 0px;
}
.posts_readmore a {
    color: #D84656;
    font-family: proxima_nova_rgregular;
    font-size: 17px;
    line-height: 24px;
    text-decoration: none;
    font-weight: bold;
    float: left;
}
.posts_readmore .fa {
    margin: 0px 0px 0px 4px;
    color: #D84656;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.posts_readmore a:hover .fa {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}
.single_posts_thumb {
    float: left;
    max-height: 330px;
    min-height: 330px;
    overflow: hidden;
    width: 100%;
}
.single_posts_thumb img {
    width: 100%;
    min-height: 330px;
    max-height: 330px;
    transition: all 1s ease 0s;
    vertical-align: middle;
    margin: auto;
}
.single_posts_thumb img:hover {
    transition: all 1s ease 0s;
    opacity: 0.8;
    transform: scale(1.2);
}
/********************Home Testimonials  Areya***********************/
.home_testimonials{
    background: transparent url("../img/testi_bg.jpg") no-repeat scroll center top / cover;
	background-size:100% 100%;
}
.home_testimonials h1{
	background: transparent url("../img/bigbd.png") no-repeat scroll center bottom;
	color: #ffffff;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size:25px;
}
.tsm_content_body{
	/* background-color: #0b68ab; */
	color: #ffffff;
	line-height: 22px;
	min-height: 30px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 5px;
	text-align: center;
	margin-top:0px;
	margin-bottom:60px;
	
}
.tbd_block {
	border-radius: 0px 30px 0px 30px;
	border: 14px solid #5f6d7d91;
	width:450px;
	height:120px;
}
#myhome_testimonials .left, #myhome_testimonials .right {
    height: 120px;
	
}
.tsm_content_body p{
	font-family:proxima_nova_rgregular!important;
	font-size: 18px;
}
.tsm_content_body span{
	font-family:proxima_nova_rgregular!important;
	font-size: 20px;
}

/*===================================================== 
            About page css start from here
=======================================================*/
/**************About team css********************/
.about_team_content {
    padding: 80px 0px 50px;
}
.about_team_content h2{
	color: green;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
	font-weight:900;
}
.about_team_content p{
	color: #868686;
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
}
/**************** About Us Css*************************/
.about_us_bg{
	background: #3ce92f url("../img/abouts_bg.jpg") no-repeat scroll center top / cover;
	padding: 20px 0px 30px;
}
.about_us_title h1{
	color: #ffffff;
    padding: 0px 1px;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
	letter-spacing: 3px;
	margin-top: 0px;
}
.About_us_content p{
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	padding-bottom:5px;
	text-align: justify;
}
.About_us_content h1{
	color: #fff;
	font-size: 30px;
	line-height: 28px;
	text-align: justify;
}
.about_us_content_bottom p{
	color: #151515;
	font-size: 17px;
	line-height: 28px;
	margin: 0px 0px 2.714rem;
	font-style: italic;
}

.abtsteam_loop h1{
    padding-top: 25px; 
    padding-bottom: 25px; 
	text-align:center;
	color:#027cc7!important;
	font-weight:900;
}
.team_member {
	border: 5px solid #3ce92f;
	background: #3ce92f url("../img/abouts_bg.jpg") no-repeat scroll center top / cover;
	border-radius: 5px;
	margin-bottom: 20px;
}
.team_img {
    float: left;
    overflow: hidden;
    width: 100%;
}
.team_img img{
	float: left;
	width: 100%;
	transition:all 1.5s ease 0s;
	vertical-align: middle;
	transform: scale(1);
}
.team_img img:hover {
  transition:all 1.5s ease 0s;
  opacity: 1;
  transform: scale(1.3);
}
.team_title {
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	padding: 5px;
	display: flow-root;
	max-height: 60px;
	min-height: 60px;
	overflow: hidden;
}
.team_title strong{
  font-size: 18px;
  text-transform: uppercase;
}
.ajb_img {
	border: 5px solid #3ce92f;
	background: #3ce92f url("../img/abouts_bg.jpg") no-repeat scroll center top / cover;
	border-radius: 5px;
	margin-bottom: 20px;
	min-height: 260px;
	max-height: 260px;
	overflow:hidden;
}
.ajb_img img {
	min-height: 250px;
	max-height: 250px;
	overflow:hidden;
}
/*************strategy for success CSS***************/
.strategy_section {
    background: #3ce92f url("../img/abouts_bg.jpg") no-repeat scroll center top / cover;
	margin-top: 35px;
}
.strategy_content h2 {
	color: #FFF;
	font-family: proxima_nova_rgregular;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 40px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.strategy_content p {
    color: #FFF;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	padding-bottom: 25px;
}
.strategy_content_itame h3{
	color: #FFF;
	font-family: proxima_nova_rgregular;
	font-size: 26px;
	font-weight: normal;
	margin-top:-5px;
}
.strategy_content_itame p{
	color: #FFF;
	font-size: 17px;
	line-height: 24px;
	margin: 8px 0px 0px;
}
/*===================================================== 
            Services page css start from here
=======================================================*/
.services_content h3 {
    background: #3ce92f url(../img/abouts_bg.jpg) no-repeat scroll center top / cover;
    padding: 20px 0px 20px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    margin-top: 0px;
    letter-spacing: 5px;
}
.services_content p{
	margin: 0px 0px 1.71429rem;
	line-height: 2.14;
	color: #7F858C;
	font-size: 16px;
}
.services_title{
	color: #474747 !important;
	font-size: 16px;
	text-decoration: none;
	
}
.services_title:hover{
	color: green !important;
	text-decoration:none;
	
}
.services_cat {
    float: left;
    overflow: hidden;
    width: 100%;
	margin-top: 15px;
	margin-bottom: 40px;
}
.services_cat img {
    width: 100%;
	transition: all 1.5s ease 0s;
	vertical-align: middle;
	transform: scale(1);
}
.services_cat img:hover {
    transition: all 1.5s ease 0s;
	opacity: 0.8;
	transform: scale(1.3);
}
.services_cat p {
	margin: 0px 0px 1.71429rem;
	line-height: 2.14;
	color: #7F858C;
	font-size: 16px;
	text-align: justify;
	min-height: 240px !important;
	max-height: 240px !important;
	display: block;
	float: left;
	
}
/*============================================================ 
            Poto gallery page css start from here
=============================================================*/
.portfolio_title h3 {
    background: #3ce92f url(../img/abouts_bg.jpg) no-repeat scroll center top / cover;
    padding: 20px 0px 20px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    margin-top: 0px;
    letter-spacing: 5px;
}
.main_portfolio_loop{
    padding-top: 15px;
    padding-bottom: 55px;
}
.mainport_item{
    padding-bottom: 35px;
}
.mainport_item img{
	width: 333px;
	height: 240px;
}
	.main_portfolio_loop,
	.main_portfolio_loop *{
		-webkit-transition: all .5s ease-in-out;
		   -moz-transition: all .5s ease-in-out;
			-ms-transition: all .5s ease-in-out;
			 -o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
	}
	.main_portfolio_loop:hover .mainport_item img {
		box-shadow: none;
		opacity: .25 !important;
		-webkit-transform: scale(.8);
		   -moz-transform: scale(.8);
			-ms-transform: scale(.8);
			 -o-transform: scale(.8);
				transform: scale(.8);
	}
	.main_portfolio_loop .mainport_item img:hover {
		box-shadow: none;
		opacity: 1 !important;
		-webkit-transform: scale(1.2);
		   -moz-transform: scale(1.2);
			-ms-transform: scale(1.2);
			 -o-transform: scale(1.2);
				transform: scale(1.2);
	}
/*============================================================ 
            product page css start from here
=============================================================*/
/* left side css */
.product_page_title h1 {
    background: #3ce92f url(../img/abouts_bg.jpg) no-repeat scroll center top / cover;
    padding: 20px 0px 20px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    margin-top: 0px;
    letter-spacing: 5px;
}
.blog_categories {
    float: left;
	margin-top:25px;
    margin-bottom: 20px;
    background: #3B4451 none repeat scroll 0px 0px;
}
.blog_categories ul {
    margin: 0px;
    padding: 0px;
	list-style: outside none none;
}
.blog_categories ul li {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.blog_categories ul li a {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 10px 15px;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    text-transform: capitalize;
}
.blog_categories ul li a:hover {
    background: #243240 none repeat scroll 0px 0px;
}
.popular_posts {
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px #CCC;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.popular_posts .top_heading {
    font-size: 14px;
	color: #243240;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 16px 0px 8px;
	background: transparent url("../img/border_25.png") no-repeat scroll left bottom;
}
.popular_posts .single_post {
    float: left;
    width: 100%;
    border-bottom: 1px solid #CCC;
    padding: 20px 10px;
}
.popular_posts .single_post:hover {
    border-bottom: 2px solid green;
}
.popular_posts .single_thumb_img {
    width: 25%;
    float: left;
    margin-right: 10px;
}
.popular_posts .single_post .single_head_title {
    width: 70%;
    float: left;
    clear: none;
}
.single_post .entry-title a {
    text-decoration: none;
    color: #3B4451;
    font-size: 14px;
    font-family: proxima_nova_rgregular;
    font-weight: bold;
}
.entry-title{
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-size: 100%;
    vertical-align: baseline;
}
.single_post .entry-title a:hover {
    color: green!important;
}
.single_head_title span {
    width: 100%;
    float: left;
    font-family: proxima_novalight;
    font-size: 13px;
    color: #9FA4A9;
    padding-top: 8px;
}
/* right side css */
.p_page_title h1 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    background: #aadcf5;
    margin: 0px;
    text-align: center;
    font-weight: 900;
    padding: 25px 25px;
}
.blog_page_title p {
    margin: 0px 0px 1.71429rem;
	line-height: 1.81429;
	color: #7F858C;
	vertical-align: baseline;
	font-size: 16px;
}
.blog_single_posts_small{
	float: left;
	padding: 0px;
	margin: 0px 1% 0%;
	width: 100%;
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 0px 2px #CCC;
	margin-bottom: 10px;
}
.blog_single_posts_cont{
    float: left;
    padding: 10px;
    width: 100%;
}
.blog_single_posts_cont .blog_entry-title {
     margin-top: 0px;
    float: left;
    font-size: 16px;
    line-height: 22px;
    max-height: 45px;
    min-height: 45px;
    overflow: hidden;
    width: 100%;
}
.blog_entry-title a{
    color: #3B4451!important;
	font-size: 15px;
	font-weight: bold;
}
.blog_single_posts_cont .blog_entry-title a:hover {
    color: green !important;
    text-decoration: none;
}
.blog_single_posts_cont p {
    color: #7F858C;
    float: left;
    font-size: 17px;
    line-height: 24px;
    margin: 5px 0px 0px;
    max-height: 125px;
    min-height: 125px;
    overflow: hidden;
    width: 100%;
}
.blog_posts_readmore {
    float: left;
    width: 100%;
    margin: 5px 0px 0px;
}
.blog_posts_readmore a {
    color: green ;
    font-family: proxima_nova_rgregular;
    font-size: 17px;
    line-height: 24px;
    text-decoration: none;
    font-weight: bold;
    float: left;
}
.blog_posts_readmore .fa {
    margin: 0px 0px 0px 4px;
    color: #1C18D5;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.blog_posts_readmore a:hover .fa {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}
.blog_single_posts_thumb {
    float: left;
    max-height: 170px;
    min-height: 170px;
    overflow: hidden;
    width: 100%;
}
.blog_single_posts_thumb img {
    width: 100%;
    min-height: 170px;
    transition: all 1s ease 0s;
    vertical-align: middle;
    transform: scale(1.3);
}
.blog_single_posts_thumb img:hover {
    transition: all 1s ease 0s;
    opacity: 0.8;
    transform: scale(1.5);
}
.fb-page{
	padding-bottom:60px;
}
.fb_iframe_widget{
	width:100%!important;
} 
.fb_iframe_widget span {
	width:100%!important;
}
.fb_ltr{
	width:100%!important;
} 
/*============================================================ 
            Blog_single_post page css start from here
=============================================================*/
.spp_cat {
    background: transparent url("../img/ft_brdr.jpg") no-repeat scroll left bottom;
    color: #3B4451;
    font-size: 16px;
    padding-bottom: 7px;
    margin: 33px 0px 2.714rem;
    line-height: 1.71429;
    font-weight: 600;
}
.blog_content{
margin: 0px 0px 1.71429rem;
line-height: 1.814;
color: #7F858C;
font-size: 17px;
}
.blog_cnt_img{
	width:260px;
	height:170px;
	display: block;
	margin-right: 15px;
}
.spp_title{
	color: #3b4451;
	margin-top: -7px;
}
/*============================================================ 
            Contact page css start from here
=============================================================*/
.contact_title h2 {
    background: #3ce92f url(../img/abouts_bg.jpg) no-repeat scroll center top / cover;
    padding: 20px 0px 20px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    margin-top: 0px;
    letter-spacing: 5px;
}
.contact_title h5 {
    color: #3B4451;
    font-size: 17px;
    margin: 0px;
    text-align: center;
    line-height: 40PX;
    font-weight: bold;
    padding-bottom: 10px;
}
.contact_form_title{
	float: left;
	width: 100%;
	margin-top:55px;
	padding-bottom:10px;
	color: #243240;
	font-size: 16px;
	line-height: normal;
	font-weight:bold;
}
.contact_custom_input{
	height: 43px!important;
}

.input_c_verify p{
	padding-top: 16px;
	color: #7F858C;
}
.input_c_verify p span{
	color: #4A4A4A
}
.contact_address h4{
	padding: 0px 0px 15px;
	color: #243240;
	margin: 0px 0px 3px;
	font-size: 16px;
	background: transparent url("../img/cn_border.png") no-repeat scroll left bottom;
	font-weight: bold;
}
.contact_address p{
	padding-top: 25px;
	margin-bottom: 2px;
	color: #4A4A4A;
	font-size: 14px;
}
/*============================================================== 
         Service Dropdoen pages css start from here
================================================================*/
.sidebar_menu {
    clear: both;
    margin: 30px 0px 30px;
    overflow: hidden;
}
.sidebar_menu ul{
	list-style: outside none none;
	margin: 0px;
	padding: 0px;
}
.sidebar_menu ul li {
    color: #7F858C;
    font-family: proxima_novalight;
    font-size: 17px;
    line-height: 24px;
}
.sidebar_menu ul li a {
    border-bottom: 1px solid #E9E9E9;
    color: #3B4451;
    float: left;
    font-family: proxima_nova_rgregular;
    font-size: 16px;
    line-height: normal;
    padding: 12px 0px;
    width: 100%;
}
.sidebar_menu ul li:hover a {
    color: #1C18D5;
    text-indent: 10px;
    text-decoration: none;
}
.sidebar_info_field{
	background: rgb(231, 231, 231) none repeat scroll 0% 0%;
	padding-top: 10px;
	border-radius: 4px 4px 8px 8px;
	margin-bottom: 25px;
}
.sidebar_info_field h6{
	float: left;
	width: 100%;
	color: #243240;
	font-size: 14px;
	line-height: normal;
	font-family: proxima_nova_rgbold;
}
.sidebar_info_field .custom_input_style input[type="checkbox"]:empty ~ label {
    margin-top: 1em;

}
.btn_sb_submit {
    background: green none repeat scroll 0px 0px;
	border: 0px none;
	color: #FFF !important;
	font-size: 12px !important;
	font-weight: bold;
	transition: all 0.25s ease-out 0s;
	width: 100%;
	padding: 10px;
	margin-top: 20px;
	border-radius: 0px 0px 4px 4px!important;
}
.btn_sb_submit:hover{
    background: #3B4451 none repeat scroll 0px 0px;
    transition: all 0.25s ease-out 0s;
}


.service_details p{
	color: #7F858C;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 20px;
	padding-bottom:50px;
}
.col-sm-6.service_post_single {
    padding-bottom: 35px;
}
.service_post_img {
    float: left;
    width: 18%;
}
.service_post_img img {
    border-radius: 35px;
}
.service_post_text {
    float: right;
    width: 78%;
}
.service_post_text .service_post_title {
    float: left;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    width: 100%;
}
.service_post_text .service_post_title > a:hover {
    color: #1C18D5;
}
.service_post_text .service_post_title > a {
    text-decoration: none;
    color: #3B4451;
    font-family: proxima_nova_rgregular;
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
    line-height: 21px;
}
.service_post_text .service_post_content {
    float: left;
    max-height: 85px;
    min-height: 85px;
    overflow: hidden;
    width: 100%;
    color: #7F858C;
    font-size: 14px;
    font-family: proxima_nova_rgregular;
    line-height: 21px;
    padding: 0px;
}
.service_post_text .service_post_content > p {
    color: #7F858C;
    font-size: 17px;
    font-family: proxima_nova_rgregular;
    line-height: 21px;
    padding: 0px;
}
.service_post_text .service_rmb {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
}
.service_post_text .service_rmb a {
    color: #1C18D5;
    text-decoration: none;
    font-size: 14px;
    font-family: proxima_nova_rgregular;
    text-transform: uppercase;
}
.service_rmb .fa {
    margin: 0px 0px 0px 4px;
    color: #1C18D5;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.service_rmb a:hover .fa {
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}
/*============================================================== 
         Protfolio Deatiles pages css start from here
================================================================*/
.Protfolio_page_title h1 {
    color: green;
    font-size: 40px;
    text-transform: uppercase;
	margin-bottom: 0px;
}
.Protfolio_page_title p{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.Protfolio_page_title img{
	padding-bottom: 10px;
}
.protfolio_content{
	background: url("../img/border_imgs.png") no-repeat scroll left bottom transparent;
	padding: 0 0 40px;
	margin: 0 0 25px;
}
.protfolio_content h1{
	font-size: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.protfolio_content p{
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 35px;
}
.protfolio_content strong{
	color:blue;
	display:inline-block;
	font-size: 16px;
}
.btn_cp {
    background: green none repeat scroll 0px 0px;
    border: 0px none;
    color: #FFF !important;
    font-size: 12px !important;
    font-weight: bold;
    transition: all 0.25s ease-out 0s;
    padding: 10px;
    margin-top: 20px;
    border-radius: 0px 0px 0px 0px !important;
}
.btn_cp:hover {
    background: #3B4451 none repeat scroll 0px 0px;
    transition: all 0.25s ease-out 0s;
}
/*================================================================ 
           meadia quire / Responsive css start from here
==================================================================*/
/***********Small device************/
@media (max-width: 767px){
	/* media for  header  page*/
    .cl-effect-2 a {
	line-height: 50px;}
	.padding_top_s {
	  padding-top: 59px!important;
}
	.main_navbar{
        min-height: 81px!important;
    }
	.navbar-default .navbar-brand {
	margin-top: 10px;
}
	ul.nav li.dropdown:hover > ul.dropdown-menu{
		left: 3%!important;
	}
    .navbar-header > a {
    padding-top: 0px;
    padding-bottom: 0px;
}
    .navbar-toggle {
	margin-top: 20px;
	padding: 12px 10px !important;
	border: 2px solid red !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: green!important;
}
    .dropdown-menu:after{
        display: none;
    }
	/* media for index page*/
    .description > h1 {
		margin: 0px 0px 0px;
		font-size: 19px;
		line-height: 32px;
	}
	.welcome_b {
		background-size: 90% 3px;
		margin: 15px 0px 0.714rem;
	}
	.w_img {
	  padding: 10px 0px 0px 0px;
	  float: left !important;
	}
	.tbd_block {
	width: 320px;
}
    .clint_areya{
        display: none;
    }
	#myhome_testimonials .carousel-inner{
		height:240px;
	}
	.multiselect.dropdown-toggle.btn.btn-default:after{
		left:63%;
	}
	.form-group .btn-group{
		width: 100%!important;
	}
	.multiselect.dropdown-toggle.btn.btn-default{
		width: 100%!important;
	}
	.footer_top h3 {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
}
.padding_top {
  padding-top: 30px;
}
	/* media for about page */
	.team_img img {
	height: 280px;
}
	.we_are_blubird h1 {
    font-size: 42px;
}
.testimonials_content p {
    height: 490px;
}
/* Media for Protfolio page */
.portfolio_title{
	text-align:center;
}
.port_filter{
	text-align:center;	
}
.port_filter select, textarea {
    float: none;
}

}

 @media only screen and (min-device-width : 768px) {
	/* media for  header  page*/
	.dropdown-toggle .caret{
		display: none;
		 }
		 .multiselect.dropdown-toggle.btn.btn-default:after {
		  position: absolute;
		  top: 17px;
		  left:78%;
		  display: inline-block;
		  border-right: 6px solid transparent;
		  border-top: 6px solid green;
		  border-left: 6px solid transparent;
		  content: '';
		}
}
/*************Tablet device***************/
 @media only screen and (min-device-width : 768px) and (max-device-width : 830px){
	  /* media for  header  page*/
	.dropdown-toggle .caret{
		display: none;
		 }
	ul.nav li.dropdown:hover > ul.dropdown-menu{
			left: -80%!important;
		}
	.nav > li > a {
		padding: 30px 6px;
	} 
	 .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		width: 185px;
		margin-top: 11px;
}
	.cl-effect-2 a span {
    padding: 0px 5px!important;}
    .map{
		 padding-right: 0px !important;
		 padding-left:70px!important;
	 }
	 .navbar-brand {
    padding-left: 4px;
}
 }
 @media only screen and (min-device-width : 831px) and (max-device-width : 1024px) {
	 /* media for  header  page*/
	.dropdown-toggle .caret{
		display: none;
		 }
	ul.nav li.dropdown:hover > ul.dropdown-menu{
			left: -88%!important;
		}
		 .nav > li > a {
		padding: 30px 6px;
	} 
	.cl-effect-2 a span {
    padding: 0px 9px!important;}
    .map{
		 padding-right: 0px !important;
		 padding-left:70px!important;
	 }
	 .navbar-brand {
    padding-left: 85px;
}
/* media for  about  page*/	
.testimonials_content p {
    height: 290px;
}
}
	

/*****************For big Device****************/
@media only screen and (min-device-width : 980px) and (max-device-width : 1124px){
	 /* media for  header  page*/
	
 .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 0% !important;
		width: 215px;
		margin-top: 6px;
}
  .nav > li > a {
    padding: 29px 5px;
}
 .navbar-brand {
    padding-left: 0px;
}
.blending_ict {
    margin: 16px 14px 0px 7px!important;
    padding-left: 16px!important;
}
	 /* media for  index  page*/
    .blending_ict{
         display: block !important;
     }
.footer_top a {
    padding: 14px 30px;

}
}
@media only screen and (min-device-width : 1025px){
	 /* media for  header  page*/
    .blending_ict{
         display: block !important;
     }
	 .map{
		 padding-right: 0px !important;
		 padding-left:70px!important;
	 }
	.fpadding_left{
	padding-left:42px;
}
}
@media only screen and (min-device-width : 1281px){
	 /* media for  header  page*/
 .blending_ict{
	margin: 17px 110px 0px 0px;
	padding-left: 31px;
}
.navbar-brand {
	padding-left: 45px;
	padding-right: 30px;
}

}
