/* General styles */
body {
    font-size: 15px;
    line-height: 24px;
    font-family: 'futura_ltbook', sans-serif;
    color: #484848;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-transform: uppercase;
    color: #484848;
    font-family: 'futura_ltbold', sans-serif;
}
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 */


/*Preloader css*/
#loading{
    background-color: #092f50;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left:0;
    z-index: 9999;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.object{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;

}


#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}
#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}


@-webkit-keyframes loading-center-absolute {
    100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolute {
    100% {
        transform:  rotate(-45deg);
        -webkit-transform:  rotate(-45deg);
    }
}



@-webkit-keyframes object_one {
    25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_one {
    25% {
        transform: translate(0,-50px) rotate(-180deg);
        -webkit-transform: translate(0,-50px) rotate(-180deg);
    }
    100% {
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_two {
    25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_two {
    25% {
        transform: translate(50px,0) rotate(-180deg);
        -webkit-transform: translate(50px,0) rotate(-180deg);
    }
    100% {
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_three {
    25% {
        transform:  translate(-50px,0) rotate(-180deg);
        -webkit-transform:  translate(-50px,0) rotate(-180deg);
    }
    100% {
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: rtranslate(0,0) rotate(-180deg);
    }
}


@-webkit-keyframes object_four {
    25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
    100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_four {
    25% {
        transform: translate(0,50px) rotate(-180deg);
        -webkit-transform: translate(0,50px) rotate(-180deg);
    }
    100% {
        transform: translate(0,0) rotate(-180deg);
        -webkit-transform: translate(0,0) rotate(-180deg);
    }
}

/*End off Preloader*/





/* Top Nav */
.top_nav {
    background: #ffcb0f 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: #222;
    font-family: 'futura_ltbook', sans-serif;
}
.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: 20px;
    vertical-align: text-top;
}
.list-inline.social_icon {
    float: right;
    margin: 0;
}
/* Main Nav */
nav.navbar.bootsnav {
    background: #092f50 none repeat scroll 0 0;
    border: 0 none;

}
nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus {
    color: #ffbc00;

    transform:scale(1.1);
    transition: all ease 1s;

}
.navbar-brand {
    height: auto;
    padding: 32px 15px;
}
#navbar-menu {
    margin: 6px 0;
}
.nav.navbar-nav.menu {
    float: right;
}
.attr-nav {
    margin: 5px -10px 0 0;
}
.attr-nav > ul > li > a {
    color: #ffcb0f;
    font-size: 20px;
}
.attr-nav > ul > li > a:hover,.attr-nav > ul > li > a:focus {
    color: #d7a300;
}
/* Carousel */
.home .carousel {
    position: relative;
    height: 500px;
    display: inline-block;
}
.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;
}
.btn.know_btn {
    background: #092f50 none repeat scroll 0 0;
    border-radius: 10px;
    color: orange;
    font-family: "futura_ltbold",sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border:1px solid transparent;
}
.btn.know_btn:hover,
.btn.know_btn:focus {
  transition: all ease 1s;
    background: orange none repeat scroll 0 0;
    color:#092f50;

}
.carousel-control{
    width:100px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    margin-top:-45px;
    top:50%;
}
.carousel-caption > h1{

  color: #ff7600;
  font-size: 60px;
  width: 100%;

}
.carousel .carousel-indicators li{
  border-radius:3px;
}


/* About */
.about_content {
    margin-right: 25px;
}
.about_content > h2 {
    font-size: 40px;
    margin: 90px 0 15px;
    color:#092f4f;
}
.about_content > h3 {
    font-size: 30px;
    margin: 2px 0 30px;
    text-transform: inherit;
}
.about_content > p {
    line-height: 18px;
    margin-bottom: 18px;
    text-align: justify;
}
.about_content .btn.know_btn {
    margin: 18px 0 60px;
}
.about_bg {
    background: right;
}
.about-img{
  margin-top: 95px;
  width:100%;
  border-radius: 5px;
  opacity: 0.9;
  box-shadow: 0 0 10px 10px #f2f7fa;

}

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

/* Why us */
#why_us {
    background: #eaf0f3 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: 20%;
    box-shadow: 0 0 0 10px rgba(255, 181, 26, 1), 0 0 0 20px rgba(255, 181, 26, 0.5), 0 0 0 30px rgba(255, 181, 25, 0.3);
    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;
}
.service_item > h3 {
    margin: 25px 0 15px;
}
.service_item .btn.know_btn {
    margin: 20px 0 100px;
}

/* Portfolio */
#portfolio {
    /* background: rgba(0, 0, 0, 0) url("../images/portfolio_bg.jpg") no-repeat scroll 0 0; */
    background-size:cover;
    position:relative;
    padding-bottom: 60px;

}
#portfolio::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    /* background: rgba(255,203,15,0.85); */
    top:0;
    left:0;
}
.portfolio_area{
  position:relative;
}
.portfolio_area h2 {
    margin: 65px 0 34px;
}

/* Portfolio filters */

.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: #008080 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: 30px;
    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 #008080;
    background:transparent;
    color:#008080;
}

/* 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: #ffcb0f 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 {
    font-family: "futura_ltbold",sans-serif;
    margin: 10px 0 45px;
    text-transform: uppercase;
}
/* sevices tabs */
.nav.nav-tabs li.active a{
  background: #008080;
  color: #fff;
}
.nav.nav-tabs li.active a::after{
  top: 100%;
	width: 0;
	height: 0;
	left: 50%;
	z-index: 2;
	content: "";
	display: block;
	margin-top: -27px;
  transform: rotate(45deg);
	position: absolute;
	border-left: 20px solid transparent;
	border-top: 20px solid transparent;
	border-bottom: 20px solid #008080;
}
.services-dropdown{
  width: 181px;
  position: absolute;
}
.services-dropdown li {
  padding:10px 0 !important;
}
.service-gallary img{
  margin-top:10px;
  border-bottom: 1px solid gray;
}
/* End of services page */

/* Start Contact Page */

.contact-form input, textarea{
  margin: 26px 0;
  border-radius: 1px;
}
.container-contact p{
  margin: 30px 0;
  font-size: 23px;


}
.contact-ul li{
  margin: 40px 0;
}
.contact-ul li span{
  font-size: 20px;
}
.contact-btn{
  background: #008080;
  color: white;
  font-weight: bold;
  font-size: 15px;
  margin-top: 0 !important;
}
/* Gallary Section */
.gallary-fluid{
  background: #98cefa8a none repeat scroll 0 0;

}
.gallary-fluid .gallary-section{
  padding-bottom: 100px;
}
.gallary-section .col-md-4 h3{
  margin: 20px 0 0 0;

}
.gallary-img{
  overflow: hidden;
  height: auto;
}
.gallary-img:hover{
  background: #111111;
}
.gallary-section .col-md-4 .gallary-img:hover img, .gallary-section .col-md-4 .gallary-img:focus img{
  transform: scale(1.1);
  transition: all ease 1s;
  opacity: 0.5;
}
.gallary-section .col-md-4 .gallary-img:hover a, .gallary-section .col-md-4 .gallary-img:focus a{
  display: block;
}
.gallary-section .col-md-4 .gallary-img a{
  position: absolute;
  font-size: 30px;
  background: #008080;
  transition: all ease 1s;
  color: white;
  height: 60px;
  width: 60px;
  padding: 15px 0 0 18px;
  top:30%;
  left: 40%;
  border-radius: 5px;
  display: none;
}
.gallary-section .col-md-4 .gallary-img a:hover, .gallary-section .col-md-4 .gallary-img a:focus{
  background: transparent;
  border: 1px solid #fff;
  color: #ffffff;
}
.gallary-section .col-md-4 p{
  margin: 10px 0 0 0;
  line-height: normal;
}


/* Contact form */
#contact_form {
    background: #20b2aa /*#358792*/ none repeat scroll 0 0;
    padding:27px 0 32px;
    border-top:2px solid #008080;
}
#contact_form h2 {
    margin: 20px 0 0;
    color:#ffffff;
}
#contact_form .second_heading {
    font-size: 40px;
    font-family: "futura_ltbook",sans-serif;
    margin:10px 0;
}
#contact_form form.form-inline {
    padding-right: 27px;
}
#contact_form .form-inline .form-control {
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    height: 45px;
    margin: 8px;
    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 cyan;
    box-shadow: 0px 0px 5px 1px cyan;
}
#contact_form .btn.submit_btn {
    background: #363e45 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform:uppercase;
    height: 45px;
    width: 120px;
    border-radius: 10px;
    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: #555 none repeat scroll 0 0;
}

/* Footer */
footer {
    background: url(../images/footer_bg1.jpg)no-repeat;
    background-size:cover;
    position:relative;
    padding-top:45px;
}
footer::before {
    background: rgba(1, 10, 0, 0.33) none repeat scroll 0 0;
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
footer::after {
    background: rgba(11, 54, 90, 0.6) 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 {
    margin-top: 75px;
}
.footer_item > h4 {
    color: #fff;
    font-family: "futura_ltbook",sans-serif;
    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: 200px;
}
.list-inline.footer_social_icon {
    margin: 32px 0 0;
}
.footer_social_icon .fa {
    background: #cca417 none repeat scroll 0 0;
    border-radius: 100%;
    font-size: 20px;
    height: 45px;
    padding: 12px;
    text-align: center;
    width: 45px;
}
.footer_social_icon li a{
  color: #111;

}

.footer_item .footer_social_icon .fa:hover,.footer_item .footer_social_icon .fa:focus {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
}
/* Footer Explore */

.footer_menu .fa {
    font-size: 10px;
    margin-right: 18px;
}
.list-unstyled.footer_menu > li {
    padding: 4px 0;
}
/* 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: 14px 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: 25px 0 18px;
    margin-top:55px;
}
.white-color{
  color: #fff;
}
.foot-cont-ico{
  font-size: 25px !important;
}
.footer_bottom a {
    color: #ffcb0f;
}
.footer_bottom a:hover,.footer_bottom a:focus {
    color: #d7a300;
}
/* 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;
    }
    .home .carousel {
        position: relative;
        height: 500px;
        display: inline-block;
    }
    .home .carousel .item img{
        width:100%;
        height: 500px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 740px;
    }
    .about_content {
        margin-right: 50px;
    }
    .services-dropdown{
      width: 100%;
      text-align: center;
    }


}

@media (max-width: 1199px) {
    h1 {
        font-size: 50px;
        line-height: 55px;
    }
    h2 {
        font-size: 25px;
    }
    .home .carousel {
        position: relative;
        height: 400px;
        display: inline-block;
    }
    .home .carousel .item img{
        width:100%;
        height: 400px;
    }
    .carousel > .item > a > img, .carousel-inner > .item > img {
        height: 550px;
    }

    .about_banner > img {

    }
    .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;
    }
    .services-dropdown{
      width: 100%;
      text-align: center;
    }
}

@media (max-width: 991px) {
    .list-inline.info > li {
        padding: 0 12px 0 0;
    }
    .carousel-caption > h1{
      font-size: 40px;
      width: 100%;
    }
    .list-inline.social_icon > li {
        padding: 0 2px;
    }
    nav.navbar.bootsnav .navbar-header {
        padding: 0;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 32px;
    }
    .attr-nav {
        right: 25px;
        top: 15px;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 12px 0;
    }
    .container.about_bg {
        background-position: bottom 100px center;
    }
    .home .carousel {
        position: relative;
        height:auto;
        display: inline-block;
    }
    .home .carousel .item img{
        width:100%;
        height: 300px;
    }
    .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;
    }
    .services-dropdown{
      width: 100%;
      text-align: center;
    }
     .service-gallary img{
          height: auto;
        }
        #contact_form .form-inline textarea.form-control {
    width: 100% !important;
    resize:none;
        }


}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 35px;
    }
    .carousel-caption > h1{
      font-size: 35px;
      width: 100%;
    }
    .list-inline.info {
        width: 60%;
    }
    .list-inline.social_icon {
        width: 40%;
        text-align: right;
    }
    nav.navbar.bootsnav .navbar-toggle {
        margin-left: 15px;
    }
    .home .carousel {
        position: relative;
        height: auto;
        display: inline-block;
    }
    .home .carousel .item img{
        width:100%;
        height: 250px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 450px;

    .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-top: 10px;
    }
    #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 {
        float: left;
        margin: 0;
        width: 145px;
    }
    .services-dropdown{
      width: 100%;
      text-align: center;
    }
    .service-gallary img{
      height: auto;
    }
    #contact_form .form-inline textarea.form-control {
    width: 100% !important;
    resize:none;
        }


}

@media (max-width: 479px) {
    h1 {
        font-size: 30px;
        line-height: 32px;
    }
    h3 {
        font-size: 17px;
    }
    .carousel-caption > h1{
      font-size: 30px;
      width: 100%;
    }
    .list-inline.info {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .list-inline.info > li {
        padding: 0 8px;
    }
    .list-inline.social_icon {
        text-align: center;
        width: 100%;
        padding: 0 8px;
    }
    .home .carousel {
        position: relative;
        height: auto;
        display: inline-block;
    }
    .home .carousel .item img{
        width:100%;
        height: 230px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 420px;
    }
    .btn.know_btn {
        font-size: 14px;
        padding: 8px 14px;
    }
    .about_content > h3 {
        font-size: 24px;
    }
    #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;
    }
    .services-dropdown{
      width: 100%;
      text-align: center;
    }
    .container-contact p{
      font-size: 20px;
    }
    .service-gallary img{
      height: auto;
    }
    #contact_form .form-inline textarea.form-control {
    width: 100% !important;
    resize:none;
        }
}
