

/* Links ---------------------- */
.left {
    float: left;
}

.right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.hide {
    display: none;
}

.highlight {
    background: #ffff99;
}

.clear {
    clear: both;
    width: 100%;
}

.Clear_10 {
    clear: both;
    height: 10px;
}

.Clear_20 {
    clear: both;
    height: 20px;
}

.Clear_50 {
    clear: both;
    height: 50px;
}


.subheader {
    line-height: 1.3;
    color: #777;
    font-weight: 300;
    margin-bottom: 17px;
}



/* Abheeh Web page Start ---------------------- */


.main {
    width: 1000px;
    height: auto;
    margin: auto;
}

.main2 {
    width: 1000px;
    height: auto;
    margin: auto;
    background-image: url(../images/cloud-top.jpg);
    background-repeat: no-repeat;
}

.hedtop {
    width: 1000px;
    height: 100px;
    margin: auto;
}

.hedtopleft a {
    width: 450px;
    float: left;
    text-align: left;
    padding-top: 16px;
}

.hedtopright {
    width: 450px;
    float: right;
    padding-top: 5px;
}

#hed {
    width: 1000px;
    height: 100px;
    margin: auto;
}

#hedleft a {
    width: 380px;
    height: 65px;
    display: block;
    text-indent: -9999px;
    float: left;
    padding-top: 0px;
    text-align: left;
    background: url(../images/logo.png) no-repeat;
}

#hedright {
    width: 600px;
    float: right;
    padding-top: 15px;
}

#hedleft1 {
    width: 100%;
    float: left;
    padding-top: 0px;
}


.firstcon {
    width: 1000px;
    height: 550px;
    margin: auto;
    background-image: url(../images/treeHome.jpg);
    background-size: 1000px 530px;
    background-repeat: no-repeat;
    background-position: center;
}

.firstconleft {
    width: 300px;
    float: left;
}

.firstconright {
    width: 680px;
    float: right;
}

.conleft {
    color: #00afef;
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    line-height: 24px;
}




.text {
    font-family: Arial;
    font-size: 12px;
    color: #5e5c5c;
    line-height: 20px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.5px;
    font-style: normal;
    font-variant: normal;
}


.text1 {
    font-family: Times New Roman;
    font-size: 14px;
    color: Black;
    line-height: 20px;
    text-align: justify;
}

.textservice {
    font-family: Adobe Caslon Pro;
    color: #363636;
    letter-spacing: 0.5px;
    font-size: 15px;
    text-align: justify;
    line-height: 20px;
}

.LEFT1 {
    color: #92c01c;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
}


.roject {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-family: Arial,Helvetica,sans-serif;
    color: #363636;
    line-height: 22px;
    font-weight: bold;
}



.tabme {
    padding: 0 25px 0 25px;
    color: #00afef;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    display: block;
    line-height: 40px;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 16px;
}

    .tabme:hover {
        background-color: #e6e8e9;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        border-radius: 20px;
        cursor: pointer;
        color: #c50e70;
    }

.classname {
    -moz-box-shadow: inset 0px 0px 0px 0px #fed897;
    -webkit-box-shadow: inset 0px 0px 0px 0px #fed897;
    box-shadow: inset 0px 0px 0px 0px #fed897;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
    background: -moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
    background-color: #3b79c4;
    -webkit-border-top-left-radius: 23px;
    -moz-border-radius-topleft: 23px;
    border-top-left-radius: 23px;
    -webkit-border-top-right-radius: 23px;
    -moz-border-radius-topright: 23px;
    border-top-right-radius: 23px;
    -webkit-border-bottom-right-radius: 23px;
    -moz-border-radius-bottomright: 23px;
    border-bottom-right-radius: 23px;
    -webkit-border-bottom-left-radius: 23px;
    -moz-border-radius-bottomleft: 23px;
    border-bottom-left-radius: 23px;
    text-indent: 0px;
    border: 1px solid #eda933;
    display: inline-block;
    color: Blue;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 28px;
    width: 180px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #cd8a15;
}

    .classname:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
        background: -moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
        background-color: #3b79c4;
    }

    .classname:active {
        position: relative;
        top: 1px;
    }

.banpic {
    width: 100%;
    height: 400px;
    margin: auto;
    background: url(../images/banner0.jpg) top center no-repeat;
    background-size:100%;
}


.banbot {
    width: 1000px;
    height: auto;
    margin: auto;
}

.banbotleft {
    float: left;
    width: 380px;
}

.banbotright {
    float: right;
    width: 600px;
}

.realser {
    width: 1100px;
    height: auto;
    margin: auto;
}

.realserleft {
    width: 720px;
    height: auto;
    float: left;
    text-align: left;
}

.realserright {
    width: 260px;
    height: auto;
    float: right;
}

.realserright2 {
    width: 720px;
    height: auto;
    float: right;
    text-align: left;
}

.realseleft2 {
    width: 260px;
    height: auto;
    float: left;
}

.Enquiry {
    padding: 6px 10px;
    background-color: #40aad3;
    color: White;
    font-size: 22px;
    text-align: center;
    border: none;
}

.Enquiry1 {
    height: 45px;
    border: none;
    font-family:Arial;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    background: url(../images/right-arrow.jpg) right no-repeat #01afee;
    text-align: left;
    margin: 5px 0;
    padding: 5px 55px 5px 10px;
    cursor: pointer;
    font-weight:100;
}



.Conta {
    width: 1170px;
    height: auto;
    margin: auto;
}

.Contaleft {
    float: left;
    width: 40%;
}

.Contaright {
    float: right;
    width: 50%;
}

.textenq {
    border-color: #CBCBCB;
    border-width: 1px;
    border-style: solid;
    font-size: 11pt;
    height: 35px;
    width: 100%;
    border-radius: 2px;
}

    .textenq:focus {
        outline: none;
        -moz-box-shadow: 0 0 0 1px #00afef inset;
        -webkit-box-shadow: 0 0 0 1px #00afef inset;
        box-shadow: 0 0 0 1px #E8C291 inset;
        border-color: #CBCBCB;
        border-width: 1px;
        border-style: solid;
        font-size: 11pt;
      
        border-radius: 2px;
    }

.textreq {
  
    font-size: 11pt;
    height: 35px;
    width: 100%;
    border-radius: 2px;
    border-bottom: 5px #01afee solid;
   
}

    .textreq:focus {
        outline: none;
        -moz-box-shadow: 0 0 0 1px #00afef inset;
        -webkit-box-shadow: 0 0 0 1px #00afef inset;
        box-shadow: 0 0 0 1px #E8C291 inset;
        font-size: 11pt;
        border-radius: 2px;
        border-bottom: 5px #0095ae solid;
    }

.textenqcom {
    border-color: #CBCBCB;
    border-width: 1px;
    border-style: Solid;
    font-size: 13pt;
    height: 70px;
    width:100%;
    border-radius: 2px;
}

    .textenqcom:focus {
        outline: none;
        -moz-box-shadow: 0 0 0 1px #e8c291 inset;
        -webkit-box-shadow: 0 0 0 1px #E8C291 inset;
        box-shadow: 0 0 0 1px #E8C291 inset;
        border-color: #CBCBCB;
        border-width: 1px;
        border-style: Solid;
        font-size: 13pt;
      
        border-radius: 2px;
    }

.Send {
    padding: 4px 10px;
    background-color: #01afee;
    text-transform: uppercase;
    color: White;
    font-size: 16 px;
    text-align: center;
    border: none;
    letter-spacing: 0.5px;
    cursor: pointer;
}


.line {
    width: 100%;
    height: 0.5px;
    background-color: #000000;
}





.ribbon {
    position: absolute;
    background: url("../images/ribbon-red.png") no-repeat 0 0;
    width: 300px;
    height: 36px;
    font-size: 18px;
    color: #007294;
    font-weight: 600;
    /* text-shadow: 1px 1px 2px #333; */
    padding: 8px 0 0 15px;
}

.fdeal {
    width: 1000px;
    height: auto;
    margin: auto;
}

.fdealleft {
    float: left;
    width: 300px;
}

.fdealright {
    float: right;
    width: 640px;
}


.Projectdetail {
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    font-size: 11pt;
    height: auto;
    width: 100%;
    border-radius: 2px;
    height: 190px;
}

.conproject {
    color: #ffa500;
    font-size: 15px;
    font-family: Arial;
    font-weight: normal;
    line-height: 10px;
    background-color: #F1F1F1;
}

.readpro {
    background-color: #00afef;
    padding: 5px 15px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #ccc;
    font-family: Arial;
}

.readproject {
    -moz-box-shadow: inset 0px 0px 0px 0px #fed897;
    -webkit-box-shadow: inset 0px 0px 0px 0px #fed897;
    box-shadow: inset 0px 0px 0px 0px #fed897;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
    background: -moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
    background-color: #3b79c4;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    text-indent: 0px;
    border: 1px solid #eda933;
    display: inline-block;
    color: White;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    height: 22px;
    line-height: 20px;
    width: 80px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #cd8a15;
}

    .readproject:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
        background: -moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
        background-color: #3b79c4;
    }

    .readproject:active {
        position: relative;
        top: 1px;
    }

.textbox {
    background: #F1F1F1url(Image/input-text-40.png) no-repeat;
    background-position: 5px -7px !important;
    padding: 10px 10px 10px 25px;
    width: 270px;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
    box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
}

    .textbox:focus {
        background-color: #FFF;
        border-color: red;
        outline: none;
        -moz-box-shadow: 0 0 0 1px #e8c291 inset;
        -webkit-box-shadow: 0 0 0 1px #E8C291 inset;
        box-shadow: 0 0 0 1px #E8C291 inset;
    }
