/*
Theme Name: Bamica
Theme URI: https://www.itmartsolution.com/
Author: Abhijit Chowdhury
Author URI: https://www.itmartsolution.com/
Description: In 2014, our Bamica theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: Bamica

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

@charset "utf-8";
/* CSS Document */

body 
{
	color:#1d1d1d; 
	background:#fff; 
	font-size:16px; 
	line-height:17px; 
	font-family: 'Nunito', sans-serif;
	padding:0; 
	margin:0;

}

div, ul, li, a, span, p, h1, h2, h3, h4, h5, h6
{
	padding:0; 
	margin:0; 
	list-style:none;
}
.spacer{clear:both;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
 
div, p, h1, h2, h3, h4, h5, h6, table, td, tr, th, a 

{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.all_image
{
	width:100%;
	height:auto;
}

.blog-details > .blog_text,.blog-details > .date_list{
margin-bottom:10px;
}
/***********Nav Hover Effect*****************/
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
} 

/**********Scroll Top Css*************/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #0f75bc;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #0f75bc;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

.mt-100 {
    margin-top: 100px; 
}
.mb-100 {
    margin-bottom: 100px;
}

.icon {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 8px;
    border: 2px solid;
    border-radius: 50%;
}

/**************Scroll Top Css End***************/

/********************fade banner****************/

.bs-slider{
    overflow: hidden;
    max-height: 500px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


/********************fade banner END****************/
.heading
{
	font-family: 'Raleway', sans-serif;
	font-size:35px;
	color:#0f75bc;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:25px;
}

.gap
{
	height:70px;
}

.top_head
{
	background:#3a3a3c;
	padding:10px 0;
}

.top_social ul li
{
	display:inline-block;
}

.top_social li
{
	border:1px solid #FFF;
	height:25px;
	width:25px;
	text-align:center;
	padding-top:4px;
	margin:0 5px;
}

.top_social .hvr-bounce-to-top:before
{
	background:#0f75bc !important;
}

.top_social a
{
	color:#FFF;
}
.info_con ul
{
	text-align:right;
}
.info_con ul li
{
	display:inline-block;
	padding:0 15px;
}
.info_con li
{
	border-right:1px solid #FFF;
	line-height:24px;
}

.info_con li:last-child
{
	border:none;
}

.info_con a
{
	color:#FFF;
}

.info_con span
{
	padding:0 5px;
}


/****** my nav***********/

.navbar
{
	border-radius:0;
	margin:0;
	border:none;
}

.navbar-inverse
{
	background:#FFF;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
{
	margin:0;
	padding:0;
	padding-top: 14px;
}

.navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
{
	color:#0f75bc;
	background-color:transparent;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #0f75bc;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a
{
	color:#1d1d1d;
	text-transform:uppercase;
	font-weight:700;
}


/*********************************/

.img_head
{
	padding-bottom:25px;
}

.full_text
{
	font-size:17px;
	line-height:28px;
}

.para_wel p
{
	line-height:28px;
	font-size:17px;
	padding-top:30px;
}

/**********counter*************/

.counter_bg
{
	background:url(images/counter.jpg) no-repeat fixed center;
	background-size:cover;
	padding:50px 0;
}



.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  text-align: center;
}


.projectFactsWrap .item p.number{
  font-size: 36px;
  padding:15px 0;
  font-weight: bold;
  color:#FFF;
}

.projectFactsWrap .item p{
  color: #FFF;
  font-size: 23px;
  margin: 0;
  padding: 10px;
  text-transform:capitalize;
}


.projectFactsWrap .item span{
  color:#FFF;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: #FFF;
}

.cun_icon
{
	height:115px;
	width:115px;
	margin:0 auto;
	border:2px solid #FFF;
	border-radius:50%;
	padding-top: 32px;
}

/***********product***************/

.slid_title span
{
	float:right;
}

.slid_pic
{
	height:200px;
	overflow:hidden;
}

.slid_title
{
	background:#dbdbdb;
	padding:15px;
	width: 100%;
}

.slid_title:hover h4
{
	color:#FFF;
}

.product .hvr-bounce-to-right:before
{
	background:#0f75bc !important;
}


.view_btn
{
	text-align:center;
	clear: both;
}

.view_btn a
{
	background:#0f75bc;
	padding:12px 18px;
	display:inline-block;
	color:#FFF;
	text-transform:uppercase;
	border-radius:4px;
	margin:34px 0 0 0 ;
}
.view_btn a:hover
{
	color:#FFF;
}

.view_btn span
{
	padding:0 15px;
}


.owl-nav
{
	position: absolute;
    top: -60px;
    right: 0;
}

.owl-prev
{
	position: absolute;
    left: -42px;
	background:#0f75bc;
	color:#0f75bc;
	width:42px;
	height:35px;
}

.owl-prev:hover
{
	background:#3a3a3c;
	color:#3a3a3c;
}

.owl-prev:before
{
	content: '\f104';
    font-family: FontAwesome;
    color: #FFF;
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
    top: 7px;
    bottom: 0;
    font-size: 20px;
}

.owl-next
{
	background:#0f75bc;
	width:42px;
	height:35px;
	color:#0f75bc;
}

.owl-next:hover
{
	background:#3a3a3c;
	color:#3a3a3c;
}

.owl-next:before
{
	content: '\f105';
    font-family: FontAwesome;
    color: #FFF;
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
    top: 7px;
    bottom: 0;
    font-size: 20px;
}

/*********clients*************/

.clients
{
	background:url(images/client_bg.jpg) no-repeat center fixed;
	background-size:cover;
	padding:60px 0;
}

.white_color
{
	color:#FFF !important;
}
.type_client
{
	position:relative;
	padding-top:30px;
	padding-bottom:50px;
}
.type_client h3
{
	color:#FFF;
	text-transform:uppercase;
	font-size:22px;
	position:relative;
}

.type_client h3:after
{
	content:'';
	position:absolute;
	background:url(images/coma.png) no-repeat;
	height:30px;
	width:30px;
	top: -25px;
    left: 20%;
}

.type_client p
{
	color:#b0afaf;
}

.bor_der
{
	height:1px;
	background:#0f75bc;
	margin:20px 0;
	width:90%;
}

.text_cli p
{
	width:80%;
	color:#FFF;
	line-height:28px;
	
}
.pic_right
{
	height:180px;
	width:180px;
	background:url(images/round.png) no-repeat;
	border-radius: 50%;
	text-align:center;
	position: absolute;
    top: 0px;
    right: 32px;
}
.pic_right img
{
	width:inherit !important;
}

.only_pic
{
	width:160px;
	height:160px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
	position: relative;
    top: 10px;
}

/*************articles**************/
.small_para
{
	padding-bottom:30px;
}
.small_para p
{
	color:#818181;
}

.small_head
{
	padding-top:20px;
	padding-left:25px;
	padding-bottom: 30px;
	border-bottom:5px solid #0f75bc;
	min-height: 305px;
}
.small_head h4
{
	color:#1d1d1d;
	font-size:18px;
	font-weight:600;
	line-height:24px;
	position:relative;
}

.small_head h4:before
{
	border-left:5px solid #0f75bc;
	height:50px;
	content:'';
	position:absolute;
	left: -25px;
}

.small_head p
{
	color:#818181;
	padding-top:20px;
	padding-bottom:15px;
	line-height:24px;
}

.btn_date ul li
{
	display:inline-block !important;
}

.btn_date ul li:last-child
{
	padding-top:18px;
	font-weight:600;
}


.read-more
{
	display:inline-block;
	border:2px solid #7e7e7e;
	padding:15px 25px;
	color:#0f75bc;
	text-transform:capitalize;
	
}

.articles .hvr-bounce-to-top:before
{
	background:#0f75bc !important;
}


/************footer*********/

footer
{
	background:#3a3a3c;
}

.foot_top
{
	background:#3a3a3c;
	padding-top:40px ;
	padding-bottom:60px;
}

.w-logo
{
	padding-top:30px;
}


.foot_socal
{
	padding-top:50px;
}
.foot_socal ul li
{
	display:inline-block;
	padding:0 10px;
	
}

.foot_socal i
{
	font-size:25px;
	color:#eeedeb;
}

.foot_head h4
{
	color:#FFF;
	text-transform:uppercase;
	font-size:20px;
	font-weight:600;
	padding-bottom:20px;
}

.listing span
{
	color:#FFF;
}
.listing li
{
	line-height:28px;
}
.listing li a
{
	font-size:14px;
	color:#979797;
}

.copy_r
{
	background:#242424;
	padding:15px 0;
	text-align:center;
}

.copy_r h6
{
	color:#979797;
	font-size:14px;
}


/************Inner Page*****************/

.ab_para
{
	width:71%;
	margin:0 auto;
	text-align:center;
}

.ab_para p
{
	color:#1d1d1d;
	line-height:28px;
}
.ab_para span
{
	text-transform:uppercase;
	font-weight:600;
}


.bamikasoft
{
	background:url(images/ab_bamika.jpg) no-repeat center fixed;
	background-size:cover;
	padding:60px 0;
	position:relative;
}

.ab_rtext h4
{
	color:#FFF;
	font-size:24px;
	text-transform:uppercase;
	padding-bottom:15px;
	font-weight:bold;
}

.ab_rtext p
{
	color:#FFF;
	line-height:28px;
	font-size:20px;
}

.flying
{
	position: absolute;
    top: -157px;
    left: 0;
    right: 0;
    text-align: center;
	
}
.ab_last_te
{
	padding-top:20px;
	padding-bottom:65px;
}
.ab_last_te p
{
	line-height:28px;
}

.top_marz
{
	padding-top:30px;
}

/***********Product******************/

.pro_para
{
	width:90%;
	margin:0 auto;
	margin-bottom:30px;
}

.pro_para p
{
	line-height:28px;
}

.product_head
{
	color:#0f75bc;
	font-size:28px;
	line-height:40px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Raleway', sans-serif;
}

.head_para
{
	width:80%;
}

.head_para p
{
	line-height:28px;
	padding:15px 0;
}

.pro_name
{
	background:#dbdbdb;
	padding:15px;
	display:block;
}

.pro_name h5
{
	color:#1D1D1D;
	font-size:17px;
	line-height:24px;
}

.total_pro .hvr-bounce-to-right:before
{
	background:#0f75bc !important;
	
}
.pro_name:hover h5
{
	color:#FFF;
	
}

.total_pro
{
	margin-bottom:30px;
	margin-top:10px;
}

.total_blog
{
	margin-top:50px;
}

.blog_text h3
{
	color:#1d1d1d;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
}

.date_list ul li
{
	display:inline-block;
	padding:0 10px;
}
.date_list
{
	padding:10px 0;
}
.date_list ul li:first-child
{
	padding:0;
}

.blog-para p
{
	color:#1d1d1d;
	line-height:28px;
	padding-top:10px;
}

.btn_date
{
	padding-top:20px;
}

.full_border
{
	border-bottom:1px solid #dadada;
	margin-top:50px;
	display:inline-block;
	width:100%;
}

.right_soc li
{
	 padding:0 5px;
}

.list_con li

{
	padding:10px 0;
}

.list_con span
{
	float:left;
	padding-right:15px;
}

.list_con a
{
	color:#1d1d1d;
	font-size:18px;
	display:inline-block;
	vertical-align:middle;
	line-height:28px;
}



.head_con h4
{
	color:#3a3a3c;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:40px;
}

.edit_form
{
	border-radius:0;
	height:50px;
	margin-bottom:20px;
}

.tot_sub
{
	text-align:center;
}

.submit
{
	background: #0f75bc;
    padding: 12px 18px;
    color: #FFF;
    text-transform: uppercase;
	border:none;
}

.col_ful
{
	color:#0f75bc;
	font-weight:bold;
}

.copy_r a
{
	color:#FFF
}
.copy_r a:hover
{
	color:#FFF
}

.pro-price p
{
	padding:5px 0;
}
.pro-price span
{
	padding:0 10px;
}
.cross-text
{
	text-decoration: line-through;
}

.text-after-foot-logo p
{
	color:#FFF;
	padding:10px 0 0 0;
	line-height:28px;
}

/***************getcot*************/
.get_cot
{
	background:url(images/get.jpg) no-repeat center fixed;
	background-size:cover;
	padding:50px 0;
}

.get-edit
{
	border-radius:0;
	border:1px solid #1d1d1d;
	background:none;
	margin-bottom:20px;
	color:#1d1d1d;
}

.sub_btn
{
	background:#0f75bc;
	text-transform:uppercase;
	padding:15px 30px;
	font-size:16px;
	border:none;
	color:#FFF;
}

.get-right
{
	border-radius:0;
	border:1px solid #fff;
	background:none;
	margin-bottom:20px;
	color:#fff;
}

.get_right p
{
	color:#FFF;
	line-height:28px;
	padding-bottom:20px;
}

.marz
{
	margin-left:30px;
}

.subcrib_btn
{
	background:#0f75bc;
	text-transform:uppercase;
	padding:15px 30px;
	font-size:16px;
	border:none;
	color:#FFF;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    clear: both;
    display: inline-block !important;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    clear: both;
}
.captc{
width: 100%;
    border: 1px solid #1d1d1d;
    background-color: transparent;
margin-bottom: 15px;
height: 30px;
}

.graphic_page
{
	margin-top: 50px;
	text-align:left;
}

.graphic_page li
{
	padding-bottom: 15px;
	width:49%;
	display: inline-block;
}





/***********Responsive**************/


@media only screen and (max-width: 1200px)
{
	
	
	.ab_para {
    width: 100%;
	}
	
	
}



@media only screen and (max-width: 1024px) 
{
	
	
	
	
}



@media only screen and (max-width: 992px) 
{
	
	.top_social, .info_con
	{
		text-align:center !important;
	}
	
	.info_con ul
	{
		text-align:center;
		padding:15px 0 0 0;
	}
	
	.info_con li {
    border-right: none;
    line-height: 24px;
}

.info_con ul li {
    padding: 0 5px;
}

.navbar-inverse .navbar-nav>li>a
{
	font-size:15px;
}
.read-more
{
	padding: 7px 8px;
}

.btn_date ul li:last-child {
    padding-top: 8px;
}



.text_cli p {
    width: 70%;
}

.listing
{
	margin-bottom:20px;
}

.flying
{
	display:none;
}

.ab_last_te
{
	padding:0;
	padding-bottom:30px;
}

.blog_text
{
	margin-top:30px;
}
	
}



@media only screen and (max-width: 768px) 
{
	
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
	{
		padding-top:0;
	}
	
	.navbar-nav>li>a 
	{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.nav>li>a 
	{
    	padding: 10px 0px;
	}
	
	.navbar-inverse .navbar-toggle
	{
		background:#1d1d1d;
	}
	
	.read-more
{
	padding: 15px 25px;
}

.btn_date ul li:last-child {
    padding-top: 18px;
}

.pic_right
{
	margin: 0 auto;
	position:relative;
	right:0;
}

.bor_der, .text_cli p
{
	width:100%;
}

.type_client h3:after {
    
    top: 0;
    left: 35%;
}
.foot_socal
{
	margin-bottom:20px;
}

.get_cot
{
	    background: rgba(0, 0, 0, 0.24);
}

.marz
{
	    margin-left: 0px;
 		margin-top: 20px;
}
	
	
}


@media only screen and (max-width: 600px) 
{
	
	.projectFactsWrap .item
	{
		width:50%;
		margin-bottom:25px;
	}
	
	.type_client h3:after 
	{
		top: 0;
		left: 50%;
	}
	
	.heading
	{
		font-size:30px;
	}
	
}




@media only screen and (max-width: 480px) 
{
	
	.type_client h3:after 
	{
		top: 0;
		left: 80%;
	}
	
	.heading
	{
		font-size:25px;
	}
	
}


@media only screen and (max-width: 320px) 
{
	
	
	
	
}





