/* General styles */
body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-color: #fafafa;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
    font-family: 'Source Sans Pro', sans-serif !important;
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
}
.srvc h3 {
    margin: 10px 0px 0px 0px;
    color: #ea0597;;
    font-size: 12px;
}
.services-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.services-row .services-col {
    width: 25%;
    padding: 15px;
}
#overflowTest {
  background: #ffffff;
  padding: 15px;
  width: 100%;
  height: 400px;
  overflow: scroll;
  border: 1px solid #a2ceea;
  margin-bottom: 15px;
  text-align: justify;
}
.kg {
    text-align: justify;
    margin-bottom: 20px;
    color: #2f3237;
    font-size: 15px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Arial, sans-serif;
}
.kg h3 {
    color: #009bff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.gallery h4 {
    margin: 10px 0px 0px 0px;
    color: #3a589b;
    font-size: 13px;
    font-family: 'futura_ltbold', sans-serif;
    font-weight: bold;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 136px;
  margin-bottom: 5px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 0px;
  text-align: center;
}
.click {
  background-color: #4CAF50; /* Green */
  border: none;
  color: #000000;
  padding: 16px 23px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  margin-top: 20px;
}
.click1 {
  background-color: transparent; 
  color: #ffffff;
  border: 3px solid #ffffff;
}

.click1:hover {
  background-color: #fff;
  color: #000000;

}
.button {
  background-color: #337ab7; /* Green */
  border: none;
  color: white;
  padding: 1px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 6px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 6px;
  margin-left: 16PX;
  margin-top: 10px;
}
.button2 {
  background-color: #337ab7; 
  color: #ffff; 
  border: 2px solid #008CBA;
  border-radius: 6px;
}

.button2:hover {
  background-color: #2230a4;
  color: white;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    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 {max-width: 100%;}

/* 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: #3a589b;
    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: 40%;
    top: 50%;
    height: 100px;
    width: 100%;
    /*margin-top: -25px;
    margin-left: -75px;*/
}
.object{
    /*width: 8px;
    height: 50px;*/
    margin-right:5px;
    /*background-color: #FFF;*/
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    -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: #3a589b 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: #fff;
    font-family: 'futura_ltbook', sans-serif;
}
.list-inline.info a:hover,.list-inline.social_icon a:hover {
    color: #fff;
    font-weight: bold;
}
.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: #fafafa none repeat scroll 0 0;
    border: 0 none;
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #3a589b;
    font-weight: bold;
    text-transform: uppercase;
}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus {
    color: #aaa;
}
.navbar-brand {
    height: auto;
    /*padding: 20px 15px;*/
padding: 10px;
}
#navbar-menu {
    margin: 6px 0;
}
.nav.navbar-nav.menu {
    float: right;
    margin: 25px 0px;
}
.attr-nav {
    margin: 16px -10px 0 0;
}
.attr-nav > ul > li > a {
    color: #3a589b;
    font-size: 20px;
}
.attr-nav > ul > li > a:hover,.attr-nav > ul > li > a:focus {
    color: #d7a300;
}
/* Carousel */
.home .carousel {
    position: relative;
    height: 700px;
    display: inline-block;
}
.home .carousel .item img{
    width:100%;
    height: 700px;
}
/*.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 {
    left: 7%;
    right: 7%;
    top: 70px;
}
.carousel-caption h1 {
    color: #fff;
    margin-bottom:20px;
}
.carousel-caption h1.second_heading {
    color:#3a589b;
    margin-bottom:35px;
}
.carousel-caption > h3 {
    color: #fff;
    font-family: "futura_ltbook",sans-serif;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 30px;
    text-transform: inherit;
}
.carousel-caption > p {
    font-size: 23px;
    line-height: 28px;
}
.btn.know_btn {
    background: #3a589b none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    font-family: "futura_ltbold",sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border:1px solid transparent;
}
.carousel-caption .btn.know_btn {
    margin-top: 64px;
}
.carousel-caption .btn.know_btn:last-child {
    margin-left: 20px;
}
.btn.know_btn:hover,
.btn.know_btn:focus {
    background: transparent;
    color:#3a589b;
    border:1px solid #3a589b;
}




.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:#3a589b;
}
.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: url(../images/about_bg.png)no-repeat right;
}

/*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 #3a589b, 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;
}
.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: 102px;
    border-bottom:2px solid #3a589b;
}
#portfolio::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    background: rgba(255,203,15,0.85);
    top:0;
    left:0;
}
.portfolio_area{ position:relative;color:#fff;}
.portfolio_area h2 {
    color: #fff;
    margin: 65px 0 34px;
}
/* Portfolio filters */
#filters {
    margin: 52px 0 38px;
}
#filters > button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 18px;
    outline: 0 none;
    padding: 6px 17px 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#filters > button:hover {
    border: 1px solid #282828;
    color: #282828;
}
#filters > button.is-checked {
    background: #282828;
}
#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: #3a589b 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 #3a589b;
    background:transparent;
    color:#3a589b;
}

/* 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: #3a589b 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;
}

/* Contact form */
#contact_form {
    background: #fedb5d none repeat scroll 0 0;
    padding:27px 0 32px;
}
#contact_form h2 {
    margin: 20px 0 0;
    color:#73757e;
}
#contact_form .second_heading {
    font-size: 40px;
    font-family: "futura_ltbook",sans-serif;
    margin:8px 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 #3a589b;
    box-shadow: 0px 0px 5px 1px #3a589b;
}
#contact_form .btn.submit_btn {
    background: #73757e 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_bg.jpg)no-repeat;*/
    background-color: #3a589b;
    background-size:cover;
    position:relative;
}
/*footer::before {
    background: rgba(255, 255, 255, 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(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 {
    margin-top: 25px;
}
.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: #3a589b none repeat scroll 0 0;
    border-radius: 100%;
    color: #222;
    font-size: 20px;
    height: 45px;
    padding: 12px;
    text-align: center;
    width: 45px;
}
.footer_item .footer_social_icon .fa:hover,.footer_item .footer_social_icon .fa:focus {
    background: #d7a300 none repeat scroll 0 0;
}
/* 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: 10px 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: 10px 0 3px;
}
.footer_bottom a {
    color: #3a589b;
}
.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;}
    .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: 22px;
        line-height: 55px;
        color: #fff;
    }
    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 10px;
    }
    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;
    }
    .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;
    }


}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        line-height: 35px;
    }
    .list-inline.info {
        width: 60%;
    }
    .list-inline.social_icon {
        width: 40%;
        text-align: right;
    }
    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-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;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 35px;
        line-height: 55px;
    }
    h3 {
        font-size: 17px;
    }
    .list-inline.info {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .list-inline.info > li {
        padding: 0 8px;
        padding-bottom: 12px;
    }
    .list-inline.social_icon {
        text-align: center;
        width: 100%;
        padding: 0 8px;
    }
    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        height: 420px;
    }
    .carousel-caption {
        top: 5px;
    }
    .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: 24px;
    }
    .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;
    }


}
.serviceBox{text-align: center;margin-top: 60px;position: relative;z-index: 1; margin-bottom: 21px; border-radius: 30px;}
.serviceBox .service-icon{width: 130px;height: 130px;border-radius:50%;background: #fffbfb;margin: 0 auto;position: absolute;top: -50px;left: 0;right: 0;z-index: 1;transition: all 0.3s ease-out 0s;}
.serviceBox .service-icon span{display: inline-block;width: 120px;height: 120px;line-height: 70px;border-radius:50%;background: #727cb6;font-size: 30px;color: #fff;margin: auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0;transition: all 0.3s ease-out 0s;}
.serviceBox .service-icon span i{transition: all 0.3s ease-out 0s;}
.serviceBox .service-content{border: 1px solid #e7e7e7;border-radius: 3px;padding: 17% 15px 7% 15px; position: relative;border-radius: 25px;}
.serviceBox .service-content:before{content: "";display: block;width: 80px;height: 80px;border-radius: 3px;margin: 0 auto;position: absolute;top: -37px;left: 0;right: 0;z-index: -1;transition: all 0.3s ease-out 0s;}
.serviceBox .title{font-size: 30px;font-weight: 500;color: #ffffff;text-transform: uppercase;margin: 0 0 10px 0;position: relative;transition: all 0.3s ease-out 0s; -webkit-text-stroke: 1px;-webkit-text-stroke-color:#e6e1c0}
.serviceBox .description{font-size: 16px;font-weight: 500;line-height: 24px;margin-bottom: 0;color: #ffffff;}
.serviceBox .read-more{display: block;
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 0 auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0; 
    transition: all 0.3s ease-out 0s;
    background: #3a589b;
    border: 0px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;}
.serviceBox .read-more:hover{color: #fff;text-decoration: none;}
.bg{
    background: url(../images/slider_img.jpg);
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hm-bg{
    background: url(../images/slider_img.jpg);
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hm-city{
    /*background: url(../images/leicester.png);*/
    _height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hm-city .row {
    margin-right: 0;
}
.city-map {
    padding-bottom: 50px;
    position: relative;
    height:450px;
}

.inner-page{
    color: #fff;
    margin: auto;
    padding-top: 70px;
    text-align: center;
    width: 50%;
}
.inner-page ul{
    padding: 0;
}
.inner-page li {
    display: inline;
    margin: 0 10px;
    position: relative;
}
.inner-page li::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: -15px;
}
.inner-page a {
    color: #fff;
}
.inner-page h3 {
    background: rgba(0, 0, 0, 0) url(../images/tiltle-brkw.png) no-repeat scroll center bottom;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 35px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding-bottom: 40px;
}
.inner-bg{
    color: #000000;
    margin: auto;
    padding-top: 110px;
    text-align: center;
    width: 75%;
}
.inner-bg ul{
    padding: 0;
}
.inner-bg li {
    display: inline;
    margin: 0 10px;
    position: relative;
}
.inner-bg li::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: -15px;
}
.inner-bg a {
    color: #000000;
}
.inner-bg h3 {
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 35px;
    letter-spacing: 1.2px;
    padding-bottom: 0px;
}
.models-box, .services-box, .return-box{
    margin: 30px 0px;
}
.mdl, .srvc, .dlvr, .rtrn{
    border: 1px solid #e4e4e4;
    text-align: center;
    padding: 6px 6px;
}
.mdl h4, .dlvr h4, .rtrn h4{
    margin: 10px 0px 0px 0px;
    color: #3a589b;
    font-size: 14px;
}
.srvc h4{
    margin: 10px 0px 0px 0px;
    color: #3a589b;
    font-size: 12px;
}
:root{
    --white: #fff;
    --gr-color1: #FACC1E;
    --gr-color2: #FF7924;
    --gr-color3: #00C0A7;
    --gr-color4: #00E97C;
    --gr-color5: #FC4365;
    --gr-color6: #FE6229;
    --gr-color7: #009AFC;
    --gr-color8: #E75A7D;
}
.serviceBox1{
    background-color: var(--white);
    font-family: 'Niramit', sans-serif;
    text-align: center;
    margin: 30px 15px;
    border: 1px solid transparent;
    box-shadow: -5px -5px 0 0 rgba(0,0,0,0.1);
    position: relative;
    border-radius: 10px;
    height: 310px;
}
.serviceBox1 .service-icon1{
    color: var(--white);
    /*background: linear-gradient(45deg,var(--gr-color1),var(--gr-color1),var(--gr-color2));*/
    background: url('../images/kgn1.jpg');
    font-size: 60px;
    line-height: 120px;
    height: 120px;
    width: 120px;
    margin: -35px auto 20px;
    border-radius: 50%;
    text-shadow: 0 0 2px #333;
    box-shadow: 0 0 0 7px var(--white) inset, 0 0 0 5px var(--gr-color7);
}
.serviceBox1:hover .service-icon1{
    text-shadow: 0 0 2px #333;
    box-shadow: 0 0 0 7px var(--white) inset, 0 0 0 6px #3a589b;
}
.serviceBox1 .description{
    color: #666;
    font-size: 15px;
    line-height: 25px;
    padding: 0 10px 10px;
    text-align: justify;
}
.serviceBox1 .title1{
    color: #3a589b;
    /*background: linear-gradient(45deg,var(--gr-color2),var(--gr-color2),var(--gr-color1),var(--gr-color1));*/
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    /*padding: 15px 0;*/
    padding: 0px;
    margin: 0 -15px 5px;
    display: block;
    position: relative;
}
.serviceBox1.green1 .service-icon1{
    /*background: linear-gradient(45deg,var(--gr-color3),var(--gr-color3),var(--gr-color4));*/
    background: url('../images/kgn2.jpg');
    text-shadow: 0 0 2px #333;
    box-shadow: 0 0 0 7px var(--white) inset, 0 0 0 5px var(--gr-color7);
}
.serviceBox1.green1:hover .service-icon1{
    box-shadow: 0 0 0 7px var(--white) inset, 0 0 0 6px #3a589b;
}
.serviceBox1.pink1 .service-icon1{
    /*background: linear-gradient(45deg,var(--gr-color5),var(--gr-color5),var(--gr-color6));*/
    background: url('../images/kgn3.jpg');
    text-shadow: 0 0 2px #333;
    box-shadow: 0 0 0 7px var(--white) inset, 0 0 0 5px var(--gr-color7);
}
.serviceBox1.pink1:hover .service-icon1{
    box-shadow: 0 0 0 7px var(--white) inset, 0 0 0 6px #3a589b;
}
.serviceBox1.blue1 .service-icon1{
    /*background: linear-gradient(45deg,var(--gr-color7),var(--gr-color7),var(--gr-color8));*/
    background: url('../images/kgn4.jpg');
    text-shadow: 0 0 2px #333;
    box-shadow: 0 0 0 7px var(--white) inset, 0 0 0 5px var(--gr-color7);
}
.serviceBox1.blue1:hover .service-icon1{
    box-shadow: 0 0 0 7px var(--white) inset, 0 0 0 6px #3a589b;
}
/*.serviceBox1 .title1:before,
.serviceBox1 .title1:after{
    content: '';
    background: linear-gradient(45deg, transparent 49%, #a5480e 50%);
    height: 15px;
    width: 14px;
    position: absolute;
    left: 0;
    top: 100%;
}
.serviceBox1 .title1:after{
    background: linear-gradient(225deg, transparent 49%, #a5480e 50%);
    top: auto;
    bottom: 100%;
    left: auto;
    right: 0;
}
.serviceBox1.green1 .title1{
    background: linear-gradient(45deg,var(--gr-color3),var(--gr-color3),var(--gr-color4),var(--gr-color4));
}
.serviceBox1.green1 .title1:before{
    background: linear-gradient(45deg, transparent 49%, #057264 50%);
}
.serviceBox1.green1 .title1:after{
    background: linear-gradient(225deg, transparent 49%, #08894b 50%);
}
.serviceBox1.pink1 .title1{
    background: linear-gradient(45deg,var(--gr-color5),var(--gr-color5),var(--gr-color6),var(--gr-color6));
}
.serviceBox1.pink1 .title1:before{
    background: linear-gradient(45deg, transparent 49%, #a80624 50%);
}
.serviceBox1.pink1 .title1:after{
    background: linear-gradient(225deg, transparent 49%, #ad350a 50%);
}
.serviceBox1.blue1 .title1{
    background: linear-gradient(45deg,var(--gr-color7),var(--gr-color7),var(--gr-color8),var(--gr-color8));
}
.serviceBox1.blue1 .title1:before{
    background: linear-gradient(45deg, transparent 49%, #0d6ca8 50%);
}
.serviceBox1.blue1 .title1:after{
    background: linear-gradient(225deg, transparent 49%, #a30d30 50%);
}*/
@media only screen and (max-width:990px){
    .serviceBox1{ margin: 40px 10px 60px; }
}
.repair-box{
    background: #3a589bc4;
    padding: 30px 0px;
    margin-top:-11px;
}
.hd{
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}
.hd h3{
    color: #fff;
    font-weight: bold;
    font-size: 32px;
}
.hd p{
    color: #fff;
}
.dropdown, .apple-dropdown, .samsung-dropdown, .mother-dropdown{
    display: none;
}
.phn:hover .dropdown{
    display: block;
    z-index: 9999;
    position: absolute;
    background: #3a589b;
    padding: 0px;
    width: 150px;
    margin-top: -25px;
    border-radius: 10px;
}
.app:hover .apple-dropdown{
    display: block;
    z-index: 9999;
    position: absolute;
    background: #727cb6;
    padding: 0px;
    width: 200px;
    margin-top: -30px;
    margin-left: 138px;
    height: 80px;
    overflow: overlay;
    text-align: center;
    border-radius: 10px;
}
.sam:hover .samsung-dropdown{
    display: block;
    z-index: 9999;
    position: absolute;
    background: #727cb6;
    padding: 0px;
    width: 200px;
    margin-top: -30px;
    margin-left: 138px;
    height: 100%;
    overflow: overlay;
    text-align: center;
    border-radius: 10px;
}
.mother:hover .mother-dropdown{
    display: block;
    z-index: 9999;
    position: absolute;
    background: #727cb6;
    padding: 0px;
    width: 200px;
    margin-top: -30px;
    margin-left: 138px;
    height: 80px;
    overflow: overlay;
    text-align: center;
    border-radius: 10px;
}
.dropdown li{
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
}
.dropdown a{
    color: #fff;
    font-size: 13px;
}
#model a {
    text-align: center;
}
#model img{
    height: 175px;
    width: auto;
    display: inline-block;
    max-width: 100%;
}
.srvc img{
    height: 100px;
    width: auto;
    display: inline-block;
    max-width: 100%;
}
.srvc{
    margin-bottom:10px;
}
.mdl{
    margin-bottom: 10px;
}
.mn{
text-align: center;
}
#why article{
    position: relative;
    padding-left: 180px;
    padding-right: 75px;
    height: 150px;
    margin-bottom: 30px;
    background-color: #242a3d;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    cursor: pointer;
    border: 2px solid #3a589b;
}
#why .img-wrapper{
    position: absolute;
    top: -10px;
    left: -10px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #CDE;
    padding: 10px;
    z-index: 1000;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#why img{
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 150px;
}
#why h1{
    height: 60px;
    /* line-height: 75px; */
    font-size: 24px;
    border-bottom: 2px solid #CDE;
    color: #428bca;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 10px;
}
#why p{
    color: #fff;
    text-align: justify;
}
#why article:hover .img-wrapper {
    padding: 5px;
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
.del-title, .trm-title{
    color: #3a589b;
}
.logo{
width: 160px;
}
.hm h1{
    background: none;
    padding-top: -14px;
    padding-bottom: -5px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 20px #3a589b;
    font-size: 50px;
    text-transform:uppercase;
}
.hm h3{
    background: none;
    padding-top: 13px;
    padding-bottom: 0px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 20px #3a589b;
    font-size: 50px;
}
.contact form {
    float: left;
    margin-top: 25px;
}
.contact form .lable {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.contact form input[type="text"], .contact form input[type="email"], textarea {
    border: 1px solid #040a2c;
    color: #040a2c;
    float: left;
    margin-bottom: 20px;
    padding: 8px 10px;
    width: 100%;
}
.contact input[type="submit"] {
    background: #040a2c none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 50px;
    text-transform: uppercase;
}
.contact ul {
    padding: 0;
}
.contact li {
    display: list-item;
    list-style: outside none none;
    margin-bottom: 20px;
}
.contact span {
    margin-right: 10px;
}
.frst{
background: url('../images/iphone-ipad.jpg');
background-size: cover;
max-width:100%;
height:auto;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
}

.green{
background: url('../images/Samsung_new_mdel.jpg');
background-size: cover;
max-width:100%;
height:auto;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
}
.yellow{
background: url('../images/other_model.jpg');
background-size: cover;
max-width:100%;
height:auto;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
}
.pink{
background: url('../images/unlokin_phone.jpg');
background-size: cover;
max-width:100%;
height:auto;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
}
.orange{
background: url('../images/iphone_logi_ board.jpg');
background-size: cover;
max-width:100%;
height:auto;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
}
.blue{
background: url('../images/recycle_new_img.jpg');
background-size: cover;
max-width:100%;
height:auto;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center;
}
.fa-apple{
    font-size: 90px;
    margin-top: 15px;
}
.fa-mobile{
font-size: 115px;
}
.fa-lock{
font-size: 103px;
margin-top: 9px;
}
.fa-list-alt{
font-size: 80px;
margin-top: 22px;
}
.fa-recycle{
font-size: 90px; 
margin-top: 19px;
}
.features-box{
 background: #fafafa;
padding: 0px 0px 30px 0px;
}
#delivery{
 background: #3a589b26;
padding: 30px 0px;
}
.dlvr img{
    border-radius: 30px;
}
#details h2{
    text-align: center;
    color: #3a589b;
}
#details li{
list-style-type: none;
}
#details .fg{
padding-inline-start: 20%;
}
#details .fg1{
display: block;
position: absolute;
}
.date-time h3{
    margin: 5px 0px; 
}
.cnt{
    font-size: 10px;
    font-weight: 400;
}
#details{
    background: #3a589b26;
}
.thnk .inner-page {
    background-color: #3a589b96;
    border-radius: 15px;
    padding: 30px 0px;
    width: 80%;
}
.thnk h4{
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}
.thnk h5{
    color: #eee;
    font-size: 18px;
}
.thank .frst, .thank .green, .thank .orange, .thank .blue{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.thank .service-content{
    padding: 34% 15px 14% 15px !important;
    height: 240px !important;
}
.footer_bottom span{
    color: #3a589b;
    font-weight: bold;
}
.sbmt{
    float: right;
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
.serviceBox {
    margin-bottom: 25%;
}

.serviceBox .service-content {
    padding: 30% 15px 15% 15px;
}
.inner-page{
    width: 100%;
}
.hm h3 {
    font-size: 35px;
}
.inner-page h3{
    font-size: 35px;
}
.phn:hover .dropdown, .app:hover .apple-dropdown, .sam:hover .samsung-dropdown, .mother:hover .mother-dropdown{
    width: 100%;
    margin: 0px;
    position: relative;
    border-radius: 10px;
}
.serviceBox1{
    height: 100%;
}
#details .fg1{
    position: relative;
}
#details .fg {
    padding-inline-start: 20px;
}
#details h3{
    font-size: 20px;
}
.features-box{
    padding: 0px;
}
.repair-box{
    padding-top: 30px;
    padding-bottom: 0px;
}
#why article{
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
}
#why .img-wrapper{
    position: relative;
    background: none;
    left: 0px;
    top: 0px;
}
#why h1{
    height: 60px;
}
#why p {
    padding: 0px 10px;
    text-align: justify;
}
#model img {
    height: 150px;
    width: auto;
}
}

img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}
@media only screen and (max-width: 767px) {
h1 { font-size: 35px !important; }
}
@media only screen and (min-width: 200px) and (max-width: 670px) {
 
.logo {
    max-width:105px;
    max-height:80px;
    
}
.main-header {height:130px;}

.h2.sub {
	color: #009bff;
	font-size: 24px;
	text-align: center;
}
.ul.blank {
	list-style-type: none;
	overflow: auto;
	padding-left: 0px;
}
.body {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #4A535F;
    font-size: 16px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
.inner-bg h3 {
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 25px;
    letter-spacing: 1.2px;
    padding-bottom: 40px;
    margin-top: -25px;
}
 .inner-bg a {
        margin-bottom: 20px;
        display: inline-block;
    }
    .bg{
    height: 300px;
  
}
}

.keyword-img {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .hm-city .row {
        margin-right: 0px;
    }
@media only screen and (max-width:991px) {
    nav.navbar.bootsnav .navbar-collapse.collapse.show {
        display: block!important;
        position: absolute;
        left: 0;
        z-index: 2;
        width: 100%;
        background: #fff;
        margin: 0!important;
    }
    nav.navbar.bootsnav .navbar-collapse.collapse {
        position: absolute;
        left: 0;
        z-index: 2;
        width: 100%;
        background: #fff;
        margin: 0!important;
    }
    .inner-bg {
        padding-bottom: 25px;
    }
.kg {
    text-align: justify;
    margin-bottom: 20px;
    color: #2f3237;
    font-size: 15px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Arial, sans-serif;
}
.kg h3 {
    color: #009bff;
    font-weight: bold;
    font-size: 15px;
    margin-top: -30px;
    margin-bottom: 10px;
    text-align: center;
}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .click1 {
        margin-bottom: 20px;
    }
    .serviceBox .title {
        padding-top: 26px;
    }
    .serviceBox .description {
        margin-bottom: 15px;
    }


}
@media only screen and (max-width: 990px){
.services-row .services-col {
    width: 50%!important;
    padding: 15px;
}
}