body {
	font-family: 'Cabin', sans-serif !important;
    background: url("../images/545591.jpg");
    background-size: cover;
    background-position: center;
}
.row {
    background: #fff;
    box-shadow:0px 14px 10px 1px #000;
}
.logo img {
    width: 100%;
}
.right-banner img.img-responsive {
    width: 100%;
    padding-top: 15px;
}
.nav li a {
    color: #fff !important;
    font-size: 15px;
}
.nav .active a {
    color: #fff !important;
    background: #b1719b !important;
}
.nav li a:hover {
    background: #b1719b !important;
    box-shadow: 0px 1px 3px 0px #000;
    transition: all 0.3s linear;
}
section.comp-logo {
    text-align: center;
}
.gosdel-logo button.btn.btn-basic {
    background: #488e67;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 20px;
    padding: 8px 15px;
}
.gosdel-logo button.btn.btn-basic:hover {
    background: #b1719b;
    color: #000;
    transition: 0.3s linear;
}
.brand-gosdel-sec img {
    width: 100%;
	margin-bottom: 30px;
}
.brand-gosdel-sec {
    text-align: center;
}
.brand-gosdel-sec button.btn.btn-primary {
    padding: 8px 18px;
    background: #488e67;
    font-size: 16px;
    color: #fff;
    border: 1px solid #488e67;
}
.brand-gosdel-sec button.btn.btn-primary:hover {
    background: #b1719b;
    color: #000;
    transition: 0.3s linear;
	 border: 1px solid #b1719b;
}
.brand-gosdel-sec button.btn.btn-success {
    padding: 8px 18px;
    background: #b1719b;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #b1719b;
}
.brand-gosdel-sec button.btn.btn-success:hover {
    background: #b1719b;
    color: #000;
    transition: 0.3s linear;
	 border: 1px solid #b1719b;
}
section.menu-icon {
    margin-top: -25px;
}
.gosdel-logo {
    padding: 10px 0 30px 0;
}
table.table {
    width: 900px;
    text-align: center;
    margin: 35px auto;
    border: 1px solid gainsboro;
    box-shadow: 0px 1px 5px 1px #000;
	background: #fff;
}
.table thead {
    background: #b1719b;
}
.table thead {
    background: #b1719b;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
}
.table tbody td {
    height: 150px;
}
.table tbody td img {
    width: 70%;
}
.table tbody td b {
    font-size: 16px;
}
.table tbody td button.button2 {
    background: #b1719b;
    border: 1px solid #B1719B;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
}
.table tbody td button.button2:hover {
    background: #488e67;
    border: 1px solid #488e67;
    transition: all 0.3s linear;
}
.table tbody td button.button3 {
    background: #488e67;
    border: 1px solid #488e67;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
}
.table tbody td button.button3:hover {
    background: #488e67;
    border: 1px solid #488e67;
    transition: all 0.3s linear;
}
.table th {
    text-align: center;
}
.head-text-sec h1 {
    font-size: 30px;
}
.head-text-sec p {
    font-size: 16px;
    text-align: justify;
    color: #656464;
}
.head-text-sec {
    padding: 20px 0;
}
.head-text-sec strong {
    font-size: 18px;
}
.head-text-tab h1 {
    color: #fff;
    font-size: 26px;
    background: #488e67;
    padding: 11px 10px;
}
.head-text-sec p {
    font-size: 16px;
    text-align: justify;
    color: #656464;
    padding-top: 30px;
	line-height: 25px;
}
.head-text-tab .inner_pages a {
    color: #656464;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    padding: 6px 0 8px 0;
    font-weight: bold;
    margin-bottom: 1px;
    font-size: 16px;
    border-bottom: 1px dotted;
}
.head-text-tab {
    padding: 20px 0;
}
.inner_pages .fa {
    color: #488e67;
    padding: 8px 8px 0 0;
    font-size: 20px;
}
.footer-sec-head {
    background: #035226;
    text-align: center;
    padding: 40px 0;
}
.footer-sec-head h4 {
    color: #fff;
    font-size: 25px;
}
.footer-sec-head h4 a {
    color: #fff;
}


/*------------------media query-----------*/

@media only screen and (max-width:1199px){
.nav li a {
    font-size: 12px;
    padding: 10px 13px;
}
.brand-gosdel-sec button.btn.btn-success {
    padding: 8px 14px;
    font-size: 13px;
}
.brand-gosdel-sec button.btn.btn-primary {
    padding: 8px 10px;
    font-size: 13px;
}
.head-text-tab h1 {
    font-size: 25px;
}



}


@media only screen and (max-width:991px){
section.menu-icon {
    margin-top: 0;
}
.gosdel-logo img {
    width: 100%;
}
table.table {
    width: 700px;
}
.nav li a {
    font-size: 10px;
    padding: 10px 6px;
}
.brand-gosdel-sec {
    padding-bottom: 30px;
}
.table tbody td button.button2 {
    padding: 8px 15px;
    font-size: 14px;
}
.table tbody td button.button3 {
    background: #b1719b;
    border: 1px solid #B1719B;
    padding: 8px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
}
.table thead {
    font-size: 16px;
}
.table tbody td {
    height: 120px;
}
.head-text-sec h1 {
    font-size: 25px;
    text-align: center;
}
.head-text-tab h1 {
    font-size: 25px;
    text-align: center;
}
.footer-sec-head h4 {
    font-size: 22px;
}



}

@media only screen and (max-width:767px){
table.table {
    width: 600px;
}
.footer-sec-head img {
    width: 100%;
}
.head-text-sec {
    padding: 0;
}
.head-text-sec p {
    font-size: 14px;
    padding-top: 5px;
}
.logo img {
    width: 80%;
}
.logo {
    text-align: center;
}
.right-banner img.img-responsive {
    padding-top: 0;
}
.gosdel-logo {
    padding: 0 0 20px 0;
}
.brand-gosdel-sec button.btn.btn-success {
    padding: 10px 18px;
    font-size: 14px;
}
.brand-gosdel-sec button.btn.btn-primary {
    padding: 10px 14px;
    font-size: 14px;
}
.table tbody td b {
    font-size: 14px;
}
.table tbody td button.button2 {
    padding: 8px 12px;
    font-size: 12px;
}
.table tbody td button.button3 {
    padding: 0 12px;
    font-size: 12px;
}


}

@media only screen and (max-width:639px){

table.table {
    width: 100%;
}
.table thead {
    font-size: 14px;
}
.table tbody td b {
    font-size: 10px;
}
table.table {
    margin: 20px auto;
}
.brand-gosdel-sec {
    padding-bottom: 20px;
}
.head-text-tab {
    padding: 0;
}
.head-text-tab .inner_pages a {
    font-size: 14px;
}
.footer-sec-head h4 {
    font-size: 18px;
}
.head-text-tab h1 {
    font-size: 22px;
}
.head-text-sec h1 {
    font-size: 22px;
}
.brand-gosdel-sec button.btn.btn-success {
    padding: 8px 15px;
    font-size: 14px;
}
.brand-gosdel-sec button.btn.btn-primary {
    padding: 8px 10px;
    font-size: 14px;
}


}


@media only screen and (max-width:479px){
.gosdel-logo button.btn.btn-basic {
    font-size: 14px;
    padding: 8px 10px;
}
.brand-gosdel-sec button.btn.btn-success {
    padding: 8px 10px;
	    font-size: 12px;
}
.brand-gosdel-sec button.btn.btn-primary {
    padding: 8px 8px;
	    font-size: 12px;
}
.brand-gosdel-sec {
    padding-bottom: 10px;
}
.brand-gosdel-sec img {
    margin-bottom: 15px;
}
.table tbody td img {
    width: 100%;
}
.table tbody td {
    height: auto;
}
.table tbody td b {
    font-size: 7px;
}
.table tbody td button.button2 {
    padding: 7px 7px;
    font-size: 10px;
}
.table tbody td button.button3 {
    padding: 0px 13px;
    font-size: 10px;
}
.head-text-sec p {
    font-size: 12px;
	    line-height: 16px;
}
.head-text-sec strong {
    font-size: 14px;
}
.head-text-tab h1 {
    font-size: 20px;
}
.head-text-tab .inner_pages a {
    font-size: 12px;
}
.footer-sec-head h4 {
    font-size: 14px;
}
.navbar-toggle {
    padding: 7px 7px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
	width: 18px;
}
.navbar {
    margin-bottom: 0px;
}


}