/* General styles */



@FONT-FACE {
    font-family: "Roboto";
    src: url("Roboto-Regular.ttf");
}

body {
    font-size: 15px;
    line-height: 24px;
    font-family: "Roboto";
    color: #484848;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
    color: #484848;

}
h1{font-size: 70px; margin:0; line-height: 72px;}
h2 {font-size: 30px; margin: 0 0 20px;}
h3 {font-size: 20px; margin: 0 0 10px;}
img {width: 100%;}
a,button{outline: 0 !important;}
a:hover,a:focus{ text-decoration: none}

/* All Transition */
.list-inline.info a,.list-inline.social_icon a,nav.navbar.bootsnav ul.nav > li > a,.attr-nav > ul > li > a,.btn.know_btn,#filters > button,.portfolio_hover_area,.portfolio_hover_area .fa,.testimonial_content,.testimonial_content p:first-child::before,#contact_form .form-control,#contact_form .btn.submit_btn,footer a,.footer_social_icon .fa,.post .date,#scrollUp{
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

/* Header */


.dropdown-menu {
padding:0 10px;
margin:0;
border:0;
}


/*Preloader css*/
#loading{
    background-color: #0062b2;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 90;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}
.object{
    width: 8px;
    height: 50px;
    margin-right:5px;
    background-color: #FFF;
    -webkit-animation: animate 1s infinite;
    animation: animate 1s infinite;
    float: left;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(10){
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;	
}
.object:nth-child(9){
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;	
}	
.object:nth-child(8){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;	
}
.object:nth-child(7){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;	
}
.object:nth-child(6){
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
}
.object:nth-child(5){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.object:nth-child(4){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;		
}
.object:nth-child(3){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;	
}
.object:nth-child(2){
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}						

@-webkit-keyframes animate {

    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);

    }

}

@keyframes animate {
    50% {
        -ms-transform: translateX(-25px) scaleY(0.5); 
        -webkit-transform: translateX(-25px) scaleY(0.5);
        transform: translateX(-25px) scaleY(0.5);
    }

}

/*End off Preloader*/





/* Top Nav */
.top_nav {
    background: #0062b2 none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px 0;
}
.list-inline.info {
    float: left;
    margin: 0;
}
.list-inline.info > li {
    padding: 0 20px 0 0;
}
.list-inline.info a,.list-inline.social_icon a {
    color: #333;

}
.list-inline.info a:hover,.list-inline.social_icon a:hover {
    color: #555;
}
.list-inline.info a .fa,.list-inline.social_icon  a .fa {
    font-size: 16px;
    vertical-align: text-top;
}
.list-inline.social_icon {
    float: right;
margin: 40px;
margin-right: 0;
}
/* Main Nav */
nav.navbar.bootsnav {
    background:  none;
    border: 0 none;background: #fff;
width: 100%;
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #333;
}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus {
    color: #aaa;
}


nav.navbar.bootsnav ul.nav > li > a:after {
    background:#0062b2;
    content: "";
    height: 3px;
left:0;
    bottom: 0;
    position: absolute;
transition: all ease-in-out 0.5s;
    width: 0;
}
nav.navbar.bootsnav ul.nav > li:hover > a:after,
nav.navbar.bootsnav ul.nav > li.current > a:after {     width: 100%;  }


.navbar-brand {
    height: auto;
    padding:0;
}


.navbar-brand img {
width: auto;
}


.nav.navbar-nav.menu {
    float: right;
}

.attr-nav > ul > li > a {
    color: #0062b2;
    font-size: 20px;
}
.attr-nav > ul > li > a:hover,.attr-nav > ul > li > a:focus {
    color: #d45308;
}
/* Carousel */
.home .carousel {
    position: relative;
    height: 500px;

width: 100%;
}
.home .carousel .item img{
    width:100%;
    height: 500px;
}
/*.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    height: 700px;
}*/
.carousel .overlay {
/*
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}
.carousel-caption {
text-align: left;
width: auto;
display: inline-block;
margin-top: 150px;
margin-left: 20px;
background: #0009;
padding: 35px;
border-radius: 10px;
position: relative;
left: 0;
}
.carousel-caption h1 {
    color: #fff;
    margin-bottom:20px;font-size: 30px;
line-height: 1;
}
.carousel-caption h1.second_heading {
    color:#0062b2;
    margin-bottom:35px;
}
.carousel-caption > h3 {
    color: #fff;

    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: inherit;
}
.carousel-caption > p {
    font-size: 16px;
    line-height: 28px;
}
.btn.know_btn {
    background: #0062b2 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;

    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border:1px solid transparent;
}
.carousel-caption .btn.know_btn {

}
.carousel-caption .btn.know_btn:last-child {
    margin-left: 20px;
}
.btn.know_btn:hover,
.btn.know_btn:focus {
    background: transparent;
    color:#0062b2;
    border:1px solid #0062b2;
}




.carousel-control{
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top:-25px;
    top:50%;
}

/* About */
.about_content {
    margin-right: 25px;
}
.about_content > h2 {
    font-size: 40px;
    margin: 90px 0 15px;
    color:#0062b2;
}
.about_content > h3 {
    font-size: 30px;
    margin: 2px 0 30px;
    text-transform: inherit;
}
.about_content > p {
    line-height: 18px;
    margin-bottom: 18px;
line-height: 23px;
}


.about_bg {

}

/*Head Title*/
.head_title p{
    line-height: 2.3rem;
}

/* Why us */
#why_us {
    background: #f2f7fa none repeat scroll 0 0;
    padding-bottom: 50px;
    line-height: 18px;
}
#why_us h2 {
    margin: 70px 0 20px;
}
.why_us_item{ padding-top: 55px;}
#why_us .fa{
    border-radius: 100%;
    box-shadow: 0 0 0 10px #0062b2, 0 0 0 20px #fadb64, 0 0 0 30px #f7e59c;
    padding: 38px;
    font-size:45px;
}
.why_us_item > h4 {
    font-size: 15px;
    margin: 60px 0 20px;
}

/* Services */
#services h2 {
    margin: 85px 0 50px;
    text-align:center;
color: #fff;
}
.service_item > h3 {
margin: 25px 0 15px;
font-size: 16px;
text-align: center;
text-transform: capitalize;
color: #fff;
line-height: 1.5;
}
.service_item .btn.know_btn {
margin: 20px 0 100px;
margin: 0 auto;

display: block;
max-width: 120px;
margin-bottom: 30px;
}


.service_item {
background: #0009;
padding: 8px;
height: 275px;width: 100%;
    display: inline-block;
}



.service_item:hover {
background: #0062b2;
}



/* Portfolio */
#services {
    background: rgba(0, 0, 0, 0) url("../images/back.jpg") no-repeat scroll 0 0;
    background-size:cover;
    position:relative;
    padding-bottom: 102px;
    border-bottom:2px solid #0062b2;
background-attachment: fixed;
}
#services::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
background: rgba(0, 0, 0, 0.62);
    top:0;
    left:0;
}

#services .container { 
    position:relative;
z-index:1;
}


/* Portfolio */
#portfolio {
    background-size:cover;
    position:relative;
    padding-bottom: 40px;

}


/*
#portfolio::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
background: rgba(0, 0, 0, 0.62);
    top:0;
    left:0;
}
*/
.portfolio_area{ position:relative;color:#fff;}
.portfolio_area h2 {
    color: #333;
    margin: 65px 0 34px;
}
/* Portfolio filters */
#filters {

}
#filters > button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #0575E680;
    border-radius: 18px;
    outline: 0 none;
    padding: 6px 17px 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
color:#333;
}
#filters > button:hover {
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
}
#filters > button.is-checked {
    background: #0062b2;
color: #fff;
background: #0575E6;
background: -webkit-linear-gradient(to right, #021B79, #0575E6);
background: linear-gradient(to right, #021B79, #0575E6);
border-color: #0575E6;
}
#filters > button.is-checked:hover {
    color: #fff;
}
.grid{margin: 0 -6px;}
.grid-item{border:6px solid transparent;}
.grid-item, .grid-sizer {width: 25%;}
.grid-item {
    float: left;
    height: 255px !important; 
}
.grid-item{
    overflow: hidden;
}
.grid-item--width2 { width: 50%;}
.grid-item--height2 { height: 510px !important;}
.grid-item:hover img{
    transform: scale(1.1);
}
.grid-item img{
    height: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}
/* Portfolio Hover */
.portfolio_hover_area {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    opacity:0;
}
.grid-item:hover .portfolio_hover_area {opacity: 1;}
.portfolio_hover_area .fa {
    background: #0062b2 none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-size: 18px;
    margin-top: 215px;
    padding: 15px;
    border:1px solid transparent;
}
.grid-item .portfolio_hover_area .fa {
    margin-top: 90px;
}
.grid-item--width2 .portfolio_hover_area .fa {
    margin-top: 217px;
}
.portfolio_hover_area > a:first-child{  margin-right: 10px;}
.portfolio_hover_area .fa:hover{
    border:1px solid #0062b2;
    background:transparent;
    color:#0062b2;
}

/* Testimonial */
#testimonial {
    background: url("../images/testimonial_bg.jpg") no-repeat scroll 0 0;
    background-size:cover;
    position:relative;
}
#testimonial::before {
    background: #fff;
    opacity:0.7;
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}
.testimonial_area{ position:relative;}
#testimonial h2 {
    margin-top: 63px;
}
.testimonial_item {
    padding: 0 15px;
}
.testimonial_content {
    background: #e5e5e5 none repeat scroll 0 0;
    border-radius: 18px;
    margin: 55px 0 30px;
    padding: 40px 15px 40px 70px;
    text-align: left;
    position:relative;
    color:#393939;
}
.testimonial_content::after {
    background: inherit;
    bottom: -10px;
    content: "";
    height: 20px;
    left: 47%;
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
}
.testimonial_content p {
    position:relative;
}
.testimonial_content p:first-child::before {
    color: #989898;
    content: ",,";
    font-family: "GillSansMT-UltraBold";
    font-size: 60px;
    left: -54px;
    position: absolute;
    top: -24px;
    transform: rotateY(180deg);
}
#testimonial .col-sm-4:nth-child(3n+2) .testimonial_content {
    margin: 40px 0;
    padding-bottom: 70px;
}
.testimonial_item:hover .testimonial_content {
    background: #0062b2 none repeat scroll 0 0;
}
.testimonial_item:hover .testimonial_content::after {
    width: 22px;
    height: 22px;
    bottom:-11px;
}
.testimonial_item:hover .testimonial_content {
    color: #fff;
}
.testimonial_item:hover .testimonial_content p:first-child::before {
    color: inherit;
}
.testimonial_item > img {
    border-radius: 100%;
    height: 80px;
    width: 80px;
}
.worker_name {

    margin: 10px 0 45px;
    text-transform: uppercase;
}

/* Contact form */
#contact_form {
background: #0062b2 none repeat scroll 0 0;
    padding:27px 0 32px;
}
#contact_form h2 {
    margin: 20px 0 0;
color: #fff;
font-size: 20px;
}
#contact_form .second_heading {
    font-size: 40px;

    margin:8px 0;
}
#contact_form form.form-inline {
    padding-right: 27px;
}
#contact_form .form-inline .form-control {
    border: 2px solid transparent;
    border-radius: 0;
    font-size: 15px;
    height: 45px;
    padding: 10px 20px;
    width: 250px;
    box-shadow: none;
}
#contact_form .form-inline textarea.form-control {
    width: 388px;
    resize:none;
}
#contact_form .form-control:focus {
    border: 2px solid #0062b2;
    box-shadow: 0px 0px 5px 1px #0062b2;
}
#contact_form .btn.submit_btn {
    background: #2b8d1b;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform:uppercase;
    height: 45px;
    width: 130px;
    border-radius: 0;
    margin: 6px 8px 6px 0;
}
.form-control::-moz-placeholder{color:#adadad;}
.form-control:-ms-input-placeholder{color:#adadad;}
.form-control::-webkit-input-placeholder{color:#adadad;}
#contact_form .btn.submit_btn:hover {
    background: #d45308 none repeat scroll 0 0;
}

/* Footer */
footer {
    background: url(../images/footer_bg.jpg)no-repeat;
    background-size:cover;
    position:relative;
    padding-top:45px;
}


footer::after {
    background: rgba(34, 37, 51, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer_top,.footer_bottom{ position:relative; z-index:1; color:#fff;}

.footer_item {
}

.footer_item > h4 {
    color: #fff;

    font-size: 25px;
    margin-bottom: 34px;
    text-transform: inherit;
}
.footer_item .list-unstyled > li a{
    color: #fff;
}
/* Footer About */
.footer_item .logo {
    margin-bottom: 15px;
    width: auto;
}
.list-inline.footer_social_icon {

}
.footer_social_icon .fa {
background: #0062b2 none repeat scroll 0 0;
border-radius: 100%;
color: #fff;
font-size: 14px;
height: 36px;
padding: 12px;
text-align: center;
width: 36px;
}
.footer_item .footer_social_icon .fa:hover,.footer_item .footer_social_icon .fa:focus {
    background: #d45308 none repeat scroll 0 0;
color:#fff;
}
/* Footer Explore */
.footer_menu .fa {
    font-size: 10px;
    margin-right: 18px;
}
.list-unstyled.footer_menu > li {
    padding: 4px 0;
width: 50%;
float: left;text-transform: capitalize;

}
/* Footer Post */
.list-unstyled.post,.list-unstyled.footer_contact {
    margin-top: -14px;
}
.post .date {
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    float: left;
    font-size: 20px;
    height: 50px;
    line-height: 12px;
    margin-right: 15px;
    padding: 10px;
    text-align: center;
    width: 50px;
}
.footer_item li a:hover .date,.footer_item li a:focus .date{ border:2px solid #aaa; }
.footer_item li a:hover,.footer_item li a:focus{
    color: #aaa;
}
.post .date small {
    font-size: 12px;
}

.list-unstyled.post > li,.list-unstyled.footer_contact > li {
    padding: 8px 0;
    overflow:hidden;
}
/* Footer Contact */
.footer_contact .fa {
    margin-right: 25px;
    text-align: center;
    width: 15px;
    float: left;
    font-size:18px;
}
.list-unstyled.footer_contact p {
    overflow: hidden;
}
.footer_bottom {
    background: #1a1c27 none repeat scroll 0 0;
    padding: 12px 0;

}


.footer_bottom p {
margin: 0; }

.footer_bottom a {
    color: #0062b2;
}
.footer_bottom a:hover,.footer_bottom a:focus {
    color: #d45308;
}
/* ScrollUP */
#scrollUp {
    background: url(../images/top.png)no-repeat scroll 0 0;
    bottom: 20px;
    color: #000;
    height: 40px;
    right: 20px;
    width: 40px;
    opacity:0.7;
}
#scrollUp:hover {
    background: url(../images/top.png)no-repeat scroll 0 -40px;
}

/* Responsive Styles for various devices */
@media (min-width: 1600px) {
    .container{ width: 1200px;}
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 740px;
    }
    .carousel-caption {
        left: 18%;
        right: 18%;
        top: 95px;
    }
    .about_content {
        margin-right: 50px;
    }


}

@media (max-width: 1199px) {
    h1 {
        font-size: 50px;
        line-height: 55px;
    }
    h2 {
        font-size: 25px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 550px;
    }
    .carousel-caption {
        left: 3%;
        right: 3%;
        top:40px;
    }

    .about_banner > img {
        width: 334px;
        display:block;
        margin:0 auto;
    }
    .grid-item {
        height: 220px !important;
    }
    .grid-item--height2 { height: 440px !important;}
    .grid-item .portfolio_hover_area .fa {
        margin-top: 73px;
    }
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 183px;
    }
    #contact_form .second_heading {
        font-size: 30px;
    }
    #contact_form .form-inline .form-control {
        width: 202px;
    }
    #contact_form .form-inline textarea.form-control {
        width: 317px;
    }
    #contact_form .btn.submit_btn {
        width: 95px;
    }


}

@media (max-width: 991px) {
    .list-inline.info > li {
        padding: 0 12px 0 0;
    }
    .list-inline.social_icon > li {
        padding: 0 2px;
    }
    nav.navbar.bootsnav .navbar-header {
        padding: 0;
    }
    nav.navbar.bootsnav .navbar-toggle {
margin-top: 30px;
    }
    .attr-nav {

    }

nav.navbar.bootsnav ul.nav > li {
padding: 0;
}

    nav.navbar.bootsnav ul.nav > li > a {
        padding: 12px 0;
    }
    .container.about_bg {
        background-position: bottom 100px center;
    }
    .grid-item {
        height: 255px !important;
        width:50%;
    }
    .grid-item--height2 { height: 500px !important; width:100%;}
    .grid-item .portfolio_hover_area .fa {
        margin-top: 90px;
    }
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 217px;
    }
    #contact_form {
        text-align: center;
    }
    #contact_form form.form-inline {
        margin: 0 -8px;
        padding-right: 15px;
    }
    #contact_form .form-inline .form-control {
        width: 349px;
    }
    #contact_form .form-inline textarea.form-control {
        width: 538px;
    }
    #contact_form .btn.submit_btn {
        width: 168px;
    }


}



#focus .focus-box {
overflow: hidden;
padding: 5px;width: 100%;

display: inline-block;
}


#focus,
#about {
padding: 30px 0;
}


#focus {
background: #f0f0f0;
}


#about img {
height: 300px;}


.section-header h2 {
text-align: center;
font-size: 20px;
margin: 30px 0;
padding-bottom: 20px;
position: relative;
display: inline-block;
}


.section-header {
text-align: center;
}

.section-header h2:after {
    background:#0062b2;
    content: "";
    height: 3px;
left:50%;
margin-left:-40px;
    bottom: 0;
    position: absolute;
    width: 80px;
}

.service-icon img {
transition: all ease-in-out 0.4s;
width: 100%;
height: 180px;
}


.service-icon {
position: relative;
overflow: hidden;
}


.focus-box h5 {
color: #090b0c;
text-align: center;
border: 1px solid;
padding: 10px 5px;
display: grid;
align-items: center;
margin-bottom: 0;
margin: 0;
}

.focus-box h5:hover {

background: #fff;
}

.focus-box:hover .service-icon img {
transform: scale(1.1);
}




.focus-box p {
color:#888
}



.blog-img-box {
    position: relative;
    display: block;
}


.blog-img-box a.hover-effect {
    z-index: 0;
    width: 100%;
}



.blog-img-box a.hover-effect:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 35%;
    height: 200%;
    left: -100%;
    top: -50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}



.blog-img-box:hover a.hover-effect:after {
	left:150%;
} 


.home-news .news div:hover img {
transform: scale(1.1);

}
/*
.home-news .section-header h2 {
color:#fff;
}
*/

.blog-img-box a.hover-effect img {
height:230px;
transition: all ease-in-out 0.5s;
}



.hover-effect, .img-hover-effect {
    background: #000;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 -1.5px;
}

.news .blog-date {
position: absolute;
display: block;
padding: 10px;
background: #2b8d1b;
top: 0;
left: -1px;
z-index: 100;
border-radius: 0 0 20px 0;
}

span.month {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.78);
    margin-bottom: 8px;
text-align: center;
text-transform: capitalize;
}


span.date {
    font-size: 28px;

    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}

.blog-content {
background: #fff;
box-shadow: 0.5px 0.866px 1px 0px rgba(0,0,0,0.15);
padding: 20px 15px;
height: 88px;
align-items: center;
display: grid;
}

.blog-content h3 {
    font-size: 17px;

    color: #41454f;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}


.blog-content h3 a {
    color: #41454f;
}


.home-news {
padding: 30px 0;
background: #f0f0f0;

background-image: url(../images/pattern_2.png);
background-position: center top;
text-align: left;
background-repeat: repeat;
}




.owl-next,
.owl-prev {
background: #fff;
width: auto;
display: inline-block;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
position: absolute;
}



.owl-next {
right:0;

}
.owl-prev {
left:0
}




.owl-nav {
width: 50%;
display: block;
margin: 10px auto;
position:relative;
}
/*

.aqua-color {
color: #0062b2;
}*/




/************************** 
* 5. services styles 
***************************/




.single-service-style-one .top-box {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
background: #30355d;
  padding:20px 0;
  margin-bottom: 16px;
  position: relative;
height: 85px;
display: grid;
align-items: center;


background: linear-gradient(to right, #bfbfbf, #959595);
}
.single-service-style-one .top-box:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #2b8d1b;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.single-service-style-one .top-box .inner-content {
  position: relative;
}
.single-service-style-one .top-box i.box-icon {
  display: block;
  font-size: 46px;
  color: #30355d;
  transition: all .4s ease;
}
.single-service-style-one .top-box h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;

}
.single-service-style-one .top-box h3 a {
  transition: all .4s ease;
  color: #fff;
font-size: 15px;
text-transform: capitalize;
}
.single-service-style-one .image-block {
  position: relative;
  overflow: hidden;
}
.single-service-style-one .image-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 29, 43, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 1;
  transition: .5s ease;
}
.single-service-style-one .image-block > img {
  width: 100%;height: 250px;
}
.single-service-style-one .image-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 900ms ease;
  transition-delay: .1s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 2;
}
.single-service-style-one .image-block .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-service-style-one .image-block .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.single-service-style-one .image-block .overlay .box .content .dotted {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}
.single-service-style-one .image-block .overlay .box .content .dotted:before {
  position: absolute;
  top: 0px;
  left: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-service-style-one .image-block .overlay .box .content .dotted:after {
  position: absolute;
  top: 0px;
  right: -15px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.single-service-style-one:hover .top-box:before {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.single-service-style-one:hover .top-box i.box-icon {
  color: #fff;
}
.single-service-style-one:hover .top-box h3 a {
  color: #fff;
}
.single-service-style-one:hover .top-box h3 a:hover {
  color: #30355d;
}
.single-service-style-one:hover .image-block:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  transition: .5s ease;
}
.single-service-style-one:hover .image-block .overlay {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 900ms ease;
  transition-delay: .5s;
}

.service-style-one-carousel .owl-nav {
  margin: 0;
}

.service-style-one-carousel .owl-dots {
  margin-top: 25px;
}

.service-style-one-carousel .owl-dots .owl-dot span {
  margin: 0;
  width: 7px;
  height: 7px;
  background: #7f8284;
  opacity: .5;
  border-radius: 50%;
  margin: 0 2.5px;
}

.service-style-one-carousel .owl-dots .owl-dot.active span {
  background: #30355d;
  opacity: 1;
}

.single-service-style-two {
  margin-bottom: 30px;
}


.sec-pad {
padding:40px 0;background-image: url(../images/pattern_2.png);
background-color: #f0f0f0;
}





.col-five {
width:20%;
padding:0 8px;
float:left;
}







@media (max-width: 767px) {



    h1 {
        font-size: 32px;
        line-height: 35px;
    }
    .list-inline.info {
        width: 60%;
    }

    nav.navbar.bootsnav .navbar-toggle {
        margin-left: 15px;
    }
    .carousel-caption {
        top: 20px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 450px;
    }
    .carousel-caption > h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .carousel-caption > p {
        font-size: 18px;
        line-height: 22px;
    }
    .carousel-caption .btn.know_btn {
        margin-top: 35px;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 30px;
    }
    .about_content > h2 {
        font-size: 26px;
        margin-top: 70px;
    }
    .about_content > h3 {
        font-size: 26px;
    }
    .service_item .btn.know_btn {
        margin-bottom: 80px;
    }

    #contact_form h2 {
        margin: 10px 0;
    }
    #contact_form .second_heading {
        margin: 8px 0 20px;
    }
    #contact_form form.form-inline {
        margin: 0;
    }
    #contact_form .form-inline .form-control,#contact_form .form-inline textarea.form-control {
        margin: 0;
        width: 100%;
    }
    #contact_form .btn.submit_btn {
width: 145px;
margin: 0 auto;
text-align: center;
display: block;
    }


#filters {
    margin: 0;
}

.carousel-caption h1 {
font-size: 16px;
}

.home .carousel .item img,
.home .carousel {

height: 300px;}

.carousel-caption {
margin: 0 auto;
margin-top: 50px;
padding: 20px;
position: inherit;
display: block;
display: none;
}

.about_content {
margin: 0;
padding: 0;
}
.about_content > h3 {
font-size: 18px;}


.service_item {
height: auto;
}


#services h2 {
margin: 25px;
}


#services {
padding-bottom: 45px;
}


.col-five {
width: 100%;
padding: 0 15px;
float: none;
}


.list-inline.social_icon {
margin: 0;
margin-top: 0;
width: 100%;
padding: 5px 0;
}


.about_banner {
display: none;
}


.sec-pad {
padding-top:0;
}


.single-service-style-one .top-box {
margin-top: 30px;
margin-bottom: 0;
}

}


@media (max-width: 479px) {
    h1 {
        font-size: 30px;
        line-height: 32px;
    }
    h3 {
        font-size: 17px;
    }
    .list-inline.info {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .list-inline.info > li {
        padding: 0 8px;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 420px;
    }
    .carousel-caption {
margin: 0 auto;
margin-top: 50px;
padding: 20px;
position: inherit;
display: block;
display: none;
    }
    .carousel-caption h1.second_heading {
        margin-bottom: 10px;
    }
    .carousel-caption > h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .carousel-caption > p {
        font-size: 16px;
        line-height: 20px;
    }
    .btn.know_btn {
        font-size: 14px;
        padding: 8px 14px;
    }
    .carousel-caption .btn.know_btn {
        margin-top: 10px;
    }
    .carousel-caption .btn.know_btn:last-child {
        margin-left: 10px;
    }
    .about_content > h3 {
        font-size: 19px;
    }
    .about_banner > img {
        width: 100%;
    }
    #filters > button {
        font-size: 14px;
    }
    .grid-item {
        width:100%;
    }
    .grid-item--height2 { height: 255px !important;}
    .grid-item--width2 .portfolio_hover_area .fa {
        margin-top: 90px;
    }
    .list-inline.footer_social_icon > li {
        padding: 8px 3px;
    }


}





