/*for container in between of container and other*/
.confirmationMessage{
    width:100%;
    text-align:center;
    font-size:18px;
    color:red;
}
.show-error{
border-style:solid;
border-bottom-width:1px
border-left-width:0;
border-top-width:0;
border-right-width:0;
border-color:red;
}
.newpage{
    margin-left: 8%;
    margin-right: 7%;
}
.logo-position
{
    position:absolute;
}

.logo-width
{
    width: 200px;
    margin-left: 15px;
}

.pad-top-width
{
    max-width: 1265px;
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pad-top
{
    margin-top: 50px;
}

.pad-top-new
{
    margin-top: 5px;
}

/*font-styling


@font-face
{
    font-family: myfirstfont;
    src:url('/font/Helvetica-Bold.ttf') ;
    font-weight: bold;
}


@font-face
{
    font-family: "myfirstfont1";
    src:url("/font/Helvetica-Light.ttf") ;
}


@font-face
{
    font-family: myfirstfont;
    src:url('/font/Helvetica-Oblique.ttf') ;
    font-style: oblique;
}


@font-face
{
    font-family: myfirstfont;
    src:url('/font/Helvetica.ttf') ;
}

*/

.font-style-2
{
    font-size: 20px;
    color:#606060;
    margin-top: 12px;
    position: absolute;
    left:227px;
    text-indent: 19px;
    border-left: 1px solid;
    border-width: 1px;
    height: 40px;

}


.font-style-3
{
    font-size: 26px;
    color: #606060;;
    margin-top: 100px;
    font-weight: bold;
    word-spacing: 2px;
    letter-spacing: 2px;

}

.font-style-4
{
    font-size: 22px;
    color: #606060;
    margin-top: 18px;
    word-spacing: 3px;
    letter-spacing: 3px;


}

.font-style-5
{
    background-color: #d61220;
    font-size: 18px;
    width: 85px;
    height: 40px;
    color: white;
    float: left;
    text-align: center;
    padding-top: 6px;
    letter-spacing: 1px ;

}

.font-style-5-1
{
    background-color: #d61220;
    font-size: 18px;
    width: 110px;
    height: 40px;
    color: #ffffff;
    float: left;
    text-align: center;
    padding-top: 6px;
    letter-spacing: 1px ;
}

.font-style-5-2
{
    background-color: #d61220;
    font-size: 18px;
    width: 130px;
    height: 40px;
    color: #ffffff;
    float: left;
    text-align: center;
    padding-top: 6px;
    letter-spacing: 1px ;

}

.font-style-6
{
    font-size: 24px;
    letter-spacing: 2px;
    word-spacing: 3px;
    margin-top: 2px;
    margin-left: 40px;
    color: #000000;
}

.font-style-7
{
    font-size:16px ;
    color: black;
    float: left;
    text-align: left;
    padding-top: 4px;
    letter-spacing: 2px;
    word-spacing: 1px;
    line-height: 250%;
    margin-right: -4px;
}

.font-style-8
{
    font-size: 25px;
    color: #d61220;
    float: left;
    padding-top: 4px;
}

.font-style-9
{
    font-size: 25px;
    text-align: left;
    font-weight: 600;
}
.font-style-10
{
    font-size: 16px;
    text-align: left;

}

.font-style-11
{
    font-size: 10px;
    word-spacing: 1px;
    letter-spacing: 1px;
    padding-top: 3%;
    font-weight: 400;

}

.font-style-12
{
    font-size: 19px;
    font-weight: 200;
}


.bottom-content
{
    display: table-cell;
    vertical-align: bottom;
}

.mycontent-left     /*for making a vertical line between two div */
{
    border-left: 1px solid;
    height: 35px;
    float: left;
    margin-top: 12px;
    margin-left: 20px;
    color:#cccccc;
    width: 1px;
}
.visible-on-mob
{
    display: none;
}


.visible-on-mob1 {
    display: none;
}



/*for buttons on top*/


.mainnav ul li a {
    text-decoration:none;

}
.mainnav ul li {
    list-style: none;
    text-align: right;


}

.mainnav ul li input
    {
    background-color: #545454;
    border-radius: 60px;
    border-style: none;
    cursor: pointer;
    height: 55px;
    width: 55px;
    color: white;
    font-size: 13px;
    letter-spacing: 3px;
    padding-left: 10px;

    }


.btnimage
{
    background-image: url(images/contact.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    font-size: 0px;
    background-position: center;
}


a input[type=submit]{
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -ms-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
}

a input[type=submit]:hover {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}


.spread-even
{
    display: flex;
}
.spread-even li
{
    flex:1;
}


/*for navbar*/


.mainnavFix ul li a {
    text-decoration:none;

}
.mainnavFix ul li
{
    list-style: none;
    display: inline;
    /*margin-left: 10px;*/
    text-align: right;
}

.mainnavFix ul li input {
    background-color: #d61220;
    border-radius: 60px;
    border-style: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
    color: white;
    font-size: 10px;
    /*margin-left: 10px;*/
}

.backtotopimage
{
    background-image: url(images/up_arrow.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    font-size: 0px;
    background-position: center;

}


/*give styles of fixed nav bar here*/
#sticky {
    display: none;
}

#sticky.stick {
    display:inline;
    padding-top: 7px;
    top: 0;
    z-index: 10000;
    background-color: white;
    position: fixed;
}

#stickymobile.stick {
    display:inline;
    position: fixed;
    top:0;
    z-index: 10000;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: white;
}


.pad-top1
{
    margin-top: 10px;
}
.pad-top2
{
    margin-top: 20px;
}
.pad-top3
{
    margin-top: 90px;
    margin-bottom: 50px;
}

.pad-top4
{
    margin-top: 6px;
}
.pad-left {
    margin-left: -17px;

}
.pad-left3 {
    margin-left: 30px;

}
.pad-bottom3
{
    padding-top: 20px;
}

.pad-top5
{
    margin-top: 30px;
}

.pad-top6
{
    margin-top: 90px;
}




.padding-top-1
{
    padding-top: 10px;
}
.pad-left1
{
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pad-bottom
{
    margin-bottom: 10px;
}

/*pagination for project */
ul.pagination
{
    display: inline;
    float: left;
    margin-top: 3px;
    margin-left: -20px;

}

ul.pagination li
{
    display: inline;

}

ul.pagination li a
{
    color: #000000;
    float: left;
    text-decoration: none;
    border: none;
    font-size: 18px;
    margin-left: 10px;
    border-radius: 40px;
    height: 30px;
    width: 30px;
    padding-left: 11px;
    padding-top: 4px;
    cursor: pointer;
}

ul.pagination li a.active {
    background-color: #5b5b5b;
    color: #d3d3d3;
    border-radius: 40px;
    height: 30px;
    width: 30px;
}

ul.pagination li a:hover:not(.active)
{
    background-color: #d61220;
    color: white;
    border-radius: 40px;
    height: 30px;
    width: 30px;
}

/*branding section design*/
.slider {
    display: flex;
}
.slider .slide img {
    width: 100%;
    padding: 1px;
}


/*images slideshow*/
/* Slideshow container */
.slideshow-container {
    position: relative;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 0 0 0;
    font-size: 0px;
    z-index: 1001;

}

.prev{
    background-repeat: no-repeat;
    float: left;

}

/* Position the "next button" to the right */
.next {
    background-repeat: no-repeat;
    right: 15px;


}

.img-responsive
{
    margin: 0 auto;
}




/*for images in aboutus section*/
.img-place1
{
    position: relative;
    height: 240px;
}

.img-place
{
    position: absolute;
    bottom: 0;
}


.inline-img
{
    display: flex;

}

.img-flex-item
{
    flex:1;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fade1 {                                     /*bootstrap framework has a predefined class fade hence we have named it fade1 */
    -webkit-animation-name: fade1;
    -webkit-animation-duration: 1.5s;
    animation-name: fade1;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade1 {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade1 {
    from {opacity: .4}
    to {opacity: 1}
}
.width-fld
{
    width: 31%;
    margin-top: 50px;
}
.width-full
{
    width: 98%;
    margin-top: 50px;
}


/*form*/
form input
{
    padding-bottom: 15px;
    margin: 25px 15px 0 5px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid grey;
    color: #494949;
    font-size: 16px;
    word-spacing: 1px;
    letter-spacing: 1px;
    margin-top:3px;
    border-radius: 0px;
    -webkit-appearance: none;
}

.btn-property-send
{
    float: right;
    background-color: #d61220;
    margin-top: 30px;
    height: 45px;
    width: 110px;
    margin-right: 12px;
    margin-bottom: 30px;
    color: white;

}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
}


.color-link
{
    color: black;
}

.color-link:hover
{
    color: black;
    text-decoration: none;
}


/* On smaller screens, decrease text size */


@media only screen and (max-width:1100px ) {

    .container-fluid{
        padding-left: 0px; !important;
        padding-right: 0px; !important;
    }

    .newpage {
        margin-left: 0%;
        margin-right: 0%;
    }

    .mainnav ul li
    {
        text-align: center;
    }

    .mainnav ul li input
    {
        height: 38px;
        width: 38px;
        font-size: 10px;
        z-index: 10000;
        padding-left: 8px;
        word-spacing: 0px;
        letter-spacing: 1px;
        margin-left: -10px;
        padding-top: 3px;

    }

    .prev, .next {
        top: 44%;
        width: 28px;
        height: 28px;
    }

    .next {
        right:0;
    }


    a input[type=submit]:hover {
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
    }

    .spread-even
    {
        margin:0;
        padding: 0;
    }

    .logo-width
    {
        width: 160px;
        margin-left: 15px;
    }


    .font-style-2 {
        font-size: 13px;
        float: left;
        font-weight: 400;
        margin-top: 11px;
        height: 28px;
        left: 170px;
        text-indent: 8px;
        letter-spacing: 0px;
    }

    .font-style-3 {
        font-size: 16px;
        float: left;
        margin-top: 6px;
        word-spacing: 1px;
        letter-spacing: 0px;

    }

    .font-style-4 {
        padding-bottom: 6px;
        font-size: 13px;
        margin-top: 0px;
    }

    .font-style-5 {
        width: 50px;
        height: 26px;
        font-size: 14px;
        padding-top: 3px;

    }

    .font-style-5-1
    {
        font-size: 14px;
        width: 80px;
        height: 26px;
        color: #ffffff;
        padding-top: 3px;

    }

    .font-style-5-2
    {
        font-size: 14px;
        width: 110px;
        height: 26px;
        padding-top: 3px;

    }

    .font-style-6
    {
        letter-spacing: normal;
        font-size: 16px;
        margin-top: 2px;
        margin-left: -19px;

    }

    .font-style-7 {
        font-size: 13px;
        text-align: left;
        padding-top: 0px;
        letter-spacing: 1px;
        line-height: 150%;
        margin-right: -4px;
    }


    .font-style-9
    {
        font-size: 19px;
    }
    .font-style-10
    {
        font-size: 15px;
        text-align: left;
        font-weight: 100;

    }

    .font-style-12
    {
        font-size: 19px;
        /*float: left;*/
        font-weight: 200;
        /*height: 40px;
        width: 40px;
        margin-right: 1%;*/
    }

    .pad-top{
        margin-top: 20px;
    }

    .pad-top-new
    {
        margin-top: 20px;
    }

    .pad-top2
    {
        margin-top: 5px;
    }

    .pad-top5
    {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .pad-top6
    {
        margin-top: 30px;
    }

    .pad-bottom3
    {
        padding-top: 0px;
        margin-top: -6px;

    }

    .visible-on-mob {
        display: block;
        margin-top: 60px;
    }

    .visible-on-mob1 {
        display: inline;
    }
    .visible-on-mob2
    {
        display: none;
    }

    .img-size {
        height: 90px;
        width: 90px;
        margin-bottom: 3px;
    }

    ul.pagination {
        margin-left: -15px;
        margin-top: -2px;
    }

    ul.pagination li a
    {
        font-size: 15px;
        margin-left: 10px;
        height: 15px;
        width: 15px;
        padding-left: 11px;
        padding-top: 5px;
    }



    .pad-left {
        margin-left: -14px;
    }




    /*form*/
    form input
    {
        font-size: 13px;
        letter-spacing: 0px;
    }


    .width-fld
    {
        margin-top: 50px;
        width: 98%;
    }
     .width-full
     {
         margin-top: 50px;
         width: 98%;
     }

    form input {
        margin-right: 0px;
    }
    .back-footer
    {
        background-color: #262626;
        width: 100%;
        height: 55px;


    }

    .center-footer
    {
        margin: 0 auto;
    }
}
/*for screen less than 320px*/

@media only screen and (max-width:320px ) {



    .font-style-2
    {
        font-size: 12px;
        text-indent: 8px;
    }

    .font-style-3
    {
        font-size: 10px;
        word-spacing: 0px;
        letter-spacing: 0px;

    }

}

/*for tablet screens*/

@media only screen and (max-width:1100px ) and (min-width: 520px)
{

    .prev, .next {
        width: 45px;
        height: 45px;
    }

    .mainnav ul li input
    {
        height: 50px;
        width: 50px;
        font-size: 14px;
        z-index: 10000;
        padding-left: 11px;
        word-spacing: 0px;
        letter-spacing: 1px;
        margin-left: -10px;
        padding-top: -1px;
    }

    .logo-width
    {
        width: 180px;
        margin-left: 15px;
    }

    .font-style-2 {
        font-size: 17px;
        float: left;
        font-weight: 300;
        margin-top: 15px;
        height: 28px;
        left: 195px;
        text-indent: 8px;
        letter-spacing: 0px;
    }

    .pad-top4
    {
        margin-top: 1px;
    }

    .font-style-3 {
        font-size: 24px;

    }

    .font-style-4 {
        font-size: 20px;
        padding-bottom: 8px;
        word-spacing: 3px;
        letter-spacing: 3px;
    }

    .pad-top-new
    {
        margin-top: 30px;
    }

    .font-style-5-1
    {
        font-size: 17px;
        width: 110px;
        height: 35px;
        color: #ffffff;
        float: left;
        text-align: center;
        padding-top: 6px;
        letter-spacing: 1px ;
    }

    .font-style-6
    {
        font-size: 22px;
        letter-spacing: 2px;
        word-spacing: 3px;
        margin-top: 2px;
        margin-left: -10px;
        color: #000000;
    }

    .pad-top2
    {
        margin-top: 20px;
    }

    .font-style-5
    {
        font-size: 17px;
        width: 85px;
        height: 35px;
        color: white;
        float: left;
        text-align: center;
        padding-top: 6px;
        letter-spacing: 1px ;

    }

    .pad-top6
    {
        margin-top: 40px;
    }


    ul.pagination li a
    {
        font-size: 15px;
        margin-left: 10px;
        height: 25px;
        width: 25px;
        padding-left: 11px;
        padding-top: 5px;
    }

    ul.pagination {
        margin-left: -15px;
        margin-top: 3px;
    }

    .pad-bottom3
    {
        padding-top: 20px;
    }

    .font-style-5-2
    {
        background-color: #d61220;
        font-size: 18px;
        width: 130px;
        height: 35px;
        color: #ffffff;
        float: left;
        text-align: center;
        padding-top: 6px;
        letter-spacing: 1px ;

    }

    .font-style-7
    {
        font-size:14px ;
        color: black;
        float: left;
        text-align: left;
        padding-top: 4px;
        letter-spacing: 2px;
        word-spacing: 1px;
        line-height: 250%;
        margin-right: -4px;
    }

    .font-style-9
    {
        font-size: 22px;
    }

    /*form*/
    form input
    {
        padding-bottom: 15px;
        margin: 25px 15px 0 5px;
        box-sizing: border-box;
        border: none;
        border-bottom: 1px solid grey;
        color: #494949;
        font-size: 16px;
        word-spacing: 1px;
        letter-spacing: 1px;
        margin-top:3px;
        border-radius: 0px;
        -webkit-appearance: none;
    }

}