@media only screen and (max-width: 480px) {
.polygon-clip-triangle-equilateral {
    -webkit-clip-path: inherit;

    /* display: none; */
    clip-path: inherit;
}

.footer {
    background-color: #ffcb2b;
    padding-top: 14px;
    padding-bottom: 4px;
    margin-top: 0px;
}

.social {
    margin-left: 0px;
}

.internal {
    margin-top: 5px;
}

.internal h3 {
    margin-top: 7px;
    
        font-size: 20px;
    
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.rec1 {
    height: 400px;
}

.owl-prev {
    float: left;
}

.owl-nav {
    position: absolute;
    width: 95%;
    margin-left: 2.5%;
    top: 50%;
}

.owl-next {
    float: right;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
   
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.titleindex{

    margin-top: 86px;
}

.down_arrow {
    margin: 0px auto;
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    padding: 15px !important;
}
#faq {
    margin-bottom: 20px;
}
.section_space {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}

.toptitle {
    color: #dba46a;
    font-size: 47px;
    padding-top: 0px;
    position: relative;
}

.subtitle {
    font-size: 20px;
    color: #dba46a;
    padding-top: 11px;
    padding-bottom: 0px;
}

#footer{

margin-top:20px;
}

}

@media only screen and (max-width:1600px)  and (min-width: 1200px) {

    .polygon-clip-triangle-equilateral{
        -webkit-clip-path:circle(1070px at 52% 187%);
    clip-path:circle(1070px at 52% 187%)

    }
}


@media only screen and (max-width:1700px) and (min-width: 1600px) {

    .polygon-clip-triangle-equilateral{
        -webkit-clip-path:circle(1344px at 53% 246%);
        clip-path:circle(1344px at 53% 246%);

    }
}

@media only screen and (max-width:1800px) and (min-width: 1700px) {

    .polygon-clip-triangle-equilateral{
        -webkit-clip-path: circle(1344px at 53% 257%);
        clip-path: circle(1344px at 53% 257%);

    }
}

@media only screen and (max-width: 1900px) and (min-width: 1850px){
.polygon-clip-triangle-equilateral {
    -webkit-clip-path: circle(1529px at 52% 327%);
    clip-path: circle(1529px at 52% 294%);
}

}

@media only screen and (max-width:1850px) and (min-width: 1800px) {

    .polygon-clip-triangle-equilateral{

        -webkit-clip-path:circle(1529px at 52% 295%);
        clip-path:circle(1529px at 52% 295%);

    }

}


    @media only screen and (max-width:1204px) and (min-width: 950px) {

        .polygon-clip-triangle-equilateral{
    
            -webkit-clip-path:circle(1681px at 59% 280%);
            clip-path:circle(1681px at 59% 280%);
    
        }
}