@import url(fontawesome-free/css/fontawesome-all.min.css);
@import url(framework.css);
@charset "utf-8";

body{
    font-size:16px!important;
}


.form-control{ margin-top: 10px!important; }
.phone1_icon {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 110px;
    left: 10px;
    z-index: 100;
    animation: wiggles .3s infinite alternate;
}
.whatsapp_icon {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 40px;
    left: 10px;
    z-index: 100;
    animation: wiggle .3s infinite alternate;
}
@media (max-width: 768px) {
.phone1_icon {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 90px;
    left: 10px;
    z-index: 100;
    animation: wiggles .3s infinite alternate;
}
.whatsapp_icon {
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 100;
    animation: wiggle .3s infinite alternate;
}
}

.mail_icon {
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: 60px;
    left: 5px;
    z-index: 100;
   
}
@keyframes wiggle {
    0% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}
@keyframes wiggles {
    0% {
    transform: scale(1);
}
100% {
    transform: scale(1.2);
}

}

.color{ color: #ffcc00; }

 .location{ width: 100%; height: auto;  background: #f7f7f7; padding: 30px 0px;  }
  .locationslist{ width: 100%; height: auto;  
   padding: 5px; text-align: justify;}
  .locationslist h2{ font-size: 25px; margin-bottom: 10px; font-weight: bold; 
  color: #000!important; margin-left: 30px; }

  .locationslist ul span a{ border: solid 1px #ddd; margin: 2px; background: #f1f1f1;
  padding: 0px 5px; margin-top: 4px; display: inline-block; color: #000; font-size:15px; }
  .dropdonwlocation{ display: none; }

.row1 {
 
}

#topbar {
    padding: 4px 0;
    text-transform: uppercase;
    background: #f5b938!important;
    text-align:center;
}

#topbar ul li {
    display: inline-block;
    margin-right: 15px
}

#topbar ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

#topbar i {
    line-height: normal
}

#topbar #searchform {
    position: relative;
    line-height: 1;
    z-index: 9999
}

#topbar #searchform::after {
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    content: "\f002"
}

#topbar #searchform:hover::after,
#topbar #searchform button {
    cursor: pointer
}

#topbar #searchform>div {
    position: absolute;
    top: 18px;
    right: 0;
    width: 280px;
    visibility: hidden;
    opacity: 0
}

.goldrate img{ margin-top: 20px; }
#footer .linklist li a{ color: #f5b938!important; }
#topbar li a{ font-size: 19px; color: #fff; }



#topbar #searchform:hover>div {
    visibility: visible;
    opacity: 1
}

#topbar #searchform form {
    display: block;
    position: relative
}

#topbar #searchform form * {
    border: none
}

#topbar #searchform input {
    display: block;
    width: 100%;
    height: 36px;
    padding: 8px 40px 8px 10px;
    font-size: 1rem
}

#topbar #searchform ::placeholder {
    text-transform: capitalize
}

#topbar #searchform button {
    display: block;
    position: absolute;
    top: 3px;
    right: 2px;
    height: 30px;
    font-size: 16px;
    line-height: 1
}

#header #logo {
    margin: 20px 0 0 0
}

#header #logo h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    text-transform: uppercase
}

#pageintro {
    padding: 180px 0
}

#pageintro article {
    display: inline-block;
    max-width: 75%
}

#pageintro .heading {
    margin-bottom: 20px;
    font-size: 4rem
}

#pageintro p:first-of-type {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 5px
}

#pageintro footer {
    margin-top: 50px
}

.container {
    padding: 0px 0
}

.sectiontitle {
    display: block;
    max-width: 55%;
    margin: 0 auto 30px;
    text-align: center
}

.sectiontitle * {
    margin: 0
}

.prices li {
    margin-bottom: 50px
}

.prices li:nth-last-child(-n+3) {
    margin-bottom: 0
}

.prices li:nth-child(3n+1) {
    margin-left: 0;
    clear: left
}

.prices li article {
    display: block;
    position: relative;
    padding: 40px 25px;
    border: 1px solid;
    text-align: center
}

.prices li article * {
    margin: 0 0 30px 0
}

.prices li article i {
    display: inline-block;
    font-size: 80px
}

.prices li article .heading {
    text-transform: uppercase
}

.prices li article p:last-of-type {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    font-weight: 400
}

.prices li article p:last-of-type * {
    margin: 0;
    line-height: 1
}

.prices li article p:last-of-type sup {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 1.2rem
}

.prices li article p:last-of-type strong {
    margin-right: 5px;
    font-size: 50px
}

.prices li article p:last-of-type em {
    font-style: normal
}

.prices li article footer {
    margin: 0 0 -60px 0;
    padding: 0
}

.prices li article footer a {
    margin-bottom: 0
}

.testimonial article {
    max-width: 65%;
    margin: 0 auto;
    text-align: center
}

.testimonial article * {
    margin: 0;
    padding: 0
}

.testimonial article img {
    margin-bottom: 20px;
    border-radius: 50%
}

.testimonial article blockquote {
    margin-bottom: 20px
}

.testimonial article em {
    display: block;
    margin-top: -5px;
    font-size: .8rem;
    font-style: normal
}

#comments ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none
}

#comments li {
    margin: 0 0 10px 0;
    padding: 15px
}

#comments .avatar {
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;
    border: 1px solid
}

#comments address {
    font-weight: 700
}

#comments time {
    font-size: smaller
}

#comments .comcont {
    display: block;
    margin: 0;
    padding: 0
}

#comments .comcont p {
    margin: 10px 5px 10px 0;
    padding: 0
}

#comments form {
    display: block;
    width: 100%
}

#comments input,
#comments textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid
}

#comments textarea {
    overflow: auto
}

#comments div {
    margin-bottom: 15px
}

#comments input[type="submit"],
#comments input[type="reset"] {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin: 0;
    padding: 8px 5px;
    cursor: pointer
}

.sidebar .sdb_holder {
    margin-bottom: 50px
}

.sidebar .sdb_holder:last-child {
    margin-bottom: 0
}

.cta {
    padding: 50px 0
}

.cta>:first-child {
    margin-top: 0
}

.cta>:last-child {
    margin-bottom: 0
}

.cta footer {
    text-align: center
}

.cta footer a {
    display: block
}

#introblocks>li:last-child {
    margin-bottom: 0
}

#introblocks article {
    display: block;
    padding: 40px 20px;
    border: 1px solid;
    text-align: center
}

#introblocks article * {
    margin: 0 0 25px 0
}

#introblocks article .btn {
    margin: 10px 0 0 0
}

#introblocks article>:last-child {
    margin-bottom: 0
}

#introblocks article i {
    display: inline-block;
    font-size: 66px
}

#latest ul {
    margin-bottom: 80px
}

#latest ul li {
    margin-bottom: 30px
}

#latest ul li:nth-last-child(-n+3) {
    margin-bottom: 0
}

#latest ul li:nth-child(3n+1) {
    margin-left: 0;
    clear: left
}

#latest ul li figure {
    position: relative;
    max-width: 348px
}

#latest ul li figure figcaption {
    display: block;
    text-align: center;
    padding: 15px 0 0 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffbc43
}

#latest ul li figure figcaption * {
    margin: 0
}

#cta {
    border-top: 1px solid
}

#cta ul li div {
    position: relative;
    min-height: 30px;
    padding: 0 0 0 35px;
    line-height: 1
}

#cta ul li div i {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 23px;
    font-size: 20px;
    text-align: center
}

#cta ul li div span {
    display: block
}

#cta ul li div strong {
    display: block;
    margin: 0 0 8px 0
}

#footer {
    padding: 80px 0
}

#footer .heading {
    margin-bottom: 25px;
    font-size: 20px
}

#footer .linklist li {
    display: block;
    margin-bottom: 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid
}

#footer .linklist li:last-child {
    margin: 0;
    padding: 0;
    border: none
}

#footer .linklist li::before,
#footer .linklist li::after {
    display: table;
    content: ""
}

#footer .linklist li,
#footer .linklist li::after {
    clear: both
}

#footer input,
#footer button {
    border: 1px solid
}

#footer input {
    display: block;
    width: 100%;
    padding: 8px
}

#footer button {
    padding: 8px 18px 10px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

#copyright {
    padding: 20px 0;
	margin-bottom:35px;
}

#copyright * {
    margin: 0;
    padding: 0
}

*,
*::before,
*::after {
    transition: all .3s ease-in-out
}

#mainav form * {
    transition: none !important
}

nav ul,
nav ol {
    margin: 0;
    padding: 0;
    list-style: none
}

#mainav,
#breadcrumb,
.sidebar nav {
    line-height: normal
}

#mainav .drop::after,
#mainav li li .drop::after,
#breadcrumb li a::after,
.sidebar nav a::after {
    position: absolute;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 10px;
    line-height: 10px
}

#mainav {
    position: relative;
    margin-bottom: -2px;
    z-index: 999
}

#mainav ul {
    text-transform: uppercase
}

#mainav ul ul {
    position: absolute;
    width: 180px;
    text-transform: none
}

#mainav ul ul ul {
    left: 180px;
    top: 0
}

#mainav li {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0
}

#mainav li:last-child {
    margin-right: 0
}

#mainav li li {
    width: 100%;
    margin: 0
}

#mainav li a {
    display: block;
    padding: 28px 15px;
    border-bottom: 2px solid
}

#mainav li li a {
    border-width: 0 0 1px 0
}

#mainav .drop {
    padding-left: 20px
}

#mainav li li a,
#mainav li li .drop {
    display: block;
    margin: 0;
    padding: 10px 15px
}

#mainav .drop::after,
#mainav li li .drop::after {
    content: "\f0d7"
}

#mainav .drop::after {
    top: 45px;
    left: 61px
}

#mainav li li .drop::after {
    top: 15px;
    left: 5px
}

#mainav ul ul {
    visibility: hidden;
    opacity: 0
}

#mainav ul li:hover>ul {
    visibility: visible;
    opacity: 1
}

#mainav form {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0
}

#mainav form select,
#mainav form select option {
    display: block;
    cursor: pointer;
    outline: none
}

#mainav form select {
    width: 100%;
    padding: 5px;
    border: none
}

#mainav form select option {
    margin: 5px;
    padding: 0;
    border: none
}

#breadcrumb {
    padding: 150px 0 30px
}

#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase
}

#breadcrumb li {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0
}

#breadcrumb li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 12px 0 0;
    font-size: 12px
}

#breadcrumb li a::after {
    top: 4px;
    right: 0;
    content: "\f0da"
}

#breadcrumb li:last-child a {
    margin: 0;
    padding: 0
}

#breadcrumb li:last-child a::after {
    display: none
}

#breadcrumb .heading {
    margin: 0;
    font-size: 2rem
}

.sidebar nav {
    display: block;
    width: 100%
}

.sidebar nav li {
    margin: 0 0 3px 0;
    padding: 0
}

.sidebar nav a {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    border: solid;
    border-width: 0 0 1px 0
}

.sidebar nav a::after {
    top: 10px;
    left: 5px;
    content: "\f0da"
}

.sidebar nav ul ul a {
    padding-left: 35px
}

.sidebar nav ul ul a::after {
    left: 25px
}

.sidebar nav ul ul ul a {
    padding-left: 55px
}

.sidebar nav ul ul ul a::after {
    left: 45px
}

.pagination {
    display: block;
    width: 100%;
    text-align: center;
    clear: both
}

.pagination li {
    display: inline-block;
    margin: 0 2px 0 0
}

.pagination li:last-child {
    margin-right: 0
}

.pagination a,
.pagination strong {
    display: block;
    padding: 8px 11px;
    border: 1px solid;
    background-clip: padding-box;
    font-weight: 400
}

#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    opacity: .2
}

#backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit
}

#backtotop.visible {
    visibility: visible;
    opacity: .5
}

#backtotop:hover {
    opacity: 1
}

table,
th,
td {
    border: 1px solid;
    border-collapse: collapse;
    vertical-align: top
}

table,
th {
    table-layout: auto
}

table {
    width: 100%;
    margin-bottom: 15px
}

th,
td {
    padding: 5px 8px
}

td {
    border-width: 0 1px
}

#gallery {
    display: block;
    width: 100%;
    margin-bottom: 50px
}

#gallery figure figcaption {
    display: block;
    width: 100%;
    clear: both
}

#gallery li {
    margin-bottom: 30px
}

.faico {
    margin: 0;
    padding: 0;
    list-style: none
}

.faico li {
    display: inline-block;
    margin: 8px 5px 0 0;
    padding: 0;
    line-height: normal
}

.faico li:last-child {
    margin-right: 0
}

.faico a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center
}

.faico a {
    color: #FFF;
    background-color: #161616
}

.faicon-dribble:hover {
    background-color: #EA4C89
}

.faicon-facebook:hover {
    background-color: #3B5998
}

.faicon-google-plus:hover {
    background-color: #DB4A39
}

.faicon-linkedin:hover {
    background-color: #0E76A8
}

.faicon-twitter:hover {
    background-color: #00ACEE
}

.faicon-vk:hover {
    background-color: #4E658E
}

body {
    color: #474747;
    background-color: #FFF
}

a {
    color: #ffaf04
}

a:active,
a:focus {
    background: transparent
}

hr,
.borderedbox {
    border-color: #D7D7D7
}

label span {
    color: red;
    background-color: inherit
}

input:focus,
textarea:focus,
*:required:focus {
    border-color: #ffaf04
}

.overlay {
    color: #FFF;
    background-color: inherit
}

.overlay::after {
    color: inherit;
    background-color: rgba(0, 0, 0, .55)
}

.overlay.gradient::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, .6) 0%, transparent 100%)
}

.overlay.light {
    color: #474747
}

.overlay.light::after {
    background-color: rgba(255, 255, 255, .7)
}

.btn,
.btn.inverse:hover {
    color: #FFF;
    background-color: #ffaf04 border-color:#ffaf04
}

.btn:hover,
.btn.inverse {
    color: inherit;
    background-color: transparent;
    border-color: inherit
}

.imgover:hover::before {
    background: rgba(255, 255, 255, .7)
}

.imgover,
.imgover:hover::after {
    color: #ffaf04
}

.row0 {
    color: #474747;
    background-color: #f5b938;
}

.row1 {
    color: #FFF;
    background-color: #000;
    border-color: #9d896e
}

.row2 {
    color: #474747;
    
}

.row3 {
    color: #474747;
    background-color: #FFF
}

.row4 {
    color: #fff;
    background-color: #202020
}

.row5,
.row5 a {
    color: #9FA7AF;
    background-color: #161616
}

.coloured {
    color: #000;
    background-color: #ececec
}

#topbar #searchform {
    color: #ffaf04
}

#topbar #searchform input {
    color: #FFF;
    background: #1D8B94
}

#topbar #searchform button {
    color: #FFF;
    background: transparent
}

#header #logo h1 a {
    color: inherit
}

#pageintro {
    color: #FFF
}

.prices li article {
    background-color: #FFF;
    border-color: rgba(0, 0, 0, .1)
}

.prices li article:hover,
.prices li article:hover .btn,
.prices .btn:hover {
    color: inherit;
    background-color: #FFF;
    border-color: #ffaf04
}

.prices li article p:last-of-type strong {
    color: #1D8B94
}

.red {
    color: #B12E52
}

.green {
    color: #00B900
}

.blue {
    color: #359AFF
}

#introblocks article {
    border-color: rgba(0, 0, 0, .1)
}

#introblocks article:hover {
    background-color: rgba(0, 0, 0, .02);
    border-color: #ffaf04
}

#cta {
    border-color: #D7D7D7
}

#footer .heading {
    color: #FFF
}

#footer hr,
#footer .borderedbox,
#footer .linklist li {
    border-color: rgba(255, 255, 255, .1)
}

#footer input,
#footer button {
    border-color: transparent
}

#footer input {
    color: #9FA7AF;
    background-color: #161616
}

#footer input:focus {
    border-color: #ffaf04
}

#footer button {
    color: #FFF;
    background-color: #ffaf04
}

#mainav li a {
    color: inherit;
    border-color: transparent
}

#mainav .active a,
#mainav a:hover,
#mainav li:hover>a {
    color: #FFF;
    background-color: #f5b938;
    border-color: #FFF
}

#mainav li li a,
#mainav .active li a {
    color: #FFF;
    background-color: #f5b938;
    border-color: rgba(0, 0, 0, .6)
}

#mainav li li:hover>a,
#mainav .active .active>a {
    color: #FFF;
    background-color: #f5b938;
    border-color: rgba(0, 0, 0, .6)
}

#mainav form select {
    color: #474747;
    background-color: #FFF
}

#breadcrumb a {
    color: inherit;
    background-color: inherit
}

#breadcrumb li:last-child a {
    color: #ffaf04
}

.container .sidebar nav a {
    color: inherit;
    border-color: #D7D7D7
}

.container .sidebar nav a:hover {
    color: #ffaf04
}

.pagination a,
.pagination strong {
    border-color: #D7D7D7
}

.pagination .current * {
    color: #FFF;
    background-color: #ffaf04
}

#backtotop {
    color: #FFF;
    background-color: #f5b938
}

table,
th,
td,
#comments .avatar,
#comments input,
#comments textarea {
    border-color: #D7D7D7
}

#comments input:focus,
#comments textarea:focus,
#comments *:required:focus {
    border-color: #ffaf04
}

th {
    color: #FFF;
    background-color: #373737
}

tr,
#comments li,
#comments input[type="submit"],
#comments input[type="reset"] {
    color: inherit;
    background-color: #FBFBFB
}

tr:nth-child(even),
#comments li:nth-child(even) {
    color: inherit;
    background-color: #F7F7F7
}

table a,
#comments a {
    background-color: inherit
}

@-ms-viewport {
    width: device-width
}

@media screen and (min-width:1140px) {
    .hoc {
        max-width: 1140px
    }
}

@media screen and (min-width:978px) and (max-width:1140px) {
    .hoc {
        max-width: 95%
    }
}

@media screen and (max-width:978px) {
    .hoc {
        max-width: 90%
    }
    #header {
        padding: 30px 0
    }
    #header #logo {
        margin-top: 0
    }
    #mainav ul {
        display: none
    }
    #mainav form {
        display: block;
        margin-top: 8px
    }
    #comments input[type="reset"] {
        margin-top: 10px
    }
    .pagination li {
        display: inline-block;
        margin: 0 5px 5px 0
    }
    #copyright p:first-of-type {
        margin-bottom: 10px
    }
}

@media screen and (max-width:750px) {
    .imgl,
    .imgr {
        display: inline-block;
        float: none;
        margin: 0 0 10px 0
    }
    .fl_left,
    .fl_right {
        display: block;
        float: none
    }
    .group .group>*:last-child,
    .clear .clear>*:last-child,
    .clear .group>*:last-child,
    .group .clear>*:last-child {
        margin-bottom: 0
    }
    .one_half,
    .one_third,
    .two_third,
    .one_quarter,
    .two_quarter,
    .three_quarter {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 30px 0;
        padding: 0
    }
    #topbar #searchform {
        display: none
    }
    #header {
        text-align: center
    }
    #header #logo {
        margin: 0 0 15px 0
    }
    #pageintro article {
        max-width: none
    }
    #pageintro .heading {
        font-size: 2rem
    }
    #pageintro p:first-of-type {
        font-size: 1rem
    }
    .sectiontitle,
    .testimonial article {
        max-width: none
    }
    .testimonial article {
        text-align: left
    }
    .cta>:first-child {
        margin-top: 0;
        text-align: center
    }
    .cta footer a {
        display: inline-block
    }
    .prices li:nth-last-child(-n+3) {
        margin-bottom: 50px
    }
    #latest ul li:nth-last-child(-n+3) {
        margin-bottom: 30px
    }
    #footer {
        padding-bottom: 50px
    }
}

@media screen and (max-width:650px) {
    .scrollable {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 15px 0;
        overflow: auto;
        overflow-x: scroll
    }
    .scrollable table {
        margin: 0;
        padding: 0;
        white-space: nowrap
    }
    .inline li {
        display: block;
        margin-bottom: 10px
    }
    .pushright li {
        margin-right: 0
    }
    .font-x2 {
        font-size: 1.4rem
    }
    .font-x3 {
        font-size: 1.6rem
    }
}

.modal-content{ border-radius: 0px!important; border: solid 5px #ddd!important; }
.form-control{ border-radius: 0px!important; outline: none!important;
border: solid 1px #ddd!important; }

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

@media only scree and (max-width:480px){
     .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 85%!important;
}
}

.footercall{ width:100%; height:40px; float:left; background:#f5b938; position:fixed; bottom:0; left:0;
margin-top:100px; box-shadow:0px 0px 10px 1px #555; z-index: 9999; }
.phone1{ width:100%; height:40px; float:left; border-right:solid 1px #ddd;}
.email{ width:100%; height:40px; float:left; border-right:solid 1px #ddd;}
.whatsapp{ width:100%; height:40px; float:left; }
.link1{ text-align:center;}
.link1 a{ color:#000; line-height:40px; font-size:18px; }
.link1 a:hover{ text-decoration:none; color:#fff; }
.link1 a i{ background:#fff; padding:5px; border-radius:50%;}

@media screen and (max-width:720px) {
	.h{ display:none;}
	
	.footercall{ width:100%; height:40px; float:left; background:#f5b938; position:fixed; bottom:0; left:0;
margin-top:100px; box-shadow:0px 0px 10px 1px #555; z-index: 99999; }
.phone1{ width:100%; height:40px; float:left; border-right:solid 1px #ddd;}
.email{ width:100%; height:40px; float:left; border-right:solid 1px #ddd;}
.whatsapp{ width:100%; height:40px; float:left; }
.link1{ text-align:center;}
.link1 a{ color:#000; line-height:40px; font-size:18px; }
.link1 a:hover{ text-decoration:none; color:#000; }
.link1 a i{ background:#fff; padding:5px; border-radius:50%;}
}

.banner{ width: 1005; height: auto;  background: #ddd; }
.headertop{ width: 100%; height: auto; float: left; 
 }

.contentpart{ width: 100%; height: auto; float: left; 
padding: 30px;  }

.content1{ width: 100%; height: auto; float: left;
 text-align: center; }
.content1 h1{ font-size: 40px; font-weight: bold; color: #000;}
.content1 p{ font-size: 20px; }

.content2{ margin-top: 20px; }
.content2 h2{ font-size: 30px; color: #000; }
.content2 p{ font-size: 18px; text-align: justify; }
.margintop{ margin-bottom: 40px; }

.section2{ width: 100%; height: auto; float: left; 
padding: 30px 0px; background: #fff7e6; }

.whybox{ width: 100%; height: auto; float: left; background: #fff;
 box-shadow: 0px 0px 10px rgb(0 0 0 / 11%); 
padding: 20px; text-align: center; color: #000; margin-top: 50px;}

.whybox h4{ color: #000; }
.icons{ width: 100px; height: 100px; margin: auto;
background: #fff; margin-top: -60px; border-radius: 50%; 
border: solid 1px #ddd; }
.content3 p{ font-size: 18px; }

.section3{ width: 100%; height: auto; 
padding: 30px 0px; }

.left-side{ width: 100%; min-height: 220px; float: left;
background: #fff7e6; padding: 5px; border: solid 1px #ddd;
margin-top: 40px; margin-bottom: 20px; padding: 20px;
box-shadow: 3px 3px #ddd; }
.left-side p{  font-size: 18px; }

.section4{ width: 100%; height: auto; padding: 50px 0px;
 }

.whybox1{ width: 100%; min-height: 200px; float: left;
background: #fff; box-shadow: 5px 4px #ddd; border: solid 1px #ddd;
margin-top: 20px; margin-bottom: 20px; padding: 10px; }
.whybox1 h4{ padding: 10px 0px;
color: #000; text-transform: uppercase; font-size: 20px;  }
.whybox1 p{ font-size: 16px; text-align: justify; }

.one_third{background: #fff; box-shadow: 0px 0px 10px rgb(0 0 0 / 11%);
border: solid 1px #ddd; padding: 5px;}

.icons{ text-align: center; padding: 5px; }
.icons img{ margin-left: 8px; margin-top: 10px; }

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

