
@font-face {
  font-family: 'Bebas-Neue-Book';
    src:  url('../fonts/Bebas-Neue-Book.ttf.woff') format('woff'),
    url('../fonts/Bebas-Neue-Book.ttf.svg#Bebas-Neue-Book') format('svg'),
    url('../fonts/Bebas-Neue-Book.ttf.eot'),
    url('../fonts/Bebas-Neue-Book.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins: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');
.p0{
    padding:0px ;
}

h1,h2,h3,h4,a,li,span,button{

font-family: 'Poppins', sans-serif;
    margin: 0;
}

h5{
        font-family: 'Bebas-Neue-Book';
}
h6{
    font-family: 'Bebas Neue', cursive;
}

body {
    overflow-x: hidden;
}

a:hover, a:focus, button:hover, button:focus, .form-btn-st:focus {
    text-decoration: none !important;
    outline: none;
}

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



.header-top {
    display: block;
    background: #00273f;
    text-align: right;
}
li.bnr-btn.hdr-btn {
    /* margin: 0; */
    /* margin-left: 14px; */
}

ul.nav.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
}

.bnr-btn.hdr-btn a {
    /* color: #fff !important; */
}
.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 {padding: 0;height: auto;}

.head_top .navbar-right {
    padding-top: 10px;
    position: relative;
}

.head_top .navbar.navbar-defult {
    margin-bottom: 0;
    margin-top: 20px;
}
.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: 250px;
    margin: 0;
}
.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;
}



.top_info i {
    float: left;
    margin: 0 10px 0 0;
}
.top_info {
    float: left;
    margin-right: -5px;
}
.link_txt {
    color: #ffcc00;
    float: left;
}
.link_txt small {
    font-weight: 500;
    font-size: 12px;
    color: #000;
}
.link_txt p {
    color: #000;
}
a.top_info.top-info-lst {
    margin-right: 0;
}
li.bnr-btn.hdr-btn .get-started {
    /* background: #d04444; */
}

li.bnr-btn.hdr-btn .get-started:hover {
    /* background: #222222 !important; */
    color: #fff;
    border-color: #222;
}


/*banner*/
.main-banner {
    background: url(../images/banner-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 160px 0 50px;
}
.form-div input, .form-div textarea {
    width: 100%;
    background: #f7c300;
    border: 1px solid #f7c300;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff;
}

.form-div textarea::placeholder, .form-div input::placeholder {
    color: #fff;
}

.form-st {
    padding: 35px 20px;
    background: url(../images/form-bg-bnr.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 365px;
    height: 463px;
    position: relative;
}

.banner-txt h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 53px;
    margin-bottom: 40px;
    color: #000;
}

.get-started {
    background: #74c1dc;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
    border: 1px solid transparent;
}

.live-chat {
    background: #f7c300;
    padding: 15px 25px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
    margin-left: 15px;
    border: 1px solid transparent;
}

.banner-btn {
    display: flex;
    align-items: center;
}

.banner-logo {
    margin-top: 35px;
}

.form-div-btn .btn_green {
    width: 100%;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    background: #74c1dc;
    border: 1px solid #74c1dc;
}

.bnr-form-txt h4 {
    font-size: 22px;
    font-weight: bold;
}

.bnr-form-txt h4 span {
    font-size: 18px;
    font-weight: 500;
    display: block;
}

.form-bnr-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 20px;
}

.num-em {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.num-em a {
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.num-em aside {
    margin: 0px 5px;
    font-size: 13px;
}

.form-tag-price h5 {
    font-size: 18px;
    margin: 15px 0 0;
    position: relative;
    color: #fff;
    font-weight: 300;
}

.form-tag-price h6 {
    font-size: 29px;
    margin: 0;
    position: relative;
    top: 10px;
}

.form-tag-price {
    background: url(../images/form-tag-price.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 148px;
    height: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: -30px;
    top: -50px;
}
section.main-banner .row {
    display: flex;
    align-items: center;
}
.banner-txt {
    position: relative;
}

.txt-underline {
    position: relative;
    bottom: 0;
    margin-top: -60px;
}
/*banner*/


/*about-sec*/
.about-sec {
    background: #f7f7f7;
    padding: 50px 0;
}

.about-img img {
    width: 85%;
    margin: 0 auto;
    display: table;
}

.hd-txt h2 {
    font-size: 38px;
}

.hd-txt h2 span {
    color: #f7c300;
}

.about-txt span {
}

.hd-txt p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}

.about-btn {
    display: flex;
    align-items: center;
    margin-top: 31px;
}
.about-txt img {
    margin-top: 6px;
}

section.about-sec .col-sm-12 {
    display: flex;
    align-items: center;
}
/*about-sec*/


/*service-sec*/
.service-sec {
    padding: 50px 0;
    background: url(../images/service-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.service-sec .hd-txt {
    text-align: center;
    margin-bottom: 50px;
}

.serv-box h4:before {
    content: '';
    background: url(../images/serv-hd-img.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 246px;
    height: 42px;
    position:absolute;
    left: -25px;
    bottom: 0;
    z-index: -1;
    top: 0;
    margin: auto;
}
.serv-box h4 {
    position:relative;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
    color: #fff;
}

.serv-box {
    margin-bottom: 35px;
}


.serv-box p {
    font-size: 16px;
    color: #a2a2a2;
    min-height: 80px;
}
.serv-bx-1 h4:before {
    width: 225px;
    background-size: 220px;
    top: 3px;
}

.serv-bx-2 h4:before {
    background-size: 245px;
    left: -28px;
    top: 3px;
}

.serv-bx-4 h4:before {
    background-size: 225px;
    width: 235px;
    left: -28px;
}

.serv-bx-6 h4:before {
    background-size: 208px;
    left: -43px;
}
.serv-undr-line {margin-top: 10px;margin-left: 120px;}
/*service-sec*/


/*cta-txt*/
.cta-sec {
    background: url(../images/cta-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cta-sec .row {
    display: flex;
    align-items: center;
}
.cta-btn .get-started {
    background: transparent;
    border: 1px solid #fff;
}

.cta-btn {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.cta-img img {
    width: 90%;
    margin: 0 auto;
    display: table;
    margin-top: -50px;
}
/*cta-txt*/


/*sample-sec*/
.sample-box img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.sample-box {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.sample-sec .hd-txt {
    text-align: center;
    margin-bottom: 50px;
}

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

.sample-underline {
    margin-top: 5px;
    margin-left: 110px;
    text-align: right;
}
.sample-box a:before {
    content: '';
    border: 2px solid #f7c300;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition-duration: 1s;
}
.sample-box a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sample-box h4 {
    font-size: 20px;
    margin: 30px 0;
    text-align: center;
}
.sample-box a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.8s;
}

.sample-box h4 {
    font-size: 20px;
    margin: 30px 0;
    text-align: center;
}

.sample-box:hover a:before {
    left: 0;
    top: 0;
    transition-duration: 0.8s;
}
/*sample-sec*/


/*rating-sec*/
.rating-sec {
    background: #f7f7f7;
    padding: 50px 0;
}

.rating-sec .hd-txt {
    text-align: center;
    padding-bottom: 50px;
    display: table;
    margin: 0 auto;
}

.rating-line {
    text-align: left;
    display: table;
    margin-top: 5px;
}

.rating-list-img ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-bx img {
    mix-blend-mode: multiply !important;
}

.rating-bx {
    background: url(../images/rating-box.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 104px;
    width: 204px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 1s;
}
.rating-list-img ul li {
    width: 20%;
}

/*rating-sec*/

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}




.process-sec {
    padding: 100px 0 50px;
    background: url(../images/process-bg.png);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
}

.process-sec .hd-txt {
    text-align: center;
    display: table;
    margin: 0 auto;
    padding-bottom: 50px;
}


.img-txt-num {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.proces-img-txt h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-top: 10px;
}

.process-box p {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-top: 18px;
    margin-bottom: 0;
    min-height: 95px;
}

.process-box {
    /* background: #f7f7f7; */
    /* padding: 20px 20px; */
    position: relative;
    z-index: 1;
}

.process-box:before {content: '';border: 1px solid #f7c300;position: absolute;top: 18px;left: 15px;right: 0;bottom: 0;z-index: -1;width: 100%;height: 100%;}

.process-sec .col-sm-3 {
    position: relative;
    z-index: 1;
}
.process-inner-box {
    background: #f7f7f7;
    padding: 20px 20px;
    position: relative;
    z-index: 1;
}

img.process-line {
    margin-left: 110px;
}


.process-box:hover .process-inner-box {
    background: #74c1dc;
}

.process-box:hover .process-inner-box img {
    filter: brightness(100);
}

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

.process-box:hover p {
    color: #fff;
}

.process-box:hover::before {
    top: 0;
    left: 0;
    transition-duration: 1s;
}



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


.why-choose-sec .form-st {
    background: #fff;
    border-radius: 8px;
    padding: 35px 40px;
    margin-top: 18px;
    width: 100%;
    height: 475px;
}
.why-txt {
    padding-bottom: 28px;
}

.why-box h3 {
    font-size: 25px;
    color: #000;
    font-weight: 400;
    padding-bottom: 18px;
}

.why-box p {
    font-size: 15px;
    color: #fff;
}

.why-r-txt h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
}

.why-r-txt h2 span {
    font-weight: bold;
    color: #000;
}

.why-r-txt h4 {
    font-size: 18px;
    padding: 12px 0;
    position:relative;
    z-index: 1;
}
.why-r-txt h4:before {
    content: '';
    background: url(../images/serv-hd-img.png);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    width: 320px;
    height: 48px;
    position: absolute;
    left: -25px;
    bottom: 0;
    z-index: -1;
    top: 0;
    margin: auto;
}

.why-form-txt {
    text-align: center;
}

.why-form-txt h4 {
    font-size: 20px;
}

.why-form-txt h2 {
    font-size: 30px;
    font-weight: bold;
    padding: 5px 0;
    color: #74c1dc;
}

.why-form-txt p {
    font-size: 16px;
    font-weight: 400;
}
.why-line {
    filter: brightness(100);
    margin-top: 5px;
}
/*why-sec*/


/*vid-testi*/
.video-testi-sec {
    padding: 50px 0;
    background: url(../images/video-testi-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.video-testi-sec .hd-txt p {
    width: 80%;
}

.video-testi-bx img {
    width: 100%;
    padding-right: 15px;
}

.vid-testi-side img {
    width: 105%;
    margin-left: 25px;
}

.video-testi-sec .row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.video-testi-sec .hd-txt p {
    margin-bottom: 25px;
}
/*vid-testi*/



/*testi-monial-sec*/
.testimonial-ssec {
    padding: 50px 0;
}

.testimonial-ssec h2 {
    text-align: center;
}

.testimonial-ssec .hd-txt {
    margin-bottom: 50px;
}

.testi-name-img {display: flex;align-items: center;justify-content: space-between;margin-bottom: 12px;}

.testi-box {
    background: #f3f2f2;
    padding: 20px 35px;
    margin: 0 15px;
}

.testi-name h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding-bottom: 5px;
}

.testimonial-ssec .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testimonial-ssec .slick-dots li.slick-active button {
    transform: scale(1.1);
    transition-duration: 1s;
}

.testimonial-ssec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;

}

.testimonial-ssec .slick-dots li button {
    background: url(../images/slick-dots.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    transform: scale(0.8);
    transition-duration: 1s;
}
/*testi-monial-sec*/


/*footer-sec*/
.footer-sec {
    text-align: center;
    background: #f3f2f2;
    padding: 10px 0;
}

.footer-sec ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 10px;
}

.footer-sec ul li a {
    margin: 0  10px;
    color: #000;
}

.footer-div h4 {
    font-size: 18px;
    font-weight: 500;
}
/*footer-sec*/


.banner-txt p {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.hd-txt.about-txt ul li {
    font-size: 15px;
    line-height: 26px;
}

.live-chat:hover {
    background: #74c1dc !important;
    color: #000 !important;
}

.get-started:hover {
    background: #f7c300 !important;
    color: #000 !important;
}

.cta-btn .live-chat:hover {
    background: transparent;
    border-color: #fff;
}

.testi-box p {
    font-size: 15px;
    min-height: 195px;
}