﻿body
{
    font-family: 'Roboto' , sans-serif;
    font-size: 18px;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.container
{
    width: 1200px;
    margin: 0 auto;
    display: table;
    position: relative;
    height: 100%;
}

.logo
{
    width: 210px;
    float: left;
}

.logo img
{
    width: 200px;
    float: left;
    margin: 0;
}

.callright
{
    width: 400px;
    float: right;
}

.callright p
{
    width: 100%;
    margin: 28px 0;
    float: right;
    color: #fdb813;
    font-size: 22px;
    font-weight: 500;
}

.callright p a
{
    color: #000;
}

.banner
{
    width: 100%;
    float: left;
    background-image: url(../assets/banner-bg.jpg);
    background-position: center bottom -50px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 700px;
}


h1
{
    font-size: 41px;
    line-height: 55px;
    font-weight: 300;
    color: #000;
    text-align: left;
    border-left: 2px solid #fff;
    padding: 10px 0 10px 10px;
    margin: 150px 0 0 0;
    width: 500px;
    float: left;
}

h1 a
{
    font-weight: 900;
}



.freequotemain
{
    background: rgba(0,0,0,0.5);
    float: right;
    border-radius: 10px;
    width: 400px;
    margin-top: 45px;
}


.freequotemain h1
{
    font-size: 29px;
    font-weight: 500;
    color: #fdb813;
    text-align: center;
    border-left: 0px solid #fff;
    padding: 2.5% 2.5% 0 2.5%;
    margin: 0;
    width: 95%;
}

.freequotemain table
{
    width: 320px;
    float: left;
    margin: 0 40px 35px;
}

.freequotemain table td
{
    vertical-align: top;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    position: relative;
}

.freequotemain table td input[type='text']
{
    background: #fff;
    border: 0px solid #d5d5d5;
    color: #000;
    margin-bottom: 17px;
    padding: 9px 20px;
    width: 280px;
    border-radius: 18px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto' , sans-serif;
    outline: none;
    opacity: 1;
}

.freequotemain table td input[type='text']:focus
{
    background: #f1f1f1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.freequotemain table td select
{
    background: #fff;
    border: 0px solid rgba(135,47,146,.5);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 17px;
    padding: 9px 14px;
    width: 320px;
    border-radius: 18px;
    color: #000;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    font-family: 'Roboto' , sans-serif;
    outline: none;
    opacity: 1;
    cursor: pointer;
}

.freequotemain table td select:focus
{
    background: #f1f1f1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.icon
{
    position: absolute;
    right: 15px;
    top: 16px;
    margin-top: 0;
    border-top: 7px solid #fdb813;
    border-left: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-bottom: 0 none;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 0;
}
select
{
    /* for Firefox */
    -moz-appearance: none; /* for Chrome */
    -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand
{
    display: none;
}

.freequotemain table td textarea
{
    background: #fff;
    border: 0px solid rgba(135,47,146,.5);
    color: #000;
    margin-bottom: 17px;
    padding: 9px 20px;
    width: 280px;
    resize: none;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins' ,sans-serif;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    font-family: 'Roboto' , sans-serif;
    outline: none;
    height: 75px;
    opacity: 1;
}

.freequotemain table td textarea:focus
{
    background: #f1f1f1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.freequotemain table td input::-webkit-input-placeholder, .freequotemain table td textarea::-webkit-input-placeholder
{
    color: #000;
    opacity: 1;
}

.freequotemain table td input::-moz-placeholder, .freequotemain table td textarea::-moz-placeholder
{
    color: #000;
    opacity: 1;
}

.freequotemain table td input:-ms-input-placeholder, .freequotemain table td textarea:-ms-input-placeholder
{
    color: #000;
    opacity: 1;
}

.freequotemain table td input:-moz-placeholder, .freequotemain table td textarea:-moz-placeholder
{
    color: #000;
    opacity: 1;
}

.submitbtn
{
    color: #000;
    border: 0px solid #762b8a;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    width: 250px;
    margin: 25px auto 0;
    padding: 9px 20px;
    display: table;
    text-decoration: none;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border-radius: 18px;
    background: rgba(255,217,0,1);
    background: -moz-linear-gradient(top, rgba(255,217,0,1) 0%, rgba(229,130,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,217,0,1)), color-stop(100%, rgba(229,130,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,217,0,1) 0%, rgba(229,130,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,217,0,1) 0%, rgba(229,130,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,217,0,1) 0%, rgba(229,130,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,217,0,1) 0%, rgba(229,130,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd900', endColorstr='#e58200', GradientType=0 );
    cursor: pointer;
    outline: none;
    font-weight: 400;
    font-family: 'Roboto' , sans-serif;
}

.submitbtn:hover
{
    background: rgba(229,130,0,1);
    background: -moz-linear-gradient(top, rgba(229,130,0,1) 0%, rgba(255,217,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,130,0,1)), color-stop(100%, rgba(255,217,0,1)));
    background: -webkit-linear-gradient(top, rgba(229,130,0,1) 0%, rgba(255,217,0,1) 100%);
    background: -o-linear-gradient(top, rgba(229,130,0,1) 0%, rgba(255,217,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(229,130,0,1) 0%, rgba(255,217,0,1) 100%);
    background: linear-gradient(to bottom, rgba(229,130,0,1) 0%, rgba(255,217,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e58200', endColorstr='#ffd900', GradientType=0 );
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.error
{
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 7px 0;
    letter-spacing: .5px;
}


.aboutdata
{
    width: 665px;
    float: left;
    background: rgba(255,255,255,0.7);
    margin: 250px 0 0 0;
    padding: 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}

h2
{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    text-align: left;
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%;
    float: left;
}

.aboutdata p
{
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 27px;
}

.middledata
{
    width: 100%;
    float: left;
    background: #171309;
}

.middledata h1
{
    width: 100%;
    float: left;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: 0px solid #333;
    margin: 25px 0 0;
    letter-spacing: 0.5px;
}

.middledata h1 a
{
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    color: #fdb813;
}


.middledatainside
{
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0 35px;
}


.middledatainside li
{
    width: 240px;
    float: left;
    margin: 20px 0 20px 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.middledatainside li p
{
    width: 85%;
    float: left;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    margin: 0 15% 0 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}


.middledatainside li:nth-child(1)
{
    background-image: url(../assets/1.jpg);
    background-size: 240px;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 100px 0 140px 0;
}


.middledatainside li:nth-child(2)
{
    background-image: url(../assets/2.jpg);
    background-size: 240px;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 100px 0 140px 0;
}

.middledatainside li:nth-child(3)
{
    background-image: url(../assets/4.jpg);
    background-size: 240px;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 100px 0 140px 0;
}


.middledatainside li:nth-child(4)
{
    background-image: url(../assets/3.jpg);
    background-size: 240px;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 100px 0 140px 0;
}

.middledatainside li:nth-child(5)
{
    background-image: url(../assets/5.jpg);
    background-size: 240px;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 100px 0 140px 0;
}



.whatclientssay
{
    width: 100%;
    background: #f5f4f4;
}
h3
{
    font-size: 29px;
    font-weight: 500;
    color: #fdb813;
    text-align: center;
    border-left: 0px solid #fff;
    padding: 2.5% 2.5% 0 2.5%;
    margin: 0;
    width: 95%;
}


.whatclientssay p
{
    width: 790px;
    display: table;
    font-size: 18px;
    font-weight: 500;
    margin: 20px auto;
    padding: 0;
    line-height: 30px;
    text-align: justify;
    text-align-last: center;
}

.whatclientssay p a
{
    font-size: 19px;
    font-weight: 700;
    color: #fdb813;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.footelogoheader
{
    width: 900px;
    display: table;
    font-size: 34px;
    font-weight: 300;
    margin: 40px auto 30px;
    padding: 0;
    line-height: 30px;
    text-align: center;
}

.companylogo
{
    width: 800px;
    margin: 0 auto 30px;
    padding: 0;
    display: table;
}

.companylogo li
{
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

.companylogo li img
{
    width: 724px;
    margin: 0 auto;
    padding: 0;
    display: table;
}


.footer
{
    width: 100%;
    float: left;
    background: #171309;
    padding-bottom: 25px;
}


.footer h2
{
    width: 900px;
    display: table;
    font-size: 21px;
    font-weight: 500;
    margin: 20px auto 5px;
    padding: 0;
    line-height: 30px;
    text-align: center;
    color: #fdb813;
    float: none;
}


.footer p
{
    width: 940px;
    padding: 0;
    float: none;
    margin: 0 auto;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    display: table;
}


.footer p a
{
    color: #fff;
    text-decoration:none;
}


.footer p span
{
    height: 5px;
    background: #fdb813;
    margin: 0 10px;
    padding: 1px;
}



.mobilenone
{
    display: table;
}

.desktopnone
{
    display: none;
}
