@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*font-family: 'Libre Baskerville', serif;*/

.p0{
    padding:0px !important;
}

h1,h2,h3,h4,h5,h6,p,a,li,span,button{
    font-family: 'Raleway', sans-serif;
}

body {
    overflow-x: hidden;
}
/* body::-webkit-scrollbar {
 width: 15px;
 border-radius: 0px;
 background: #34d1c0;
 padding:0 10px;
 border: 0px solid #ddd;
}
 body::-webkit-scrollbar-track {
 border-radius: 50px;
 width: 0px;
 background: #34d1c0;
}
 body::-webkit-scrollbar-thumb {
 background: url(../images/scrool-img.png);
 background-repeat: no-repeat;
 background-position:center;
 border-radius: 10px;
 width: 20px !important;
 padding:0 0px;
 height: 150px;
}*/
a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    text-decoration: none !important;
    outline: none;
}

section {
    float: left;
    width: 100%;
}

.head_top .navbar-right a.get-started.popup-btn {
    border-radius: 5px;
    background: #fcaf00;
    box-shadow: 0px 10px 16px 0px rgb(0 0 0 / 27%);
    padding: 10px 20px;
    color: #222;
    font-weight: 600;
    font-size: 13px;
    margin-right: 0;
    margin-left: 10px;
}

.header-top {
    display: block;
    background: #00273f;
    text-align: right;
}
.header-top ul {
    padding: 0;
    margin: 0;
}
.header-top ul li {
    display: inline-block;
    padding: 10px 15px;
}
.header-top ul li a {
    font-size: 15px;
    color: #fff;
}

.navbar-right a.yellow_btn_m {
    margin: 0 15px 0 15px;
    position: relative;
    padding: 12px 19px 12px 45px !important;
}

.navbar-right a.yellow_btn_m:before {
    content: "";
    background-image: url(../images/call-btn.png);
    position: absolute;
    height: 32px;
    width: 28px;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.header-top ul li a i {
    margin: 0 3px 0 0;
    font-size: 18px;
}
.head_top {
    padding: 15px 0;
    /* box-shadow: 0px 5px 20px 0px #cacaca; */
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0px;
}
.head_top .navbar .navbar-header a.navbar-brand {
    font-weight: bold;
    color: #00273f;
    font-size: 26px;
    width: 100%;
}

.head_top .navbar-right {
    padding-top: 25px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.head_top .navbar.navbar-defult {
    margin-bottom: 0;
}
.head_top .navbar.navbar-defult  ul li a:hover, .head_top .navbar.navbar-defult  ul li a:focus, .head_top .navbar.navbar-defult  ul li.active a {
    background: transparent;
    color: #fa690c;
}
.head_top .navbar.navbar-defult  ul li a {
    color: #000000;
    opacity: 1;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 10px 12px;
    font-weight: 700;
}
.head_top .navbar.navbar-defult  ul li a.btn-org {
    /* background: #fc5216; */
    border-radius: 50px;
    padding: 12px 27px;
    color: #fff;
    background: linear-gradient(to right, #3ab0ce, #1bc9bb);
    font-size: 13px;
    font-weight: 700;
}
.head_top .dropdown-menu>li>a {
    position: relative;
    margin: 0 0 10px;
    font-weight: 500;
    border-left: 4px solid #00273f;
}
.head_top ul.dropdown-menu {
    padding: 20px 0 15px;
    border: none;
    left: 0;
    right: 0;
    width: 250px;
}

.logo {
    width: 53%;
    margin: 14px 0 0 0;
    filter: brightness(100);
}
.head_top .dropdown-menu>.active>a, .head_top .dropdown-menu>.active>a:focus, .head_top .dropdown-menu>.active>a:hover {
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    color: #fc5216 !important;
    border-left: 4px solid #fc5216;
}
.head_top .dropdown-menu>li>a:hover:before {
    color: #fc5216;
}
.head_top .open>a, .head_top .open>a:focus, .head_top .open>a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #fc5216 !important;
}





/*main-banner*/
.main-banner{
    background: url(../images/banner-img.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 795px;
    padding-top: 120px;
    text-align: center;
}
.bnr-txt h1{
    color: #fff;
    font-size: 55px;
}
.bnr-txt p{
    color: #fff;
}
.bnr-logo ul {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-top: 50px;
}

.bnr-logo ul li {
    margin: 0 20px;
}



/*bnr-form*/
.form-div-main {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #122462;
    padding: 20px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-color: #fdad04;
    width: 70%;
    margin: auto;
}

.form-div {
    padding: 0 10px;
}

.form-div.bnr-form-btn {
}

input.btn.form-btn {
    background: #05ff63;
    padding: 6px 30px;
    font-weight: 600;
    font-size: 16px;
}

.form-div-main:after {
    left: 0;
    z-index: -1;
}
.bnr-form-col {padding-top: 25px;}
/*bnr-form*/









/*main-banner*/





/*what-get*/
.what-get-sec {
    padding: 50px 0;
}

.what-txt {
    display: flex;
    align-items: flex-start;
}

.what-txt img {
    margin-right: 10px;
}

.what-txt {
    margin-top: 30px;
}

.hd-txt {
    text-align: center;
    padding-bottom: 20px;
}

.hd-txt h2 {
    font-size: 38px;
    color: #2e3d62;
}

.hd-txt p {
    color: #343434;
    font-size: 16px;
}


.dis-txt {
    text-align: left;
}

.dis-txt ul {
    list-style: none;
    padding: 0;
    padding-top: 25px;
}

.dis-txt ul li {
    line-height: 28px;
}

.discover-sec {
    background: url(../images/customer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
}
.dis-txt h2 {
    color: #fff;
}

.dis-txt p {
    color: #fff;
    line-height: 26px;
}

.dis-txt li {
    color: #fff;
}

.dis-txt li img {
    margin-right: 10px;
}


.discover-sec:after {
    content: '';
    background: url(../images/customr-side-img.png);
    background-size: 95%;
    background-position: right;
    background-repeat: no-repeat;
    width: 686px;
    height: 562px;
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 0;
    margin: auto;
}

/*what-get*/


/*dtl-rev*/
.detail-rev {
    padding: 20px 0;
    background-color: rgb(233, 233, 233);
    box-shadow: 6.428px 7.66px 40px 0px rgba(139, 139, 139, 0.25);
    position: relative;
    }

.detail-rev ul {
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
}

.detail-rev ul li {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-rev ul li img {
    margin-right: 15px;
}

.detail-rev ul li h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    color: #2e3d62;
    font-weight: 600;
}
/*dtl-rev*/

/*seo-sec*/
.seo-box {
    padding: 20px 20px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18.48px 2.52px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.seo-sec {
    padding: 50px 0;
    background-color: #fcfcfc;
    background-image: url(../images/seo-sec-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.seo-box h3 {
    font-size: 22px;
    padding: 10px 0;
    margin: 0;
}

.seo-box p {margin: 0;}


/*seo-sec*/

/*cta-sec*/
.cta-sec {
    background: url(../images/cta-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    position: relative;
}

.cta-txt.hd-txt {
    text-align: left;
    padding-bottom: 0;
}

.cta-txt.hd-txt h2 {
    color: #fff;
    font-size: 36px;
}

.cta-img img {
    width: auto;
    position: absolute;
    margin-top: -95px;
    text-align: right;
    right: 0;
    display: table;
    height: auto;
    width: 295px;
    top: 22px;
}
.cta-img {
    position: relative;
    text-align: right;
}
.cta-txt.hd-txt p {
    color: #fff;
    width: 80%;
    margin: 0;
}

/*cta-sec*/


/*btn-st*/

.bnr-btn .get-started {
    border-radius: 5px;
    background: #fcaf00;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.27);
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}


.live-chat {
    border-radius: 3px;
    padding: 10px 15px;
    color: #fff;
    display: flex;
    align-items: center;
}

.bnr-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.get-started {
    margin-right: 0;
}
.live-chat p:hover {
    color: #fff;
}
.live-chat p {
    display: inline-grid;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 16px;
}


.live-chat:hover {
    color: #fff;
}

.live-chat span {
    color: #fff;
}

.live-chat p {
    color: #ffb100;
    font-weight: 600;
}

/*btn-st*/



/*price-sec*/
.price-sec {
    padding: 50px 0;
    background: url(../images/price-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* width */
.price-ul::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.price-ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */

.pr-bx-1 .price-ul::-webkit-scrollbar-thumb {
  background: #f8b149; 
  border-radius: 10px;
}
.pr-bx-1:hover .price-ul::-webkit-scrollbar-thumb{
    background: #ff8256;
}
.pr-bx-2 .price-ul::-webkit-scrollbar-thumb {
  background: #ff8256; 
  border-radius: 10px;
}
.pr-bx-2:hover .price-ul::-webkit-scrollbar-thumb{
    background: #36ff82;
}
.pr-bx-3 .price-ul::-webkit-scrollbar-thumb {
  background: #36ff82; 
  border-radius: 10px;
}
.pr-bx-3:hover .price-ul::-webkit-scrollbar-thumb{
    background: #f8b149;
}

/* Handle on hover */
.price-ul::-webkit-scrollbar-thumb:hover {
  background: #222; 
}


.pr-bx-1:hover .pirce-hd-txt {
    background: #ff8256;
}

.pr-bx-1:hover .price-ul li::marker {
    color: #ff8256;
}

.pr-bx-1:hover .price-btn-st {
    background: #ff8256;
}

.pr-bx-2:hover .pirce-hd-txt {
    background: #36ff82;
}

.pr-bx-2:hover .price-ul li::marker {
    color: #36ff82;
}

.pr-bx-2:hover .price-btn-st {
    background: #36ff82;
    color: #222;
}

.pr-bx-3:hover .pirce-hd-txt {
    background: #f8b149;
}

.pr-bx-3:hover .price-ul li::marker {
    color: #f8b149;
}

.pr-bx-3:hover .price-btn-st {
    background: #f8b149;
}
.price-sec .hd-txt h2 {
    color: #fff;
}

.price-sec .hd-txt p {
    color: #fff;
}

.price-box {
    background-image: url(../images/price-box-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    background-color: rgb(233, 233, 233);
    box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.18);
}

.pirce-hd-txt {
    text-align: center;
    padding: 10px 0;
    border-radius: 5px 5px 0 0px;
}

.pirce-hd-txt h4 {
    margin: 0;
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.price-amount {
    text-align: center;
}

.price-amount h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0 0;
    color: #242424;
    text-transform: uppercase;
}

.price-amount h2 {
    margin: 0;
    font-size: 46px;
    font-weight: 700;
    padding: 10px 0 0;
}

.price-amount p {
    margin: 0;
    font-size: 16px;
    padding: 10px 0;
}

.price-ul {
    padding: 0;
    padding-left: 20px;
    height: 215px;
    overflow-x: hidden;
    overflow: auto;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.price-ul li::marker {
    color: #fcaf00;
    font-size: 18px;
}

.price-btn {
    text-align: center;
    padding: 30px 0;
}

.price-btn-st {
    padding: 10px 20px;
    background: #2d1aa7;
    color: #fff;
    border-radius: 5px;
}

.price-ul li {
    border-bottom: 1px solid #f6f6f6;
    line-height: 30px;
}

.pr-bx-1 .pirce-hd-txt{ background: #f8b149;}
.pr-bx-2 .pirce-hd-txt{background: #ff8256}
.pr-bx-3 .pirce-hd-txt{background: #36ff82;}
/*price-sec*/




/*faq*/
.faq-sid-sec ul {
    padding: 0;
    list-style: none;
    position: relative;
}

.faq-sid-sec ul li {
    display: flex;
    align-items: flex-start;
}

.faq-sid-sec ul .app-txt {
    padding-left: 15px;
}

.faq-sid-sec ul .app-txt h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 15px 0 0;
}

.faq-sid-sec ul:before {z-index: 0;content: '';position: absolute;left: 42px;top: 35px;bottom: 0;background: #bbbbbb;height: 70%;width: 2px;}

.app-txt p {
    margin-bottom: 0;
    padding-top: 7px;
}

.faq-sec {
    padding: 50px 0;
    background: #f6f6f6;
}

.faq-sec .hd-txt {
    text-align: left;
}

.faq-sec .hd-txt h2 {
    font-size: 32px;
    font-weight: 600;
}

.faq-sid-sec ul li img {
    position: relative;
}



.panel-heading {
  padding: 0;
    border:0;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform:uppercase;
    letter-spacing: 0px;
    word-spacing:3px;
    text-decoration:none;
    background: #ffffff;
    border: 0 !important;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: left;
   transition: all 0.5s;
   -webkit-transform: rotate(
180deg
);
   -moz-transform: rotate(180deg);
   transform: rotate(
180deg
);
   background: transparent;
   padding: 7px;
   font-size: 12px;
   margin-top: -5px;
   margin-right: 10px;
}
.panel-heading .collapsed:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(180deg);
    transform: rotate(0deg);
} 


.panel-title {border: 0;}

.panel.panel-default {
    background: white;
    border: 0;
}
.panel-body {
    border: 0 !important;
}
/*faq*/



/*testi-sec*/
.testi-monial-sec {
    background: url(../images/testi-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.testi-monial-sec .hd-txt {
    text-align: left;
    padding-bottom: 25px;
    padding-left: 15px;
}

.testi-box {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.21);
    padding: 25px 20px;
    margin: 0 15px;
}

.testi-txt {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.testi-txt img {
    margin-right: 15px;
}

.testi-slideer .slick-list.draggable {
    padding: 20px 0;
}

.testi-slideer .slick-prev {
    background: #222;
    top: inherit;
    bottom: -40px;
    left: 30%;
    width: 25px;
    height: 25px;
    border-radius: 60%;
    color: #fff;
}

.testi-slideer .slick-prev:before {
     font-size: 15px;
    color: #fff;
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;


}


.testi-slideer .slick-prev:hover {
    background: #222;
}

.testi-slideer .slick-prev:hover::before {
    opacity: 1;
}

.testi-slideer .slick-next {
    background: #222;
    top: inherit;
    bottom: -40px;
    right: 64%;
    width: 25px;
    height: 25px;
    border-radius: 60%;
    color: #fff;
}

.testi-slideer .slick-next:before {
    font-size: 15px;
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
}

.testi-slideer .slick-next:hover {
    background: #222;
}
/*testi-sec*/



/*prtnr-logo*/
.prtnr-logo {
    padding: 50px 0;
}
.prtnr-logo-img img {
    margin-right: 10px;
}

.prtnr-logo-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*prtnr-logo*/


/*cta-sec-2*/
.cta-2 .cta-img img {
    width: 100%;
    bottom: 0;
    top: 28px;
}
/*cta-sec-2*/



/*footer*/
.contct-sec-hme {
    padding: 50px 0 0;
    background: url(../images/contact-sec-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}
.cntct-div .hd-txt {
    text-align: center;
}
.cntct-div input, .cntct-div textarea {
    padding: 20px 20px;
    margin-top: 20px;
    border: 0;
}
.cntct-div .hd-txt h2 {
    color: #fff;
}

.cntct-div .hd-txt p {
    color: #fff;
}

.cntct-div .ftr-btn-st#quoteSubmit {
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    display: table;
    padding: 10px 100px;
    margin-top: 22px;
    border-radius: 5px;
    color: #fff;
    background: #fcaf00;
}
.ftr-lst-cpy {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.privacy-terms a:nth-child(1) {
    margin-right: 15px;
}
.ftr-lst-cpy p {
    color: #656464;
}

.ftr-lst-cpy a {
    color: #656464;
}
/*footer*/






.what-txt p {
    min-height: 70px;
}


div#myNavbar11 {width: 60%;float: right;}

.navbar-header {
    width: 40%;
}

div#myNavbar11 {width: 60%;float: right;}

.navbar-header {
    width: 40%;
}

li.hd-phone-mil a {
    padding: 0 ;
    color: #fff !important;
    text-transform: lowercase !important;
}

li.hd-phone-mil a i {
    color: #05ff63;
    padding-right: 8px;
}

li.hd-phone-mil {
    padding-right: 10px;
}


.price-amount strike {
    font-size: 18px;
    color: #828282;
    padding-left: 5px;
}

a.hd_phne_cta {
    border-radius: 5px;
    background: #fcaf00;
    box-shadow: 0px 10px 16px 0px rgb(0 0 0 / 27%);
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

a.hd-phne {
    padding-bottom: 0 !important;
}
.testi-box p {height: 179px;overflow-x: hidden;overflow-y: auto;}
.testi-box p::-webkit-scrollbar {
width: 5px;
}
.testi-box p::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}

.testi-box p::-webkit-scrollbar-thumb {
background: #f6b048;
border-radius: 10px;
}
.testi-box p::-webkit-scrollbar-thumb:hover {
background: #b30000;
}