@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype'), url('../fonts/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}


#service, #about_us, #contact,#blog{
    padding-top:150px;
    padding-bottom:50px;
}
.service-row{
    overflow: hidden;
    text-align: center;
    line-height:0;
}
.service-row .row-wrapper{
    display: inline-block;
    width: 80%;
    border-bottom:1px solid rgba(0,0,0,0.2);
}
.service-row:last-child .row-wrapper{
    border-bottom:none;
}
.row-wrapper .col-md-6 {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.row-wrapper .col-md-6:last-child {
    border-right: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
}


/* Header */
.header{
    z-index: 99;
    background: #fff;
    position: relative;
    padding-top:2%;
    padding-bottom:2%;
}
.header .logo {
    height: 100%;
    min-height: 40px;
    min-width: 100px;
}
.header .logo img{
    margin-left:auto;
    margin-right:auto;
    display: block;
}
.header .navbar {
    font-size: 14px;
    z-index: 12;
    padding:0px !important;
}
.header .navbar ul > li{
    padding-right:60px;
    padding-bottom:20px;
    text-transform: uppercase;
}
.header .topbar ul.socialbar {
     margin: 0;
     text-align: right;
     padding-right:80px;
 }

.header .topbar ul.socialbar > li {
     display: inline;
     list-style: none;
    padding-left: 10px;
    padding-right: 10px;
 }

.header .navbar ul >li > a {
    padding-bottom:25px;
    text-decoration: none;
    transition:all .4s linear;
}

.header .navbar ul > li> a:hover {
    padding-bottom: 20px;
    border-bottom: 5px solid #f2d03b;
}
.fa-search:before {
    color: #f2d03b;
}
/* Header End */

/* Slider Section */
.slider{
    background-color: #ffdf4b;
    background-position: 0 50px;
    min-height: 300px;
    padding-bottom:50px;
    background-size: cover;
    background-repeat:no-repeat;
    overflow: hidden;
}
.slider img{
    width:100%;
}
.carousel {
    margin-top: 0;
    z-index: 9999;
}
.carousel-control{
    opacity: 0 !important;
}
/* About us */
.about_us{
    padding-top: 30px;
    padding-bottom: 30px;
}
.about_us .info{
    padding-top: 20px;
    padding-bottom:20px;
    font-size: 12px;
    line-height: 2.2;
    color: #777;
}
.sideinfo{
    font-size: 12px;
}

.card .card-header > a{
     text-decoration: none;
 }
a:hover, a:focus{
    text-decoration: none !important;
}

.card{
    border: 1px solid rgba(0, 0, 0, 0) !important;
    padding-bottom:2%;
}
 .panel{
    box-shadow: none;
    border: none;
}
 .panel-body{
}
.panel-heading{
    background-color: rgba(245, 245, 245, 0) !important;
    border-color: rgba(221, 221, 221, 0) !important;
}
 .panel-default{
    border-color: transparent;
    padding-left: 0;
    border-bottom-color: transparent;
    border: 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(247, 247, 249, 0) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}
.iconbackgroundvisited{
    padding: 14px 10px;
    background-color: rgb(242, 208, 59);
    display: inline;
}
.iconbackground{
    padding: 14px 10px;
    background-color: #e5eef0;
    display: inline;
}
.roundbtn{
    border-radius: 25px;
    background-color: #000;
    color: white;
    padding-bottom: 7px;
    padding-top: 5px;
    text-transform: uppercase;
    padding: 8px 20px;
    font-size: 12px;
    transition: all .4s linear;
}
.roundbtn:hover {
    background: #000;
    color: #fff;
    opacity: 0.7;
}
/* Category Start */
.category{
    padding-top:50px;
    padding-bottom:50px;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in 0.4s;
    -moz-transition: all 0.3s ease-in 0.4s;
    -o-transition: all 0.3s ease-in 0.4s;
    -ms-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
}

.imgcontainer:hover .overlay {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
        transition-delay: 0s;
}
.imgcontainer:hover .overlay .overlayinfo, .imgcontainer:hover .overlay .overlaylink{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 0.9;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.imgcontainer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.imgcontainer img{
    width:100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.3s linear;
}
.imgcontainer:hover img {
    transform: scale3d(1.2, 1.2, 1);
}

.imgcontainer .overlay .overlayinfo{
    padding:20px;
    font-size:24px;
    color: #ffffff;
    font-weight: 400;
    min-height: 100px;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;

}
.imgcontainer .overlay .overlaylink{
    padding:20px;
    color: #ffffff;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}
.imgcontainer .overlay .overlaylink a{
    text-decoration: none;
    color: white !important;
}


.image {
    display: block;
    width: 100%;
    height: auto;
}
/* Category End */
/* Services */
.row-wrapper img{
    height:300px;
    margin-left:auto;
    margin-right:auto;
}
.row-wrapper img:hover{
    -webkit-animation:swing1 0.4s;
    -o-animation:swing1 0.4s;
    animation:swing1 0.4s;
}
@keyframes swing1{
    20%{transform:rotate(15deg)}
    40%{transform:rotate(-10deg)}
    60%{transform:rotate(5deg)}
    80%{transform:rotate(-5deg)}
    to
    {transform:rotate(0deg)}}
.swing1{
    transform-origin:top center;
    animation-name:swing1
}
/* Servics End */
/*===== Vertical Timeline =====*/
#conference-timeline {
    position: relative;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
    display: table;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: #00b0bd;
    padding: 15px 23px;
    color: #fff;
    max-width: 5%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#conference-timeline .conference-center-line {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: #000000;
    z-index: -1;
}
#conference-timeline .conference-timeline-content {
    padding-top: 67px;
    padding-bottom: 67px;
}
.timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
    padding-top: 55px;
}
.timeline-article .timeline-author {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #242424;
    text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
    position: relative;
    width: auto;
    /*border: 1px solid #ddd;*/
    background-color: #fff;
   /* box-shadow: 0 1px 3px rgba(0,0,0,.03);*/
    padding: 27px 25px;
}
.timeline-article p {
    margin: 40px 0 0 0;
    padding: 0;
    font-weight: 400;
    color: #242424;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.timeline-article p span.article-number {
    position: absolute;
    font-weight: 300;
    font-size: 44px;
    top: 10px;
    left: -60px;
    color: #00b0bd;
}
.timeline-article .content-left-container {
    float: left;
}
.timeline-article .content-right-container {
    float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
    position: absolute;
    top: 20px;
    font-size: 23px;
    font-family: "FontAwesome";
    color: #fff;
}
.timeline-article .content-left:before {
 /*   content: "\f0da";*/
    right: -8px;
}
.timeline-article .content-right:before {
    /*content: "\f0d9";*/
    left: -8px;
}
.timeline-article .meta-date {
  /*  position: absolute;
    top: 0;
    left: 50%;
    width: 62px;
    height: 62px;
    margin-left: -31px;
    color: #fff;
    border-radius: 100%;
    background: #ffdf4b;*/
    position: absolute;
    top: 0;
    left: 50%;
    width: 280px;
    height: 80px;
    margin-left: -124px;
    color: #fff;
    /* border-radius: 100%; */
    background: rgb(255, 255, 255);
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
    display: block;
    text-align: center;
    font-weight: 900;
}
.timeline-article .meta-date .date {
   /* font-size: 30px;
    line-height: 40px;*/
    font-size: 22px;
    line-height: 60px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
}
.timeline-article .meta-date .month {
    font-size: 18px;
    line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
        margin: 0;
    }
    #conference-timeline .conference-center-line {
        margin-left: 0;
        left: 50px;
    }
    .timeline-article .meta-date {
        margin-left: 0;
        left: 10px;
    }
    .timeline-article .meta-date .date {
        font-size: 18px;
        line-height: 30px;
        color: #333333;
        font-weight: 500;
        text-align: left;
    }
    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
        max-width: 100%;
        width: auto;
        float: none;
        margin-left: 64px;
        min-height: 53px;
    }
    .timeline-article .content-right-container {
        padding-top: 0px;
    }
    .timeline-article .content-left-container {
        margin-bottom: 20px;
    }
    .timeline-article .meta-date {
        height: 60px;
    }
    .timeline-article .content-left,
    .timeline-article .content-right {
        padding-top:10px;
        padding-bottom: 0px;
        padding-left:10px;
        padding-right:10px;
        min-height: 65px;
    }


    .timeline-article .content-left:before {
      /*  content: "\f0d9";*/
        right: auto;
        left: -8px;
    }
    .timeline-article .content-right:before {
        display: none;
    }
}
@media only screen and (max-width: 400px) {
    .timeline-article p {
        margin: 0;
    }
    .timeline-article p span.article-number {
        display: none;
    }

}
/*===== // Resonsive Vertical Timeline =====*/
/* Time Line */
.timeline{
    background-color: #ffda2f;
    padding-bottom:25px;
}
.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #fff;
}

.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    background: #F45B69;
}

.timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}
.timeline ul li:nth-child(odd) div {
    left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F45B69 transparent transparent;
}
.timeline ul li:nth-child(even) div {
    left: -439px;
}

.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #F45B69;
}
.timeline ul li::after {
    background: #fff;
    transition: background .5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #F45B69;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px,0,0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px,0,0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }
    .timeline ul li:nth-child(even) div {
        left: -289px; /*250+45-6*/
    }
}
@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 20px;
    }

    .timeline ul li div {
        width: calc(100vw - 91px);
    }

    .timeline ul li:nth-child(even) div {
        left: 45px;
    }

    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #F45B69 transparent transparent;
    }
}
/* Time Line End*/
/* Brochure*/
.brochure{
    padding-top:50px;
    padding-bottom:50px;
    background: url('../img/service.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position-x: 50%;
}
.brochure .brochure-title{
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.brochure .info{font-size: 12px;color: #ffffff;line-height: 2;}
.brochure .roundbtn{
    color: #000;
    background-color: #ffffff;
    width:auto !important;
    font-size:12px;
    font-weight: 400;
    margin-top: 10px;
}

.brochure .text-details{
    background-color: rgba(18, 19, 6, 0.42);
    border-radius: 5px;
}
.brochure .text-details p.info{
    font-weight: 500;
    font-size:14px;
}
@media (max-width: 767px){
.brochure{
 background: url('../img/service.jpg') center top no-repeat center;
 background-attachment: inherit;
}
.domain-main{ 
 background-attachment: inherit !important;
}
.blog-main{
background-attachment:inherit !important;
}
.contact-info{
background-attachment:inherit !important;
background-position-x: 25%;
}
#home{
background: url(../img/loader_img2.jpg) center top no-repeat!important;
background-attachment:inherit !important;
}
}
/* brochure End */
/* Our Domain Expertizes */
.domain-main{
    padding-top:50px;
    padding-bottom:50px;
    background: url('../img/domain.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position-x: 50%;
    color: #ffffff;
}
.domain-icon{
    float: left;
    margin-right: 20px;
    overflow: hidden;
    font-size: 30px;
    margin-bottom: 20px;
    color: #ffe500;
    text-align: center;
}
.domain-main .text-details{
    background-color:rgba(0, 0, 0, 0.6);
}
.domain{
    word-break: normal;
    font-size: 17px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 2;
    color: #ffffff;
}



@media (max-width:767px){

    .domain-icon{
        float: none;
        margin-right: 0;
        overflow: hidden;
        font-size: 30px;
        margin-bottom: 20px;
        color: #ffe500;
        text-align: center;
    }
    .domain{
        word-break: normal;
        font-size: 17px;
        margin-bottom: 5px;
        text-align: center;
        line-height: 2;
        color: #ffffff;
    }
}
/* Our Domain Expertizes */
/* Blog */
.blog-main{
    padding-top:50px;
    padding-bottom:50px;
    background: url('../img/blog.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position-x: 50%;
    color: #ffffff;
}
.blog-main .btn-yellow{
    background-color:rgba(0,0,0,0);
    padding:10px 20px;
    color: #ffffff;
    font-weight:400;
    border-radius: 5px;
    border-color: #fcdb00;
}
.blog-main .btn-yellow:hover{
    background-color:#fcdb00;
    border-color: #fcdb00;
    color:black;
    font-weight: 400;
}

/* Blog End */
/* Products Start */
.products{
    padding-top: 50px;
    padding-bottom:50px;
}
.iso-nav { float:right;}
.products ul li{
    margin:0;
    padding:0;
    display: inline-block;
    font-size:12px;
    font-weight: 500;
    cursor: pointer;
    padding:10px 10px;
    text-transform: uppercase;
    transition: all .4s linear;
}
.products .main-iso{
    width:100%;
}
.products .main-iso .item{
    margin-top:20px;
    margin-bottom:20px;
    right:15px;
    left:0px !important;
    position: relative !important;
    border: 1px solid #eee;
    overflow: hidden;
}

.products .main-iso .item img{
    /* border:1px solid #dadada; */
    margin-left:auto;
    margin-right:auto;
    max-width: 200px;
    width: 100%;
}

.main-iso .col-md-3:before{
    display: none;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear;
}
.main-iso .col-md-3 img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.3s linear;

}
.main-iso .col-md-3:hover img{
 transform: scale3d(1.2, 1.2, 1);
}
.products ul li:hover{
    background :#f2d03b;
    color:#fff;
}
.active1{
    background :#f2d03b;
    color:#fff;
}

.productinfo .productdetail #accordion .iso-nav1 ul {
    margin: 0;
    padding: 0 20px;
}
.productinfo .productdetail #accordion .iso-nav1 ul li a {
    color:#000;
}
.productinfo .productdetail #accordion .panel-title span {
    text-transform: uppercase;
}
.productdetail .panel.panel-default {
    border-bottom: 1px solid #eee;
    border-radius: 0;
}
.productdetail .panel.panel-default:last-child {
    border-bottom: 1px solid transparent;
}

.productinfo .panel-heading .panel-title h4 a span[style] {
    font-size: 12px;
}

.productdetail h4.panel-title a span:first-child[style] {
    font-size: 13px !important;
}


.productdetail .panel .panel-body.sideinfo {
    border-top: transparent;
    padding-top: 0;
}

.pagination-lg li a {
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px;
    border: 1px solid #eee;
    color: #000;
}
.pagination-lg li a:hover {
    padding: 5px 10px;
    border-radius: 0;
    font-size: 12px;
    border: 1px solid #000;
    color: #fff;
    background:#000;
    transition:all .4s linear;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.productinfo .productdetail .card:hover {box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}

.productinfo .productdetail .card .img-wrapper {
    overflow: hidden;
    position: relative;
    transition:all .4s ease;
}

.productinfo .productdetail .card p {
    padding: 20px 0;
}

.productinfo .productdetail .card .img-wrapper:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 208, 59, 0.7);
    z-index: 5;

}
.productinfo .productdetail .card .img-wrapper:hover::after {
    content: "\e087";
    position: absolute;
    top: 0;
    right:0; bottom:0; margin:auto;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 5;
    font-family: 'simple-line-icons';
    color: #fff;
    text-align: center;
    font-size: 5em;
}

.card-body.card-padding {
    overflow: hidden;
}

.productbreadcrumb li.breadcrumb-item a {
    color: #777;
}



/* Products End */

/* Gallery */
.shortgallery{
    padding-top:50px;
    padding-bottom:50px;
}
.shortgallery .subtitle{
    font-size:16px;
    padding-bottom:20px;
    color: #777;
    font-weight: 400;
}
.shortgallery .title,.subtitle{
    text-transform: uppercase;
}
.shortgallery .col-md-2{
    text-align: center;
    padding-left:0px !important;
    padding-right:0px !important;
    margin:0;
}
.shortgallery .galleryrow{
    margin-left:0px !important;
    margin-right:0px !important;
}
.shortgallery .col-md-2 img{
    width:100%;
    -webkit-transition: all 0.5s ease;
}
.shortgallery .col-md-2 img:hover{
}

.shortgallery .col-md-2, .shortgallery .col-xs-4{
    overflow: hidden;
}
.galleryrow .col-md-2 a:before, .shortgallery .col-xs-4 a:before{
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear;
}

.shortgallery img{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 100%;
}
.galleryrow .col-md-2:hover img, .galleryrow .col-xs-4:hover img{
 transform: scale3d(1.2, 1.2, 1);
}
/* Gallery End */
/* Stats Start */
.stats{
    padding-top:50px;
    padding-bottom:50px;
}
.stats .digit{
    font-size: 55px;
    font-weight:600;
    padding:0 !important;
    margin: 0 !important;
    line-height: 5px;
    text-align: left;
}
.stats .info{
    padding-top:25px;
    text-transform: uppercase;
    font-weight:600;
    text-align: left ;
}
.stats img{
    margin-left:auto;
    margin-right:auto;
}


/* Stats End */
/* Contact Us */
.contact-info {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background-image: url(../img/contact-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position-y: 0%;
}
.contact-info-bg:before{
    background-image: url(../img/contact-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position-y: 0%;
    opacity: 0.6;
}
@media (max-width: 767px){
    .thumbnail{
        height:auto;
    }
    .contact-info{
        background-position-x: 25%;
}
}
.contact-info h2{
    color: rgba(0, 0, 0, 0.73);
}
.contact-info hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(19, 17, 17, 0.25);
}
.ryl-padding-top-80 {
    padding-top: 80px;
}
.ryl-section-item {
    margin-bottom: 60px;
}
.ryl-contact-info {
    text-align: center;
    margin-top: -20px;
    background: rgba(6, 3, 3, 0.37);
}
.ryl-contact-info span.ryl-info-item {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
}
.ryl-contact-info span.ryl-info-item i {
    color: #FFDD3A;
}
.ryl-icon-inline-text {
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.ryl-form-input-style-1 .ryl-submit {
    padding-top: 20px;
}
.ryl-btn-2 {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    padding: 12px 35px;
    border: none;
    border-radius: 26.4px;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #222222;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.ryl-form-input-style-1{
    background-color: yellow;
}
#map-canvas{
    height:400px;
}
.ryl-overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.ryl-form-input-style-1 input:not([type="submit"]), .ryl-form-input-style-1 textarea{
    position: relative;
    display: block;
    float: left;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    width: 100%;
    padding: 27px;
    margin-bottom: 35px;
    color: #444444;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.contact-details{
    background: url(../img/contact-bg.jpg);
    background-size: 100% 100%;
    height: 370px;
    padding: 20px 40px;
    background-repeat: no-repeat;
    color: #fff;
}
.contact-details > p {
    line-height: 2;
    font-size: 14px;
}
.contact-details li {
    margin-bottom: 15px;
    line-height: 2;
    font-weight: 300;
}
/* Contact Us End */
/* Footer Start*/
.footer{
    padding-top:5%;
    border-top:1px solid #dadada;
}
footer .icons{
    color: #fff;
    font-size: 13px;
    background: #f2d03b;
    padding: 10px;
    border-radius: 50%;
    margin-top: 5px;
    transition: all .4s linear;
    display: block;
}
.footer .socialicons{
    text-align: right;
}
.footer .socialicons .title{
    font-weight: 700;
}
footer .icons:hover{
    -webkit-animation: spin .4s linear 0s;
    -moz-animation: spin .4s linear 0s;
    -ms-animation: spin .4s linear 0s;
    -o-animation: spin .4s linear 0s;
    animation: spin .4s linear 0s;
    background: transparent;
    color: #f2d03b;
}
@keyframes spin {
    0% {
         transform: rotate(-360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(-360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(-360deg);
    }
    100% {
        -ms-transform: rotate(0deg);
    }
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(-360deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(-360deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}

ul.socialbar {
    margin: 0;
    text-align: right;
    padding-left: 0px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top:9px;
}
ul.socialbar > li {
    display: inline;
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
}
.footer .info{
    padding-top:20px;
    font-size:12px;
}
.footer .addr{
    font-size: 12px;
    margin-bottom:5px !important;
}
 .copyright{
    font-size:10px;
    padding-top:10px;
}
.copy{
text-align:left;
    color: #000;
}
.copyicon{
text-align:right;
    line-height: 3em;
}

/* Footer End */
/* About Us */
.aboutus{
    padding-top: 50px;
    padding-bottom: 40px;
    background: #f2d03b 100%;
    min-height: 300px;
    margin-top: 70px;
}
.aboutus .carousel{
    margin-top: -99px;
    z-index: 9999;
}
.aboutus .carousel-caption {
    text-transform: uppercase;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
}
.aboutus .carousel img{
    width:100%;
}
.aboutinfo{
    padding-top:50px;
    padding-bottom:50px;
}
.aboutinfo .points li{
    text-transform: uppercase;
    font-weight:700;
    padding:6px;
    font-size: 14px;
}
.aboutinfo .points{
    list-style-type: none;
}
.aboutinfo li.tick:before {
    content: "\2713";
    color: #f2d03b;
    padding-right:15px;
    transform:rotate(45deg);
}
.aboutinfo .info{
    padding-top:20px;
    padding-bottom:20px;
    line-height: 2.2;
}
.aboutinfo img.vision, img.mission, img.goal{
    padding:20px;
    background-color:#f2d03b ;
}
.aboutinfo h2.title{
    padding-top:10px;
}

/* About Us End */

/* Gallery Page */
.gallery .col-md-3{
    padding:10px;
}
#mylist li .col-md-12{
    overflow: hidden;
    padding: 0;
}
#mylist li a::before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear;
}

#mylist li img{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 100%;
}
#mylist li:hover img{
 transform: scale3d(1.2, 1.2, 1);
}
.gallery .pull-right img{
    display: inline;
    padding:10px;
}
/* Gallery Page End */
/* Product Page */
.productinfo{
    padding-top: 50px;
    padding-bottom: 50px;
}
.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(236, 238, 239, 0) !important;
    border-radius: .25rem;
    text-transform: uppercase;

}
.productinfo .productdetail{
    padding-top:50px;
    padding-bottom:50px;
}
.productinfo .productbreadcrumb{
    border-bottom:1px solid #dadada;
}
.productinfo .productdetail #accordion {
    border: 1px solid #dadada;
    border-radius: 0.2em;
}

.productinfo .productdetail .card-title{
    background: rgba(128, 128, 128, 0.09);
    padding: 20px;
    border-bottom: 1px solid #dadada;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-top:0px !important;
}
.productinfo .productdetail .card{
    border:0.5px solid rgba(218, 218, 218, 0.45) !important;
    border-radius: 0 !important;
    padding-bottom:0 !important;
}
.productinfo .productdetail .card-block{
    padding:0 !important;
}
.productinfo .productdetail .card-block ul li{
    padding:5px 0px;
}
.productinfo .productdetail h5{
    font-size:1.10rem !important;
}
.productinfo .productdetail h5 a{
    text-decoration: none;
    color: #000;
}
.productinfo .productdetail .main-iso .col-md-12{
    padding-left:0px !important;
    padding-right:0px !important;
}

.productdetail .main-iso1 .col-md-4{
    overflow: hidden;
}

/*.productdetail .main-iso1 .col-md-4:before{
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear;
}*/
.productdetail .main-iso1 .col-md-4 img{
    -webkit-transition: all 0.5s ease;
    transition: all 0.3s linear;

}
.productdetail .main-iso1 .col-md-4:hover img{
 transform: scale3d(1.2, 1.2, 1);
}

.productinfo .productdetail .main-iso1 .col-md-4 img{
    border: 1px solid #eeeeee;
    margin-left:auto;
    margin-right:auto;
    display: block;
}

.productinfo .productdetail .main-iso1 .col-md-4{
    padding-bottom:20px;
}
.fa-plus1{
    width:20px;
}
.productinfo .panel-heading{
    padding-left:10px;
    padding-right:10px;
}
.productinfo .iso-nav1 ul li{
    padding:5px 0px;
}

.productinfo h3{
    text-transform: uppercase;
    font-weight:700;
}
.productinfo .productdescription{
    min-height:200px;
}
.productextainfo {
    border-top:1px solid gray;
    border-bottom:1px solid gray;
    padding-top:20px;
    padding-bottom:20px;
}

/* Product Page End */
/* Contact Us */
.contact{
    padding-top:50px;
    padding-bottom:50px;
}
.contact .title{
    text-transform: uppercase;
    font-weight: 700;
}
.contactinfo{
    padding-top:50px;
    text-transform: uppercase;
}
.contactinfo img{
    padding-bottom:10px;
}
.contactform{
    padding-top:50px;
    padding-bottom:50px;
}
.contactform h3{
    text-transform: uppercase;
    padding-bottom:20px;
}

.contactform .form-control{
    border-radius: 0rem !important;
    border: 1px solid rgb(0, 0, 0) !important;
}
.contactform .btn-primary{
    padding: .5rem 2.5rem;
    font-size: 1rem;
    border-radius: 1.25rem;
    background-color: #000000;
    border-color: #000000;
}
/* Contact Us End */


.about_us h4.panel-title {
    background: #e5eef0;
    font-weight: 300;
    border-radius: 3px;
    padding: 12px 15px;
    font-size: 20px;
}
.about_us h4.panel-title.active-acc {
    background: rgb(242, 208, 59);
    position:relative;
}
.about_us h4.panel-title i {font-size: 24px;vertical-align: text-bottom;margin-right: 10px;margin-left: 10px;opacity: 0.5;}
.about_us h4.panel-title.active-acc:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f2d03b;
    content: "";
    bottom: -12px;
    left: 12px;
    position: absolute;
}
.about_us .collapse.in .panel-body {
    /*border-bottom: 2px solid rgba(242, 208, 59, 0.2);*/
    padding: 25px 30px;
    line-height: 2;
    border: 0;
    color: #777;
}

.stats .info-icon {
    color: #000;
    font-size: 3em;
    display: block;
    font-weight: 300;
}
.about_us h4.card-subtitle {
    font-weight: 300;
    color: #000;
    margin: 0;
}

.icx {
    background: #e5eef0;
    width: 60px;
    height: 60px;
    padding: 14px;
    border-radius: 60px;
    font-size: 2em;
    margin-top: 20px;
    display: block;
    margin: 0 auto;
    line-height: 1.4;
}
.gallery {
    padding-top: 50px;
    padding-bottom: 50px;
}
#mylist li img{
    height:230px;
}

.slider .bx-wrapper {
    box-shadow: none;
    border: none;
    background: #fff;
    margin-bottom: 0;
}
.slider .bx-wrapper .home-slider{
    margin:0; padding:0;
}
.slider .bx-controls {
    position: absolute;
    bottom: 70px;
    width: 100%;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 40px;
    background: rgba(255,255,255,0.3);
    height: 6px;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: rgba(242, 208, 59,0.5);
}

.slider-cpation {
    position: absolute;
    top:60%;
    color: #fff;
    padding:40px;
    text-align: center;
    width:100%;
    background-color: rgba(128, 128, 128, 0.54);
}
.slider-cpation h3 {
    font-size: 26px;
    margin: 0 0 5px;
    font-weight: 300;
    text-transform: uppercase;
}
.slider-cpation h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0px 0px 10px;
    font-weight: 400;
}
.slider-cpation h1 {
    font-size: 70px;
    line-height: 60px;
    margin: 0px 0px 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bx-wrapper img{
    height:640px;
}
.aboutinfo p{
line-height:2.2;
}

.thumbnail .caption {
    color: #fff;
    height:150px;
}
.thumbnail {
    background-color: #818181;
    border: 1px solid #ffda2f;
    height:auto;
}
.thumbnail img{
    width:50%;
    padding-top:20px;
    padding-bottom:20px;
}
@media (max-width: 767px){
    .thumbnail{
        height:auto;
    }
}