@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?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&amp;display=swap');

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

.p0{
    padding:0px !important;
}
h1,h2{
    font-family: 'Cormorant Garamond', serif;
}
h3,h4,h5,h6,p,a,li,span,button{
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

/*font-family: 'Roboto', 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;
}*/

.p0{
    padding: 0;
}
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;
}
.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.html);
    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;
}

.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: #ffffff;
    opacity: 1;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding: 10px 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.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: 55%;
    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;
}



/*banner*/

.main-banner {
    padding: 150px 0 50px;
    background: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bnr-lft-side h1 {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    margin: 0;
}

.bnr-lft-side h4 {
    font-size: 30px;
    font-weight: 300;
    color: #03cf9d;
    line-height: 38px;
    margin: 0;
    padding: 10px 0;
}

.bnr-lft-side p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 28px;
}
.bnr-ul-st {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 60px;
    text-align: center;
    justify-content: center;
    margin-bottom: 0px;
}

.bnr-ul-st li {
    width: 17%;
}
.bnr-side-img img {
    width: 115%;
}
.bnr-countr h2 {
    font-size: 42px;
    color: #fedba4;
    margin: 0;
}

.bnr-countr p {
    margin: 0;
    color: #fff;
    font-size: 11px;
}

.bnr-countr i {
    color: #08c28b;
    position: relative;
    font-size: 20px;
    left: -12px;
    top: 3px;
}

.bnr-countr {
    padding: 0px 9px 0 0;
}

.get-started {padding: 10px 15px;background: #fff;border-radius: 5px;color: #222;font-size: 15px;font-weight: 600;margin-right: 10px;transition: all .3s ease-in-out;}

.live-chat {
    padding: 10px 15px;
    background: #00ccff;
    border-radius: 5px;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

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

.get-started:hover {
    background: #00ccff;
    color: #222;
}

.bnr-btn {
    padding: 30px 0;
}


/*banner*/


/*client-logo*/
.client-logo {
    padding: 20px 0;
    background: #484f4b;
}
.client-logo img{
    filter: brightness(100);
}
/*client-logo*/


/*qualify*/
.qualify-sec {
    padding: 50px 0;
    text-align: center;
    background: #101914;
}

.hd-txt h2 {
    font-size: 45px;
    margin: 0;
    padding-bottom: 20px;
}

.hd-txt p {
    margin: 0;
}

.qualify-txt {
    color: #fff;
}
/*qualify*/



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

.pr-bok-box:before {
    background-image: url(../images/promo-bok-bg.png);
    position: absolute;
    content: '';
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: 200%;
    width: 342px;
    height: 490px;
    left: 0;
    top: -12px;
    bottom: 0;
    z-index: 1;
    -webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
    display: none;
}
.pr-bok-box:hover::before{
    display: block;
}
.pr-bok-box {
    border-radius: 5px;
    background-color: #101914;
    margin: 0 18px;
    padding: 15px 20px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.pr-bok-box p {
    padding-top: 10px;
}
.promote-bk-sec {
    padding: 50px 0;
}
.promote-bk-sec .hd-txt {
    text-align: center;
    padding-bottom: 20px;
}
.promote-bk-sec .slick-next {
    right: 15%;
    height: 40px;
    width: 40px;
    border-radius: 9px;
    background-color: rgb(16, 25, 20);
    z-index: 2;
}

.promote-bk-sec .slick-prev {
    left: 15%;
    height: 40px;
    width: 40px;
    border-radius: 9px;
    background-color: rgb(16, 25, 20);
    z-index: 1;
}


.promote-book-slider {
    position: relative;
}

.promote-book-slider:before {
    background: #ffffffe0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    z-index: 1;
}

.promote-book-slider:after {
    background: #ffffffe0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 19%;
    height: 100%;
    z-index: 1;

}

.pr-bok-box h2 {
    margin: 0;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.pr-bok-box p {padding-top: 35px;margin: 0;position: relative;z-index: 1;}


@-webkit-keyframes asteroid {
0% {
-webkit-transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes asteroid {
0% {
-moz-transform: rotate(0deg)
}
100% {
-moz-transform: rotate(360deg)
}
}
@-ms-keyframes asteroid {
0% {
-ms-transform: rotate(0deg)
}
100% {
-ms-transform: rotate(360deg)
}
}
@-o-keyframes asteroid {
0% {
-o-transform: rotate(0deg)
}
100% {
-o-transform: rotate(360deg)
}
}
@keyframes asteroid {
0% {
transform: rotate(0deg)
}
100% {
transform: rotate(360deg)
}
}
/*promote-sec*/



/*why-service*/
.why-choose-sec {
    padding: 50px 0;
    background: url(../images/why-choose-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;

}
.why-us-box p {min-height: 120px;}

.why-us-box h2 {
    min-height: 65px;
}
.why-choose-sec .hd-txt {
    color: #fff;
}
.why-us-box {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    margin-right: 20px;
    padding: 25px 20px;
}

.why-slider-div {
    width: 274%;
}
.why-choose-sec .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.why-choose-sec .slick-dots li.slick-active button {
    background-color: #008efd;
}

.why-choose-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.why-choose-sec .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}


/*why-service*/



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

.pricing-sec .hd-txt {
    text-align: center;
    color: #fff;
}
.pricing-sldier-st .slick-list.draggable {min-height: 635px;padding-top: 32px;}

.pricing-sldier-st  .price-box {
    margin: 0 20px;
}
.pricing-sldier-st .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.pricing-sldier-st .slick-dots li.slick-active button {
    background-color: #008efd;
}

.pricing-sldier-st .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.pricing-sldier-st .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}



.price-box {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 8.619px 11.032px 51px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 20px 20px;
    transition-duration: 1s;
}

.price-box ul {
    text-align: left;
    padding: 20px 0px 20px 40px;
    height: 330px;
    overflow-x: hidden;
    overflow-y: auto;
}

.price-box h2 {
    font-size: 22px;
    color: #101914;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.price-box h3 {
    font-size: 50px;
    font-weight: 700;
    color: #03cf9d;
}

.price-box h4 {
    color: #4c4c4c;
    text-decoration: line-through;
    font-weight: 600;
}

.price-btn .get-started {
    background: #03cf9d;
    color: #fff;
}

.price-btn .get-started:hover {
    background: #00ccff;
    color: #222;
}

.price-btn .live-chat:hover {
    background: #03cf9d;
    color: #fff;
}
.price-box ul li {
    font-weight: 500;
    line-height: 28px;
}


/* width */
.price-box ::-webkit-scrollbar {
  width: 6px;
}

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

.price-box:hover ::-webkit-scrollbar-thumb {
  background: #222; 
  border-radius: 10px;
}

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

.price-box:hover {
    background: #03cf9d;
    border-color: #03cf9d;
    transform: scale(1.1);
}

.price-box:hover h3 {
    color: #222;
}

.price-box:hover .get-started {
    background: #fff;
    color: #222;
}

.price-box:hover .live-chat {
    background: #fff;
    color: #222;
}
.price-main-col-div{
    margin-top: 40px
}
/*pricing*/



/*case-study*/
.cndkbeforeafter-extra-small-text-before {
    display: none !important;
}

.cndkbeforeafter-extra-small-text-after {
    display: none !important;;
}

.client-case-sec:hover:before{
    webkit-animation: asteroid 60s linear infinite;
    -moz-animation: asteroid 60s linear infinite;
    animation: asteroid 60s linear infinite;
}
.client-case-sec:before{
    background: url(../images/promo-bok-bg.png);
    background-size: 56%;
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    margin: auto;

}

.client-case-sec {
    padding: 240px 0 50px;
    background: #101914;
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.client-case-sec .hd-txt {
    text-align: center;
    color: #fff;
    padding-bottom: 25px;
}

.cndkbeforeafter-hover:hover {
    box-shadow: 0 0 0 0 transparent !important;
}

.client-case-sec .cndkbeforeafter-theme-light .cndkbeforeafter-seperator {
    background: #00ccff !important;
}

.cndkbeforeafter-theme-light .cndkbeforeafter-seperator > div > span {
    box-shadow: -1px 0px 2px 2px #22222257 !important;
}

.cndkbeforeafter-seperator > div > span::after {
    border-color: #222 !important;
}

.cndkbeforeafter-seperator > div > span::before {
    border-color: #222 !important;
}

/*case-study*/

/*portfolio-sec*/
.portfolio-sec {
    background: url(../images/portfolio-bnr.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat:no-repeat;
    padding: 50px 0;
    position: relative;
}
.portfolio-sec .hd-txt {
    color: #fff;
}
.portfolio-sec .hd-txt {
    text-align: center;
}   

.box-out {
    z-index: -99;
    width: auto;
    display: flex;
    align-items: center;
    top: 140px;
}


.book {
    width: 180px;
    height: 255px;
    background-color: rgb(62, 71, 152);
    transition: all .3s ease-in-out;
    transform-origin: left center 0px;
    transform-style: preserve-3d;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    margin-top: 28px;
    margin-right: 40px;
}
.bk-txt-img h2 {
    font-size: 20px;
}
.box-out .book::after {
    content: " ";
    display: block;
    opacity: 0;
    width: 180px;
    height: 255px;
    position: relative;
    left: 8px;
    transition: all .3s ease;
}

.box-out .book::before {
    content: " ";
    z-index: 999;
    display: block;
    width: 20px;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: -12px;
    right: 8px;
    transition: all .25s;
    background: url(../images/port-hvr-img-up.html);
    background-size: 16px;
    background-repeat: no-repeat;
}


.book:hover {
    cursor: pointer;
    transform: rotateY(-28deg) rotateZ(-2deg) scale(1.02);
    -webkit-backface-visibility: hidden;
    box-shadow: 1px 0px 2px #353d85, 20px 0px 0 #101914;
    /* transform: scale(1.02); */
}

.book:hover::after {
    content: " ";
    display: block;
    opacity: 1;
    width: 172px;
    height: 255px;
    position: relative;
    left: 8px;
    background: linear-gradient(-180deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, 0) 60%);
}

.book:hover::before {
    transform: translateY(9px);
    opacity: 1;
  
}

.dr {
position: absolute;
  bottom: 16px; 
  right: 16px;
  width:100px;
}
 
/*------ background-pic ------*/

.books-1 {
    background: url('../images/book-1.jpg');
    background-size: 180px 255px;
}

.books-2 {
    background: url('../images/book-2.jpg');
    background-size: 180px 255px;
}

.books-3 {
    background: url('../images/book-3.jpg');
    background-size: 180px 255px;
}
.books-4 {
    background: url('../images/book-4.jpg');
    background-size: 180px 255px;
}
.books-5 {
    background: url('../images/book-5.jpg');
    background-size: 180px 255px;
}
.books-6 {
    background: url('../images/book-6.jpg');
    background-size: 180px 255px;
}

/* ----- book-blur ----- */

.port-div {
    position: relative;
    margin: 0 auto;
    display: table;
}
.portfolio-sec:before {
    position: absolute;
    content: '';
    background: rgb(16 25 20 / 54%);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*portfolio-sec*/


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

.exclusive-sec .hd-txt {
    text-align: center;
}

.form-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.form-div .col-lg {
    width: 40%;
}

.form-set {
    text-align: center;
}

.col-lg.bnr-form-btn {
    width: auto;
}

.form-div .col-lg .btn.form-btn {
    border-radius: 5px;
    background-color: rgb(0, 204, 255);
    padding: 11px 30px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 8px;
    font-size: 20px;
}

.form-div .col-lg input {
    background: #222;
    padding: 25px 20px;
    font-size: 16px;
}
/*exclusive-deals*/


/*ftr-logo*/
.ftr-log-img {margin: 0 auto;display: table;width: auto;}

.ftr-logo-st {
    padding: 15px 0;
    background: #00343f;
}

.footer-sec {
    padding: 30px 0;
    background: #25191f;
}

.ftr-copy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftr-copy a {
    color: #7d7d7d;
    padding: 0 0 0 25px;
    margin: 0;
}

.ftr-copy p {
    color: #7d7d7d;
    margin: 0;
}
/*ftr-logo*/

/*process-sec*/
.process-sec {
    background: #101914;
    padding: 50px 0;
}
.process-bx {
    color: #fff;
    border-radius: 8px;
    background-color: #19251e;
    text-align: left;
    padding: 10px 15px;
}
.procs-main-col {
    padding-top: 45px;
}
.process-bx:before {content: '';position: relative;left: 0;top: -15px;background: #293b31;width: 35px;height: 35px;border-radius: 60%;display: flex;align-items: center;justify-content: center;font-size: 16px;font-weight: 600;right: 0;margin-top: 20px;}

.process-bx.pr-1:before {
    content: '01';
}
.process-bx.pr-2:before {
    content: '02';
}
.process-bx.pr-3:before {
    content: '03';
}

.process-bx.pr-4:before {
    content: '04';
}
.process-bx.pr-5:before {
    content: '05';
}
.bnr-btn.process-btn {
    margin-top: 40px;
    text-align: center;
}

.bnr-btn.process-btn .get-started {
    background: #222;
    color: #fff;
}

.bnr-btn.process-btn .live-chat:hover {
    background: #222;
    color: #fff;
}

.bnr-btn.process-btn .get-started:hover {
    background: #9e2e44;
}
.process-bx h4 {
    padding-bottom: 10px;
}

.process-bx p {
    min-height: 90px;
}

.process-sec .hd-txt {
    color: #fff;
    text-align: center;
}
/*process-sec*/

/*faq*/
.faq-sec {
    padding: 50px 0;
    background: #19251e;
   
}
.faq-sec .hd-txt p {
    color: #222;
}
.faq-sec .hd-txt {
    text-align: center;
}
.faq-sec .hd-txt {
    color: #fff;
}

.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: right;
   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;
}
.panel-heading .collapsed:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(180deg);
    transform: rotate(0deg);
} 


.panel-title {border: 0;}

.panel.panel-default {
    border: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 8.242px 21.472px 54px 0px rgba(0, 0, 0, 0.04);
}

div#headingOne {
    background: white;
    border: 0 !important;
}

.panel-body {
    border: 0 !important;
    background: #ffffff;
    padding: 5px 20px 30px;
    color: #000;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #00000000;
    border-color: #ddd;
}
.faq-sec .hd-txt {
    color: #fff;
    padding-bottom: 20px;
}
/*faq*/







/*testi-sec*/
.test-img-st img {
    width: 100%;
}

.testi-box {
    margin: 0 10px;
    padding: 20px 10px 20px 10px;
    color: #fff;
    text-align: center;
    min-height: 310px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 14.627px 13.64px 109px 0px rgba(23, 23, 23, 0.06);
}

.testi-box img {
    width: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
}

.testi-slider-st .slick-list.draggable {
    padding-top: 0px;
    min-height: 430px;
}

.testi-box p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #232323;
    min-height: 110px;
    margin-bottom: 0;
}

.testi-box h4 {
    padding: 15px 0;
    color: #222;
    margin: 0;
}

.teseti-monial-sec {
    padding: 50px 0 50px;
    background: #00343f;
}

.teseti-monial-sec .hd-txt {
    text-align: center;
    margin: 0;
}

.teseti-monial-sec .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.teseti-monial-sec .slick-dots li.slick-active button {
    background-color: #00ccff;
}

.teseti-monial-sec .slick-dots li button:before {
    font-size: 0px;
    line-height: 0px;
}

.teseti-monial-sec .slick-dots li button {
    background-color: #e5e5e5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.testi-slider-st {
    padding-top: 40px;
}

.teseti-monial-sec .hd-txt {
    color: #fff;
}
/*testi-sec*/


/*footer-copy*/
.footer-sec {
    padding: 30px 0;
    background: #25191f;
}

.ftr-copy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftr-copy a {
    color: #7d7d7d;
    padding: 0 0 0 25px;
    margin: 0;
}

.ftr-copy p {
    color: #7d7d7d;
    margin: 0;
}
/*footer-copy*/


.head_top .navbar-right li {border-right: 1px solid #1c2a33;}

.navbar-header {
    width: 30%;
}
a.top_info.top-info-lst {
    background: #fff;
    color: #222 !important;
    font-weight: 600 !important;
}
