﻿/*@font-face {
 font-display: auto;
 font-family: 'Montserrat ExtraBold';
 src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
 url('../fonts/Montserrat-ExtraBold.woff') format('woff');
 font-weight: 800;
 font-style: normal;

 }*/

 @font-face {
    font-family: 'Sintony';
    src: url('../fonts/Sintony.woff2') format('woff2'),
    url('../fonts/Sintony.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Sintony-Bold';
    src: url('../fonts/Sintony-Bold.woff2') format('woff2'),
    url('../fonts/Sintony-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}




/*--------------Montserrat-------------------*/


body {
    color: #071828;
    font-size: 14px;
    font-family: 'Sintony', sans-serif;
}

a {
    text-decoration: none;
    transition: all .5s ease;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:active, a:focus, a:visited {
    text-decoration: none;
}


div {
    box-sizing: border-box;
}

b, strong {
    font-weight: normal;
    font-family: 'Sintony-Bold';
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

p {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0;
    text-align: justify;
}

h1 {
    font-size: 45px;
    margin: 0;
}

h2 {
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0;
}

h3 {
    font-size: 25px;
    margin: 0;
}

h4 {
    font-size: 20px;
    margin: 0;
}

h5 {
    font-size: 16px;
    margin: 0;
}

h6 {
    font-size: 14px;
    margin: 0;
}

.mt40 {
    margin-top: 40px;
}

.mttagline {
    margin-top: 15px;
}

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mar-auto {
    margin: auto;
}

.mt60{
    margin-top: 60px;
}


/*slider*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}



@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url('/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/slick.eot');
    src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick.woff') format('woff'), url('/fonts/slick.ttf') format('truetype'), url('/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 50px;
    z-index: 9;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: 50px;
    z-index: 9;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .90;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
    z-index: 9;
}


/*------------------Header----------------------------*/
.header-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 10px 0px;
    background: #e67b07;
}

header.header-top.stickyheader {
    z-index: 99;
    position: sticky;
    top: 0;
    width: 100%;
    background: #e67b07;
    padding: 10px 0;
    box-shadow: 5px 0px 10px 1px rgba(0, 0, 0, 0.8);
}

header.header-top.stickyheader .navigation ul li a {
    color: #fff;
}
header.header-top.stickyheader .navigation ul li a:hover {
    color: #000;
}

header.header-top.stickyheader .logo a img {
    width: 200px;
}

header.header-top.stickyheader .navigation ul li a {
    color: #fff;
    padding: 30px 10px;
}


#test-button {
    display: none;
}


.go-to-top a {
    background: #e74d3e;
    width: 40px;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 999;
    border: 1px solid #e74d3e;
}

.go-to-top a:hover{

    background: transparent;
    color: #e74d3e;
}

.navigation > ul > li:first-child {
    display: none;
}
.navigation ul li{
    float: left;
}

.navigation ul li a {
    font-size: 18px;
    display: block;
    padding: 40px 10px;
    font-family: 'Sintony-Bold';
    text-transform: uppercase;
    color: #fff;
    transition: all .5s ease-in-out;
}
.navigation ul li a:hover {
    color: #000;
}

header.header-top.stickyheader .navigation ul li a.active {
    color: #000;
}

/*------------------Header----------------------------*/

/*------------------Slider----------------------------*/


.banner-bg img {height: 100vh!important; object-fit: cover;}

.glyphicon-menu-left:before {
    content: "\e257";
    background: #000;
    padding: 9px 16px;
}

.glyphicon-menu-right:before {
    content: "\e258";
    background: #000;
    padding: 9px 16px;
}

.glyphicon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 999;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}


/*------------------Slider----------------------------*/

/*------------------Featured-Project-----------------*/
.green-bg {
    /* background: url(../images/green-bg.jpg); */
    padding: 80px 0px 60px;

}


.padd-style {
    padding: 20px 100px;
}


.hedding-text{
    font-size: 36px;
    font-family: 'Sintony-Bold';
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
    color: #000;
}
.hedding-text2{
    font-size: 36px;
    font-family: 'Sintony-Bold';
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #000;
}
.lorem-text{
    color: #000000;
    text-align: center;
}


.hedding span {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.hedding img{
    margin: 0 auto;
}

.box-2 img {
    margin-left: 0;
}


.box-green {
    background: #f1f1f1;
    padding: 12px;
    transition: all .5s ease-in-out;
    overflow: hidden;
}
.box-green p {
    color: #494b4c;
    padding: 10px 10px;
    line-height: 25px;
    text-align: left;
}
.box-green img {
    width: 370px;
    height: 350px;
    object-fit: cover; 
    transition: all .5s ease-in-out;    
    border-radius: 10px;   
}
.box-green img:hover{
    transform: scale(1.1);
}

.bg-non{
    background: transparent;
    padding: 0px;
}


/*------------------Featured-Project-End-----------------*/

/*------------------Services-----------------------------*/

.service{
    background: url(../images/services_bak.jpg)no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding:60px  0px;
}

.mr-top{
    margin-top: 50px;
}
.icon-set{
    display: none; 
}

.icon-set2 {
    background: #f9fdff;
    padding: 5px;
    box-shadow: 8px 8px 0px #d8e4ef;
    border-radius: 5px;
    display: inline-block;
}

/*.icon-box-single img {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    transition: all .5s ease-in-out;
}
*/
.icon-box-single{
   background: #fff;
   box-shadow: 1px 7px 35px 0px rgba(222, 222, 222, .8);
   transition: all .5s ease-in-out;
   padding: 20px;
   margin-bottom: 20px;
}

.icon-box-single:hover {
    /*    background: #e77913;*/
    /*box-shadow: 1px 7px 35px 0px rgba(222, 222, 222, .8);*/
    
}
/*.icon-box-single:hover .icon-set {
    display: block;
    
}
.icon-box-single:hover .icon-box-title{
    color: #fff;
}
.icon-box-single:hover .icon-set2 {
    display: none;
    
    }*/

    hr {
        border-top: 3px solid #000000;
        width: 50px;
        margin: 0;
        position: relative;
        margin-bottom: 20px;
    }


    .icon-box {
        text-align: center;
    }

    .icon-box-title {
        text-align: left;
        margin: 20px 0;
        color: #000;
        text-transform: uppercase;
        font-family: 'Sintony-Bold';
        transition: all .5s ease-in-out;
        line-height: 28px;
    }

    .icon-box-content p {
        text-align: left;
        line-height: 24px;
    }

    .bodr-top0 {
        border-top: 0;
    }

    .mt15{
        margin-top: 15px;

    }

    /*------------------Services--End-----------------------*/

    /*------------------Contact-Us------------------------*/
    .contact-section h2 {
        text-align: center;
        text-transform: uppercase;
        font-family: 'Sintony-Bold';
        color: #fff;
    }
    .contact-section{
        background:url(../images/conatctus_bak.jpg) no-repeat;
        background-attachment: fixed;
        background-size: cover;
        padding: 80px 0px;
    }
/* .contact-section{
    padding: 80px 0;
    position: relative;
    background: #eee;
    }*/

    .hedding-img {
        margin: 0 auto;
        padding-bottom: 60px;
    }

    .contact-detail {
        padding: 40px 40px 65px;
        background: #fff;
        border-radius: 10px;

    }

    .contact-detail .address {
        margin-top: 30px;
    }

    .contact-detail .address p {
        margin: 20px 0;
        color: #323333;
        font-size: 14px;
        text-align: left;
        font-weight: 600;

    }

    .contact-detail .social-icon .fa {
        color: #e98426;
        font-size: 20px;
        display: inline;
        transition: all .5s ease-in-out;
        background: #f1f1f1;
        padding:10px;
    }
    .social-icon {
        margin-top: 40px!important;
        display: block;
    }

    .contact-detail .social-icon .fa:hover {
        color: #000;
        background: #eee;
        border-radius: 5px;
    }



    .contact-me {
        /* background: linear-gradient(#ec6737,#af4c2f); */
        padding: 30px;
    }
    .contact-me .address-choco {
        display: flex;
    }
    .contact-me ul li {
        position: relative;
        margin-bottom: 21px;
    }
    .contact-me ul li i {
        color: #939393;
        border-radius: 40px;
        font-size: 16px;
        width: 30px;
        text-align: center;
    }

    .contact-me ul li a {
        color: #939393;
        padding: 0 10px;
        display: block;
        font-size: 14px;
        text-align: left;
    }

    .social-item ul li {
        float: left;
    }

    .social-item ul li a {
        background: #333;
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        padding: 0 0;
        margin-left: 10px;
        border-radius: 50px;
        border: 1px solid #191616;
        transition: all .5s ease-in-out;
    }

    .social-item ul li i {
        color: #939393;
        font-size: 16px;
    }

    .social-item ul li a:hover {
        border: 1px solid #fff;
        background: 0 0;
    }

    .input-message {
        text-align: center;
        padding: 30px;
       /* background: #fff;
       box-shadow: 1px 8px 8px 2px #ddd;*/
   }

   .input-from {
    border-radius: 0;
    border: 1px solid transparent;
    height: 55px;
    background: #fff;
    box-shadow: 1px 7px 35px 0px rgba(222, 222, 222, .8);
}

.input-from:focus{
    border: 1px solid transparent;
    box-shadow: 0 3px 0 0 #e74d3e;

}

.input-from::-webkit-input-placeholder {
  color: #363636;
}

.hedding h5 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.hedding h4 {
    font-size: 20px;
    font-family: 'Sintony-Bold';
    text-transform: uppercase;
    color: #e74d3e;
    text-align: center;
    padding-bottom: 25px;
}
.btn-message {
    background: #e74d3e;
    border: 1px solid #e74d3e;
    color: #fff;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 0;
    font-size: 18px;
    text-align: center;
    transition: all .5s ease-in-out;
}

.btn-message:hover{
    border-radius: 10px;
    background: transparent;
    border: 1px solid #e74d3e;
    color: #000;
    box-shadow: 1px 7px 35px 0px rgba(222, 222, 222, .8)
}

.mb{
    margin-bottom: 25px!important;
}

/*------------------Contact-Us-End-----------------------*/

/*---------------Footer----------------------------------*/

footer.foter {
    background: #3a3a3a;
    padding: 20px 0;
}

.pset {
    color: #fff;
    margin-top: 25px;
    text-align: left;
}

.text{
    color: #fff;
    margin-bottom: 25px;

}

.quick-links ul li{

}

.quick-links ul li a{
    color: #fff;
    padding:8px 0px;
    display: block;

}

.quick ul li a {
    color: #fff;
    padding: 0 10px;
    display: block;
    font-size: 14px;
    text-align: left;
}
.quick ul li i {
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
    width: 30px;
    text-align: center;
}

.quick .address {
    display: flex;
}

.quick ul li {
    position: relative;
    margin-bottom: 21px;
}

/*---------------Footer--End--------------------------------*/

@media (max-width: 1199px){

  .icon-box-title {
    margin: 20px 0;
    font-size: 16px;
}

.green-bg {
    padding: 20px 0px;
}
.hedding-text2 {
    text-align: center;
    margin-top: 20px;
    font-size: 26px;
}


}

@media (max-width: 1078px){

  .icon-box-title {
    margin: 20px 0;
    font-size: 16px;
}


}


@media (max-width: 991px){

    .logo a img {
        height: 59px;
    }

    #test-button {
        display: block;
        margin: 17px 10px;
        font-size: 15px;
        border: 1px solid #e74d3e;
        background: #e74d3e;
        color: #fff;
    }
    header.header-top.stickyheader .navigation ul li a.active {
        color: #525150;
    }
    .navigation ul li a:hover {
        color: #ffffff;
    }
    .navigation {
        position: fixed;
        z-index: 999;
        right: -40%;
        top: 0;
        width: 40%;
        margin-right: 0;
        bottom: 0;
        transition: all 0.5s ease-in-out;
        display: block;
        background: rgb(231 77 62);
        height: 100%;
    }
    .navigation ul li:first-child {
        display: block;
    }

    .navigation ul li {
        float: none;
        display: block;
    }
    .navigation ul li a {
        font-size: 15px;
        padding: 12px 10px;
    }


    header.header-top.stickyheader .navigation ul li a:hover {
        color: #251818;
        padding-left: 20px;
    }
    header.header-top.stickyheader .navigation ul li a {
        color: #fffcfb;
        padding: 8px 10px;
    }

    .rotate-box-info h4 br{
        display: none;
    }

    .border {
        margin-bottom: 40px;
    }

    .contact-me {
        margin-bottom: 20px;
    }
    .contact-detail {
        padding:20px;
        margin: 0 20px;
    }

    .service {     
        padding: 20px 0px;
    }
    .contact-section {
        padding: 30px 0;
    }
    .hedding-text {
        font-size: 26px;
    }
    .contact-section h2 {
        font-size: 26px;
    }

    .icon-box-title {
        font-size: 14px;
    }

    .icon-box-single {
        padding: 20px 10px;
    }

    .hedding-text2 {
        text-align: center;
    }

    .box-2 img {
        margin: 0 auto;
    }



}

@media (max-width: 767px){
    .icon-box-title br {
        display: none;
    }

    .icon-box-single img {
        margin: 0 auto;
        display: block;

    }

    .btn-message {
        margin: 0 auto;
        display: block;
    }

    .icon-box-single {
        padding: 10px;
        margin-bottom: 20px;
    }
    .banner-bg img {
        height: 50vh!important;
        object-fit: cover;
    }

    .hedding-img {
      padding-bottom: 20px;
  }

  .icon-box-content {
    width: 100%;
    margin-top: -20px;
}

.padd-style {
    padding: 20px 30px;
}

.icon-box-title {
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}


hr {
    margin: 0 auto;
}

.icon-box-content p {
    text-align: center;

}

.icon-set {
  width: 40px;
  margin: 0 auto 15px!important;
  float: none;
}

.contact-detail .social-icon .fa {
    margin-right: 10px;
}

.glyphicon-menu-left:before {
    content: "\e257";
    background: #000;
    padding: 6px 10px;
}
.glyphicon-menu-right:before {
    content: "\e258";
    background: #000;
    padding: 6px 10px;
}

.pset {
    margin-top: 10px;
    margin-bottom: 20px;
}

.hedding h4 {
    margin: 30px 0 30px;
    padding: 0;
}
.contact-detail .address p {
    text-align: center;
}

.social-icon {
    text-align: center;
}
.box-green p {
    text-align: center;

}

}
