/*--
Author: W3layouts
Author URL: https://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: https://creativecommons.org/licenses/by/3.0/
--*/

:root {
	--accent-color: #007CC2;
}

h4, h5, h6,
h1, h2, h3 {margin-top: 0;}

ul, ol {margin: 0;}

p {margin: 0;}

html, 
body{
   height:100%;
   font-family: "Source Sans 3", sans-serif;
   font-size: 100%;
   background:#fff; 
}

body{
  display: flex;
  flex-direction: column;
}

.service{
	flex-grow:1;
}

.grid{
    display: grid;   
    grid-template-columns: repeat(3, 1fr);
    grid-gap:20px;
}

.post h1{
  	font-size: 32px;
    line-height: 1.4;
  	margin: 10px 0;
}

.post h3{
	font-size: 26px;
    line-height: 1.4;
}

.post h2{
	font-size: 28px;
    line-height: 1.4;
}

.post p{
  	line-height: 1.4;
	margin: 10px 0;
}

.post img{
	max-width:100%;
}

.sidebar-box {
	margin-bottom: 30px;
}

.categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.categories li {
  padding: 10px 0; 
}

.categories li a {
  	color: #1B242F;
	display: flex;
  	align-items: center;
}

.categories li a span {
	margin-left: auto;
}

@media (max-width: 767px){
  .grid{
  	grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 460px){
  .grid{
      grid-template-columns: 1fr;
  }
}

.service-top h1{
  margin:0 0 40px 0;
}

.item h2 {
  	margin: 0 0 10px 0;
}

@media screen and (min-width: 460px) {
	.item h2{
        min-height: 50px;
    }
}

.item h2 a {
  	text-decoration: none;
	font-size: 22px;
  	color: #1B242F;
  	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  	transition: all .3s ease;
}

.item h2 a:hover {
	color: #E74C3C;
}

.top-content {
	padding: 20px 0;
}

/*-------------------------- top content --------------------- */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
	font-size: 36px;
    line-height: 1.4;
  	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 30px;
    }
}

.top-content h2 {
	font-size: 30px;
    line-height: 1.4;
  	margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	.top-content h2 {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
	line-height: 1.4;
}

/*------------------------- top content end ----------------- */

.item-image-wrap {
	overflow: hidden;
}

.item-image-wrap img{
	width: 100%;
    height: 100%;
  	object-fit: cover;
  	transform: scale(1);
    transition: all .5s ease;
}

.item-image-wrap:hover img {
	transform: scale(1.1);
}

p.post-item-text{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.header {
	background: url(../images/header-back.JPG);
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	flex-wrap: wrap;
  	position: relative;
	padding: 10px 15px;
}

.logo {
  	max-width: 100%;
	padding: 10px 0;
}

@media screen and (max-width: 640px) {
	.logo {
        padding: 10px 35px 10px 0;
    }
}

.logo a {
  	display: block;
  	width: 300px;
  	max-width: 100%;
  	font-weight: 700;
  	font-size: 26px;
	color:#fff;
  	line-height: 1.2;
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	margin: 0;
}

.logo a img {
	width: 300px;
  	max-width: 100%;
}

.navg ul {
	list-style: none;
}

@media screen and (max-width: 1200px){
	.navg ul {
        padding-left: 0;
    }
}

.navg ul li {
	display: inline-block;
	margin: 0px 5px 0px 0px;
}

.navg ul li a {
  	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	color: #999;
	padding: 20px 15px;
	text-decoration:none;
}

.solu.active {
	padding: 4em .9em;
}
a.ser.active {
	padding: 4em 1.12em;
}
a.proj.active {
	padding: 4em 1.1em;
}
a.cont.active {
	padding: 4em 1.2em;
}
.navg ul li a:hover{
	color:#fff;
}
.navg ul li a.active{
	text-decoration:none;
	color:#fff;
	background: url(../images/nav-back.png)no-repeat 0px 2px;
	background-size:initial;
	transition: 0.5s all;
}

span.menu {
  	width: 30px;
	display: none;
}

span.menu span {
	display: block;
  	width: 100%;
  	height: 3px;
  	background-color: #fff;
  	margin-bottom: 6px;
}

/*--header end here--*/

/*----------------- Breadcrumbs ---------------*/

.breadcrumbs-wrap {
    padding: 10px 15px;
}

.breadcrumbs {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 0;
}

.breadcrumbs li {
  	position: relative;
    padding: 0;
  	margin-right: 25px;
}

.breadcrumbs li:first-child {
	padding-left: 0;
}

.breadcrumbs li:not(:last-child)::after {
	content: "/";
  	position: absolute;
  	top: 0;
  	right: -15px;
}

.breadcrumbs li a {
	color: #E74C3C;
}

/*----------------- Breadcrumbs end -----------*/

/*--banner start here--*/

.banner {
	padding: 2em 0px 0px 0px;
	background:url(../images/banner.jpg)no-repeat;
	background-size:cover;
	background-size: cover;
}

.banner-left {
	padding-top: 7em;
}
.banner-left a {
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
	background: #008FD5;
	padding: 10px 10px;
}
.banner-left a:hover{
	background:#273138;
	text-decoration:none;
	color:#fff;
	transition: 0.5s all;
	 -webkit-transition: 0.5s all;
	 -moz-transition:  0.5s all;
	 -o-transition:  0.5s all;
}
.lobo {
	margin: 10px 0px 0px 0px;
	background: #273138;
	width: 70%;
	padding: 13px 20px;
}
.lobo h3 {
	font-size: 1.6em;
	font-weight: 600;
	color: #fff;
}
.lobo p {
	font-size: 1em;
	font-weight: 600;
	color: #fff;
}
/*--banner end here--*/
/*--info-grid start here--*/
.info-grid {
	background: url(../images/info-bg.jpg);
	padding: 3em 0px 5em 0px;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cove;
}
.info-top {
	background: url(../images/d-top.jpg);
	padding: 1em 1em;
}
.info-top h3 {
	font-size: 1.1em;
	font-weight: 700;
	color: #000;
	margin: 0px;
	text-align:center;
}
.info-bott {
	background: url(../images/d-middle.jpg)0px 0px;
	padding: 1em 1em;
	min-height: 320px;
	text-align: center;
}
.info-bott p {
	font-size: 0.885em;
	font-weight: 500;
	color: #999;
	padding: 1.5em 0px;
	line-height: 1.5em;
	text-align: left;
}
.info-bott h5 {
	font-size: 0.9em;
	font-weight: 500;
	color: #008FD5;
	text-align: left;
	font-style: italic;
	text-decoration: underline;
}
.infogrid-bwn {
	background: #1F262C;
	padding: 0.6em 1em;
	min-height: 50px;
	text-align: center;
}
span.gd-clr {
	font-size: 1em;
	font-weight: 700;
	color: #008FD5;
}
.infogrid-bwn a {
	font-size: 0.9em;
	font-weight: 300;
	color: #fff;
	background: #008FD5;
	padding: 10px 10px;
}
.infogrid-bwn a:hover{
	text-decoration:none;
	background: #999;
	transition: 0.5s all;
 -webkit-transition: 0.5s all;
 -moz-transition:  0.5s all;
 -o-transition:  0.5s all;
}
.gd-tl-tip:after {
	border-left: 155px solid rgba(0, 0, 0, 0);
	border-top: 30px solid #1F262C;
	border-right: 155px solid rgba(0, 0, 0, 0);
	top: 421px;
	left: 4.5%;
}
.infogrid-bwn{
	position: relative;
}
.gd-tl-tip:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: -20px;
	border-left: 175px solid rgba(0, 0, 0, 0);
	border-top: 30px solid #1F262C;
	border-right: 175px solid rgba(0, 0, 0, 0);
	top: 433px;
	left: 15px;
}	
/*--info-grid end here--*/

/*--movegrid start here--*/
.flex-slider{
	min-height: 300px;
	padding: 3em 0em;
	background: url(../images/slid-bg.jpg);
}
.grid{
	text-align:left;
}
.grid h3{
	font-size:1.1em;
	font-weight:600;
	color:#000;
}
.mov-bwn{
	padding:1em 0px
}
.mov-bwn a{
	font-size:1em;
	font-weight:500;
	color:#fff;
	background:#30BEDA;
	padding: 5px 10px;
}
.mov-bwn a:hover{
	text-decoration:none;
	background:#999;
}

.grid p{
	font-size:0.875em;
	font-weight:400;
	color:#7E7E7E;
	line-height:1.8em;
}

.meta-element {
	display: flex;
  	justify-content: space-between;	
  	align-items: center;
    flex-wrap: wrap;
  	border-bottom: 1px solid rgba(0, 0, 0, .07);
  	padding: 10px 0;
  	margin-bottom: 10px;
}

.meta-element .meta-author {
	color: #E74C3C;
  	margin-right: 5px;
}

.meta-element .meta-date {
	margin-right: 10px;
}

.meta-element .meta-date,
.meta-element .meta-comments {
  	display: flex;
  	align-items: center;
	font-weight: 500;
  	font-size: 14px;
  	color: #878787;
}

.meta-element .meta-comments svg {
	width: 16px;
  	height: 16px;
  	fill: #E74C3C;
  	margin-right: 5px;
}

#flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	background: url(../images/sli-sml-bg.jpg);
	padding: 2em 0px;
	margin: 0em 3em;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 1px 111px;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
	max-height:500px;
}
.grid-flex{
	margin:10px 0 20px 0;
	font-family: 'Roboto', sans-serif;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
}
.biseller-info {
	margin: 2em 0 0;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 21px;
	height: 120px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:-0em;
}
.nbs-flexisel-nav-left {
	left: -32px;
	top:-105px;
	background: url(../images/sli-lef.png) no-repeat 0px 69px;
}
.nbs-flexisel-nav-right {
	right: -32px;
	background: url(../images/sli-rit.png) no-repeat 0px 69px;
}

/*------------------------ blog-articles -----------------------*/

.blog-articles {
	border-top: 1px solid #ddd;
  	padding-top: 30px;
  	margin-top: 30px;
    margin-bottom: 30px;
}

.blog-articles h2 {
  	font-weight: 500;
	font-size: 28px;
  	color: #333;
  	margin-bottom: 10px;
}

.blog-articles h3 {
  	font-weight: 500;
	font-size: 24px;
  	color: #333;
  	margin-bottom: 10px;
}

.blog-articles p {
	margin: 0 0 10px 0;
}

/*------------------------ blog-articles -----------------------*/

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: var(--accent-color);
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 10px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

/*---------------------- post-tags ----------------------*/

.post-tags-wrap {
	display: flex;
  	flex-wrap: wrap;
  	column-gap: 5px;
    padding: 10px 0;
  	margin-bottom: 30px;
}

.post-tags-wrap .post-tags-title {
	display: block;
  	font-weight: 700;
  	font-size: 18px;
  	line-height: 1.6;
}

.post-tags-wrap .post-tags-item {
  	display: inline-block;
	text-decoration: none;
  	font-size: 14px;
  	color: #fff;
  	border: 1px solid var(--accent-color);
  	background-color: var(--accent-color);
  	padding: 3px 10px;
  	margin-bottom: 5px;
  	transition: all .3s ease;
}

.post-tags-wrap .post-tags-item:hover {
	color: #2b2e3f;
  	border: 1px solid var(--accent-color);
  	background-color: #fff;
}

/*-------------------- post-tags end --------------------*/

/*--movegrid end here--*/

.pagination1 {
  list-style: none;
  display:flex;  
  justify-content:center;
  padding: 0;
  margin: 40px 0;
}

.pagination1 li {
  display:flex;
  justify-content:center;
  align-items:center;
  border:1px solid #192437;
  margin-right:10px;
  min-width:40px;
  height:40px;
  padding: 0 10px;
  transition: all .3s ease;
}

.pagination1 li:hover,
.pagination1 li.active {
  background: var(--accent-color);
  border:none;
}

.pagination1 li a{
  text-decoration:none;
  text-align:center;
  width:100%;
  color:#333;
}

.pagination1 li:hover a,
.pagination1 li.active a{
  color:#fff;
}

/*--footer start here--*/

.footer {
	background: url(../images/ft-bg.jpg);
	padding: 3em 0em;
	background-size: cover;
}

.footer-grid h3 {
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	margin: 0px 0px 1.3em 0px;
}

.footer-grid ul.ftr-list {
	padding: 0px;
	list-style: none;
}

.footer-grid ul.ftr-list li {
	margin: 0px 0px 8px 0px;
	border-bottom: 1px solid #16191B;
	padding: 0px 0px 8px 0px;
}

.footer-grid ul.ftr-list li a {
	font-size: 0.94em;
	font-weight: 400;
	color: #828D94;
	background: url(../images/list.png)no-repeat 0px 7px;
	padding: 1px 0px 0px 15px;
}

.footer-grid ul.ftr-list li a:hover{
	text-decoration:none;
	color:#fff;
	transition: 0.5s all;
}

.footer-grid p {
	font-size: 0.875em;
	font-weight: 400;
	color: #999;
	line-height: 1.7em;
	padding: 0.5em 0em 1em 0em; 
}

.ftr-bwn a {
	font-size: 1em;
	font-weight: 400;
	color: #273138;
	background:url(../images/ft-bwn.jpg);
	padding: 10px 10px;
}

.ftr-bwn a:hover{
	text-decoration:none;
	color:#fff;
	background:#008FD5;
	transition: 0.5s all;
}

.footer-grid h5 {
	font-size: 0.9em;
	font-weight: 600;
	color: #FFF;
	border-top:1px solid #16191B;
	padding: 12px 0px 0px 0px;
}

.footer-grid h5 a {
	font-size: 0.95em;
	font-weight: 400;
	color: #fff;
}

.footer-grid h5 a:hover{
	text-decoration:none;
	color: #999;
	transition: 0.5s all;
}

.footer-grid h6 {
	font-size: 1.7em;
	font-weight: 500;
	color: #999;
}

/*--------------------------- Similar posts -------------------------*/

.similar-posts-wrap {
  	border-top: 1px solid #ddd;
	padding: 20px 0 0 0;
  	margin-top: 30px;
}

.similar-title {
	display: block;
  	font-weight: 700;
  	font-size: 24px;
    color: #2b2e3f;
  	margin-bottom: 20px;
}

.similar-image img {
	width: 100%;
  	height: auto;
  	object-fit: cover;
}

.similar-info {
  	padding: 10px 0 0 0;
	margin-bottom: 30px;
}

.similar-info h2 a {
	color: #1B242F;
    font-size: 20px;
  	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.similar-info h2 a:hover {
	text-decoration: none;
  	color: #E74C3C;
}

/*------------------------ Similar posts end -----------------------*/

/*---------------------------- Coments block ------------------------- */

.comments-block-wrap {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin-top: 30px;
}
  
.comments-title {
    font-size: 24px;
    font-weight: 700;
    color: #2b2e3f;
    line-height: 1.2;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 30px;
}
   
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.comment-list__item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
  
.comment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
  
.comment-info__author {
    display: flex;
    align-items: center;
}
  
@media screen and (max-width: 1200px) {
    .comment-info__author {
        margin-bottom: 15px;
    }
}
  
.comment-author-image {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
  
.comment-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.comment-author-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
  
.comment-date {
    font-weight: 500;
    color: #999999;
    font-size: 14px;
}
  
.comment-stat {
    display: block;
    color: #777;
}

.comment-content {
	color: #2b2e3f;
}
  
.comment-form-wrap {
    padding-top: 20px;
}
  
.comment-form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
  
.comment-form-input {
    width: 49%;
    font-size: 14px;
    color: #777777;
    border: 1px solid #ececec;
    border-radius: 0;
    padding: 13px 20px;
    margin-bottom: 15px;
}
  
@media screen and (max-width: 520px) {
    .comment-form-input {
        width: 100%;
    }
}

.comment-form-textarea {
	width: 100%;
    min-height: 190px;
    resize: none;
  	font-size: 14px;
    color: #777777;
    border: 1px solid #ececec;
  	padding: 13px 20px;
  	margin-bottom: 15px;
}
  
.comment-form-bottom {
    display: flex;
    align-items: center;
}
  
.button-submit {
    color: #fff;
    border: 1px solid var(--accent-color);
    background-color: var(--accent-color);
    letter-spacing: 0.48px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    margin: 0;
    padding: 13px 30px;
}

/*------------------------- Coments block  ------------------------ */

ul.img-sprit {
	padding: 0px;
	list-style: none;
	margin: 1em 0px 0px 0px;
}
ul.img-sprit li {
	display: inline-block;
}
ul.img-sprit li a {
	background: url(../images/ftr-icons.png)no-repeat;
	display: block;
	width: 58px;
	height: 27px;
}
ul.img-sprit li a.foot {
	background-position: 3px 0px;
	opacity: 0.4;
      filter: alpha(opacity=40);
}
ul.img-sprit li a.fa {
	background-position: -54px 0px;
	opacity: 0.4;
      filter: alpha(opacity=40);
}
ul.img-sprit li a.tw {
	background-position: -113px 0px;
	opacity: 0.4;
      filter: alpha(opacity=40);
}
ul.img-sprit li a.in {
	background-position: -170px 0px;
	opacity: 0.4;
      filter: alpha(opacity=40);
}
ul.img-sprit li a.t {
	background-position: -228px 0px;
	opacity: 0.4;
      filter: alpha(opacity=40);
}
ul.img-sprit li a.foot:hover {
	background-position: 3px 0px;
	opacity: 1.0;
      filter: alpha(opacity=100); 
      transition: all 0.3s ease; 
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
ul.img-sprit li a.fa:hover{
	background-position: -54px 0px;
	opacity: 1.0;
      filter: alpha(opacity=100); 
      transition: all 0.3s ease; 
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
ul.img-sprit li a.tw:hover{
	background-position: -113px 0px;
	opacity: 1.0;
      filter: alpha(opacity=100); 
      transition: all 0.3s ease; 
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
ul.img-sprit li a.in:hover{
	background-position: -170px 0px;
	opacity: 1.0;
      filter: alpha(opacity=100); 
      transition: all 0.3s ease; 
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
ul.img-sprit li a.t:hover{
	background-position: -228px 0px;
	opacity: 1.0;
      filter: alpha(opacity=100); 
      transition: all 0.3s ease; 
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
.ftr-bwn {
	margin: 1.2em 0px 0px 0px;
}
.info-bott img {
	width: 100%;
}
/*--footer end here--*/
/*--copyright start here--*/

.copyright {
	background: url(../images/copyrt-bg.jpg);
	padding: 2em 0px;
	text-align:center;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cove;
}

.footer-links h3{
    font-size: 20px;
    color: #fff;
}

.footer-links ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.footer-links ul li{
    padding: 5px 0;
}

.footer-links ul li a{
    color: #fff;
}

.copyright-main p {
	font-size: 1em;
	font-weight: 600;
	color: #fff;
}

.copyright-main p a {
	font-size: 1em;
	font-weight: 600;
	color: #2E383F;
}
.copyright-main p a:hover{
	text-decoration:none;
	color:#0B81BB;
	transition: 0.5s all;
 -webkit-transition: 0.5s all;
 -moz-transition:  0.5s all;
 -o-transition:  0.5s all;
}
/*--copyright end here--*/ 
/*--about start here--*/
.about {
	padding: 3em 0px;
	background: url(../images/banner.jpg);
}
.about-left img {
	width: 100%;
}
.about-left h3 {
	font-size: 2em;
	font-weight: 400;
	color: #999;
	margin: 0px 0px 15px 0px;
}
.about-left h4 {
	font-size: 1.3em;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 5px 0px;
}
.about-left p {
	font-size: 0.95em;
	font-weight: 500;
	color: #000;
	margin: 0px 0px 10px 0px;
}
.team-main h3 {
	font-size: 2em;
	font-weight: 500;
	color: #000;
	margin: 0px 0px 12px 0px;
}
.team {
	padding-bottom: 3em;
	background: url(../images/banner.jpg);
}
.about-left ul {
	list-style: none;
	padding:0px;
}
.about-left ul li {
	margin: 10px 0px;
}
.about-left ul li a {
	font-size: 0.95em;
	font-weight: 400;
	color: #000;
}
.about-left ul li a:hover{
	text-decoration:none;
	color:#999;
}
.team-grids img {
	width: 100%;
}
/*--about end here--*/
/*--services start here--*/
.service {
	padding: 3em 0px;
	background:url(../images/banner.jpg);
}
.service-top {
	text-align:center;
}
.service-top h3 {
	font-size: 2em;
	font-weight: 500;
	color: #999;
	margin: 0px 0px 10px 0px;
}
.service-top p {
	font-size: 0.95em;
	font-weight: 500;
	color: #000;
	line-height:1.8em;
}
.service-left {
	padding-top: 3em;
}
.service-right  img {
	width: 100%;
}
.service-right p {
	font-size: 0.95em;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
}

.ser-bwn a {
  	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	background: var(--accent-color);
	padding: 10px 1em;
}

.ser-bwn a:hover{
	text-decoration:none;
	color: #fff;
	background: #999;
	transition: 0.5s all;
}

.solution {
	padding: 3em 0px;
	background: url(../images/banner.jpg);
}
.solution-main {
	text-align: center;
	padding-top: 7em;
	min-height: 600px;
}
.service-right {
	margin: 0px 0em 3em 0px;
	float: left;
	width: 31%;
}
.ser-midd {
	margin: 0px 38px;
}
/*--service end here--*/
/*--solution page start here--*/
.solution-main h3 {
	font-size: 6em;
	font-weight: 500;
	color: #999;
	border: 5px solid #999;
	width: 16%;
	padding: 0.35em 0em;
	border-radius: 90%;
	margin: 0 auto;
}
.solution-main h4 {
	font-size: 2em;
	font-weight: 600;
	color: #008fd5;
	margin: 1em 0px 0px 0px;
}
.sol-bwn {
	padding-top: 3em;
}
.sol-bwn a {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	background: #000;
	padding: 13px 1.5em;
}
.sol-bwn a:hover{
	background:#008fd5;
	text-decoration:none;
	transition: 0.5s all;
}

/*-- solution page end here--*/

/*--project start here--*/

.project-img {
	float: left;
	width: 37%;
}
.project-text {
	float: right;
	width: 60%;
}
.projects {
	padding: 3em 0px;
	background: url(../images/banner.jpg);
}
.projects-top h3 {
	font-size: 2em;
	font-weight: 500;
	color: #999;
	margin: 0px 0px 10px 0px;
}
.projects-top p {
	font-size: 0.95em;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
}
.projects-top {
	text-align: center;
}
.projects-inform h3 {
	font-size: 1.7em;
	font-weight: 600;
	color: var(--accent-color);
	margin: 0px 0px 10px 0px;
}
.projects-inform {
	padding: 0px 0px 2em 0px;
}
.project-img img {
	width: 100%;
}
.project-text p {
	font-size: 0.95em;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
}
.project-text h4 {
	font-size: 1.5em;
	font-weight: 500;
	color: #000;
	margin: 0px 0px 10px 0px;
}
.projects-top {
	padding-bottom: 2em;
}
/*--project end here--*/
/*--single page start here--*/
.number {
	width: 50%;
	background: #008fd5;
	text-align: center;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}
.date h3 {
	font-size: 2.5em;
	font-weight: 500;
	color: #fff;
	margin:0px;
}
.month p {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
}
.details p {
	font-size: 0.95em;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
}
span.detail-col {
	color: #777;
}
.p-single {
	padding: 1em 0px 3em 0px;
}
.blog-contact h3 {
	font-size: 2em;
	font-weight: 500;
	color: #000;
	margin: 0px 0px 10px 0px;
}
.blog-contact input[type="text"] {
	font-size: 1em;
	font-weight: 400;
	color: #000;
	padding: 10px;
	width: 49%;
	border: 1px solid #ccc;
	outline: none;
	-webkit-appearance: none;
}
.blog-contact textarea {
	font-size: 1em;
	font-weight: 400;
	color: #000;
	padding: 10px;
	width: 98.3%;
	height: 12em;
	border: 1px solid #ccc;
	margin: 10px 0px;
	outline: none;
	resize: none;
	-webkit-appearance: none;
}
.blog-contact input[type="submit"] {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	background: #008fd5;
	padding: 0.7em 2em;
	border: none;
	outline: none;
	-webkit-appearance: none;
}
.blog-comment {
	margin: 2em 0px;
	border: 1px solid;
	padding: 1em;
	width: 98%;
}
.user-comment h4 {
	font-size: 1.5em;
	font-weight: 500;
	color: #777;
	margin: 0px 0px 10px 0px;
}
.user-comment p {
	font-size: 1em;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
}
a.comme {
	font-size: 0.9em;
	font-weight: 500;
	color: #008fd5;
}
a.comme:hover {
	text-decoration:none;
	color: #777;
	transition: 0.5s all;
 -webkit-transition: 0.5s all;
 -moz-transition:  0.5s all;
 -o-transition:  0.5s all;
}
.user-bwn {
	text-align: right;
}
.user-bwn a {
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	background: #008fd5;
	padding: 0.7em 1.5em;
}
.user-bwn a:hover{
	text-decoration:none;
	background:#777;
	transition: 0.5s all;
 -webkit-transition: 0.5s all;
 -moz-transition:  0.5s all;
 -o-transition:  0.5s all;
}
.user img {
	width: 100%;
}
/*--single page end here--*/
/*--contact start here--*/
.contact {
	padding: 3em 0px;
	background: url(../images/banner.jpg);
}
.contact-top {
	text-align: center;
	padding-bottom: 3em;
}
.contact-top h3 {
	font-size: 2em;
	font-weight: 500;
	color: #999;
	margin: 0px 0px 10px 0px;
}
.contact-top p {
	font-size: 0.95em;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
}
.contact-left h3 {
	font-size: 1.5em;
	font-weight: 500;
	color: #000;
}
.contact-right h3 {
	font-size: 1.5em;
	font-weight: 400;
	color: #000;
}
.contact-left h4 {
	font-size: 1.2em;
	font-weight: 400;
	color: #999;
	margin: 0px 0px 10px 0px;
}
.contact-left p {
	font-size: 0.95em;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
}
.contact-right input[type="text"] {
	font-size: 0.9em;
	font-weight: 400;
	color: #000;
	outline: none;
	padding: 8px;
	width: 45%;
	border: 1px solid #999;
}
.contact-right textarea {
	font-size: 0.9em;
	font-weight: 400;
	color: #000;
	border: 1px solid #999;
	resize: none;
	width: 90.8%;
	padding: 8px;
	height: 12em;
	outline:none;
	margin-top: 10px;
}
.contact-right input[type="submit"] {
	font-size: 0.9em;
	font-weight: 400;
	color: #fff;
	border:none;
	outline:none;
	padding: 8px 1.5em;
	background: #008FD5;
}
.contact-right input[type="submit"]:hover{
	background: #999;
	transition: 0.5s all;
 -webkit-transition: 0.5s all;
 -moz-transition:  0.5s all;
 -o-transition:  0.5s all;
}
.map iframe {
	width: 100%;
	height: 300px;
}
.map {
	padding-bottom: 2em;
	background: url(../images/banner.jpg);
}
/*--contact end here--*/
/*--media quries start here--*/
@media(max-width:1440px){

}
@media(max-width:1280px){
.gd-tl-tip:after {
	border-left: 175px solid rgba(0, 0, 0, 0);
	border-top: 30px solid #1F262C;
	border-right: 175px solid rgba(0, 0, 0, 0);
	top: 433px;
	left: 15px;
}
}
@media(max-width:1024px){
.gd-tl-tip:after {
	border-left: 140px solid rgba(0, 0, 0, 0);
	border-top: 30px solid #1F262C;
	border-right: 140px solid rgba(0, 0, 0, 0);
	left: 18px;
	top: 421px;
}
.navg ul li {
	margin: 0px 0px 0px 0px;
}
ul.img-sprit li a {
	width: 53px;
}
.about-left h4 {
	font-size: 1.1em;
}
.about-left p {
	font-size: 0.95em;
	overflow: hidden;
	height: 40px;
}
.ser-midd {
	margin: 0px 30px;
}
.service-right img {
	width: 100%;
}
.solution-main h3 {
	width: 19%;
}
.project-img {
	padding-right: 2em;
}
.project-img img {
	width: 100%;
}
.project-text p {
	font-size: 1em;
	overflow: hidden;
	height: 148px;
}
.projects-inform {
	padding: 1em 0px;
}
.nbs-flexisel-inner {
	margin: 0px 45px;
}
}

@media(max-width:768px){
    span.menu{
      display:block;
      cursor:pointer;
      text-align:right;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
    }
  
    ul.res{
      width: 100%;
      background: #fff;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 111;
      padding: 0px;
      display: none;
    }
  
    .navg{
      width:100%;
    }
  
    ul.res li a:hover,
    ul.res li a.active{
	   color:black;
    }
.navg ul.res li a{
	display:block;
	width:100%;
	padding:10px;
	color:#fff;
	background: var(--accent-color);
	font-size: 13px;
}
.navg ul.res li{
	display:block;
	text-align:center;
	margin:1px 0px;
}
.banner-left {
	float: left;
	width: 50%;
}
.banner-right {
	float: right;
	width: 50%;
}
.info-grids-cr {
	float: left;
	width: 33%;
}
.info-top h3 {
	font-size: 0.86em;
}
.info-bott p {
	font-size: 0.885em;
	overflow: hidden;
	height: 110px;
}
.info-bott h5 {
	font-size: 0.9em;
	overflow: hidden;
	height: 34px;
}
.info-bott {
	min-height: 250px;
}
.ser-midd {
	margin: 0px 23px;
}
.gd-tl-tip:after {
	border-left: 103px solid rgba(0, 0, 0, 0);
	border-top: 30px solid #1F262C;
	border-right: 105px solid rgba(0, 0, 0, 0);
	left: 15px;
	top: 368px;
}
.infogrid-bwn a {
	font-size: 0.8em;
}
.footer-grid {
	margin: 0px 0px 3em 0px;
	text-align:center;
}
.footer-grid h3 {
	font-size: 1em;
}
.footer-grid p {
	width: 80%;
	margin: 0 auto;
}
.ftr-bwn {
	margin: 1em 0px 0px 0px;
}
.footer {
	padding: 3em 0px 0px 0px;
}
.about-left {
	text-align: center;
	margin: 0px 0px 2em 0px;
}
.about-left img {
	width: 55%;
}
.about-left p {
	width: 80%;
	margin: 0 auto 1em;
}
.about {
	padding: 3em 0px 1em 0px;
}
.team-grids {
	float: left;
	width: 50%;
	margin: 0px 0px 15px 0px;
}
.team-grids img {
	width: 100%;
}
.service-top p {
	overflow: hidden;	
	height: 60px;
}
.service {
	padding: 3em 0px 1em 0px;
}
.service-right p {
	overflow: hidden;
	height: 60px;
}
.solution-main h3 {
	width: 25%;
}
.projects-top p {
	overflow: hidden;
	height: 60px;
}
.project-text p {
	height: 110px;
}
.contact-top p {
	font-size: 1em;
	overflow: hidden;
	height: 60px;
}
.contact-left p {
	font-size: 0.93em;
	overflow: hidden;
	height: 78px;
}
.contact-left {
	margin: 0px 0px 2em 0px;
}
.contact-top {
	padding-bottom: 2em;
}
.contact-right input[type="text"] {
	width: 49.7%;
}
.contact-right textarea {
	width: 100%;
}
.nbs-flexisel-container {
	margin: 0em 1.5em;
}
.p-single-left {
	float: left;
	width: 25%;
}
.single-inform {
	float: right;
	width: 75%;
}
.user {
	float: left;
	width: 20%;
}
.user-comment {
	float: right;
	width: 80%;
}
}
@media(max-width:640px){
.banner-right img {
	width: 100%;
}	
.logo img {
	width: 80%;
}
.banner-left {
	padding-top: 1em;
}
.info-top h3 {
	font-size: 0.65em;
}
.gd-tl-tip:after {
	border-left: 83px solid rgba(0, 0, 0, 0);
	border-top: 30px solid #1F262C;
	border-right: 83px solid rgba(0, 0, 0, 0);
	left: 15px;
	top: 344px;
}
.infogrid-bwn a {
	font-size: 0.7em;
}
.about-left h3 {
	font-size: 1.7em;
}
.service-right {
	width: 30%;
}
.ser-bwn a {
	font-size: 0.8em;
}
.service-left {
	padding-top: 2em;
}
.service {
	padding: 2em 0px 2em 0px;
}
.solution-main h3 {
	font-size: 5em;
}
.solution-main {
	min-height: 500px;
	padding-top: 5em;
}
.projects-inform h3 {
	font-size: 1.4em;
}
.project-text p {
	height: 82px;
}
.project-text h4 {
	font-size: 1.25em;
}
.service-top h3 {
	font-size: 1.7em;
}
.projects-top h3 {
	font-size: 1.7em;
}
.contact-top h3 {
	font-size: 1.7em;
}
.contact-left h3 {
	font-size: 1.4em;
}
.contact-right h3 {
	font-size: 1.4em;
}
.lobo h3 {
	font-size: 1em;
}
.lobo p {
	font-size: 0.8em;
}
.number {
	width: 65%;
}
.blog-contact h3 {
	font-size: 1.7em;
}
}
@media(max-width:480px){
.lobo {
	width: 100%;	
}
.banner-left a {
	font-size: 1.1em;
}
.lobo p {
	font-size: 0.7em;
}
.info-grids-cr {
	float: none;
	width: 100%;
	margin: 0px 0px 4em 0px;
}
.info-top {
	width: 100%;
}
.info-bott {
	width: 100%;
}
.infogrid-bwn {
	width: 100%;
}
.info-top h3 {
	font-size: 1em;
}
.info-bott p {
	height: 80px;
}
.infogrid-bwn a {
	font-size: 0.9em;
}
.gd-tl-tip:after {
	border-left: 200px solid rgba(0, 0, 0, 0);
	border-top: 32px solid #1F262C;
	border-right: 200px solid rgba(0, 0, 0, 0);
	left: 4%;
	top: 436px;
}
.info-grid {
	padding: 3em 0px 1em 0px;
}
.footer-grid {
	margin: 0px 0px 2em 0px;
}
.ftr-bwn a {
	font-size: 0.8em;
}
.ftr-bwn {
	margin: 0em 0px 0px 0px;
}
.footer-grid h6 {
	font-size: 1.5em;
}
.copyright {
	padding: 1em 0px;
}
.about-left h3 {
	font-size: 1.5em;
	margin: 0px 0px 10px 0px;
}
.about-left img {
	width: 100%;
}
.about-left {
	margin: 0px 0px 1em 0px;
}
.team-main h3 {
	font-size: 1.5em;
}
.about-left p {
	font-size: 0.9em;
}
.service-top h3 {
	font-size: 1.5em;
}
.service-top p {
	font-size: 0.9em;
	height: 55px;
}
.service-left {
	padding-top: 1em;
}
.service-right {
	width: 46%;
	margin: 0px 1em 2em 0px;
}
.service-right p {
	font-size:0.9em;
	height: 55px;
}
.footer-grid h3 {
	margin: 0px 0px 0.7em 0px;
}
.solution-main h3 {
	font-size: 4em;
	width:30%;
}
.solution-main {
	min-height: 400px;
	padding-top: 3em;
}
.projects-top h3 {
	font-size: 1.5em;
}
.projects-top p {
	font-size: 0.9em;
	overflow: hidden;
	height: 50px;
}
.project-img {
	float: none;
	width: 100%;
	padding-right: 0em;
	margin: 0px 0px 1.5em 0px;
}
.project-text {
	float: none;
	width: 100%;
}
.project-text p {
	font-size: 0.9em;
}
.project-text h4 {
	font-size: 1.2em;
}
.projects {
	padding: 2em 0px;
}
.contact-top h3 {
	font-size: 1.5em;
}
.contact-top p {
	font-size: 0.9em;
	overflow: hidden;
	height: 50px;
}
.contact-top {
	padding-bottom: 1em;
}
input[type="text"] {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
textarea {
	margin-top: 10px;
}
.map iframe {
	height: 200px;
}
.single-inform {
	float: none;
	width: 100%;
	margin: 20px 00px 0px 0px;
}
.p-single-left {
	float: none;
	width: 35%;
	margin: 0 auto;
}
.user-comment p {
	font-size: 1em;
	overflow: hidden;
	height: 79px;
}
.blog-contact h3 {
	font-size: 1.5em;
}
.blog-contact input[type="submit"] {
	font-size: 0.9em;
}
.user-bwn a {
	font-size: 0.9em;
}
.p-single {
	padding: 1em 0px 1em 0px;
}
.projects-top {
	padding-bottom: 0em;
}
}
@media(max-width:320px){
.footer-grid img {
	width: 100%;
}
.service {
	padding: 1em 0px 1em 0px;
}
.logo img {
	width: 60%;
}
  
.logo {
	text-align: left;
}

.info-bott h5 {
	margin: 10px 0px 0px 0px;
}

.head-nav-back {
	height: 70px;
}
.service-right {
	width: 100%;
}
.ser-bwn {
	padding: 0.4em 0px 0px 0px;
}
.service-top h3 {
	font-size: 1.3em;
}
.footer {
	padding: 1.5em 0px 0px 0px;
}
.footer-grid ul.ftr-list li a {
	font-size: 0.85em;
	padding: 1px 0px 0px 10px;
}
.footer-grid {
	margin: 0px 0px 1.5em 0px;
}
.footer-grid p {
	width: 100%;
	overflow: hidden;
	height: 59px;
}
ul.img-sprit li a {
	width: 44px;
}
.team-grids {
	float: none;
	width: 100%;
}
.solution-main h3 {
	font-size: 3em;
	width: 37%;
}
.solution-main h4 {
	font-size: 1.3em;
}
.sol-bwn {
	padding-top: 2em;
}
.solution-main {
	min-height: 250px;
	padding-top: 1em;
}
.projects-top h3 {
	font-size: 1.3em;
}
.projects {
	padding: 1em 0px;
}
.projects-inform h3 {
	font-size: 1em;
}
.project-img {
	margin: 0px 0px 0.5em 0px;
}
.projects-inform {
	padding: 1em 0px 0px 0px;
}
.contact {
	padding: 1em 0px;
}
.contact-top h3 {
	font-size: 1.3em;
}
.contact-left h3 {
	font-size: 1.1em;
}
.contact-left h4 {
	font-size: 1em;
}
.contact-left {
	margin: 0px 0px 1em 0px;
}
.contact-right h3 {
	font-size: 1.1em;
}
textarea {
	font-size: 0.8em;
	padding: 6px;
	margin-top: 0px;
	height: 7em;
}
input[type="text"] {
	font-size: 0.8em;
	padding: 6px;
}
input[type="submit"] {
	font-size: 0.8em;
}
.map iframe {
	height: 130px;
}
.map {
	padding-bottom: 1em;
}
.banner-left {
	float: none;
	width: 100%;
}
.banner-right {
	float: none;
	width: 100%;
	margin: 1em 0px 0px 0px;
}
.banner {
	padding: 1em 0px 0px 0px;
}
.gd-tl-tip:after {
	border-left: 121px solid rgba(0, 0, 0, 0);
	border-right: 121px solid rgba(0, 0, 0, 0);
	left: 6%;
	top: 358px;
}
.infogrid-bwn a {
	font-size: 0.7em;
}
.info-grids-cr {
	margin: 0px 0px 3.5em 0px;
}
.info-grid {
	padding: 2em 0px 0.5em 0px;
}
.about {
	padding: 1em 0px 1em 0px;
}
.about-left h3 {
	font-size: 1.3em;
}
.about-left h4 {
	font-size: 0.93em;
}
.about-left ul li {
	margin: 4px 0px;
}
.about-left ul li a {
	font-size: 0.81em;
}
.team-main h3 {
	font-size: 1.2em;
}
.team {
	padding-bottom: 1em;
}
.team-grids {
	margin: 0px 9px 15px 0px;
	padding: 0px;
}
.p-single-left {
	width: 60%;
}
.user-comment h4 {
	font-size: 1.2em;
}
.user-comment p {
	font-size: 0.9em;
	overflow: hidden;
	height: 53px;
}
.blog-contact input[type="text"] {
	font-size: 0.9em;
	padding: 8px;
	width: 100%;
}
.blog-contact textarea {
	font-size: 0.9em;
	padding: 8px;
	width: 100%;
	height: 8em;
	margin: 3px 0px;
}
.blog-contact input[type="submit"] {
	font-size: 0.8em;
}
.user-bwn a {
	font-size: 0.8em;
}
.blog-contact h3 {
	font-size: 1.2em;
}
.date h3 {
	font-size: 1.8em;
}
}
/*--media quries end here--*/