@import url(fonts.googleapis.com/css2?family=Lora&display=swap);

h1,h2,h3,h4 {
    font-family: 'Lora', serif !important;
    font-size: 38px;
    font-weight:thin;
}


h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px !important;
}

h1, h2 {
    letter-spacing: 1px !important;
    font-weight: 500 !important;
}


body {
    letter-spacing: 0.5px;
    background: #f5efef;
}
:focus {
    outline: none !important;
}

@media(max-width:991px){
h1 { font-size: 24px !important; }
h2 { font-size: 24px !important; }
h3 { font-size: 20px !important; }
h4 { font-size: 18px !important; }
h5 { font-size: 14px !important; }
h6 { font-size: 13px !important; }
body { font-size: 14px !important; }
}

@media(max-width:991px){
h2.sppb-addon-title {
    font-size: 24px !important;
  }}
.fa {
    font-family: 'FontAwesome' !important;
}
i.fa.fa-facebook.facebook-fixed {
    font-family: "Font Awesome 5 Brands" !important;
}

.sppb-addon-title {
    text-transform: inherit !important;
}


/*top bar*/
section#sp-top-bar {
    background: #152773;
    padding: 5px 15px;
    font-family: 'Bahnschrift' !important;
}
section#sp-top-bar a {
    font-family: 'Bahnschrift' !important;
    font-size: 16px;
}
@media(max-width:991px){
section#sp-top-bar {
    padding: 5px 0px;
}
section#sp-top-bar a {
    font-family: 'Bahnschrift' !important;
    font-size: 14px;
}
}
div#sp-top2 a.btn-login {
    color: #fff !important;
}
@media(max-width:991px){
div#sp-top2 a.btn-login {
     font-size: 12px;
}}
@media(min-width:992px){
section#sp-top-bar {
    padding: 5px 58px;
}
}
div#sp-top2 {
    text-align: right;
}
@media(Max-width:991px){
#sp-top-bar .sp-module {
    margin: 0px !important;
}
div#sp-top2 {
    padding-left: 0px !important;
}}
#sp-top-bar .sp-module {
    display: block;
    float: right;
}

/*menu*/

header#sp-header {
    transition: 0.5s;
}
header#sp-header .logo img {
    transition: 0.5s;
    max-height: 80px;
    width: auto !important;
}
@media(min-width:992px){
header#sp-header .logo img {
    max-height: 80px;
    margin-top: 5px;
margin: auto;}
header#sp-header.menu-fixed .logo img {
    max-height: unset;
    margin-top: unset;
}}
.sp-megamenu-parent >li {
    padding-right: 10px !important;
    display: inline-block;
    position: relative;
    padding: 0;
}
header#sp-header.menu-fixed .logo {
    transition: 0.5s;
}
header#sp-header.menu-fixed {
    height: 60px !important;
    background: #ffffffe6 !important;
}
header#sp-header.menu-fixed .logo {
    height: 60px;
  transition:0.3s;
}
header#sp-header.menu-fixed .logo img {
    height: 60px;
}
@media(max-width:991px){
header#sp-header.menu-fixed .logo img {
    height: 45px;
}}

header#sp-header.menu-fixed .sp-megamenu-parent >li >a,
header#sp-header.menu-fixed .sp-megamenu-parent >li >span {
    line-height: 60px;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    color: #1f6015;
    font-weight: 600;
    padding: 0px 10px;
    font-size: 13px;
    transition: 0.5s;
    text-transform: capitalize;
    letter-spacing: 1px;
}
div#sp-menu {
  padding: 0px 0px;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    font-weight: 700 !important;
}

.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    /* font-weight: 800 !important; */
    color: #3855377d !important;
}

@media(max-width:1150px){
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    color: #000;
    font-weight: 500;
    padding: 0px 6px;
    font-size: 12px;
    transition: 0.5s;
}
}
header#sp-header {
    background: #ffffffc2 !important;
    border-bottom: 1PX Solid #c0b289;
}
@media(max-width:991px){
header#sp-header .logo img {
    transition: 0.5s;
    max-height: 60px;
    width: auto !important;
}}
@media(max-width:768px){
header#sp-header {
    padding: 0px 15px;
    height: 60px !IMPORTANT;
}
  #sp-header .logo {
    height: 60px;
}}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0px !important;
}

div#sp-logo {
  padding: 0px 0px;text-align: left !important;/*background: #fff;*/}


.logo {text-align: center !important;margin: auto !IMPORTANT;}


/*off-canvas*/
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li:focus > a {
    background: rgb(249 249 249) !important;
    color: #67370d!important;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
    padding: 80px 30px;
}
.offcanvas-menu {
    background: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    text-transform: capitalize;
    border-bottom: 1px solid #d2a03b;
    color: #6c3d0c;
    font-weight: 600;
}
.close-offcanvas {
    border: 1px solid #ba87408c;
    color: #9d5c3a;
}


.close-offcanvas:hover {
    color: #b35b1ab3;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li:focus > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
    color: #9b6313;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
    background: rgb(244 222 216 / 15%) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
    padding-left: 30px;
    font-size: 13px;
    color: #784611;
}
#offcanvas-toggler >i {
    color: #956415 !important;
}
.offcanvas-menu i.open-icon.fa.fa-angle-down {
    color: #000;
}
.offcanvas-menu i.open-icon.fa.fa-angle-up {
    color: #000;
}

/***dropdown***/
#sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, #sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    font-size: 11px;
    background: #efefef78;
    font-weight: 500;
    text-transform: capitalize;
    color: #626a12;
    border-bottom: 1px solid #a95303;
    font-family: lora;
}
#sp-header .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    width: 95% !important;
    background: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:not(.sp-group-title):hover {
    color: #b6ab9d !important;
    background: #e3e3e35e;
}


/*page title*/
.pgtitle-001 {
    border-radius: 0px 0px 300px 300px;
}



.sp-page-title {
    background: #fcf2ec8f;
}
.sp-page-title i.fa.fa-home {
    color: #fff;
}
.sp-page-title .breadcrumb >span, .sp-page-title .breadcrumb >li, .sp-page-title .breadcrumb >li+li:before, .sp-page-title .breadcrumb >li>a {
    color: #fff;
}
.sp-page-title .breadcrumb >.active {
    color: #fff;
}
.sp-page-title:before {
    position: absolute;
    content: '';
    background: url(/images/0_telecomp/pattern/03.png);
    width: 100%;
    height: 77px;
    background-size: cover;
    left: 0px;
    right:0px;
    margin:auto;
    bottom: -1px;
    transition: 0.3s;
}
@media screen and (min-width: 1700px) and (max-width:1800px){
.sp-page-title:before {
    position: absolute;
    content: '';
    background: url(/images/0_telecomp/pattern/03.png);
    width: 100%;
    height: 95px;
}}

@media(max-width:991px){
.sp-page-title:before {
    position: absolute;
    content: '';
    background: url(/images/0_telecomp/pattern/03.png);
    width: 100%;
    height: 20px;
    background-size: cover;
    left: 0px;
    right:0px;
    margin:auto;
    bottom: 0px;
}}

.sppb-carousel-extended-item img {
    width: 100%!important;
    object-fit: contain!important;
    height: 100%;
}


/*min-widht*/
.min-width-001 .sppb-addon-title {
    width: 70%;
    margin-right: auto;
}
@media(max-width:991px){
.min-width-001 .sppb-addon-title {
    line-height: 1.4;
    width: 90%;
    margin-right: auto;
}}

@media(min-width:991px){
.min-height-001 .sppb-addon-content {
    min-height: 100px;
}}


.min-width-002 p {
    margin: auto;
    width: 65%;
}
@media(max-width:991px){
.min-width-002 p {
    margin: auto;
    width: 85%;
}}


.min-width-003 .sppb-addon-title {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
@media(max-width:991px){
.min-width-003 .sppb-addon-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}}


/*scroll-up*/
a.scrollup {
    bottom: 25px;
    right: 109px !important;
    border: 1px solid #ececec;
}
.scrollup:before {
    color: #a1aa48;
}

/*offcanvas*/
#offcanvas-toggler {
    line-height: 60px;
}


/*feature-box*/
.owl-carousel .owl-controls .owl-dots .owl-dot.active span, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
    border-color: unset !important;
}
.major-bgcolor, .spectrum-title-border .sppb-addon-title:after, .btn.btn-link:hover:after, .sppb-btn.btn-link:hover:after, .btn.sppb-btn-link:hover:after, .sppb-btn.sppb-btn-link:hover:after, .btn.btn-link:focus:after, .sppb-btn.btn-link:focus:after, .btn.sppb-btn-link:focus:after, .sppb-btn.sppb-btn-link:focus:after, .sp-page-title h2:after, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover, .sppb-progress .sppb-progress-bar-primary, .sppb-addon-ajax-contact form .sppb-btn-wrap button, .helix-social-share .helix-social-share-icon ul li div a:hover, .helix-social-share .helix-social-share-icon ul li div a:focus, #sp-right .sp-module .tagspopular ul li a:hover, #sp-right .sp-module .tagspopular ul li a:focus, .customNavigation > a:hover, .customNavigation > a:focus, .owl-carousel .owl-controls .owl-dots .owl-dot.active span, .spectrum-contact-info .sppb-icon .sppb-icon-inner, .error-page .btn, .sp-simpleportfolio .sp-simpleportfolio-filter ul li a:after, .search .page-title:after, #sp-bottom .sppb-addon-gallery ul > li a:hover {
    background: unset !important;
    color: unset !important;
}


.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
    padding: 0px;
    border: none;
}



.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
    color: unset !important;
    border: unset;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
    padding: unset !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-text, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-title.sppb-feature-box-title, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-icon span i {
    color: unset !important;
}
div#sp-bottom4 .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon span i {
  height: 2px !important;
  color: #6d7430 !important;
  font-size: 14px !important;
}

div#sp-bottom4 h3.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
    margin: 0px !important;
}

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature .sppb-icon .sppb-icon-container{
    margin-bottom: 0px !important;
}

h3.sppb-addon-title.sppb-feature-box-title.sppb-media-heading {
    margin-top: 0px;
}


.sppb-icons-group-list li a:hover {
    color: #b9c0736b !important;
}

/*bottomm*/
#sp-bottom .sp-module .sp-module-title{
  margin-bottom: 15px;
  margin-top: 0px;
}

#sp-bottom {
    border-top: 2px solid #bfb39c;
}
@media(max-width: 991px){
#sp-bottom .sp-module .sp-module-title{
  margin-bottom: 15px;
  margin-top: 30px;
  }}

#sp-bottom .sp-module .sp-module-title {
  font-size: 16px;
  color: #525252!important;
}
#sp-bottom a {
 color: #072906 !important;
}
section#sp-bottom {
    background: #f5efef;
    padding: 50px 0px 50px !important;
}
@media(max-width: 991px){
section#sp-bottom {
    background: #efefef;
    padding: 50px 0px 20px !important;
}}

#sp-bottom ul >li a:hover {
    color: #949b55 !important;
    padding-left: 5px;
}

#sp-bottom ul >li a:hover {
    color: #949b55 !important;
    padding-left: 5px;
}
#sp-bottom2 ul.nav.menu li {
    margin-bottom: 0px !important;
}

div#sp-bottom4 .sppb-addon-text {
    font-size: 14px !important;
}


#sp-footer {
    font-weight: 600;
    background-color: #efefef;
    color: #120505;
    padding: 10px 0px;
}

#sp-footer1 {
  position: relative;
}
#sp-footer1 :before{
  content: "";
  position: absolute;
  background: #474747b8;
  width: 90%;
  height: 1px;
  top: -10px;
  right: 0px;
  margin: auto;
  left: 0px;
  transition:0.6s;
}

#sp-footer {
    font-size: 13px;
    color: #cecece !important;
    background: #32360f !important;
    font-weight: 400;
}
@media(max-width: 991px){
#sp-footer {
    padding: 20px 0px 90px;
}}

#sp-footer a {
  font-weight: 400;
  color: #cecece !important;
}
.sppb-carousel-extended-item img {
    width: 100%!important;
    object-fit: contain!important;
    height: 100%;
}

/*accordian*/
.sppb-panel-group>.sppb-panel:first-child {
    border-top-width: 3px;
}

.accordian-style-001 .sppb-panel-modern>.sppb-panel-heading {
    background: #fff;
    font-weight: 400 !important;
    font-family: lora;
    color: #8f7026;
}
.accordian-style-001 .sppb-panel-modern {
    border-top: 3px solid #949b55;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    box-shadow: 1px 3px 8px #b5b5b5c7;
    border-bottom: none;
}
.accordian-style-001 i.fa.fa-plus-circle {
    color: #326a3f;
}