body {
    font-family: arial;
}

h1,
h2.h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
}

.mxwidth {
    max-width: 970px;
    margin: auto;
}

button:focus {
    outline: none;
}

/* start of main css (Header css) */

.headerSection {
    background: #232323;
    padding: 10px;
}

.allHeader {}

.leftSideHeader {
    margin-top: 5px;
}

.leftSideHeader span {
    color: #81b441;
    font-weight: normal;
}

.leftSideHeader img {
    width: 19px;
    float: left;
    margin-right: 2px;
}

.leftSideHeader h2 {
    line-height: 16px;
    font-size: 23px;
    font-weight: 700;
    color: white;
}

.rightSideHeader {
    text-align: right;
}

.button1Header {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 8px 15px;
    border: none;
    font-weight: 700;
    margin-right: -1px;
}

.button1Header:hover {
    background: #000;
}

.button2Header {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 8px 15px;
    margin: none;
    border: none;
    font-weight: 700;
}

.button2Header:hover {
    background: #000;
}

/* under head css */

.underHead {
    background: #333333;
}

.allunderHead {}

.allunderHead ul {
    margin-bottom: 4px;
}

.allunderHead ul li {
    display: inline-block;
    padding: 0px 10px;
    margin-top: 10px;
    line-height: 31px;
}

.allunderHead ul li a {
    text-decoration: none;
    color: #cecece;
    font-size: 15px;
}

.allunderHead ul li a:hover {
    color: #fefefe;
}

.allunderHead ul li a img {
    width: 20px;
}

/* Banner css */

.bannerSection {
    background: url(https://i.ibb.co/L9nhr9T/banner-bg.jpg);
    height: 370px;
}

.allBanner {}

.textBanner {
    text-align: center;
    color: white;
}

.textBanner h2 {
    font-size: 37px;
    font-weight: 700;
    padding: 43px 0px;
    padding-bottom: 14px;
}

.textBanner p {
    font-size: 22px;
}

.textBanner h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 30px;
}

.listBanner {}

.buttonBannerDiv {
    padding: 0px 105px;
}

.buttonBannerDiv button {
    padding: 15px 73px;
    padding-left: 7px;
    width: 259px;
    background: #e3e3e3 none repeat scroll 0 0 !important;
    color: #666666 !important;
    font-weight: bold;
    border-radius: 6px;
}

.buttonBannerDiv button:focus {
    border: 2px solid rgb(68, 40, 40) !important;
    outline: 1px solid #e3e3e3 !important;
    border-radius: 6px;
    -moz-outline-radius: 6px;
}

.buttonBannerDiv button span {
    position: relative;
    left: 66px;
}

.listBannerDiv {}

.listBannerDiv a {
}

.listBannerDiv a:hover {
    Background: #3399FF !important;
    color: #fff !important;
}

.searchBoxBanner {}

.searchBoxBanner form {}

.searchBoxBanner form input {}

.searchBoxBanner button {}

.searchBoxBanner input {
    width: 500px;
    margin-left: 59px;
    padding: 10px 20px;
}

.searchBoxBanner input:focus {
    border-color: black !important;
    box-shadow: none !important;
    border: 1px solid black;
}

.searchBoxBanner button {}

form.example input[type="text"] {
    padding: 14px;
    font-size: 21px;
    border: 1px solid transparent;
    float: left;
    width: 67%;
    background: white;
    border-radius: 4px 0 0 4px;
}

form.example button {
    float: left;
    width: 13%;
    padding: 12px;
    background: #FFF;
    color: grey;
    font-size: 24px;
    border: 1px solid transparent;
    border-left: none;
    cursor: pointer;
    margin-left: 1px;
    border-radius: 0 4px 4px 0;
}

form.example button:focus {
    border: 2px solid black;
    outline: 1px solid white;
    -moz-outline-radius: 6px;
}

form.example button:hover {
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}

/* Service css */

.serviceSection {
    background: #f5f5f5;
}

.allService {}

.headTextService {
    text-align: center;
}

.headTextService h2 {
    padding-top: 53px;
    font-size: 37px;
    font-weight: 700;
    color: #444;
}

.headTextService h4 {
    margin-top: 23px;
    font-size: 22px;
    font-weight: 600;
    color: #666;
    margin-bottom: 23px;
}

.myCardService {
    box-sizing: border-box;
    padding: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.myCardService button {
    background: #1abc9c none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 2px 0 #169d82;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 44px;
    border: none;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
    padding: 0 14px;
    margin-bottom: 5px;
}

.myCardService button:hover {
    background: #19b395 none repeat scroll 0 0;
}

.myCardService p {
    font-size: 12px;
    margin-top: 10px;
    color: #666;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
}

.myCardService p a {
    color: #444;
    font-weight: 800;
    text-decoration: none;
}

.myCardService p a:hover {
    color: #1abc9c;
}

.myCardService p a {
    color: #444;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.myCardService h2 {
    font-size: 24px;
}

.myCardService h2 span {
    width: 176px;
    display: inline-block;
}

.myCardService h2 span img {
    width: 28px;
    margin-right: 5px;
}

/* Advertise CSS */

.advertiseSection {}

.allAdvertise {}

.headAdvertise {
    text-align: center;
}

.headAdvertise h2 {
    padding-top: 53px;
    font-size: 37px;
    font-weight: 700;
    color: #444;
}

.headAdvertise h4 {
    margin-top: 23px;
    font-size: 22px;
    font-weight: 600;
    color: #666;
    margin-bottom: 23px;
}

.mycardAdvertise {
    overflow: hidden;
    border: none;
}

.dollarDivAdvertise {
    background: #e7a802;
    position: absolute;
    width: 143px;
    transform: rotate(39deg);
    height: 160px;
    top: -76px;
    left: -93px;
}

.repeatAdvertiseCard:nth-child(2) .dollarDivAdvertise {
    background: #1abc9c;
}

.repeatAdvertiseCard:nth-child(3) .dollarDivAdvertise {
    background: #0f8c98;
}

.repeatAdvertiseCard:nth-child(4) .dollarDivAdvertise {
    background: #308eb1;
}

.repeatAdvertiseCard:nth-child(5) .dollarDivAdvertise {
    background: #308eb1;
}

.repeatAdvertiseCard:nth-child(6) .dollarDivAdvertise {
    background: #e78733;
}

.dollarDivAdvertise p {
    position: relative;
    color: white;
    top: 27px;
    left: 91px;
    font-weight: 600;
    font-size: 16px;
    transform: rotate(-40deg);
}

.imageDivAdvertise {}

.imageDivAdvertise img {
    width: 100%;
}

.textCardofAdvertise {
    text-align: center;
    margin-bottom: 42px;
}

.textCardofAdvertise h3 {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-top: 13px;
}

.textCardofAdvertise h3:hover {
    cursor: pointer;
    color: #777;
}

.textCardofAdvertise p {
    font-size: 11px;
}

.textCardofAdvertise p a {
    color: #444;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.textCardofAdvertise p a:hover {
    color: #777;
}

/* introduce css */

.introducingSection {
    background: #7bc4c4;
    padding-bottom: 91px;
}

.allIntroduce {}

.textInro {
    text-align: center;
}

.textInro h3 {
    padding-top: 53px;
    font-size: 37px;
    font-weight: 700;
    color: white;
}

.textInro h4 {
    color: #fdf3a9;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.introSingleDiv {}

.introSingleDiv img {
    width: 80%;
}

.introSingleDivText {
    margin-left: -41px;
    position: relative;
}

.introSingleDivText button {
    background: #232323 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fdf3a9 !important;
    font-weight: 700;
    font-size: 16px !important;
    padding: 7px 20px;
    position: absolute;
    border: none;
    bottom: -41px;
    left: 0px;
}

.introSingleDivText h2 a {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
}

.introSingleDivText p {
    color: #fdf3a9;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: -7px;
    font-weight: 700;
}

.introSingleDivText span {
    color: #fff;
    font-size: 14px;
}

.introSingleDivText span a {
    color: #fdf3a9;
    font-weight: bold;
    text-decoration: none;
}

.introSingleDivText span a:hover {
    color: #232323;
}

.introSingleDivText button:hover {
    color: #232323 !important;
    background: #fff;
}

/* proposal section */

.proposalSection {
    background: #444444;
    margin-top: -24px;
    padding-bottom: 30px;
}

.allProposal {
    text-align: center;
}

.allProposal h1 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
    padding-top: 49px;
    font-weight: 700;
}

.allProposal h3 {
    color: #d8dddd;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.allProposal a {
    background: #7aa93c none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 25px;
    padding: 25px 70px;
    text-decoration: none;
}

/* footer css */

.footerSection {
    background: #333333;
    overflow: hidden;
}

.leftSideHeader {}

.footerleftHead {}

.footerleftHead span {}

.footerleftHead span img {}

.footerleftHead h2 {}

.footerleftHead h2 span {}

.footerRighttHead {
    color: white;
    display: flex;
    justify-content: flex-end;
}

.footerRighttHead p {margin-left: 16px;}

.footerRighttHead p span {color: #999;}

.leftFooter {width: 300px;}

.h2one {
    color: #999;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 700;
}

.ulOnefooter {
    padding-left: 0;
}

.ulOnefooter li {
    display: inline-block;
    padding: 9px;
    float:;
    padding: 0px;
    width: 12%;
}

.ulOnefooter li a {
}

.ulOnefooter li a img {
    width: 87%;
}

.h2two {}

.ulTwoFooter {
    padding: 0;
}

.ulTwoFooter li {
    display: block;
}

.ulTwoFooter li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.ulTwoFooter li a:hover {
    text-decoration: underline;
}

.h2two {
    color: #999;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 700;
}

.middleFooter {
    margin-left: 40px;
    width: 302px;
}

.middleFooter p {
    color: #999;
    font-size: 14px;
}

.middleFooter input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #7e7e7e;
    display: block;
    font-size: 14px;
    padding: 10px;
    width: 86%;
}

.middleFooter a {

}

.buttonMiddleFooter:hover {
    color: white;
}

.RightFooter {
    margin-left: 87px;
    margin-top: 30px;
}

.RightFooter img {
    width: 100%;
    margin-bottom: 40px;
}

.RightFooter p {
    color: #999;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 8px;
    line-height: 17px;
}

.RightFooter a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.RightFooter a:hover {
    text-decoration: underline;
}

.footerHeader {
    border-bottom: 1px solid #444;
    padding: 30px 0 6px;
}

.picchi:hover {
    color: #999;
    text-decoration: underline;
}

.buttonMiddleFooter {
    background: #82b440 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 2px 0 #6f9a37;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 10px;
    padding: 6px 10px;
    width: 86.4%;
    display: block;
    text-align: center;
    text-decoration: none;
}

.picchi {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
    text-decoration: none;
}

.lastFooterleg {color: #999;float: left;font-size: 14px;overflow: hidden;padding: 20px 0;width: 100%;}
.lastFooterleg p {color: #999;font-size: 14px;}

. {}

. {}

. {}

. {}
