﻿@font-face {
  font-family:'Pollerone' ;
  src: url('https://fonts.googleapis.com/css2?family=Poller+One&display=swap');
}
header#myHeader {
    display: block;
}
section#mobile-menu {
    display: none;
}
.top-contact {
    margin-top: 11px;
}
.top-contact ul li i {
    margin-right: 6px;color:#fff;
}
.top-contact ul li a {
    color:#fff;
}
.top-contact ul li {
    list-style: none;
    display: inline-block;
    margin-right: 11px;
    font-size: 18px;
    color:#fff;
}
section#top-header {background: linear-gradient(135deg,#d83030 38%,#373737 40%);}
.logo img {
    width: 40%;
}
.logo {
    position: relative;
}

.logo span {
    font-size: 12px;
    margin-top: -9px;
    position: absolute;
    color: #fff;
}
.logo h1 {
    font-size: 60px;
    color: #fff;
    margin: 0;
    font-family: 'Poller One', cursive;
}
header {
    background:#ffffff;padding: 7px 0px; z-index: 99999;border-bottom: 1px solid #ddd;
    box-shadow: 0px 3px 11px #8e8e8e;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.top-location {
    margin-top: 13px;
}
.top-location h5 {
    color: #fff;
    font-size: 18px;
}
h5#adding {
    margin-bottom: 22px;
}
.error {
    color: #c50606;
    font-size: 90%;
    text-align: left;
    margin-top: -6px;
    font-family: arial;
}
.banner img {
    width: 100%;
}
/*About-section*/
section#about {
    padding: 70px;background:#F3F3F3;
}
.about-image img {
    width: 100%;
}
.about-content {
    background: url(../images/background/slider2-art1.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.about-content span:after {
    content: '';
    position: absolute;
    margin-top: 14px;
    width: 25px;
    margin-left: 10px;
    height: 2px;
    background: #d83030;
}
.about-content h5 {
    color: #d83030;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 9px;
}
.about-content h1 {
    color: #333333;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 16px;
    text-align: left;
    font-weight: 600;
}
.about-content p {
    font-size: 17px;
}
.about-content a.more-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    fill: #d83030;
    color: #d83030;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #d83030;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 33px 11px 33px;
}
.about-content a.more-btn:hover {
    color: #ffffff;
    background-color: #d83030;
    border-color: #d83030;
    text-decoration:none;
}
.about-content a.more-btn i {
    margin-right: 15px;
}

/*Service-section*/

section#service {
    padding: 70px;
}
.service-content {
    margin-top: 40px;
}
.provide ul li {
    color: #606060;
    font-size: 16px;
}
h5#adding {
    margin-bottom: 22px;
    color: #606060;
    font-size: 17px;
}
.service-box {
    background: url(../images/background/slider1-art3.png);
    background-position: top center;
    background-repeat: no-repeat
}
.service-box h1 {
    color: #333333;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 700;
}
.service-box span:before {
    content: '';
    position: absolute;
    top: 15px;
    margin-left: -36px;
    width: 25px;
    height: 2px;
    background: #d83030;
}
.service-box span:after {
    content: '';
    position: absolute;
    top: 15px;
    margin-left: 12px;
    width: 25px;
    height: 2px;
    background: #d83030;
}
.service-box h5 {
    color: #d83030;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 9px;
    text-align: center;
}
.service-box p {
    color: #606060;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}
.service-content h1 {
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    font-weight: 700;
}
.service-content h5 {
    text-align: center;
    font-size: 15px;
}
.service-content img {
    width: 100%;
}

/*Expert-section*/

section#expert {
    padding: 70px;
    background: url(../images/background/home1-map.jpg);
    background-position: top center;
}
.expert-heading h1 {
    color: #333333;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 700;
}
.expert-heading span:before {
    content: '';
    position: absolute;
    top: 15px;
    margin-left: -36px;
    width: 25px;
    height: 2px;
    background: #d83030;
}
.expert-heading span:after {
    content: '';
    position: absolute;
    top: 15px;
    margin-left: 12px;
    width: 25px;
    height: 2px;
    background: #d83030;
}
.expert-heading h5 {
    color: #d83030;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 9px;
    text-align: center;
}
.expert-box {
    padding: 35px 15px 15px 15px;
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.37);
    min-height: 242px;
    text-align: center;
}
.expert-box i {
    margin-bottom: 15px;
    font-size: 50px;
    color: #d83030;
}
.expert-box p {
    color: #676767;
    font-size: 16px;
    font-weight: 500;
}
.service-btn {
    text-align: center;
    margin-top: 50px;
}
.service-btn a {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    fill: #d83030;
    color: #d83030;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #d83030;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 33px 11px 33px;
}
.service-btn a:hover {
    color: #ffffff;
    background-color: #d83030;
    border-color: #d83030;
    text-decoration:none;
}
.service-btn  i {
    margin-right: 15px;
}

/*Application-section*/

section#application {
    padding:120px 0px;
}
.application-heading {
    background: url(../images/background/slider1-art3.png);
    background-position: top center;
    background-repeat: no-repeat
}
.application-heading {
    margin-bottom: 48px;
}
.application-heading h1 {
    color: #333333;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 700;
}
.application-heading span:before {
    content: '';
    position: absolute;
    top: 15px;
    margin-left: -36px;
    width: 25px;
    height: 2px;
    background: #d83030;
}
.application-heading span:after {
    content: '';
    position: absolute;
    top: 15px;
    margin-left: 12px;
    width: 25px;
    height: 2px;
    background: #d83030;
}
.application-heading h5 {
    color: #d83030;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 9px;
    text-align: center;
}
.application-box {
    padding-right: calc( 30px/2 );
    padding-left: calc( 30px/2 );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E6E6E6;
    border-radius: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
.application-box img {
    width: 100%;
    border-radius: 10px 10px 10px 10px;
}
.application-box h5 {
    font-size: 22px;
    margin: 34px 0px 13px 0px;
}
.application-box p {
    font-size: 16px;
    margin-bottom: 30px;
}
.see-btn {
    position: relative;
    background: linear-gradient(135deg,#F3F3F3 75%,#d83030 40%);
    padding: 10px 112px;
    border-radius: 8px;
    border: 1px solid #eae8e8;
    color: #232323;
    font-weight: 500
}
.see-btn:hover {
    background: linear-gradient(135deg,#d83030 75%,#373737 40%);
    padding: 10px 112px;
    border-radius: 8px;
    border: 1px solid #eae8e8;
    text-decoration:none;
    color:#fff;
}
.gyan-services-full-button-arrow {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 33px;
    z-index: 5;
}
.gyan-services-full-button-arrow:before {
    border-color: transparent transparent transparent #f5f5f5;
}
.gyan-services-full-button-arrow:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    display: block;
    margin-top: -4px;
    float: right;
}
.gyan-services-full-button-arrow:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin-top: -6px;
    float: right;
    margin-right: 5px;
    background: #f5f5f5
}

/*Section-wrap*/

section#widget-wrap {   
    background: url(../images/background/bg2.jpg);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: auto;
    padding:100px 0px;
}
.widget  {
    text-align:center;
}
.widget i {
    font-size: 60px;
    color: #d83030;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 15px;
}
.widget h5 {
    font-size: 40px;
    color: #fff;
}
.widget p {
    color: #fff;
}
section#brand {
    padding: 50px 0px;
}

/*Section-testimonial*/

section#testimonial {
    padding:70px 0px;
    background: url(../images/background/home1-bg2.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.testimonial-heading {
    background: url(../images/background/slider1-art3.png);
    background-position: top center;
    background-repeat: no-repeat
}
.testimonial-heading {
    margin-bottom: 48px;
}
.testimonial-heading h1 {
    color: #333333;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 700;
}
.testimonial-heading span:before {
    content: '';
    position: absolute;
    top: 15px;
    margin-left: -36px;
    width: 25px;
    height: 2px;
    background: #d83030;
}
.testimonial-heading span:after {
    content: '';
    position: absolute;
    top: 15px;
    margin-left: 12px;
    width: 25px;
    height: 2px;
    background: #d83030;
}
.testimonial-heading h5 {
    color: #d83030;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 9px;
    text-align: center;
}

/*Section-contact*/

section#contact {
    padding:70px 0px;
    background: url(../images/background/home1-map.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
.contact-form {
    width: 50%;
    margin: 0 auto;
}
.contact-heading {
    background: url(../images/background/slider1-art3.png);
    background-position: top center;
    background-repeat: no-repeat
}
.contact-heading {
    margin-bottom: 48px;
}
.contact-heading h1 {
    color: #333333;
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 700;
}
.contact-heading span:before {
    content: '';
    position: absolute;
    top: 15px;
    margin-left: -36px;
    width: 25px;
    height: 2px;
    background: #d83030;
}
.contact-heading span:after {
    content: '';
    position: absolute;
    top: 15px;
    margin-left: 12px;
    width: 25px;
    height: 2px;
    background: #d83030;
}
.contact-heading h5 {
    color: #d83030;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 9px;
    text-align: center;
}
.contact-form .bg-info h3 {
    color: #000;
    font-weight: 600;
}
.contact-form .bg-info {
    background: #d83030 !important;
}
.contact-form .input-group-text {
    background: #333333;
    border: 1px solid #ced4da;
}
.contact-form .text-info {
    color: #ffffff!important;
}
.contact-form .border-primary {
    border-color: #dcdcdc!important;
}
.contact-map iframe {
    width: 100%;
    height: 433px;
}

.scrollToTop {
    position: fixed;
    bottom: 20px;
    display: none;
    background: url(https://cdn.eventegg.com/images/icon-scroll-top.png);
}
.scrollToTop {
    width: 31px;
    height: 31px;
    padding: 10px;
    text-decoration: none;
    right: 40px;
    text-align: center;
}
.scroll-menu, .scrollToTop {
    color: #444;
    font-weight: 700;
}


/*footer*/

footer {
    background: #4a4848;
    padding: 5px 0px;
}
h5.important-link {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 30px;
    font-weight: 600;
}
.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

.footer-classic ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 14px 12px;
}
.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}
.social_footer_ul li { padding-top:10px; }
.social_footer_ul li a:hover { text-decoration:none;}
.social_footer_ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #CCC;
    border: 1px solid #CCC;
    border-radius: 50%;
    font-size: 16px;
        margin-right: 13px;
}
.row.no-gutters.social-container {
    margin-top: 40px;text-align: center;
}
img.brand-logo-light {
    width: 150px;
    margin-bottom: 15px;
}
.col-md-4.col.red {
    background: #d83030;
}
.col-md-4.col.black {
    background: #1f1f1f;
}
.row.no-gutters.social-container i {
    font-size: 20px;
    margin-bottom: 12px;
    background: #4c4c4c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
}
.copyright {
    text-align: center;
    margin-top: 50px;
}


section#thanku-section {
    padding: 20px 0px 20px;
    background: #ddd;
}
.thanku-box {
    width: 75%;
    margin: 0 auto;
    padding: 100px 50px;
}
.thanku-box h3 {
    font-size: 32px;
    color: #1453a7;
    font-weight: 600;
    margin-top: 20px;
    text-align:center;
}
.thanku-box p {
    font-size: 19px;
    font-family: sans-serif;
    margin-bottom: 4px;text-align:center;
}
section#thanku-section .row.bg {
    background: #fff;
}
