@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');
*
{
    margin: 0px;
    padding: 0px;
}
body
{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #5f6368;
}
h1,h2,h3,h4,h5,h6
{
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
    margin: 0;
}
h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
    font-weight: 600;
    color: #71ad49;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}
p
{
    font-size: 16px;
    text-align: justify;
    color: #5f6368;
}
/* top header section */
.top-header-section
{
    background-color: #236fa3;
    padding: 15px 0px 0px 0px;
}
.top-header-section .left-section p i
{
    color: #ffffff;
    padding-right: 10px;
    font-size: 16px;
}
.top-header-section .left-section p a
{
    color: #ffffff;
    text-decoration: none;
}
.top-header-section .left-section p a:hover
{
    color: #e1e1e1;
}
.top-header-section .right-section
{
    justify-content: end;
}
.top-header-section .right-section ul
{
    list-style: none;
    margin-right: auto;
    float: right;
}
.top-header-section .right-section ul li
{
    display: inline;
}
.top-header-section .right-section ul li i
{
    color: #ffffff;
    padding-right: 20px;
    font-size: 16px;
}
.top-header-section .right-section ul li a
{
    color: #ffffff;
    text-decoration: none;
}
.top-header-section .right-section ul li a:hover
{
    color: #e1e1e1;
}
.top-header-section .right-section ul li
{
    padding: 12px 15px 18px 15px;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.top-header-section .right-section ul li:last-child
{
    border-right: none;
}
.top-header-section .right-section ul li .last-icon
{
    padding-right: 0px;
}
.top-header-section .right-section ul li a i:hover
{
    color: #e1e1e1;
}
.first-nav-bar .navbar .navbar-brand .header-logo
{
    height: 50px;
    width: auto;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link
{
    font-weight: 600;
    font-size: 17px;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #71ad49 !important;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #71ad49 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #236fa3 !important;
}
.navbar
{
    padding-left: 0px !important;
}
.navbar-nav .nav-item .nav-link .navbar-image-section
{
    width: 51px;
    height: auto;
    padding-right: 10px;
}
.navbar-nav .navbar-items
{
    padding-right:64px;
}
.navbar-nav .navbar-items:last-child
{
    padding-right:0px;
}
.navbar-nav .navbar-image-left-section
{
    width: 100%;
    max-width: 45px;
    margin-right: 0px;
    display: inline;
}
.navbar-nav .navbar-items .nav-link span
{
    float: right;
    font-size: 15px;
    line-height: 19px;
    margin-top: 5px;
    font-weight: 600;
}
.navbar-nav .navbar-items .nav-link
{
    font-weight: 700 !important;
}
.first-nav-bar
{
    background-color: #fff;
}
.second-nav
{
    border-top: solid 1px #e7e9ea;
}
.about-section
{
    padding: 50px 0px;
}
.about-section .about-left-section img
{
    height: 500px;
    width: auto;
    display: flex;
    margin: 0 auto;
}
.about-right-section h4
{
    color: #236fa3;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}
.about-right-section h2
{
    color: #71ad49;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 2rem;
}
.about-right-section p
{
    font-weight: 400;
    font-size: 19px;
}
.buttons {
    display: flex;
}
.one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.round-shadow {
    background: #71ad49;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 50px;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
}
.round-shadow:hover {
    background: #236fa3;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 50px;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
}
.services-section
{
    padding: 50px 0px 50px 0px;
}
.services-section h4
{
    color: #236fa3;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
}
.services-section h2
{
    color: #71ad49;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 2rem;
    text-align: center;
}
.services-item
{
    border: 1px solid #f6f6f6;
    margin-bottom: 30px;
    padding: 40px 30px 35px;
    transition: all 0.3s ease 0s;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);;
}
.services-item:hover {
    -webkit-box-shadow:  0 16px 32px 0 rgba(7, 28, 31, 0.1);;
    box-shadow:  0 16px 32px 0 rgba(7, 28, 31, 0.1);;
}
.services-item:hover .services-content a
{
    color: #71ad49;
}
.services-item:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.services-item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: #71ad49;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.service-icon
{
    margin-bottom: 20px;
    line-height: 1;
}
.services-item .services-content h3
{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #236fa3;
}
.services-item .services-content h3 a
{
    font-size: 20px;
}
.services-item .services-content h3 a:hover
{
    color: #71ad49;
}
.services-item .services-content p
{
    font-size: 16px;
    margin-bottom: 0;
}
.services-item .services-content a
{
    color: #236fa3;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 600;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    text-decoration: none;
}
.services-item .services-content a i
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}
.all-services
{
    background-color: #88cbf91f;
}
.services-item .service-icon
{
    display: flex;
    justify-content: center;
}
.why-choose-us
{
    padding: 50px 0px;
    background-color: #fff;
}
.why-choose-points .why-choose-us-point-shape
{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color:#236fa3;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.why-choose-points .point-one h4
{
    color: #71ad49;
    margin-bottom: 5px;
}
.why-choose-points .point-two h4
{
    color: #71ad49;
    margin-bottom: 5px;
}
.why-choose-points .point-three h4
{
    color: #71ad49;
    margin-bottom: 5px;
}
.question 
{
    font-size: 1.2rem;
    font-weight: 600;
    padding: 18px 60px 18px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #236fa314;
    margin-bottom: 10px;
}
.question::after 
{
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}
.question.active::after 
{
    transform: rotate(45deg);
}
.answercont 
{
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.answer 
{
    padding: 0 20px 20px;
    line-height: 1.5rem;
}
.faq-section {
    padding: 40px;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
    height: 100%;
}
.contact-form-section
{
    padding: 50px 0px 50px 0px;
    background-color: #88cbf91f;
}
.contact-form-section .contact-img
{
    box-shadow: 0px 3px 65px 0px rgb(26 26 66 / 7%);
}
.contact-form-section .form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-control {
    background: none;
    border-bottom-color: #777777;
}
.form-control {
    height: 50px;
    border-radius: 0;
    font-size: 13px;
    color: #081b3a;
    background: none;
    border: none;
    border-bottom: 1px solid #eeeff7;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.75rem;
    border-bottom: 1px solid #eeeff7;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}
.nice-select .list {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 99;
}
.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option {
    color: #081b3a;
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 0 10px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.btn.btn-white {
    background: #ffffff;
    color: #081b3a;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn {
    background: #3143ef;
    color: #ffffff;
    padding: 12px 20px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    box-shadow: 0px 3px 65px 0px rgb(26 26 66 / 7%);
}
.btn
{
    transition: all 0.5s ease-in-out 0s;
}
.clients-section
{
    padding: 50px 0px 50px 0px;
}
.client-logo2 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.client-logo2-media {
    margin-bottom: 30px;
    padding: 10px 70px;
    position: relative;
    z-index: 1;
}
.wt-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}
.client-logo2-media img {
    max-width: 100% !important;
    margin: 0px auto !important;
    width: auto !important;
}
.wt-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    -webkit-box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
}
.client-logo2-media::before, .client-logo2-media::after {
    border-color: #71ad49;
}
.client-logo2-media:after {
    right: 10px;
    bottom: 10px;
    border-bottom: 4px solid #71ad49;
    border-right: 4px solid #71ad49;
}

.client-logo2-media:after, .client-logo2-media:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: transparent;
    border: none;
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.client-logo2-media:hover {
    background-color: #f1f9fe;
}
.client-logo2-media:hover:after, .client-logo2-media:hover:before {
    width: 30px;
    height: 30px;
    opacity: 1;
}
.client-logo2-media:before {
    left: 10px;
    top: 10px;
    border-top: 4px solid #71ad49;
    border-left: 4px solid #71ad49;
}
.client-logo2-media:after {
    right: 10px;
    bottom: 10px;
    border-bottom: 4px solid #71ad49;
    border-right: 4px solid #71ad49;
}
.clients-section h4
{
    text-align: center;
}
.clients-section h2
{
    color: #71ad49;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 2rem;
    text-align: center;
}
.section-content
{
    padding-top: 20px;
}
.footer-top-section
{
    background-color: #236fa329;
    padding: 50px 0px 30px 0px;
}
.footer-bootom-section
{
    background-color: #236fa3;
    padding-top: 19px;
}
.footer-bootom-section p
{
    color: #ffffff;
}
.footer-bootom-section p a
{
    color: #ffffff;
}
.footer-top-section h4
{
    color: #71ad49;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}
.footer-top-section h4::before {
    position: absolute;
    left: 8px;
    bottom: 10px;
    content: "";
    height: 2px;
    width: 40px;
    background: #236fa3;
}
.footer-top-section h4::after {
    position: absolute;
    left: 0;
    bottom: 9px;
    content: "";
    height: 4px;
    width: 4px;
    background: #236fa3;
    border-radius: 50%;
}
.buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: #71ad49;
    margin-right: 15px;
}
.button:hover {
    cursor: pointer;
    color: white;
}
.facebook:hover {
    background: #236fa3;
}
.twitter:hover {
    background: #236fa3;
}
.instagram:hover {
    background: #236fa3;
}
.github:hover {
    background: #236fa3;
}
.social-links .button i
{
    color: #ffffff;
    font-size: 20px;
}
.footer-top-section ul li
{
    list-style: none;
    line-height: 30px;
}
.footer-top-section ul li a
{
    color: #5f6368;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
}
.footer-top-section ul li a:hover
{
    color: #71ad49;
}
.footer-contact li i
{
    font-size: 20px;
    margin-right: 10px;
}
.footer-contact li a
{
    font-weight: normal !important;
}
.copywrite-right-section p
{
    text-align: end;
}
.copywrite-right-section p a
{
    text-decoration: none;
}
.copywrite-left-section p a
{
    text-decoration: none;
}
.why-choose-us-point-shape i
{
    padding-left: 10px;
    padding-top: 8px;
    color: white;
    font-size: 14px;
}
.faq-section h4
{
    color: #236fa3;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}
.faq-section h2
{
    color: #71ad49;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 2rem;
}
.why-chooseus h2
{
    color: #71ad49;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 30px;
    font-size: 2rem;
}
.about-right-section h4::before {
    position: absolute;
    left: 26px;
    top: 25px;
    content: "";
    height: 3px;
    width: 68px;
    background: #71ad49;
}
.about-right-section h4::after {
    position: absolute;
    left: 14px;
    top: 25px;
    content: "";
    height: 4px;
    width: 4px;
    background: #71ad49;
    border-radius: 50%;
}
.services-section h4::before {
    position: absolute;
    left: 47.7%;
    top: 25px;
    content: "";
    height: 3px;
    width: 68px;
    background: #71ad49;
}
.services-section h4::after {
    position: absolute;
    left: 46.6%;
    top: 25px;
    content: "";
    height: 4px;
    width: 4px;
    background: #71ad49;
    border-radius: 50%;
}
.faq-section h4::before {
    position: absolute;
    left: 12%;
    top: 12.5%;
    content: "";
    height: 3px;
    width: 68px;
    background: #71ad49;
}
.faq-section h4::after {
    position: absolute;
    left: 10%;
    top: 12.5%;
    content: "";
    height: 4px;
    width: 4px;
    background: #71ad49;
    border-radius: 50%;
}
.why-chooseus h2::before {
    position: absolute;
    left: 2%;
    top: 43px;
    content: "";
    height: 3px;
    width: 68px;
    background: #236fa3;
}
.why-chooseus h2::after {
    position: absolute;
    left: 0%;
    top: 43px;
    content: "";
    height: 4px;
    width: 4px;
    background: #236fa3;
    border-radius: 50%;
}
.contact-section-title h4
{
    color: #236fa3;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}
.contact-section-title h4::before {
    position: absolute;
    left: 7%;
    top: 55px;
    content: "";
    height: 3px;
    width: 68px;
    background: #71ad49;
}
.contact-section-title h4::after {
    position: absolute;
    left: 5%;
    top: 55px;
    content: "";
    height: 4px;
    width: 4px;
    background: #71ad49;
    border-radius: 50%;
}
.contact-form-home-right-section
{
    background-color: #ffffff;
    padding: 30px;
}
.contact-section-title h2
{
    color: #71ad49;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 2rem;
}
.home-muti-select-form
{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.submit-button
{
    background: #71ad49;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 50px;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
}
.submit-button:hover 
{
    background: #236fa3;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 50px;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
    box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);
}
.contact-button
{
    display: flex;
    margin: 0 auto;
    margin-top: 17px;
}
.contact-form-home-right-section form
{
    margin-top: 20px;
}
.clients-section h4
{
    color: #236fa3;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
}
.clients-section h4::before {
    position: absolute;
    left: 47.7%;
    top: 25px;
    content: "";
    height: 3px;
    width: 68px;
    background: #71ad49;
}
.clients-section h4::after {
    position: absolute;
    left: 46.6%;
    top: 25px;
    content: "";
    height: 4px;
    width: 4px;
    background: #71ad49;
    border-radius: 50%;
}
.responsive-navbar .navbar-brand img
{
    height: 50px;
    width: auto;
}
.responsive-navbar-services
{
    border-left: #3143ef solid 4px;
}
.responsive-navbar-services a:hover
{
    color: #16181b;
    text-decoration: none;
    background-color: #71ad49;
}
.responsive-navbar-services a:focus
{
    color: #16181b;
    text-decoration: none;
    background-color: #71ad49;
}

  .fixed-callout{right:25px; bottom:57px;padding: 13px 18px;}
  .fixed-callout img{
	  width: 30px;
  }
  .fixed-callout h4 {
	font-size: 18px;
  }
  .fixed-callout {
	padding: 15px 20px;
	border-radius: 12px;
	background-color: #fff;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 30%);
	position: fixed;
	bottom:37px;
	text-align: center;
	animation: move 6s infinite forwards;
	z-index: 9999;
  }
  .hidden-xs {
	display: block;
  } 
   .mbtn-callout {
	  display: none;
  } 
  .fixed-callout .hidden-xs a {
	  margin: 8px 0px;
  }
  .fixed-callout a {
	  display: block;
	  padding: 2px 0;
	  font-size: 16px;
	  color: #323232 !important;
	  text-decoration: none;
  }
.down_enquiry 
{
    background: #71ad49 none repeat scroll 0 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}
.down_enquiry ul li {
    float: left;
    text-align: center;
    width: 33%;
    border-right: 1px solid #fff;
    list-style: none;
}
.down_enquiry ul li a {
    color: #fff;
    display: block;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    padding: 12px 0;
}
.down_enquiry ul li:last-child
{
    border-right:none;
}
body {
  height: auto;
  margin: 0;
}

::-webkit-scrollbar {
  background: #000000;
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #000000;
}

::-webkit-scrollbar-thumb {
  background: #005a2b;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #00b456;
}
.scroll-top {
  background: #236fa3;
  border: 0;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  height: 50px;
  margin: 15px;
  opacity: 0.75;
  position: fixed;
  right: -70px;
  transition: right 0.2s ease-in-out;
  width: 50px;
  z-index: 99;
}
.scroll-top.visible {
  right: 10px;
  bottom: 80px;;
}
.arrow {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin-top: 10px;
  padding: 4px;
}
.arrow.up {  
  transform: rotate(-135deg);
}
.content-container {
  display: flex;
  height: 300px;
  width: 100%
}
.content {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin: auto;
}
#preloader
{
    background: #fff url(../images/favicon.png) no-repeat center center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}
.page-banner
{
    background-image: url(../images/page-banner/about-page-panner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: right;
    align-items: center;
    display: flex;
}
.about-page-content
{
    margin-top: 30px;
}
.about-page-content p
{
    font-weight: 400;
    font-size: 18px;
}
.page-banner h2
{
    color: #fff;
}
.page-banner p
{
    color: #fff;
}
.featured-icon-box.style8 {
    padding: 45px 30px 38px 30px;
    background-color: #88cbf91f;
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 270px;
    -webkit-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .5s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .5s cubic-bezier(.24, .74, .58, 1);
    transition: .5s cubic-bezier(.24, .74, .58, 1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
}
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}
.ttm-icon {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
    position: relative;
}
.featured-icon-box .ttm-icon {
    margin-bottom: 0;
}
.ttm-icon.ttm-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
}
.ttm-icon.ttm-icon_element-size-md {
    height: 67px;
    width: 67px;
    line-height: 67px;
}
.featured-icon-box.style8 .ttm-icon i {
    font-size: 45px;
    color: #236fa3;
}
.featured-icon-box.style8 .featured-content {
    padding-top: 8px;
}
.featured-icon-box.icon-align-top-content .featured-content {
    padding-top: 15px;
}
.featured-icon-box.style8 .featured-content .featured-title h3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
    color: #71ad49;
}
.featured-title h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}
.featured-icon-box.style8:hover {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.contact-page-section
{
    padding: 50px 0px 50px 0px;
}
.contact-page-form-section
{
    text-align: center;
}
.contact-page-form-section .contact-section-title h4::before {
    position: absolute;
    left: 47.7%;
    top: 75px;
    content: "";
    height: 3px;
    width: 68px;
    background: #71ad49;
}
.contact-page-form-section .contact-section-title h4::after {
    position: absolute;
    left: 46.6%;
    top: 75px;
    content: "";
    height: 4px;
    width: 4px;
    background: #71ad49;
    border-radius: 50%;
}
.contact-page-form-section .text-rgba
{
    text-align: center;
}
.contact-page-form-section
{
    padding: 50px 200px 50px 200px;
}
.featured-desc p
{
    text-align: center;
}
.featured-desc p a
{
    color: #5f6368;
    text-decoration: none;
    font-weight: 600;
}
.featured-desc p a:hover
{
    color: #236fa3;
}
.service-page-section .right-section ul
{
    list-style: none;
}
.service-page-section .right-section
{
    background-color:#236fa3 ;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.right-section ul li a
{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.service-page-section .right-section ul li
{
    padding: 20px 30px;
    border-bottom: 1px solid #fff;
}
.service-page-section .right-section ul li:hover
{
    background-color: #71ad49;
    border-left: 5px solid rgb(255, 255, 255);
}
.service-page-section .right-section ul li:last-child
{
    border-bottom: none;
}
.service-page-section .right-section ul .active
{
    background-color: #71ad49;
    border-left: 5px solid rgb(255, 255, 255);
}
.service-page-section
{
    padding: 50px 0px 50px 0px;
}
.service-page-section .services-right-side h3
{
    color: #71ad49;
    margin-bottom: 30px;
}
.service-page-section .services-right-side h3::before {
    position: absolute;
    left: 6.7%;
    top: 35px;
    content: "";
    height: 3px;
    width: 68px;
    background: #71ad49;
}
.service-page-section .services-right-side h3::after {
    position: absolute;
    left: 4.6%;
    top: 35px;
    content: "";
    height: 4px;
    width: 4px;
    background: #71ad49;
    border-radius: 50%;
}
.service-page-section .left-section .image-section
{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.services-contact-section
{
    background-image: url(../images/services/services-contact.png);
    height: 400px;
    background-repeat: no-repeat;
    text-align: center;
    padding: 45px 30px 45px 30px;
}
.services-contact-section .services-contact li
{
    list-style: none;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
}
.services-contact-section .services-contact li a
{
    text-decoration: none;
    color: #fff;
    margin-left: 15px;
}
.services-contact-section p
{
    color: #fff;
}
.services-contact-button
{
    justify-content: center;
}
.services-contact-section .services-contact
{
    margin-bottom: 25px;
}
.list-style
{
    list-style: none;
}
.list-style li i
{
    color: #71ad49;
    margin-right: 10px;
}
.list-style li
{
    font-size: 18px;
    margin-bottom: 10px;
}
.page-banner-ecomerce {
    background-image: url(../images/page-banner/e-commerce-page-panner.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: right;
    align-items: center;
    display: flex;
}
.page-banner-pay-per-click {
    background-image: url(../images/page-banner/ppc-page-panner.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: right;
    align-items: center;
    display: flex;
}
.page-banner-e-marketing {
    background-image: url(../images/page-banner/email-marketing-page-panner.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: right;
    align-items: center;
    display: flex;
}
.page-banner-local-seo {
    background-image: url(../images/page-banner/local-seo-page-panner.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: right;
    align-items: center;
    display: flex;
}
.page-banner-seo {
    background-image: url(../images/page-banner/seo-page-panner.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: right;
    align-items: center;
    display: flex;
}
.page-banner-social-media-marketing {
    background-image: url(../images/page-banner/social-media-marketing-page-panner.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: right;
    align-items: center;
    display: flex;
}
.page-banner-youtube-marketing {
    background-image: url(../images/page-banner/youtube-page-panner.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: right;
    align-items: center;
    display: flex;
}
.page-banner-web-desiging {
    background-image: url(../images/page-banner/web-designing-page-banner.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    background-position: right;
    align-items: center;
    display: flex;
}
.blog-section
{
    background-color: #fff;
}
.blog-section .services-section .services-item
{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
strong
{
    color: #236fa3;
}
.ms-options-wrap button span
{
    font-size: 1rem;
}
.service-page-section .left-section .image-section .blog-image
{
    width: 100%;
}
.list-style-home
{
    list-style: none;
}
.list-style-home li i
{
    color:#236fa3; 
    font-size: 25px;
    margin-right: 20px;
}
.list-style-home li
{
    text-align: justify;
    margin-bottom: 10px;
}
.team-top-section
{
    background-color: #236fa3;
    padding: 25px;
}
.team-top-section ul
{
    list-style: none;
    padding-top: 25px;
}
.team-section
{
    padding: 40px 0px;
}
.team-top-section h3
{
    color: #ffffff;
}
.team-top-section ul li
{
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    border-bottom: #ffffff82 1px solid;
}
.team-top-section ul li i
{
    padding-right: 10px;
}
.team-top-section ul li:last-child
{
    border-bottom: none;
}
.team-right-section h3
{
    color: #00b456;
    margin-bottom: 10px;
}
.team-right-section h4
{
    color: #236fa3;
    margin-bottom: 10px;
}
.team-right-section h6
{
    color: #236fa3;
    margin-bottom: 7px;
}
.team-section-sub .team-right-section h6
{
    color: #00b456;
    margin-bottom: 7px;
}
.team-section
{
    padding-top: 50px;
}
.team-section-sub .team-left-section
{
    display: flex;
    align-items: center;
    
}
.team-section-sub .team-left-section img
{
    width: 100%;
    border-radius: 50%;
}
.team-section-sub
{
    padding-bottom: 30px;
}
