@font-face {
  font-family: avanth;
  src: url(../fonts/avanth.otf);
}

@font-face {
  font-family: helvetica;
  src: url(../fonts/helvetica/HelveticaNeue.ttf);
}

@font-face {
  font-family: helvetica-md;
  src: url(../fonts/helvetica/HelveticaNeue Medium.ttf);
}

@font-face {
  font-family: helvetica-bold;
  src: url(../fonts/helvetica/Helvetica Neu Bold.ttf);
}




html,
body {
    margin: 0;
    font-size: 100%;
    /*font-family: 'helvetica', sans-serif;*/
    background: #fff;
    width: 100%;
    height: 100%;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
        font-family: 'helvetica', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 300;
        font-family: 'avanth';
}

p {
    margin: 0;
    font-size: 0.9em;
    color: #777777;
    line-height: 1.9em;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'helvetica-bold', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

/*--/header --*/

/*--/navbar--*/

.navbar {
    padding: 0em 0em;
}

a.navbar-brand {
    font-size: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    color: #fff;
    text-transform: uppercase;
}

.navbar-light .navbar-brand {
    color: #fff;
    font-family: 'avanth', sans-serif;
}

.logo i {
    color: #ff6a00;
    text-shadow: none;
}

li.nav-item {
    margin: 0 1px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0em 3.1em;
    color: #39aaff;
    background: transparent;
    font-size: 1em;
    letter-spacing: 1px;
    font-family: 'avanth', sans-serif;border-right: 1px solid #76828c;
    

}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    background: transparent;
    color: #fff;
}

.dropdown-item {
    padding: 0.5em 1.5rem;
    font-size: 0.9em;
    margin: 0;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}

/*---*/

.navbar {
    padding: 0em 2em;
    position: absolute;
    z-index: 9;
    width: 100%;
}

.dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border: 0px;
}


.dropdown-item:hover,
.dropdown-item:focus {
    color: #ff4e00;
    text-decoration: none;
    background-color: #f0f0f1;
}

/*-- //header --*/

input.form-control.mr-sm-2.ser-ch {
    margin-right: 0 !important;
}

.search input[type="search"] {
    outline: none;
    padding: 11px 15px;
    font-size: 13px;
    color: #fff;
    background: none;
    letter-spacing: 2px;
    border: none;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 0;
}

.search button[type="submit"] {
    outline: none;
    padding: 12px 17px;
    font-size: 13px;
    color: #fff;
    background: #ff6a00;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    margin: 0;
    cursor: pointer;
    font-weight: 600;
    border-radius: 0px;
}

.search button [type="submit"]:hover {
    background: #ff6a00;
}

/*--//header --*/

.tooltip-blog {
    position: relative;
    display: inline-block;
}

.tooltip-blog span {
    display: block;
    position: absolute;
    top: -18px;
    left: 13px;
    background: transparent;
    padding: 0.1em 0.8em;
    font-size: 0.7em;
    color: #fff;
    border: 1px solid #ff6a00;
}

.tooltip-blog span::after {
    position: absolute;
    top: 18px;
    left: 32px;
    border-left: 0px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #ff6a00;
    content: " ";
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0;
}

/*--/banner --*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    bottom: 11em;
    z-index: 10;
    text-align: left;
    width: 59%;
    margin: 0 auto;
    padding-bottom: 1.389rem;
    right: auto!important;
    left: 6%!important;
    
    /*font-size: 1.389rem;*/
    max-width: 850px;
}
.carousel-caption p{
    font-family: 'helvetica', sans-serif!important;
    color: #e2e5e8;
    font-size: 20px;
    line-height: normal;
    line-height: 1.3;
    text-align: justify;
    word-spacing: -1px;

}

.carousel-control-prev, .carousel-control-next{
    width: 5%!important;
}

/* Declare heights because of positioning of img element */

.carousel-item {
    height: 50em;
    background-color: #777;
}

.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.bottom-sub-grid.ser {
    margin-top: 1.5em;
    margin-bottom: 0;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

/*--/slider--*/

.carousel-item.item1 {
    background: -webkit-linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23,0), rgba(23, 22, 23, 0)), url(../images/banner/b3.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(../images/banner/b3.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(../images/banner/b3.jpg) no-repeat;
    background: linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23, 0), rgba(23, 22, 23, 0)), url(../images/banner/b3.jpg) no-repeat;
    background-size: cover;
}

.carousel-item.item2 {
    background: -webkit-linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23,0), rgba(23, 22, 23, 0)), url(../images/banner/b2.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23,0), rgba(23, 22, 23, 0)), url(../images/banner/b2.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23,0), rgba(23, 22, 23, 0)), url(../images/banner/b2.jpg) no-repeat;
    background: linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23,0), rgba(23, 22, 23, 0)), url(../images/banner/b2.jpg) no-repeat;
    background-size: cover;
}

.carousel-item.item3 {
    background: -webkit-linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23,0), rgba(23, 22, 23, 0)), url(../images/banner/b1.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23,0), rgba(23, 22, 23, 0)), url(../images/banner/b1.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23,0), rgba(23, 22, 23, 0)), url(../images/banner/b1.jpg) no-repeat;
    background: linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23,0), rgba(23, 22, 23, 0)), url(../images/banner/b1.jpg) no-repeat;
    background-size: cover;
}

.carousel-item.item4 {
    background: -webkit-linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23,0), rgba(23, 22, 23, 0)), url(../images/banner/b4.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23,0), rgba(23, 22, 23, 0)), url(../images/banner/b4.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23,0), rgba(23, 22, 23, 0)), url(../images/banner/b4.jpg) no-repeat;
    background: linear-gradient(rgba(23, 22, 0, 0.8),rgba(23, 22, 0, 0),rgba(23, 22, 23,0), rgba(23, 22, 23, 0)), url(../images/banner/b4.jpg) no-repeat;
    background-size: cover;
}

.carousel-caption h2,
.carousel-caption h3,.carousel-caption h1 {
    font-size: 4em;
    letter-spacing: 2px;
    line-height: 1.4em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

.carousel-indicators {
    bottom: 17%;
    left: 0%;
    cursor: pointer;
}

.bnr-button {
    margin-top: 2em;
}

.carousel-control {
    line-height: 42em;
}

.carousel-indicators li {
    display: inline-block;
    max-width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: 0 8px;
}

.carousel-indicators .active {
    background: #fff;
}

/* Show it is fixed to the top */

button.btn.btn-primary.play {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    outline: none;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    background-color: #ff6a00;
    border: none;
}

button.btn.btn-primary.play:hover {
    background-color: #00C389;
}

/*--//banner --*/

/*--/content --*/

h3.tittle {
    text-align: center;
    font-size: 3em;
    color: #2c363e;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);*/
}

h3.tittle.cen {
    color: #fff;
}

.lead {
    font-size: 1.1em;
    font-weight: 300;
}

.featurette-heading {
    font-size: 46px;
    line-height: 1.4em;
}

/*--/banner-bottom --*/

.banner-bottom {
    padding: 6em 0;
}

.bt-bottom-info h5 {
    font-size: 2em;
    line-height: 1.5em;
    color: #ff6a00;
    margin-bottom: 4em;
}

.inner-sec-wthree {
    /*margin-top: 4em;*/
}

.bottom-sub-grid {
    text-align: center;
    margin: 0 auto;
}

.bt-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #ff6a00;
    text-align: center;
    margin: 0 auto;
}

.bottom-sub-grid span {
    font-size: 2em;
    line-height: 3em;
    color: #fff;
    border-color: rgba(173, 173, 173, 0.45);
}

.bottom-sub-grid:hover a.btn.btn-secondary.view {
    background: #00C389;
}

.bottom-sub-grid:hover .bt-icon {
    background: #00C389;
}

a.btn.btn-secondary.view {
    background: #333;
    color: #fff;
    margin-top: 2em;
    font-size: 0.9em;
    padding: 0.8em 1.5em;
}

.modal-body.video iframe {
    border: none;
    width: 100%;
    min-height: 250px;
}

h5#exampleModalLabel {
    font-size: 1.2em;
}

h4.sub-tittle {
    font-size: 1.2em;
    color: #333;
    letter-spacing: 1px;
    margin: 1em 0;
}

/*--//banner-bottom --*/

.left-img img {
    width: 100%;
}

/*--//content --*/

/*-- /services --*/

.services {
    padding: 7em 0;
}

.icon_info h5 {
    font-size: 1.2em;
    color: #333;
    margin: 1em 0;
    font-weight: 600;
}

.icon_info {
    text-align: center;
}

.icon_info {
    text-align: left;
    padding: 4em 2em;
    border: 3px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: all 0.3s ease-out 0s;
}


/*.grid_info_main i {
    font-size: 2em;
    color: #00C389;
}

.grid_info_main:hover i {
    color: #ff6a00;
}

.grid_info.second {
    margin-top: 1.5em;
}

.grid_info_main.mid img {
    width: 100%;
}
*/
/*-- //services --*/

.style-grids_main {
    margin: 0;
}

.style-image-2 {
    background: url(../images/banner/b1.jpg) no-repeat;
    background-size: cover;
    min-height: 600px;
}

.style-image-2.second {
    background: url(../images/banner/b3.jpg) no-repeat;
    background-size: cover;
    min-height: 600px;
}

.grid_sec_info {
    padding: 8em 6em 6em 6em;
    background: #f5f5f5;
}

.style-grid-2-text_info p {
    margin: 2em 0;
}

.grid_sec_info h3 {
    font-size: 2em;
    line-height: 1.6em;
    font-weight: 400;
}

/*-- stats --*/

.stats_left p {
    font-size: 3em;
    font-weight: 100;
    letter-spacing: 1px;
    color: #fff;
    line-height: 2em;
}

.stats_left h4 {
    font-size: 1.1em;
    color: #f7f7f7;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.stats_left i {
    font-size: 3em;
    color: rgba(34, 34, 34, 0.45);
    margin: 0;
}

.stats_bottom_grid_left img {
    margin: 0 auto;
}

.stats_left.counter_grid {
    background: #037ef3;
}

.stats_left.counter_grid1 {
    background: #f85a40;
}

.stats_left.counter_grid2 {
    background: #30c39e;
}

.stats_left.counter_grid3 {
    background: #ffc845;
}

.stats_left {
    text-align: center;
    float: left;
    width: 25%;
    padding: 4em 1em;
    border-top: none;
    border-bottom: none;
}

.stats_left:nth-child(3) {
    border-right: 0px;
}

.stats_left:nth-child(2) {
    border-left: 0px;
    border-right: 0px;
}

.stats-right-img {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.13)), url(../images/ab1.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ab1.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/ab1.jpg) no-repeat;
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.18)), url(../images/ab1.jpg) no-repeat;
    background-size: cover;
    min-height: 600;
}
/*--//about --*/

.abt-ul li p{
    color: white;
    font-family: 'Catamaran', sans-serif;


}


/*--//about --*/

/*--/Reviews--*/

/*-- testimonials --*/

.reviews_sec {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
    background-size: cover;
    padding: 7em 0;
    background-attachment: fixed;
}

.testimonials_grid {
    text-align: center;
    position: relative;
}

.testimonials_grid img {
    margin: 0 auto;
}

.test_social_pos {
    margin-top: 1em;
}

.social_list1 li {
    display: inline-block !important;
}

.test_social_pos li a {
    color: #fff;
    font-size: 0.9em;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    line-height: 29px;
}

.facebook1 {
    background: #3b5998;
}

.twitter2 {
    background: #1da1f2;
}

.dribble3 {
    background: #ea4c89;
}

.testimonials_grid {
    text-align: center;
}

.testimonials_grid h3 {
    margin: 1em 0 0.5em 0;
    color: #fff;
    font-size: 1.2em;
}

.testimonials_grid h3 span {
    font-weight: 100;
    font-size: 0.9em;
}

.testimonials_grid i {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #f3f0f0;
}

.testimonials_grid p {
    width: 70%;
    margin: 1em auto 0;
    color: #fff;
    line-height: 2em;
    letter-spacing: 1px;
}

.testimonials_grid img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.15);
}

.testimonials_grid {
    margin: 0 auto;
    width: 65%;
}

/*-- //testimonials --*/

/*--responsive--*/

@media(max-width:900px) {


}

@media(max-width:800px) {
    .stats_left p {
        font-size: 2.3em;
    }
}

@media(max-width:768px) {
    .news-right h4,
    .ab_info h4 {
        font-size: 1.7em;
    }

    /*/////////////////////////////////////*/

.broucher-about p {
    
    margin-top: 1px!important;
}

.broucher-about *{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
}

.broucher-about{
    background-color: #197fcc;
    /*margin-top: 30px;*/
}

.broucher-about a{
    background-color: #197fcc;
    /*margin-top: 30px;*/
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.broucher-about h6{
    color: #fff;

}

.broucher-about span{
    background-color: #fff;
        padding-left: 20px;
    padding-right: 20px;
    color: #197fcc!important;
    font-weight: bold;
}


}
/*/////////////////////////////////////*/
@media(max-width:640px) {
    .stats_left {
        text-align: center;
        float: left;
        width: 100%;
    }
    .stats_left:nth-child(2) {
        border-bottom: 0px;
    }
    .stats_left:nth-child(1) {
        border-bottom: 0px;
    }
    .stats_left:nth-child(3) {
        border-bottom: 0px;
    }
}

@media(max-width:576px) {

    .broucher-about h4,.broucher-about .click{
         text-align: center!important;
    }

    .dload p{
            margin-left: 34%;
        
    }

}

/*--//content --*/

/*--about--*/

.banner-inner {
    background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
    background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner3.jpg) no-repeat;
    background-size: cover;
    min-height: 145px;
}

li.breadcrumb-item {
    font-size: 0.9em;
    letter-spacing: 1px;
}

li.breadcrumb-item a {
    color: #333;
}

.breadcrumb-item.active {
    color: #ff6a00;
}

.bt-bottom-info.ab img {
    width: 100%;
}

p.ab-para {
    margin: 2em 0 3em 0;
}

/*--//about--*/

/*-- gallery --*/

.section_1_gallery_grid {
    margin-top: 1em;
}

.w3_section_1_gallery_grid {
    padding: 0 8px;
}

.section_1_gallery_grid1 {
    position: relative;
    background: #edf3f3;
    padding: 6px;
}

.proj_gallery_grid1_pos {
    background: #030605bf;
    bottom: 85px;
    left: 30px;
    opacity: 0;
    padding: 1em;
    position: absolute;
    right: 30px;
    text-align: center;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.proj_gallery_grid1_pos h3 {
    font-size: 1.3em;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

.proj_gallery_grid1_pos p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}

.section_1_gallery_grid:hover .proj_gallery_grid1_pos {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
}

.banner-bottom.gallery {
    padding: 5em 0;
}

p.quia {
    font-size: 1.2em;
    color: #140b05;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.proj_gallery_grid img {
    width: 100%;
}

/*-- //gallery --*/

/*-- /error --*/

.error-404 h4 {
    font-size: 12em;
    font-weight: 300;
    color: #333;
    margin: 0;
    padding: 0;
}

a.b-home {
    background: #202020;
    padding: 0.7em 1.5em;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    margin-top: 1em;
    font-size: 0.9em;
}

a.b-home:hover {
    background: #ff6a00;
}

.error-404 p {
    color: #929090;
    font-size: 1em;
    letter-spacing: 8px;
    margin: 0em 0 2em 0;
}

.error.social-icons {
    margin-bottom: 1em;
}

.error.social-icons a {
    color: #4e4e4e;
}

.error.social-icons a:hover {
    color: #ff3c41;
}

.error-404 {
    text-align: center;
}

.error-404 form {
    margin: 0 auto 2em;
    width: 40%;
    text-align: center;
}

.error-404 form input[type="search"] {
    outline: none;
    border: 1px solid #c4c5c5;
    background: none;
    color: #212121;
    padding: 14px 15px;
    width: 80%;
    float: left;
    font-size: 12px;
    letter-spacing: 5px;
}

button.btn1 {
    color: #fff;
    border: none;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    background: #ff3c41;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 20%;
}

button.btn1:hover {
    background: #ff6a00;
}

.error ul li {
    list-style: none;
    display: inline-block;
}

.error ul li a {
    color: #555;
    margin: 0 5px;
    font-size: 0.9em;
}

@media(max-width:640px) {
    .error-404 h4 {
        font-size: 9em;
    }
}

@media(max-width:600px) {
    .error-404 h4 {
        font-size: 6em;
    }
    a.b-home {
        padding: 0.6em 1em;
        margin-top: 1em;
    }


}

@media(max-width:480px) {
    .error-404 h4 {
        font-size: 5em;
    }
    .error-404 p {
        font-size: 0.8em;
        letter-spacing: 5px;
        margin: 1em 0;
    }
}

/*-- //error --*/

/*--footer--*/

footer {
    padding: 5em 0;
    background-color: #eeeeee;
}

footer h3,
footer h2 {
    font-size: 1.3em;
    color: #848688;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

footer p {
    color: #bfbfbf;
}

footer ul li {
    display: block;
    color: #5f5d5d;
    font-weight: 400;
    font-size: 0.9em;
    margin: 0.7em 0;
}

footer-list i {
    padding-right: 10px;
    color: #ffa41f;
}

footer ul li a {
    color: #5f5d5d;
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding: 5px 0px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

footer ul li a:hover {
    color: #ffa41f;
}

footer ul li.hd {
    color: #30c39e;
}

.footer-heading{
    font-family: 'helvetica', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: solid 1px #197fcc;
    padding-bottom: 5px;
    color: black!important;
}

.newsletter .email {
    background-color: #F4F4F4;
    border: none;
}

.flickr-grid {
    float: left;
    width: 32%;
    margin: 0 0.1em .2em;
}

.flickr-grid a img {
    width: 100%;
    padding: 0.3em;
    border: 1px solid #333333;
}

.newsletter .email {
    outline: none;
    padding: 13px 15px;
    color: #fff;
    font-size: 14px;
    width: 80%;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid #2d2d2d;
}

.newsletter {
    position: relative;
    margin-top: 2em;
}

button.btn1 {
    color: #fff;
    border: none;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    background: #ff6a00;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    cursor: pointer;
    width: 20%;
}

/*--//footer--*/

/*--/copyright--*/

.copyright ul li {
    display: inline-block;
    padding: 0 10px;
}

a.facebook {
    color: #197fcc;
    font-size: 16px;
}

a.facebook:hover {
    color: #848688;
}

.copyrighttop {
    float: right;
}

.copyrightbottom {
    float: left;
}

.copyright {
    background: white;
    color: #848688;
    padding: 1em 0 3.7em 0;
    /*border-top: 1px solid rgba(25, 24, 24, 0.58);*/
}

.copyrightbottom p {
    color: #848688;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
}

.copyrightbottom a {
    color: #197fcc;
    text-decoration: none;
}

.copyrightbottom a:hover {
    color: #848688;
}

.copyrighttop h4 {
    font-size: 0.95em;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    font-size: 0;
    background: url(../images/top_up.png) no-repeat 0px 0px;
}

/*--// copyright-- */

/*--responsive--*/

@media(max-width:1440px) {
    .services,
    .reviews_sec {
        padding: 6em 0;
    }
}

@media(max-width:1366px) {
    .carousel-item {
        height: 48em;
    }
    .carousel-caption {
        bottom: 9em;
        width: 59%;
    }
    .carousel-caption h2,
    .carousel-caption h3,
    .carousel-caption h1 {
        font-size: 3.5em;
        letter-spacing: 2px;
    }
    .style-image-2,
    .style-image-2.second {
        min-height: 530px;
    }
    .banner-bottom,
    .services,
    .reviews_sec {
        padding: 5em 0;
    }
    footer {
        padding: 4em 0;
    }
}

@media(max-width:1280px) {
    .carousel-caption {
        bottom: 8em;
        width: 68%;
    }
    .carousel-caption h2,
    .carousel-caption h3,
    .carousel-caption h1 {
        font-size: 3em;
        letter-spacing: 2px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.3em 1em;
        font-size: 1em;
    }
    a.navbar-brand {
        font-size: 0.9em;
    }
    .carousel-item {
        height: 43em;
    }
    .carousel-indicators {
        bottom: 10%;
        left: 0%;
        cursor: pointer;
    }
    .rect-button{
    padding: 10px 30px 10px 30px;
}

}

@media(max-width:1080px) {
    .carousel-caption {
        bottom: 6em;
        width: 68%;
    }
    .carousel-indicators {
        bottom: 8%;
        left: 0%;
        cursor: pointer;
    }
    .icon_info {
        padding: 3em 1em;
    }
    .grid_sec_info {
        padding: 7em 5em 5em 4em;
    }
    .rect-button{
    padding: 7px 35px 7px 35px;
    }

}

@media(max-width:1024px) {
    a.navbar-brand {
        font-size: 0.8em;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.3em 0.6em;
        font-size: 1em;
    }
     .rect-button{
    padding: 5px 30px 5px 30px;
    }
}

@media(max-width:991px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 0.3em 0.6em;
        font-size: 0.9em;
    }
    .style-image-2,
    .style-image-2.second {
        min-height: 437px;
    }
    .navbar-light .navbar-toggler {
        background: #fff;
        border-radius: 0;
        padding: 0.25rem 0.55rem;
    }
    ul.navbar-nav {
        text-align: left !important;
    }
    .tooltip-blog span {
        display: block;
        position: absolute;
        top: -13px;
        left: 12px;
        background: transparent;
        padding: 0.1em 0.8em;
        font-size: 0.7em;
        color: #fff;
        border: 1px solid #ff6a00;
    }
    #navbarSupportedContent {
        background: #111;
        padding: 1em;
    }
    li.nav-item {
        margin: 0.7em 0px;
    }
    .bt-bottom-info h5 {
        font-size: 2em;
        margin-bottom: 1em;
    }
    .bottom-sub-grid:nth-child(2) {
        margin: 2em 0;
    }
    .grid_info_main.mid {
        margin: 1em 0;
    }
    .footer-grid-w3ls {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .copyrightbottom {
        float: none;
        text-align: center;
    }
    .copyrighttop {
        float: none;
        text-align: center;
        margin-bottom: 0.7em;
    }
    .bt-bottom-info h5 {
        font-size: 2em;
        margin-bottom: 1em;
    }
    .banner-inner {
        min-height: 145px;
    }
    footer {
        padding: 3em 0;
    }

    .rect-button{
    padding: 3px 25px 3px 25px;
    }
}

@media(max-width:900px) {
    .banner-bottom,
    .services,
    .reviews_sec {
        padding: 4em 0;
    }
    .carousel-caption h2,
    .carousel-caption h3,.carousel-caption h1 {
        font-size: 2.5em;
        letter-spacing: 2px;
    }
    .inner-sec-wthree {
        /*margin-top: 2.5em;*/
    }
    .address-right h6 {
        font-size: 1.2em;
        margin-bottom: 0.5em;
    }
    h3.tittle {
        font-size: 2.7em;
    }
    .grid_sec_info {
        padding: 4em 4em 4em 4em;
    }
    .grid_sec_info h3 {
        font-size: 1.5em;
    }
    .proj_gallery_grid1_pos h3 {
        font-size: 1.1em;
    }
    .rect-button{
    padding: 2px 20px 2px 20px;
    }
}

@media(max-width:767px) {
    .carousel-caption h2,
    .carousel-caption h3,.carousel-caption h1 {
        font-size: 2.3em;
        letter-spacing: 2px;
    }
    .testimonials_grid p {
        width: 97%;
        margin: 1em auto 0;
    }
    .address-grid-wthree-agileits:nth-child(1) {
        padding-left: 15px;
    }
    .address-grid-wthree-agileits:nth-child(2) {
        margin: 1em 0;
    }
    .address-grid-wthree-agileits:nth-child(3) {
        padding-right: 15px;
    }
    .rect-button{
    padding: 2px 15px 2px 15px;
    }
}

@media(max-width:667px) {
    .carousel-item {
        height: 38em;
    }
    button.btn.btn-primary.play {
        width: 60px;
        height: 60px;
    }
    .carousel-caption h2,
    .carousel-caption h3,.carousel-caption h1 {
        font-size: 1em;
        letter-spacing: 1px;
    }

    .carousel-caption p {
        font-size: 15px;
    }

    .carousel-item {
        height: 25em;
    }
    .carousel-caption {
        bottom: 4em;
        width: 72%;
    }
    .banner-bottom,
    .services,
    .reviews_sec {
        padding: 2.5em 0;
    }
    .inner-sec-wthree {
        /*margin-top: 1.5em;*/
    }
    h3.tittle {
        font-size: 2em;
    }
    .blog_info h5 a {
        font-size: 0.9em;
    }
    .testimonials_grid {
        margin: 0 auto;
        width: 80%;
    }
    footer {
        padding: 2em 0;
    }
    .style-image-2,
    .style-image-2.second {
        min-height: 352px;
    }
    .rect-button{
    padding: 2px 10px 2px 10px;
    }
}

@media(max-width:640px) {
    .bt-bottom-info h5 {
        font-size: 1em;
        margin-bottom: 1em;
    }
    .carousel-caption h2,
    .carousel-caption h3,.carousel-caption h1 {
        font-size: 1.8em;
        letter-spacing: 1px;
    }

    .carousel-caption h1 {

        font-size: 15px;
        
    }
    .grid_sec_info {
        padding: 2em 2em;
    }
    .testimonials_grid {
        margin: 0 auto;
        width: 100%;
    }
    .rect-button{
    padding: 2px 5px 2px 5px;
    }

}

@media(max-width:600px) {
    .carousel-caption {
        position: absolute;
        right: 0;
        left: 0%;
    }
    .style-image-2,
    .style-image-2.second {
        min-height: 252px;
    }
}

@media(max-width:568px) {
    .carousel-item {
        height: 30em;
    }
    .bt-bottom-info h5 {
        font-size: 1.6em;
        margin-bottom: 1em;
    }
    h3.tittle {
        font-size: 1.8em;
    }
}

@media(max-width:480px) {}

@media(max-width:440px) {
    .carousel-caption h2,
    .carousel-caption h3,.carousel-caption h1 {
        font-size: 1.2em;
        letter-spacing: 1px;
    }
}

@media(max-width:414px) {
    .banner-bottom,
    .services,
    .reviews_sec {
        padding: 2em 0;
    }
    .carousel-indicators {
        bottom: 5%;
        left: 0%;
        cursor: pointer;
    }

    .carousel-caption h1 {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .carousel-caption p {
        font-size: 15px;
        letter-spacing: 1px;
    }
}

@media(max-width:384px) {
    .carousel-caption h2,
    .carousel-caption h3,.carousel-caption h1 {
        font-size: 1.1em;
        letter-spacing: 1px;
    }
    .carousel-caption p{
        font-size: 14px;
    }
    .style-image-2,
    .style-image-2.second {
        min-height: 198px;
    }
    .carousel-caption {
        bottom: 3em;
        width: 90%;
    }
}

@media(max-width:375px) {
    .carousel-item {
        height: 28em;
    }
    .carousel-indicators {
        bottom: 4%;
        left: 0%;
        cursor: pointer;
    }

    .carousel-caption h1 {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .carousel-caption h1 {
        font-size: 1em;
        letter-spacing: 1px;
    }
}

@media(max-width:320px) {}

/*--//responsive--*/



/*......custom css.......*/

/*...our products...*/

.pro-card-in{

   background-color: transparent;
   border: none;
   background-image:url(../images/p3.jpg);
   width: 90%;height: 200px;
   margin-top: 20px;
   margin-bottom: 20px; 
   margin-right: auto;
   margin-left: auto;
   background-repeat: no-repeat;
   background-size: cover;


}

.pro-card-out{

   ;

}

.sq{
width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
    display: none;
}

.grid_info p{
    text-align: center;
    color: white;
    font-size: 1rem;
    text-align: left;
    
    line-height: normal;
        margin: 0;
    padding: 0;
    border: 0;    font-weight: 700 !important; letter-spacing:2px;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Catamaran', sans-serif;
}


.grid_info i{
            margin-left: 16px;
    margin-top: 13px;
    font-size: 20px;
    color: silver;
}

.arrow-button{
    width: 50px;
    height: 50px;
    border-width: 1px 1px 1px 1px!important;
    border-style: solid;
    border-color: white;
    float: right;
    margin-bottom: 20px;
    background-color: transparent;
        /*font: normal normal normal -1px/1 FontAwesome!important;*/
        font-size: 1.5em!important;

}
.arrow-button i{
   
    margin-left: 13px;
    margin-top: 11px;
   /*font-size: 1.5em!important;*/
   color: white!important;
   font: normal normal normal -1px/1 FontAwesome!important;

}

.arrow-button1,.arrow-button1 i{
    color: #848688!important;
    border-color: #848688!important;
}

.video-panel .c{
    margin-left: auto;
    margin-right: 0px;
    margin-top: 20px;
    
}

.video-panel p,.video-panel h4{
    color: white;
    z-index: 500;
}

.video-panel .arrow-button i{
    margin-left: 17px;
    margin-top: 15px;
    color: white;
}

.video-panel .arrow-button{
    border-color: white;
}

.video-img{background: -webkit-linear-gradient(rgba(0,0,0, 0.7), rgba(0,0,0, 0.8)), url(../images/backgrounds/laser.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(0,0,0, 0.7), rgba(0,0,0, 0.8)), url(../images/backgrounds/laser.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(0,0,0, 0.7), rgba(0,0,0, 0.8)), url(../images/backgrounds/laser.jpg) no-repeat;
    background: linear-gradient(rgba(0,0,0, 0.7), rgba(0,0,0, 0.8)), url(../images/backgrounds/laser.jpg) no-repeat;
    background-size: cover;
}


/*...career panel...*/

.c1,.c2,.c3{
    /*border-width: 3px;
    border-color: green;
    border-style: solid;*/
    border-radius: 50%;
    height: 200px;
    width: 200px;
    position: absolute;
    display: inline-block;
    background-color: black;
}

.c1{
       
    background-color: rgba(0,0,0,0.7);
}

.c2{
       
    background-color: rgba(0,0,0,0.7);
    
}

.c3{
       
    background-color: rgba(0,0,0,0.7);
}

.c1 h5{
    color: white;
    margin-top: 90px;
    margin-left: 35px;
}

.c2 h5{
    color: white;
    margin-top: 90px;
    margin-left: 30px;
}

.c3 h5{
    color: white;
    margin-top: 90px;
    margin-left: 60px;
}

.openings h2{
    /*text-align: center;*/
    color: white;

}

.openings ul li{
    /*margin-left: 200px;*/
}

.openings ul li a{
    
    color: white;
    font-size: 20px;
}

.openings ul li i{
    
    color: white;
    font-size: 20px;
}
/*.........................*/

.news h4,.news p{
    color: white;
}


/*............qk_enquiry.............*/


.qk_enquiry{
    width: 35px;
    height: 150px;
    background-color: #197fcc;
    position: fixed;
    right: 0;
    top: 250px!important;
    z-index: 1200;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;



}
.qk_enquiry:hover{
    background-color:gray;

}

.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
}


.s1{
    
    position: fixed;
    top: -31px;
    right: -30px;
    
}
.s2{
    position: fixed;
    top: -31px;
    right: -105px;
}
.s1,.s2{
    color: white;
    font-weight: lighter;
    font-size: 18px;
    font-family: 'Hammersmith One', sans-serif;
}

.send_btn{
    
    background-color: gray;
}

 .footer-grid-w3ls {

    margin-bottom: 1em;
 }


 /*..sq box....*/

 

 .sqr div h4{
    
    font-size: 20px;
    margin: 30px 15px 30px 15px;
    text-align: left;
 }

 .sqr p{
      margin: 30px 15px 30px 15px;
      font-family: 'helvetica', sans-serif!important;

 }

 .sqr-txt-white h4,.sqr-txt-white p{
     color: white;
 }

 .sqr-txt-gray h4,.sqr-txt-gray p{
     color: #000!important;
 }

 .sqr-glow h3{
    color: white;
    text-align: center;
    margin-top: 40%;
    /*margin-bottom: 50%;*/
 }
 .sqr-glow{

 }

 /*.....news bottom .....*/

 .news-bottom{
    width: 100%;
    height: auto;
    background-color: gray;
    position: fixed;
    bottom: 0px;
 }

 .news-bottom h4, .news-bottom p{
     margin-left: 50px;
     margin-top: 20px;
     margin-bottom: 10px;
     color: white;
 }

 .hide{

    position: fixed;
    right: 0px;
    top: 0px;
    height: auto;
    width: auto;
    z-index: 1000;

 }


 /*//////broucher/////////*/

 .broucher{

    /*width: 100%;
    height: 100px;*/
    background-color: gray;
 }

.broucher p,.broucher a{
    margin-top: auto!important;
    margin-bottom: auto!important;
    color: white;
}
.broucher-padding{
    padding: 30px 30px 30px 30px;
}

.rect-button{
   /* padding: 10px 30px 10px 30px;*/
    background-color: white;
    color: black!important;
    font-family: 'Catamaran', sans-serif;
}


/*//////////learn more/////////////*/

.learn-more{
    height: 50px;
    width: 201px;
    background-color: transparent;
    display: block;
}

.learn-hover{
    background-color: 
}

.learn1{
    height: 50px;
    width: 150px;
    background-color: #197fcc;
    display: inline-block;
    position: relative;
    float: left;
    
}

.learn1:hover{
   background-color: gray;
}

.learn2:hover{
   background-color: gray;
}

.learn1 p{
    color: black;
    padding-top: 10%;
    padding-left: 10%;
    font-family: 'avanth', sans-serif;
    font-size: 16px;
    color: white;
}




.learn2{
    height: 50px;
    width:  50px;
    background-color: #197fcc;
    display: inline-block;
    position: relative;
    float: right;
}

.learn2 .i1{
    font-size: 20px!important;
    margin-left: 16px;
    margin-right: 13px;
    margin-top: 13px;
    color: white!important;
}

.i2
{
    color: #197fcc!important;
     font-size: 20px!important;
    margin-left: 16px;
    margin-right: 13px;
    margin-top: 13px;
}


/*//////bottom bar///////*/

.demo_page {
    background: #a9adb0 url(../page_bg_center.jpg) no-repeat center top;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.demo_content {
    margin: 0 auto;
    text-align: center;
    width: 468px;
}

.info {
    margin: 15px 0; 
}

.container-fluid *{
    text-align: justify;
}


/*///////////nav scroll//////////*/

/**, 
*:before, 
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}*/

/*body {
    background-color: #ebebeb;
}*/

/*.container {
  width: 90%;
  min-width: 740px;
  margin: 0 auto;
}*/

/*ul {
    float: right;
}

li {
    display: inline;
    float: left;
}

img.logo {
    float: left;
}

nav {
    width: 100%;
    margin: 0 auto;
}

/* Section */

/*section.stretch {
    float: left;
    height: 1500px;
    width: 100%;
}

section.stretch p{
    font-family: sans-serif;
    font-size: 30px;
    color: #969696;
    text-align: center;
    position: relative;
    margin-top: 250px;
}

section.stretch p.bottom {
    top: 100%;
    padding-bottom: 1em;
}*/

/* Header */

.header-index {
    /*background-color: #c7c7c7;
    border-bottom: 1px solid #aaa;*/
    float: left;
    width: 100%;
    /*position: fixed;*/
    z-index: 10;
}
.header {
    /*background-color: #c7c7c7;
    border-bottom: 1px solid #aaa;*/
    float: left;
    width: 100%;
    position: fixed;
    z-index: 10;
}

header a {
    color: #969696;
    text-decoration: none;
    font-family: 'Amaranth', sans-serif;
    text-transform: uppercase;
    /*font-size: 1em;*/
}

header a.active, header a:hover {
    color: #3d3d3d;
}

header li {
    margin-right: 30px;
}

/* header large */
header.large {
    height: 120px;
    background-color: transparent;
}
header.large img {
    width: 180px;
  margin-top: 15px;
  margin-bottom: 15px;
}
header.large li {
    /*margin-top: 52px;*/
}
/*header.large .nav2 {
    margin-top: 17px;
}*/

/* header small */

header.small1 {
    /*height: 0px;*/
    background-color: transparent;
}
/*header.small nav{
    background-color: rgba(0,0,0,0.9)!important;
}*/
header.small1 img {
    width: 100px;
}
header.small1 li {
        margin-top: 3px;
}


/* Transitions */


nav,
a,
img,
li {
    transition: .2s all;
    -moz-transition: .2s all;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
}

.nav2{
    border-bottom: solid 1px #e8e6e6;
}
.nav2 a{
    color: #197fcc;
    
}


.nav2 a:hover{
    color: #848688!important;
}


.sqr-abt h4{
    text-align: center;
    margin-top: 35px;
}

.abt-ul p{
    text-align: justify;
}

.sqr-box2 ul{
    margin-top: 60px!important;         
}


/*///////////product//////////////*/

.pro-img-title{
    
    color: white;
    font-family: 'avanth', sans-serif;
}



/*////////////product page//////////////*/

.row-border{
    border: solid 1px #dee2e6;
}

.col-bg-blue{
    background-color: #197fcc;

}
.col-bg-blue h4,.col-bg-blue p{
    color: white;
    margin-left: 20px;
    
}

.col-bg-white{
    background-color: white;
}

.col-bg-white h4,.col-bg-white p{
    color: gray;
}

.col-bg-gray{
    background-color: #222222;
}

.col-bg-gray h4,.col-bg-gray p{
    color: white;
}

.pro-padding h4,.pro-padding p,.pro-padding a{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px!important;
    text-align: justify;
}


/*//////////all career///////////*/

/*.row-border-career{
    border: solid 1px #dee2e6;
}
*/
.career-padding{
     padding: 20px 20px 10px 20px;
     text-align: justify;
     line-height: 1.5;
      
}
.career-padding2{
    border:solid 1px #dee2e6;
    margin-bottom: 20px;
}

/*///////////contact page///////////*/


.banner-item {
    background: -webkit-linear-gradient(rgba(49, 50, 51, 0.7), rgba(35, 36, 37, 0.8)), url(../images/backgrounds/bk-new.jpg) no-repeat;
    background: -moz-linear-gradient(rgba(49, 50, 51, 0.7), rgba(35, 36, 37, 0.8)), url(../images/backgrounds/bk-new.jpg) no-repeat;
    background: -ms-linear-gradient(rgba(49, 50, 51, 0.7), rgba(35, 36, 37, 0.8)), url(../images/backgrounds/bk-new.jpg) no-repeat;
    background: linear-gradient(rgba(49, 50, 51, 0.7), rgba(35, 36, 37, 0.8)), url(../images/backgrounds/bk-new.jpg) no-repeat;
    background-size: cover;
    height: 200px;
}
.about-content
{
    margin-top:110px;
    /*padding:90px 0px;*/
    text-align:center;
    padding-top: 50px;
}


/*//////////contact page list////////////////////*/

a:hover, a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius:0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    padding: 14px 30px 14px 70px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #197fcc;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #197fcc;
    color: #b0ddff;
}
#accordion .panel-title a.collapsed:hover{
    color: #fff;
}
#accordion .panel-title a:before{
    content: "";
    width: 55px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: -13px;
    transform: skewX(-25deg);
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:hover:before{
    background: #0860a3;
}
#accordion .panel-title a:after{
    content: "\f047";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
#accordion .panel-title a.collapsed:after{
    color: #fff;
}
#accordion .panel-title a.collapsed:hover:after{
    color: #fff;
}
#accordion .panel-body{
    font-size: 14px;
    color: #5a3245;
    line-height: 25px;
    padding: 20px 15px 20px 40px;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;

}
#accordion .panel-body:before{
    content: "";
    width: 5px;
    height: 40px;
    background: #197fcc;
    position: absolute;
    top: 30px;
    left: 0;
}
#accordion .panel-body p{
    margin-bottom: 0;
}


.con-img-padding{
    padding-top: 30px;
    padding-bottom: 30px;
}


.qk-enquiry-contact{
     width: 150px;
     height: 40px;
     background-color: #197fcc;
}

.qk-enquiry-contact p{
    color: white;
    padding-top: 6px;
}

.qk-enquiry-contact:hover{
    background-color: gray;
}

.contact-modal-background{
    border: solid 1px #197fcc;
    border-radius: 0px;
}

.contact-modal-send{
    color: white;
    background-color: #197fcc;
}

.font input{
    font-family: 'Catamaran', sans-serif;
    font-size: 5px;
}

.con-img-padding p{
    font-family: 'Catamaran', sans-serif!important;
        font-family: 'Catamaran', sans-serif!important;
    font-size: 15px!important;
    font-weight: bold;
}


/*///////footer///////////*/

.footers a {color:#696969;}
.footers p {color:#696969;}
.footers ul {line-height:30px;}
#social-fb:hover {
     color: #3B5998;
     transition:all .001s;
 }
 #social-tw:hover {
     color: #4099FF;
     transition:all .001s;
 }
 #social-gp:hover {
     color: #d34836;
     transition:all .001s;
 }
 #social-em:hover {
     color: #f39c12;
     transition:all .001s;
 }
 /*////////////////////////*/

 .mp-link{
    color: #197fcc;

 }

 .mp-link:hover{
    color: gray!important;
    
 }


/*//////////////////about/////////////*/

.history *{
   padding-top: 10px;
   padding-bottom: 10px;
}

.history p{
    text-align: justify;
}

.history h4{
    color: gray;
}

/*/////////////////////////////////////*/
.broucher-about *{
    padding-top: 5px;
    padding-bottom: 5px;
}

.broucher-about{
    background-color: #197fcc;
    margin-top: 30px;
}

.broucher-about p{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
        margin-top: 10px;

}



.broucher-about span{
    background-color: #fff;
        padding-left: 20px;
    padding-right: 20px;
    color: #197fcc!important;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*//////////////////bottom news bar///////////////////*/

.onoffswitch3
{
    position: fixed;
    bottom: 0px; 
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    z-index: 1;
    width: 100%;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'Montserrat', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #EEEEEE; color: #FFFFFF;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    width: 75px;
    padding-left: 16px;
    background-color: #197fcc; color:#EEEEEE ;
    text-align: center;
    border-top-right-radius: 10px!important;
}

.onoffswitch3-switch {
    display: block; width: 50%; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #197fcc; left: 0;
    width: 160px;
}
.onoffswitch3-inactive{
    background: #A1A1A1; right: 0;
    width: 20px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove{
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text{
    color: #000;
}


.vission-padding *{
    padding: 5px 5px;
}

.vission-padding i{
   /* padding-left: 10px;*/
   color: #197fcc!important;
}
.col-lg-6.image-box{float:right;text-align: center;}

.col-lg-6.description{
	float:left;
	
}
.col-lg-6.image-box2{float:left;text-align: center;}

.col-lg-6.description2{
	float:right;
	
}


@media (max-width: 400px){

    .logo img{
        width: 200px!important;
    }
}

@media (max-width: 350px){

    .logo img{
        width: 150px!important;
    }

    .navbar-light .navbar-toggler {
        padding: 0.10rem 0.25rem!important;
    }
}

@media (max-width: 290px){

    .logo img{
        width: 100px!important;
    }

    .navbar-light .navbar-toggler {
        padding: 0.05rem 0.15rem!important;
    }
}

@media (max-width: 235px){

    .logo img{
        width: 70px!important;
    }

    .navbar-light .navbar-toggler {
        padding: 0.03rem 0.10rem!important;
    }
}

.carousel-indicators{
    z-index: 1;
}

@media (max-width: 991px){

     .navbar-light .navbar-nav .nav-link{

        border-right: none;
     }
}


.img-padding{

    padding: 10px;
}

.img-border{
    border-bottom : solid 5px #e9ecef;
    margin-bottom: 20px;
}


.fa-linkedin-square:hover{

    color: #0073b0!important;
}

.fa-youtube-square:hover{

    color: red!important;
}

.foot-pad{

    padding-bottom: 30px;
}

.foot-logo{

    width: 200px;
}

@media (max-width: 992px){

    .foot-logo{

        width: 130px!important;
    }
}

/*@media (min-width: 992px){

    .vission-padding ul,.vission-padding p{

         margin-left: 25%!important;
    }
}

@media (max-width: 768px){

    .vission-padding ul,.vission-padding p{

         margin-left: 25%!important;
    }
}*/


@media (max-width: 965px){

    .vission-padding ul li{
         
        font-size: 12px;

    }
}

@media (max-width: 768px){

    .vission{

        margin-left: 15%;

    }

    .vission-head{
        margin-left: 15%;

    }

}

@media (max-width: 1000px){

    .vission-head{
       padding-top: 100px!important;

    }

    .vission-padding p{

        padding-top: 135px!important;
    }
}

@media (max-width: 900px){

    .vission-head{
       padding-top: 130px!important;

    }

    .vission-padding p{

        padding-top: 165px!important;
    }
}


@media (max-width: 780px){

    .vission-head{
       padding-top: 165px!important;

    }

    .vission-padding p{

        padding-top: 188px!important;
    }
}

@media (max-width: 767px){

    .vission-head{

       padding-top: 20px!important;
    }

    .vission-padding p {
         
         padding-top: 100px!important;
    }

    .vission{

        width: 200px!important;
    }
}


/*@media (max-width: 900px){

    .vission{

        max-width: 200px!important;
    }

    .vission-head{
       margin-left: 15%!important;
       padding-top: 40px!important;

    }

    .vission-padding p {

        padding-top: 125px!important;
    }
}*/

@media (max-width: 575px){


    .res1{

        width: 50%!important;
    }
    .res2{

        width: 50%!important;
    }
}

@media (max-width: 512px){


    .vission{

        width: 150px!important;
    }

    .vission-padding p {

        padding-top: 80px!important;
    }

    .res1{

        width: 40%!important;
    }
    .res2{

        width: 60%!important;
    }
}



@media (max-width: 455px){


    .vission{

        width: 100px!important;
    }

    .vission-padding p {

        padding-top: 55px!important;
        font-size: 12px!important;
    }

    .res1{

        width: 30%!important;
    }
    .res2{

        width: 70%!important;
    }
}



@media (max-width: 370px){

 .vission-head{

        padding-top:20px!important;
    }

    .vission{

        width: 100px!important;
    }

    .vission-padding p {

        padding-top: 55px!important;
        font-size: 9px!important;
    }

    .vission-padding ul li {

       
        font-size: 7px!important;
    }

    .res1{

        width: 30%!important;
    }
    .res2{

        width: 70%!important;
    }
}
