*{
    margin:0px;
    padding:0px;
}

a:hover, a:active {
    text-decoration: none!important;
}


ul, li{
    margin: 0;
    padding: 0;
}

.fa, .fa {
    font-weight: 400!important;
    font-family: "FontAwesome"!important;
}

p:empty,a:empty{
    display: none;
}


:focus{
    outline: none!important;
}


@font-face{
    font-family: 'Helvetica';
    src:url('../fonts/Helvetica-Bold.ttf');
    font-weight: 700;
}

@font-face{
    font-family: 'Helvetica';
    src:url('../fonts/helvetica-light.ttf');
    font-weight: 300;
}


@font-face{
    font-family: 'Helvetica';
    src:url('../fonts/Helvetica-reg.ttf');
    font-weight: 400;
}



:root{
  --pri-color:#f95b40;
}

:root{
  --sec-color:#2c75ff;
}



body{
    font-family: 'Helvetica'!important;
    background: #e6e6e6;
}


/*=========================================HEADER CSS=================================*/

.logo-area {
    max-width: 318px;
}

.logo-area img{
    width: 100%;
    height: auto;
}

.menu-area ul li {
    list-style: none;
    display: inline-block;
    padding: 0 30px;
}
.menu-area {
    text-align: right;
}
.hdr-right {
    display: flex;
    justify-content: flex-end;
}

.menu-area ul li a {
    font-family: 'Helvetica';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    transition: ease 0.4s all;
    position:relative;
}

.menu-area ul li a:before {
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    width: 0%;
    height: 5px;
    background: var(--pri-color);
    transform: translateX(-50%);
   transition: ease 0.4s all;
}

.menu-area ul li a:hover:before{
    width: 120%;
}

.menu-area ul li a:hover{
    color: var(--pri-color);

}

.search-area i {
    color: #000;
}
.container-fluid {
    padding: 0 50px;
}

.lwr-head{
    background: var(--sec-color);
}

.lwr-head-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hdr-address ul li {
    list-style: none;
    display: inline-block;
    padding-right: 65px;
}

.hdr-address ul li:last-child{
    padding-right: 0;
}



ul.social-links li {
    list-style: none;
    display: inline-block;
    padding: 0 4px;
}

.hdr-address ul li a,.hdr-address ul li p {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    font-family: 'Helvetica';
    margin-bottom: 0;
    transition: ease 0.4s all;
}

.hdr-address ul li i{
    margin-right: 8px;
    font-size: 17px;
}

.hdr-address ul li a:hover,ul.social-links li a:hover{
    color: var(--pri-color);
}


ul.social-links li a {
    color: #fff;
    font-size: 14px;
    transition: ease 0.4s all;
}

.login-signup a {
    background: var(--pri-color);
    color: #fff;
    font-family: 'Helvetica';
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 16px 11px !important;
    display: inline-block;
}

.uppr-head {
    padding: 10px 0;
}

section.banner-sec .container-fluid {
    padding: 0 15px;
}

section.banner-sec .col-md-12 {
    padding: 0;
}

.banner-area img {
    width: 100%;
    height: auto;
}

.banner-area img {
    width: 100%;
    height: auto;
}

.banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
     z-index: 999;
}

section.banner-sec {
    position: relative;
}


.banner-caption h3 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    font-family: 'Helvetica';
    text-transform: uppercase;
    margin-bottom: 35px;
}

.banner-caption p {
    font-family: 'Helvetica';
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 50px;
    max-width: 1000px;
    margin: 0 auto!important;
    line-height: 30px;
}
.banner-btn a {
    background: var(--pri-color);
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 13px 29px;
    display: inline-block;
    transition: ease 0.4s all;
}


.banner-btn a:hover{
    background: var(--sec-color);
}

section.about-sec {
    padding-top: 50px;
}

.about-left {
    padding-right: 0;
}

.about-right {
    padding-left: 0;
}

.about-cont {
    background: #fff;
    text-align: center;
    padding: 50px 25px;
    filter: drop-shadow(5px 6px 5px #999);
}

.sec-head h2 {
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    color: #000;
}

.about-cont .sec-head h2 {
    margin-bottom: 35px;
}

.about-cont p {
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: 400;
    line-height: 27px;
    color: #000;
/*     text-transform: uppercase; */
    margin-bottom: 40px;
}

.read-btn a {
    font-size: 14px;
    text-transform: uppercase;
    background: var(--sec-color);
    color: #fff;
    font-weight: 700;
    padding: 12px 23px;
    display: inline-block;
    transition: ease 0.4s all;
}

.about-img img {
    width: 100%;
    height: 409px;
    object-fit: cover;
    border: 1px solid #ccc;
}

.read-btn a i{
    font-size: 16px;
    margin-left: 5px;
}

.read-btn a:hover{
    background: var(--pri-color);
}

section.service-sec {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 60px;
}

section.service-sec .sec-head p {
    font-family: 'Helvetica';
    font-weight: 500;
    font-size: 14px;
/*    text-transform: uppercase;*/
    color: #000;
    line-height: 30px;
    margin-bottom: 45px;
}

section.service-sec .sec-head {
    padding: 0 10px;
}

section.service-sec .col-md-4 {
    padding: 0 3px;
}

section.service-sec .container-fluid {
    padding: 0 60px;
}

.service-img img {
    width: 100%;
    height: 275px;
    object-fit: cover;
     transition: ease 0.4s all;
}
.service-img {
    position: relative;
}

.service-view-btn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-contet h4 {
    font-family: 'Helvetica';
    font-size: 18px;
    color: var(--sec-color);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
     transition: ease 0.4s all;
}

.service-box {
    background: #fff;
    transition: ease 0.4s all;
}

.service-box:hover{
    background: var(--sec-color);
}

.service-box:hover h4{
    color: #fff;
}

.service-box:hover img{
    opacity: 63%;
}

.service-contet {
    padding-top: 20px;
    padding-bottom: 15px;
}

.service-view-btn a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: var(--pri-color);
    padding: 10px 12px;
    display: inline-block;
    transition: ease 0.4s all;
}

.service-view-btn a:hover{
    background: var(--sec-color);   
}
.view-all-main a {
    font-size: 14px;
    text-transform: uppercase;
    background: var(--sec-color);
    color: #fff;
    font-weight: 700;
    padding: 12px 23px;
    display: inline-block;
    transition: ease 0.4s all;
}
.view-all-main a i{
    font-size: 16px;
    margin-left: 5px;
}
.view-all-main a:hover{
    background: var(--pri-color);
}

.view-all-main {
    padding-top: 50px;
}

section.test-contact-sec .container-fluid {
    padding: 0 15px;
}

section.test-contact-sec .col-md-6 {
    padding: 0px;
}
.test-monial-box {
    text-align: center;
    padding: 50px;
    background: var(--sec-color);
	min-height: 411px;
}
.test-monial-box{
	min-height: 411px;
}

.enqury-box {
    padding: 50px;
    background: #fff;
    height: 100%;
    padding-bottom: 15px;
}
.test-monial-box .sec-head h2 {
    color: #fff;
    margin-bottom: 15px;
}

.owl-carousel .owl-item .rating-img img {
    width: auto;
    margin: 0 auto;
}

.test-monial-box .owl-nav, .test-monial-box .owl-dots {
    display: none;
}

ul.rating li {
    list-style: none;
    display: inline-block;
    color: #ffcb09;
    font-size: 25px;
    padding: 0 7px;
}

.rating-img img {
    border-radius: 50%;
}

.test-monial-box h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Helvetica';
    margin-bottom: 10px;
}


.test-monial-box p {
    font-family: 'Helvetica';
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin: 0;
}

ul.rating {
    padding-bottom: 15px;
}

.rating-img {
    padding-bottom: 15px;
}

.enqury-box h2 {
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    text-transform: uppercase;
    color: #000;
    max-width: 250px;
    margin-bottom: 25px;
}

.enqury-box input, .enqury-box textarea {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding-left: 15px;
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 14px;
    color: #aaa8a8;
}

.enqury-box input::placeholder, .enqury-box textarea::placeholder{
    color: #aaa8a8;
/*    text-transform: uppercase;*/
}

.enqury-box textarea {
    height: 145px;
    margin-bottom: 13px;
    padding-top: 10px;
}

.enqury-box .col-md-6{
    padding: 0 15px!important;
}

.enqury-box input[type="submit"] {
    background: var(--sec-color);
    color: #fff;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: ease 0.4s all;
}

.enqury-box input[type="submit"]:hover{
    background: var(--pri-color);
}

section.blog-sec-home {
    padding: 110px 0;
}

.blog-box {
    text-align: center;
    border: 1px solid var(--pri-color);
    padding: 8px;
}

.blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-content h4 {
    font-family: 'Helvetica';
    font-weight: 700;
    font-size: 24px;
    color: #4e4e4e;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blog-content p {
    font-size: 14px;
    /*text-transform: uppercase;*/
    font-weight: 700;
    line-height: 22px;
    max-width: 350px;
    margin: 0 auto;
    color: #4e4e4e;
    margin-bottom: 50px;
}

.blog-content {
    padding-top: 45px;
}

.blog-btn a {
    text-transform: uppercase;
    color: #5a607f;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid var(--pri-color);
    display: inline-block;
    padding: 3px 12px;
    background: #e6e6e6;
    transition: ease 0.4s all;
}

.blog-btn a:hover{
    background: var(--pri-color);
    color: #fff;
}

.blog-btn {
    margin-bottom: -22px;
}

footer.main-footer {
    background: var(--sec-color);
    padding-top: 55px;
}

.footer-heading h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: 'Helvetica';
    text-decoration: 1px solid underline;
    text-underline-offset: 6px;
    margin-bottom: 25px;
}
.footer-heading.our-services h3 {
    font-size: 24px;
}


.footer-heading ul li a {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Helvetica';
   transition: ease 0.5s all;

}

.footer-heading ul li a:hover{
    color: var(--pri-color);
}



.footer-heading ul li {
    list-style: none;
    padding-bottom: 12px;
}

.footer-heading ul li:last-child{
    padding-bottom: 0;
}

.copyright {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding: 25px 0;
    text-align: center;
}

.copyright p {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    font-family: 'Helvetica';
    margin-bottom: 0;
}

.footer-heading.quick-link {
    padding-left: 25px;
}

.footer-heading.our-services ul li a{
    position: relative;
    padding-left: 10px;
}

.footer-heading.our-services ul li a:before {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #fff;
    top: 0px;
    left: 0;
}


section.banner-sec .metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    opacity: 1;
    margin: 0;
    display: flex;
    width: 100%;
    line-height: normal;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgb(18 26 93 / 45%);
}


section.banner-sec .flex-direction-nav .flex-prev {
    left: 40px;
    background: url(../images/banner-prev.png)!important;
    background-size: cover;
    background-repeat: no-repeat!important;
    opacity: 1!important;
    width: 66px!important;
    height: 71px!important;
}
section.banner-sec .flex-direction-nav .flex-next {
    right: 40px;
    background:url('../images/banner-next.png')!important;
    background-size: cover;
    background-repeat: no-repeat!important;
    opacity: 1!important;
    width: 66px!important;
    height: 71px!important;
}
section.banner-sec:hover .flex-direction-nav .flex-prev{
    left: 40px;
}
section.banner-sec:hover .flex-direction-nav .flex-next{
     right: 40px;
}

a:not([href]):not([tabindex]) {
    color: #fff!important;
    text-decoration: none;
}

.menu-area ul .current_page_item a {
    color: var(--pri-color);
}

.menu-area ul .current_page_item a:before {
    width:100%;
}


section.about-banner {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-internal {
    position: relative;
    z-index: 999;
    border-left: 6px solid #98989887;
    border-right: 6px solid #98989887;
   padding: 15px 39px;
    width: max-content;
    background: linear-gradient( 
90deg
 , rgb(44 117 255 / 35%) 0%, rgb(249 91 64 / 40%) 50%, rgb(44 117 255 / 35%) 100%);
    border-radius: 25px;
}

.about-left h1 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 2px;
    font-family: 'Helvetica';
}
.about-right ul li {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Helvetica';
    font-weight: 400;
}

.about-right ul li i {
    margin: 0 5px;
    font-size: 18px;
    color: #fff!important;
}
.about-right ul li a {
    font-family: 'Helvetica';
    color: #fff;
}

section.about-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(18 26 93 / 45%);
    z-index:0;
}

img.xyz {
    width: 100%;
    max-width: 40%;
    float: right;
    height: 350px;
    object-fit: cover;
    padding: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    outline-offset: -7px;
    outline: 1px solid var(--pri-color);
    filter: drop-shadow(7px 8px 3px #999);
}
.all-spacing {
    padding: 50px 0;
    display: flow-root;
}
.entry-content h2 {
    text-transform: uppercase;
    font-family: 'Helvetica';
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.entry-content h3 {
    text-transform: uppercase;
    font-family: 'Helvetica';
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
.entry-content p {
      font-size: 16px;
    font-family: 'Helvetica';
    font-weight: 400;
    color: #000;
    line-height: 28px;
    margin-bottom:15px;
}

.entry-content ul{
    padding-left:18px;
    padding-bottom:15px;
}
.entry-content ul li {
    font-family: 'Helvetica';
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}
.cont_t_one div#wpcf7-f6-p47-o1 {
    background: #fff;
    padding: 40px;
    padding-bottom: 0;
    border: 1px solid #ccc;
}

.cont_t_one h2:after, section#text-2 h2:after {
    position: absolute;
    content: "";
    height: 4px;
    left: 0;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.cont_t_one h2, section#text-2 h2 {
    padding-bottom: 15px;
    font-family: 'Helvetica';
    font-size: 28px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}
section#text-2 {
    margin: 0!important;
}
.cont_t_one input, .cont_t_one textarea {
    height: 45px;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 14px;
    font-family: 'Helvetica';
}
.cont_t_one textarea{
    height: 100px;
}

section#text-2 p i {
    width: 45px;
    height: 45px;
    background: var(--pri-color);
    color: #fff;
    margin-right: 15px;
    text-align: center;
    line-height: 45px;
    display: inline-table;
    font-size: 20px;
    border-radius: 7px;
}

section#text-2 p {
    background: #fff;
    padding: 0 20px;
   min-height: 136px;
    display: flex;
    align-items: center;
    border: 1px solid #c3c3c3;
}


section#text-2 a {
    color: var(--pri-color);
}

.cont_t_one input.wpcf7-form-control.wpcf7-submit {
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: var(--pri-color);
    cursor: pointer;
    margin: 0;
    transition: ease 0.4s all;
    padding: 0;
}

.cont_t_one input.wpcf7-form-control.wpcf7-submit:hover{
    background:#000;
}

.latest_blog_img {
    background: #ffffff;
}

.latest_blog_img:hover img{
    transform:scale(1.1);
}

.blog_img_panel img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition:ease 0.4s all;
}

.blog_txt_panel {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

.latest_blog_img h4 {
    font-size: 20px;
    color: #444;
    font-family: 'Helvetica';
    text-transform: uppercase;
    font-weight: 700;
}
.blog_txt_panel p {
    font-size: 13px;
    color: #000;
}

.blog_img_panel {
    overflow: hidden;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    max-width: 35%;
    float: right;
    height: 280px;
    object-fit: cover;
    padding: 7px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    background: #fff;
    filter: drop-shadow(2px 3px 3px #999);
}



div#comments {
    background: #f5f5f5;
    padding: 35px 30px;
    outline-offset: -10px;
    outline: 1px solid #ccc;
    margin-top: 100px;
}
div#comments input, div#comments textarea {
width: 100%;
padding: 8px 15px;
border: 1px solid #ddd;
max-height: 150px;
}
div#comments input#wp-comment-cookies-consent {
width: auto;
}
div#comments input#submit {
    width: auto;
    font-family: 'Poppins';
    font-size: 14px;
    color: #fff;
    background-color: var(--pri-color);
    padding: 16px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}
div#comments input#submit:hover,
div#comments input#submit:active,
div#comments input#submit:focus{
background-color: var(--sec-color);
}

.service-img-page img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.service-box-page {
    background-color: #fff;
    border: 1px solid #b9b9b9;
    border-bottom-width: 3px;
    filter: drop-shadow(0px 0px 1px #ddd);
    transition: ease 0.4s all;
	    margin-bottom: 20px;
}

.service-box-page:hover{
    transform:translateY(-15px);
    filter: drop-shadow(0px 10px 4px #999);
    
}

.service-contet-page {
    padding: 20px 20px 15px 20px;
}


.service-contet-page h4 {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Helvetica';
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 12px;
    margin-bottom: 13px;
}

.service-contet-page p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Helvetica';
    font-weight: 400;
}

.service-view-btn-page a {
    font-size: 14px;
    background: var(--sec-color);
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 15px;
    transition:ease 0.4s all;
}

.service-view-btn-page a:hover{
    background:var(--pri-color);
}


ul#menu-main-menu .menu-item-has-children{
    position: relative;
}


ul#menu-main-menu ul.sub-menu {
    position: absolute;
    z-index: 9999;
    display: block;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding-top: 50px;
    transition: all 0.2s ease;
}


ul#menu-main-menu ul.sub-menu li {
    display: block;
    width: 320px;
}


ul#menu-main-menu ul.sub-menu li a {
    text-align: left;
    padding: 0;
    display: block;
    line-height: 45px;
    background: #999;
    padding-left: 15px;
    color: #fff;
    border-bottom: 1px solid #d8d8d8;
    transition: all 0.5s ease;
    font-size: 15px!important;
}


ul#menu-main-menu ul.sub-menu li:last-child a{
    border-bottom: 0;
}


ul#menu-main-menu ul.sub-menu li a:hover {
    background: #000;
    color: #fff;
}


ul#menu-main-menu .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
}

ul#menu-main-menu .menu-item-has-children:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 24px;
    color:#000;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

ul#menu-main-menu ul.sub-menu li a:before{
    display:none;
}



/* .lwr-head {
    padding: 8px 0px;
} */

.ftr-logo-area img {
    width: 100%;
    height: auto;
}



.entry-content p img {
    width: 100%;
    max-width: 35%;
    float: left;
    height: 280px;
    object-fit: cover;
    padding: 7px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    background: #fff;
    filter: drop-shadow(2px 3px 3px #999);
    margin-left: ;
    margin-right: 30px;
    margin-bottom: 20px;
}