.top_section{
	padding:10px 0;
	background-color:#fff;
	border-bottom:1px solid #00aff0;
}
.top_left {
    text-align: right;
    margin-bottom: 5px;
}
.top_left span {
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 4px 0;
    border: 1px solid #00aff0;
    margin-right: 10px;
    font-size: 12px;
    color: #00aff0;
    vertical-align: top;
}
.top_left span + span {
    margin-left: 30px;
}
.top_section span  i{
	color:#00aff0;
}
.top_left i.fa.fa-envelope-o{
    font-size: 11px;
}
.top_section span + span{
	margin-left:25px;
}
.social_links ul,
.top_navigation .top_links ul{
	margin-bottom:0;
}
.social_links ul li.fb a {
    background-position: 0px 0px;
}
.social_links ul li a {
    background-image: url('../images/social-links.png');
    background-repeat: no-repeat;
    height: 40px;
	width: 40px;
}
.social_links {
    text-align: right;
}
.social_links ul li{
	display:inline-block;
	vertical-align:top;
}
.social_links ul li.tw a {
    background-position: 41px 0px;
}
.social_links ul li.tw a {
    background-position: -43px 0px;
}
.social_links ul li.pi a {
    background-position: -84px 0px;
}
.social_links ul li.in a {
    background-position: -126px 0px;
}
.social_links ul li.gp a {
    background-position: -169px 0px;
}
.top_navigation{
	padding:15px 0;
	border-bottom:1px solid transparent;
	transition: all 0.2s linear;
}
.top_navigation.fixed_nav {
    position: fixed;
	background-color:#fff;
	z-index:9999;
	border-color:#a4cf39;
	width:100%;
	border-color:#00aff0;
}
/*.top_navigation.fixed_nav .top_left,
.top_navigation.fixed_nav .top_links.f-right {
	transition: all 0.2s linear;
}
.top_navigation.fixed_nav .top_links.f-right {
    padding-top: 15px;
}
.top_navigation.fixed_nav .top_left {
    display: none;
}*/
.top_navigation .top_links ul li {
    display: inline-block;
    vertical-align: top;
}
/*.top_navigation .top_links ul li a{
	border-bottom:2px solid transparent;
}
.top_navigation .top_links ul li a:hover{
	border-bottom:2px solid #213593;
}*/
.top_navigation .top_links ul li a{
	position:relative;
	padding: 5px;
}
.top_navigation .top_links ul li a:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom:0px;
    width: 0%;
    height: 2px;
    background-color: #00aff0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.top_navigation .top_links ul li:hover > a:after{
	width:100%;
}

.top_navigation .top_links ul li + li{
	margin-left:10px;
}
.top_navigation .top_links ul li:last-child > a {
    padding-right: 0;
}
/*---------------banner----------------------*/
.banner_sec .banner_img img{
	width:100%;
}
.banner_sec{
	position:relative;
}
.banner_sec .banner_content{
	position:absolute;
	top:calc(50% - 40px);
	width:50%;
	z-index:9;
	left:82px;
}
.banner_sec .banner_content h6{
	font-weight:500;
}
.banner_sec .banner_content h1,
.banner_sec .banner_content h6{
	color:#fff;
	text-shadow:2px 2px 2px #000;
}

.b_slider .owl-prev,
.b_slider .owl-next{
	width: 50px;
	height: 50px;
	cursor: pointer !important;
	background: url("../images/prevnext.png") no-repeat 0 1px;
	opacity: 0.5;
	top: calc(50% - 25px);
	margin-top: -25px !important;
	border-width: 1px;
	border-style: solid;
	position: absolute;
	border-radius: 50%;
	border-color: #fff;
	margin-left:30px;
}
.b_slider .owl-next{
	right:30px;
	background-position: 1px -47px !important;
}
.b_slider .owl-prev:hover,
.b_slider .owl-next:hover{
	opacity:1;
	background-color:rgba(255,255,255,0.5);
}
/*----------------about------------------------*/
.about_sec{
	padding:20px 0 70px 0;  
}
.head_sec h3{
	position:relative;
	padding-top:20px;
}
.head_sec h6{
	font-weight:300;
	font-size:16px;
}
.head_sec h3::before {
    content: '';
    display: inline-block;
    width: 57px;
    height: 15px;
    border-color: #00aff0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.head_sec h6::after {
    content: '';
    display: block;
    border-bottom: 5px solid #00aff0;
    width: 57px;
    margin-left: auto;
    margin-right: auto;
    padding-top:15px;
    margin-bottom:15px;
}
.about_sec .about_content.f-right {
    width: 47%;
    padding-left: 30px;
	padding-top:10px;
}
.about_sec .about_content .head_sec{
	text-align:center;
}
.head_sec{
    margin-bottom:15px;
}
.about_sec .about_content .about_para p{
	text-align:left;
	margin-bottom:12px;
	line-height:26px;
}
.about_sec .about_content .about_bottom ul li {
    background-image: url(../images/side-arrow.png);
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 25px;
    background-position: left 5px;
	line-height:24px;
}
.about_sec .about_content .about_bottom ul li + li{
    margin-top:10px;
}
.about_sec .about_content .about_bottom ul {
    margin-left: 10px;
}
/*-------------------latest work-----------*/
.latest_work {
    padding-bottom: 50px;
}
.latest_work .head_sec{
	margin-bottom:35px;
}
.latest_work .latest_box{
	width:365px;
	display:inline-block;
	vertical-align:top;
	border:1px solid #dfdfdf;
	margin:10px 5px;
}
.latest_work .work_details{
	padding: 15px;
	text-align:left;
}
.latest_work .work_details h6{
	color:#00aff0;
}
.latest_work .work_details h6.subhead{
	color:#222;
	font-size:16px;
}
.latest_work .work_details p{
	margin-bottom:0;
	min-height: 75px;
}
.work_btns a,
.work_btns h6{
	color:#fff;
	text-align:center;
	padding:10px 5px;
	margin-bottom:0;
}
.work_btns .colour_box1{
    width: 45%;
	background-color:#213593;
	text-align:center;
}
.work_btns .colour_box1.all_work{
	background-color:#505050;
}
.work_btns .colour_box{
	width:10%;
	background-color:#222;
}
.work_btns .colour_box a{
	font-size:20px;
}
.box_sec{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:0 auto;
	text-align:center;
}
/*.latest_work .latest_box + .latest_box {
    margin-left: 18px;
}*/
/*---------------gallery-----------*/
.content_sec{
	padding:30px 0;
}
.our_gallery {
    text-align: center;
}
.our_gallery .head_sec h2{
	background-position: center 35px;
}
.our_gallery .gallery_sec .gallery_box {
    display: inline-block;
    vertical-align: top;
    width: 370px;
    margin: 5px;
	position:relative;
}
.gallery_sec {
    display: inline-block;
    vertical-align: top;
    float: none;
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin: 0px -10px;
	padding-top:20px;
}
.our_gallery .gallery_sec .gallery_box  .g_content{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #fff;
	padding:15px;
	height:60px;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-35px);
        transform: translateY(22px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.our_gallery .gallery_sec .gallery_box  .g_head h5{
	margin-bottom:0;
}
.round_sec a{
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    background: url(../images/img-sp.png) no-repeat 7px -40px #006dae;
    font-size: 130%;
    color: #fff;
    bottom: 10px;
    right: 30px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.round_sec a:hover{
	background: url(../images/img-sp.png) no-repeat 7px -40px #00a6e0;
}
.our_gallery .gallery_sec .gallery_box:hover .g_content{
	transform: translateY(0px);
}
.pp_social {
    display: none !important;
}
/*------------service_sec-----------------*/
/*.service_box{
	background-color:#eee;
}
.service_slider{
	height: 558px;
}
.serive_img.first_pic{
	position:absolute;
	left:0;
}
.serive_img.second_pic{
	position:absolute;
	top:0;
}
.serive_img.second_pic {
    position: absolute;
    top: 0;
    right: 0;
}
.serive_img.third_pic {
    position: absolute;
    bottom: -2px;
    right: 325px;
}
.service_details{
	background-color:#fff;
	border:2px solid #213593;
	position: absolute;
	text-align: left;
	width: 310px;
}
.service_details.first_data {
    left: 600px;
    padding: 10px;
	top:25px;
	z-index:99;
}
.service_details.second_data {
    right: 7px;
    padding: 10px;
    bottom: 149px;
    z-index: 99;
}
.service_details.third_data {
    right: 600px;
    padding: 10px;
    bottom: 30px;
    z-index: 99;
}
.service_btn{
	display:inline-block;
	vertical-align:top;
}
.service_btn a{
	padding:10px 15px;
	background-color:#213593;
	color:#fff;
}*/
/*-------------testimonial-----------------*/
.testimonial{
	padding:30px 0;
}
.testimonial .t_left .t_head h5 {
    background-image: url(../images/border-bottom.jpg);
    background-repeat: no-repeat;
    background-position: left 35px;
    padding-bottom: 30px;
}
.testimonial .t_left  .t_box{
	border:1px solid #eee;
	padding:15px;
	background-color:#f1f1f1;
	position:relative;
	margin-top:55px;
}
.testimonial .t_box p{
	padding-top:30px;
}
/*.testimonial .t_left .t_img {
    width: 100px;
    height: 100px;
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    border: 5px solid #eee;
    position: absolute;
    top: -40px;
}
.testimonial .t_left .t_img img{
	 border-radius: 50%;
	 width: 100px;
     height: 100px;
	 border: 5px solid #eee;
	 display: inline-block;
    vertical-align: top;
}*/
.img_box {
    background-color: #f1f1f1;
    border-radius: 50%;
    border: 4px solid #e7e7e7;
}
.t_slider .t_img .img_box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.t_img {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: -47px;
    left: 0;
}
.testimonial .t_left .t_img h6{
	padding-top:20px;
	padding-left:20px;
}
.testimonial .t_left  h6{
	color:#213593;
	font-size:14px;
	font-weight:400;
}
.testimonial .t_left .new_box{
	border-left:2px solid #00aff0;
	padding-left:15px;
	padding-top: 10px;
	padding-bottom:15px;
}
/*.testisldr .owl-prev,
.testisldr .owl-next{
    background-image: url(../images/prevnext.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    background-color: #eee;
    right:60px;
}
.testisldr .owl-next {
	background-position:1px -47px;
	right:0;
}*/
.new_box a {
    display: inline-block;
    vertical-align: top;
    color: #00aff0;
}
.new_box p{
	margin-bottom:5px;
}
/*----------------contact_sec----------------------*/
.contact_sec{
	padding:30px 0;
}
.contact_sec .head_sec{
	margin-bottom:30px;
}
.contact_sec .enqry_box{
	border:1px solid #eee;
}
.contact_sec .enqry_box .e_boxhead{
	background-color:#213593;
	padding:15px;
}
.contact_sec .enqry_box .e_boxhead h6{
	margin-bottom:0;
	color:#fff;
	font-size:16px;
}
.contact_sec .enqry_box .in_box {
    width: 90%;
    text-align: center;
    margin: 0 auto;
	padding:20px 0;
}
.contact_sec .enqry_box .in_box .input_sec + .input_sec{
	padding-top:15px;
}
.contact_sec .input_sec.btnsection.f-right input {
    background-color:#213593;
	padding:10px 25px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
}
.contact_sec .adress_box{
	padding:15px;
	background-color:#213593;
}
.contact_sec .adress_box .ad_box1.f-left {
    width: 33%;
}
.contact_sec .contact_box {
    display: inline-block;
    vertical-align: top;
	color:#fff;
}
.contact_sec .contact_box + .contact_box{
	margin-left:10px;
}
.contact_sec .contact_box  a{
	color:#fff;
	line-height: 20px;
}
.contact_sec .contact_box p{
	margin-bottom:5px;
	line-height:20px;
}
.head_sec .about_mob{
	display:none;
}
/*----------placeholder--------------------*/
input:-moz-placeholder 
{  
    color: #878787; 
	opacity:1;
}  
input::-moz-placeholder {  
  color: #878787;  
  opacity:1;
}  
 
input::-webkit-input-placeholder {  
  color: #878787;  
  opacity:1;
}  

input:-ms-input-placeholder {  
  color: #878787;  
  opacity:1;
} 
textarea::-webkit-input-placeholder
{
  color:#878787;
  opacity:1;
}
textarea:-moz-placeholder 
{
  color:#878787;
  opacity:1;
}
textarea::-moz-placeholder 
{
  color:#878787;
  opacity:1;
}
textarea:-ms-input-placeholder 
{
  color:#878787;
  opacity:1;
}
/*------------------footer-----------------*/
.footer{
    background-color:#fff;
    padding:10px 0;
	border-top:1px solid #00aff0;
}
.footer ul li{
    display:inline-block;
    vertical-align:top;
}
.footer ul li a{
    color:#00aff0;
    font-family: oswald;
    font-size: 14px;
	font-weight:300;
}
.footer ul li + li{
    margin-left:10px;
}
.footer ul{
    margin-bottom:0;
}
.f_bottom{
    background-color:#006dae;
    padding:10px 0;
    text-align:center;
}
.f_bottom p{
    margin-bottom:0px;
    color:#fff;
    font-size: 12px;
}
.footer_nav {
    padding-top: 10px;
}
/*----------------------------*/
.head_sec.about_mob {
    display: none;
}
/*------------------service---------------*/
.service_sec{
	padding-top:30px;
	background-color:#f3f3f3;
}
.blog-grid-info img {
	width: 100%;
}
.blog-grid-text {

    border: 2px solid #00aff0;
    padding: 20px;
    position: absolute;
    top: 30px;
    left: -40%;
    text-align: left;
    width: 420px;
    background-color: rgba(243,243,243,0.3);

}
.blog-grid-text  h5 {
	text-align: left;
	color:#000;
}
.blog-grid-text p {
	width: 85%;
	text-align: left;
	color:#222;
}
.blog-grid-text.blg-text-two {
	left: 37%;
	z-index: 999;
}
.blog-grid-text.blg-text-three {
	left: 12%;
	top: -150px;
	width: 308px;
}
.carousel-control.edit_cc {
	width: 0%;
}
.glyphicon-chevron-right.glyphicon-chevron-left.edit_right {
	background: none;
}/*
.glyphicon-chevron-left:before {
    content: "\e079";
}
blog-grid-text {
	padding: 2em 0em 2em 2em;
	top: 13%;
	left: -57%;
	margin: 1.8em 3em 0 0;
}
.blog-grid-text.blg-text-two {
	left: 26%;
	margin: 0em 0em 0 0;
	right: -8%;
	padding: 2em 2em 2em 2em;
}
.blog-grid-text.blg-text-three {
	left: 5%;
	margin-top: -43px !important;
	padding: 3em 1.5em 2em 1.5em;
	margin: 2em 1em 0 0;
	width: 338px;
	top:-100px;
}*/
a.read {
    text-decoration: none;
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
    padding:8px 0 0 17px;
    width: 120px;
    height: 45px;
    display: inline-block;
    background: #333;
    margin: 0 auto;
    transform: skew(-27deg);
    -o-transform: skew(-27deg);
    -moz-transform: skew(-27deg);
    -webkit-transform: skew(-27deg);
    margin-top: 1em;
}


.glyphicon-chevron-right::before,
.glyphicon-chevron-left::before{

    display: none;
}
.glyphicon.glyphicon-chevron-right.edit_bt,
.glyphicon.glyphicon-chevron-left.edit_bt {
    width: 50px;
    height: 50px;
    background-color: #222;
}
.img_section img{
	height:360px;
}
.img_section_bottom img{
	height:300px;
}
/*----------------mobile menu--------------*/
#mob_menu {
    background-color:#00aff0;
    color: #fff;
    height: 100%;
    left: -280px;
    opacity: 1;
    position: fixed;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 280px;
    z-index: 999999;
}
#mob_menu.show_menu {
    left: 0;
}
#mob_menu.hide_menu {
    left: -100;
}
#mob_menu .close_btn a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    margin-top: 5px;
}
#mob_menu ul, #mob_menu ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#mob_menu ul li {
    display: block;
}
#mob_menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
#mob_menu ul li a:hover,
#mob_menu ul li a:focus{
	color:#4a351f;
}
#mob_menu ul li + li {
    border-top: 1px solid #dedede;
}
.mobile_btn {
    display: none;
}
.a_right {
    text-align: right;
}
#close img {
    width: auto;
}
.mobBt:hover{
	cursor:pointer;
}
span.mobBt {
    border: none;
    display: none;
}
.mpbBt.mobLogoBt{
	display:none;
}
/*----------------------------------------------------*/
.close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: relative !important;
    top: -33px !important;
}

.l_img:hover > .l_img_overlay{
	cursor:pointer;
	display:block;
}
.latest_work.inner_work {
    padding: 60px 0;
}
.latest_work.inner_work .work_btns .colour_box1 {
    width: 90%;
}

.modal{
    z-index:99999999 !important;
}
/*--------------------------media---------------------*/
@media only screen and (max-width:1199px) {
	.about_img.f-left {
		width: 50%;
	}
	.latest_work .latest_box {
		width: 295px;
	}
	.latest_work .work_details p {
        min-height: 100px;
    }
}
@media  (min-width:992px) and (max-width:1199px) {
	.contact_sec .contact_box p {
		font-size: 15px;
	}
	.blog-grid-text{
		top: 15px;
		width: 335px;
	}
	.blog-grid-text.blg-text-three {
		left: 10%;
		width: 260px;
	}
	.blog-grid-text.blg-text-two {
    	left: 45%;
	}
}
@media only screen and (max-width:991px) {
     .top_navigation.fixed_nav {
        position: relative;
    }
    .top_navigation .top_links ul li a {
        font-size: 14px;
    }
    .top_navigation .top_links ul li + li {
        margin-left: 5px;
    }
   .footer_nav {
        text-align: center;
   }
   .social_links {
        text-align: center;
        margin-top: 10px;
    }
	.head_sec .about_mob{
		display:block;
    	text-align: center;
	}
	.img_section img,
	.img_section_bottom img{
		height: auto;
    	width:65%;
	}
	.latest_work .latest_box{
		margin:10px;
	}
	.latest_work .latest_box + .latest_box{
		margin-left:0;
	}
	.blog-grid-text {
		z-index: 999;
		top: calc(50% - 335px);
		left: 43%;
		margin: 15px;
		width: 50%;
	}
	.blog-grid-text.blg-text-two,
	.blog-grid-text.blg-text-three{
    	left: 43%;
	}
	.blog-grid-text.blg-text-three{
		width:50%;
		top:calc(50% - 420px);
	}
	.t_left {
		margin-top: 20px;
	}
	.contact_sec .enqry_box {
		margin-bottom: 15px;
	}
	.footer_nav,
	.social_links{
		text-align: center;
		padding-bottom: 10px;
	}
}

@media (max-width:767px) {
	span.mobBt{
		display:inline-block;
		vertical-align:baseline;
		padding-top:0;
	}
	.top_navigation .top_links ul{
		display:none;
	}
	.top_links.f-right {
		padding-top: 20px;
	}
	.banner_sec .banner_content h1{
		font-size:30px;
	}
	.banner_sec .banner_content h6{
		font-size:18px;
	}
	.head_sec.about_mob {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.about_sec .about_content .head_sec {
		display: none;
	}
	.head_sec h3 {
		font-size: 22px;
	}
	.head_sec h6 {
    	font-size: 14px;
	}
	.head_sec h6::after{
		padding-top:10px;
	}
	.about_img.f-left {
		width: 80%;
		float: none;
		text-align: center;
		margin: 0 auto;
		margin-bottom:15px;
	}
	.about_sec .about_content.f-right {
		width: 100%;
		padding: 0;
	}
	.img_section img, .img_section_bottom img{
		width:100%;
	}
	.blog-grid-text,
	.blog-grid-text.blg-text-three{
		position: unset;
		width: 100%;
		margin: 0;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-top: -50px;
		margin-bottom: 30px;
	}
	.banner_sec .banner_content h1 {
		font-size: 25px;
	}
	.banner_sec .banner_content h6 {
		font-size: 16px;
	}
	.latest_work .work_details h6{
		font-size:18px;
	}
	.contact_sec .adress_box .ad_box1.f-left {
		width: 50%;
	}

	
}
@media (max-width:570px) {
	span.mobBt {
		display:none;
	}
	.logo_sec {
		float: none;
	}
	span.mobBt.mobLogoBt {
		display: inline-block;
		vertical-align: middle;
		width: 22px;
		text-align: right;
		margin-left: 80px;
	}
	.logo_sec a, .logo_sec span {
		display: inline-block;
		vertical-align: baseline;
	}
	.top_links.f-right {
		padding-top: 5px;
	}
	.latest_work .latest_box {
		margin: 10px;
		width: auto;
	}
	.contact_sec .adress_box .ad_box1.f-left {
		width:100%;
	}
	.contact_sec .adress_box {
		padding-left: 10%;
	}
	.footer ul li a{
		font-size:12px;
	}
	
}