
@import url('https://fonts.googleapis.com/css?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

h1, h2, h3 ,h4, h5, h6, p, span, li, a, button{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
}


h2{font-size: 36px;}
h3{font-size: 20px;}
h4{font-size: 22px;}
h5{font-size: 26px;}
li{font-weight: 400;}
p{font-size: 16px;font-weight: 400;}
.clearfix:before,
.clearfix:after{display: table;
    content: " "}
.clearfix:after{ clear:both;}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 1
}  

.p0{padding: 0px;} 





body a {
    text-decoration: none !important;
}
body a:focus{
    outline: none;
}

body{

    overflow-x: hidden !important;
}


/*header*/
header{
    position: relative;
}
nav.navbar{
    padding: 0px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

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

.navbar a.nav-link {
    font-weight: 600;
    font-size: 15px;
    color: #f9f9f9 !important;
}
#header a.chat-btn-nav:hover, a.chat-btn-nav:focus {
    color: #fff !important;
    border-color: #d00c27;
    background: transparent;
}

a.chat-btn-nav {
    transition: all .3s ease-in-out;
    background: #d00c27;
    padding: 8px 30px;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 29px;
    border: 2px solid transparent;
}
ul.navbar-nav{
    justify-content: center;
}
li.nav-item {
    margin: 0 0 0 5px;
}
.navbar-nav li.active a, .navbar-nav li:hover a {
    /*border-bottom: 5px solid;*/
    color: #d00c27 !important;
}

a.nav-link {
    padding-top: 30px;
    padding-bottom: 28px;
    border-top: 5px solid transparent;
}
ul.navbar-nav{
    width: 100%;
}


#header {
    height: 90px;
    z-index: 111;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
a.nav-link.teel {
    border: 0;
}
a#dropdownMenuLink:hover {
    color: #d00c27;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

a#dropdownMenuLink.active {
    color: #d00c27;
}
.logo-area a img {
    width: 271px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0129ae;
}
.dropdown {
    position: relative;
    padding-top: 34px;
    padding-bottom: 28px;
}
li.li-1 a:hover{
    color: #2d2170;
}
li.li-1 a {
    color: #888888;
    cursor: pointer;
}
a#dropdownMenuLink {
    background: none;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 0 9px;
    margin: 0;
    
}
.dropdown-menu.show {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 27px 6px rgba(0, 0, 0, .20);
    border-radius: 4px;
}
a#dropdownMenuLink:focus {
    border: 0;
    box-shadow: 0px 0 0 0;
}
.dropdown-menu.show {
    border-radius: 00;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    background-color: transparent;
    color: #d00c27;
}
i.fas.fa-book-open {
    border: 1px solid;
    border-radius: 60%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-right: 8px;
    justify-content: center;
    display: inline-flex;
    opacity: 0.30;
    transition: all .5s ease-in-out;
}
.dropdown-item:hover i {
    background: #d00c27;
    color: #fff;
    opacity: 1;
}
.dropdown-item {
    padding: 15px 12px;
}
.dropdown-menu a span:after {
  content: "\f178";
    position: absolute;
    opacity: 0;
    font-size: 20px !important;
    color: #d00c27;
    top: 4px;
    right: -20px !important;
    transition: 0.5s;
    font: normal normal normal 14px/1 FontAwesome;
}

.dropdown-menu a:hover span {
  padding-right: 25px;
}
.dropdown-menu a span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.dropdown-menu a:hover span:after {
  opacity: 1;
  right: 0;
}

a.dropdown-item.bdr-rem {
    border: 0;
}
.dropdown-menu {
    width: 300px;
    padding: 10px 6px 10px 6px;
    border-top: 5px solid #d00c27;
    outline: none;
    margin-top: 0px;
    box-shadow: 0 0 20px 12px rgba(0, 0, 0, 0.09);
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.dropdown-item {
    border-bottom: 1px solid #dbdee3;
}
.dropdown-menu:before {
    content: "\f0d8";
    font: normal normal normal 14px/1 FontAwesome;
    top: -25px;
    position: absolute;
    left: 10%;
    font-size: 30px;
    color: #d00c27;
}
.dropdown:hover {
    color: #d00c27 !important;
}

.nav-item .btn{
    padding: 5px 30px;
}
.logo-area span{
    color: #2769aa;
    font-weight: 500;
}
.logo-area a{
    color: #000000;
    font-weight: 600;
}

i.fa, i.fas {
    padding: 0 5px;
    color: #8f9cb5;
}


a.nav-link img {
    margin-right: 15px;
}
.logo-area {
    position: relative;
    /* top: 15px; */
}

/*header*/

/*banner*/

.back-bg {
    /* margin-top: 30px; */
    background: url(../images/banner-bg.jpg);
    background-size: cover;
    height: auto;
    width: 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
}
section#banner {
    margin-top: 30px;
}
.bnr-txt {
    color: #fff;
    padding-top: 60px;
}
.bnr-txt h2 {
    font-size: 62px;
}
.banner-img img{
    width: 100%;
}
.banner01{
    padding-bottom: 40px;
}
#banner .btn-bnr p {
    display: none;
}
.banner01 .row {
    align-items: center;
}
/*.banner01 .slick-prev, .banner01 .slick-next {
    display: none !important;
}
.banner01 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #d00c27;
}
.banner01 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 49px;
    line-height: 10px;
    position: absolute;
    top: 0px;
    left: -3px;
    width: 16px;
    height: 0;
    content: 'â€¢';
    text-align: center;
    opacity: 0.55;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner01 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.banner01 .slick-dots li {
   
    margin: 0px 3px;
   
}*/

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

.banner01 .slick-dots li.slick-active button {
    background-color: #d00c27;
}

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

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

.bnr-txt p {
    margin: 20px 0 50px 0;
    font-weight: 300;
}
.btn-bnr-st {
    padding: 10px 40px;
    font-weight: bold;
    text-transform: uppercase;
    background: #d00c27;
    color: #fff;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border: 2px solid transparent;
}
a.port-btn.live-cht:hover {
    border-color: #7d7d7d !important;
    color: #7d7d7d !important;
    background: transparent !important;
}
a.port-btn.live-cht {
    background: #7d7d7d !important;
}
.btn-bnr-st:hover{
    color: #fff;
    border-color: #d00c27;
    background: transparent;

}
.btn-bnr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-bnr p{
    color: #fff;
    margin-left: 20px;
}

/*satisfaction*/
.satisfied {
    padding: 20px 0;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid #efefef;
}
.satis-box {
    display: inline-flex;
}
.satisfied .container-fluid {
    width: 92%;
    display: block;
    justify-content: center;
    margin: 0 auto;
}
.satis-txt {
    margin-left: 15px;
    margin-top: 8px;
    text-align: left;
}
.cta-l-txt p {
    margin-bottom: 15px;
    font-size: 30px;
}
.satis-div .row {
    display: table;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.satis-txt h4{
    font-size: 15px;
    font-weight: bold;
}
/*satisfaction*/

/*ser-txt*/
.services-section {
    background: #f5f5f5;
    padding: 20px 0 50px 0;
}
.services-section .ser-txt p{
    text-align: center;
    margin: 20px 0;
}
.services-section .ser-txt {
    margin-bottom: 40px;
}
.services-section .service-box h3{
    margin: 15px 0;
}
.services-section .service-box{
    text-align: center;
}
.services-section .ser-txt h2{
    font-size: 62px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}
.services-section .service-box p{
    margin-bottom: 10px;
    color: #a0a0a0;
    min-height: 125px;
}
.services-section .service-box a{
    color: #d00c27;
}

.services-section .service-box:hover p{
    color: #fff;
}
.services-section .service-box:hover {
    background: #011f7f;
    color: #fff;
}
.services-section .service-box {
    text-align: center;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 20px 0;
    padding: 30px 45px;
    box-shadow: 0px 0px 8px 2px #0000001a;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.dashed {
    background: #d00c27;
    width: 50px;
    height: 10px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
/*ser-txt*/


/*portfolio*/
.portfolio-sec{
    padding: 20px 0 50px 0; 
}
.portfolio-sec .ser-txt p{
    text-align: center;
    margin: 20px 0;
}
.portfolio-sec .ser-txt {
    margin-bottom: 40px;
}
.portfolio-sec .ser-txt h2{
    font-size: 62px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}
.portfolio-btn.tab-btn-logo a:nth-child(2) {
    margin: 0 15px !important;
}
.portfolio-btn.tab-btn-logo a {
    margin: 0 !important;
}
.portfolio-btn.tab-btn-logo {
    display: block !important;
}



.portfolio-sec .sample-tab .nav-tabs .nav-link {
    border: 0px;
    text-transform: uppercase;
    
}
.portfolio-sec .sample-tab.portfolio-tabs .nav-tabs .nav-link {
    height: auto;
}
.portfolio-sec .sample-tab .nav-tabs .nav-link.active, .portfolio-sec .sample-tab .nav-tabs .nav-link:hover{
    border-color: #d00c27;
} 
.portfolio-sec .sample-tab .nav-tabs .nav-link {
        border-bottom: 2px solid transparent;
}
.portfolio-sec .sample-tab .logo-tb-txt{
    color: #fff !important;
}
.portfolio-sec .sample-tab .nav-tabs .nav-link{
    border-radius: 0px !important;
    padding-top: 0px;
    padding: 10px 10px;
    color: #5c5c5c;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    border-bottom: 2px solid transparent;
        height: 120px;
}

.portfolio-sec .sample-tab .nav-tabs .nav-link.active, .portfolio-sec .sample-tab .nav-tabs .nav-link:hover,  .portfolio-sec .sample-tab .nav-tabs .nav-link:focus {
    border-color: #d00c27;
    color: #fff;

}

.portfolio-sec .sample-tab ul.nav.nav-tabs {
    
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 0 0;
    display: flex;
    justify-content: center;
}
.portfolio-sec .sample-tab .nav-tabs li .active, .portfolio-sec .sample-tab .nav-tabs li:hover a {
    color: #d00c27 !important;
}
.portfolio-sec a.port-btn {
    padding: 10px 25px;
    font-weight: bold;
    background: #d00c27;
    color: #fff;
    margin: 0 20px;
    border: 2px solid transparent;
    border-radius: 0px;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
}
.portfolio-sec a.port-btn:hover{
    color: #d00c27;
    background: #fff;
    border-color: #d00c27; 
}
.portfolio-sec .portfolio-btn {
    margin: 0 auto;
    display: table;
    padding-top: 30px;
}
.portfolio-sec .img-box-sample {
    margin-bottom: 20px;
}
.portfolio-sec .box-content h3{
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Playball', cursive;
}
.portfolio-sec .tab-content.samples-tab-div {
    margin-top: 30px;
}

/*portfolio*/

/*cta*/
section#cta {
    background: #d00c27;
    padding: 30px 0;
    color: #fff;
}
.cta-l-txt h3 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
}
.cta-l-txt p {
    margin-bottom: 15px;
}
.btn-cta {
    background: #2d2170;
    width: auto;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
}
.cta-r-txt p {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}
.cta-sec .row{
    align-items: center;
}
.btn-cta a{
    color: #fff;
}
/*cta*/

/*process*/
.process-sec {
    padding: 20px 0 50px 0;
}
.process-sec .ser-txt p{
    text-align: center;
    margin: 20px 0;
}
.process-sec .ser-txt h2{
    font-size: 62px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}
.process-box h3 {
    margin-bottom: 10px;
}
.process-box p {
    margin-bottom: 25px;
}
.process-box img {
    margin-bottom: 20px;
}
.process-box.pros-box1 {
    margin-top: -49px;
}
.process-box.pros-box2 {
    padding-top: 220px;
    padding-left: 55px;
}
.process-box.pros-box3 {
    padding-top: 250px;
    padding-left: 55px;
}
.aftr-line {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 40px;
}
.aftr-line:after {
    content: '';
    background: url(../images/line.png);
    width: 770px;
    height: 700px;
    background-size: cover;
    position: absolute;
    background-position: 120% 5px;
    z-index: -1;
    background-repeat: no-repeat;
}
/*process*/

/*about*/
.about-sec .ser-txt span {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: bold;
    margin-bottom: 10px;
}
.about-sec {
    padding: 20px 0 50px 0;
    
}
.about-sec .ser-txt p{
    text-align: center;
    margin: 20px 0;
}
.about-sec .ser-txt h2{
    font-size: 62px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}
.about-sec .service-box p{
    margin-bottom: 10px;
    color: #a0a0a0;
}

.about-sec .service-box a{
    color: #d00c27;
}
.about-sec .service-box {
    text-align: center;
    border-radius: 5px;
    background: #fff;
    margin: 0 0 20px 0;
    padding: 30px 45px;
    box-shadow: 0px 0px 8px 2px #0000001a;
}
.about-img-box img{
    width: 50%;
}
/*about*/

/*history*/
section#history {
    background: #f5f5f5;
    padding: 50px 0 0 0;
    margin-bottom: 80px;
}
.history-sec .history-img img {
    width: 70%;
    position: relative;
    top: 40px;
    transform: translateY(40px);
}
.history-sec .ser-txt h2 {
    font-size: 62px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}
.history-txt .dashed {
    background: #d00c27;
    width: 50px;
    height: 10px;
    text-align: left;
    margin: 0 0 15px 0;
}
.history-txt p {
    margin-top: 20px;
}
.about-logo{
    padding: 50px 0 20px 0;
}
.about-img-box {
    margin-bottom: 30px;
}
.about-logo .row:nth-child(1){
    justify-content: center;
}
.about-logo .row:nth-child(2) {
    margin-top: 50px;
}
.about-logo .ser-txt p{
    text-align: center;
    margin: 20px 0;
}
.about-logo .ser-txt h2{
    font-size: 62px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}
/*history*/

/*rating*/
.rating-sec {
    padding: 20px 0 50px 0;
    
}
.rating-sec .ser-txt p{
    text-align: center;
    margin: 20px 0;
}
.rating-sec .ser-txt h2{
    font-size: 62px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}
.rating-box p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}
.rating-box h3 {
    font-size: 43px;
    color: #d00c27;
    text-align: center;
}
/*rating*/
/*testimonial*/
.testimonial-sec {
    background: url(../images/testi-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0 20px 0;
    background-repeat: no-repeat;
}
.testimonial-sec .slick-dots{
    display: none !important;
}
.testi-slider .main-div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.testislider .testi-img img{
    width: 100%;
}
.testislider p, .testislider h3, .testislider h4 {
    color: #fff;
}
.testislider.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testislider p {
    position: relative;
    padding: 0 60px 0 0;
}
.testislider .slick-next {
    right: 48.5%;
    top: 30%;
}
.testislider .slick-prev {
    left: 47%;
    z-index: 1;
}
.testislider p:before {
    content: '';
    top: -45px;
    width: 34px;
    height: 33px;
    position: absolute;
    background: url(../images/quote.png);
}
.testimonial-sec .testi-txt p {
    color: #d00c27;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}
.testi-txt h2 {
    font-size: 75px;
    color: #fff;
    font-weight: bold;
}
/*testimonial*/


/*contact-form*/
.contact-form-sec {
    padding: 20px 0 50px 0;
    background: #2e2e2e;
}
.contact-form-sec .ser-txt p{
    text-align: center;
    margin: 20px 0;
}
.contact-form-sec .ser-txt h2 {
    font-size: 62px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 80px;
    font-weight: bold;
    color: #fff;
}
.contact-form-sec .contact-form-div textarea {
    overflow: auto;
    resize: vertical;
    background: transparent !important;
     border-color: #5a5a5a !important;
}
.contact-form-sec .contact-form-div input,
.contact-form-sec .contact-form-div select {
    background: transparent;
    margin: 6px 0 15px 0;
    border-color: #5a5a5a !important;
}
.contact-form-sec .ser-txt p {
    text-align: center;
    margin: 20px 0;
    color: #565656;
}
.contact-form-sec .form-btn:hover {
    background: transparent;
    border-color: #d00c27;
}
.contact-form-sec .form-btn {
    display: block;
    border-radius: 0px;
    margin: 30px auto;
    padding: 10px 50px;
    background: #d00c27;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
}

/*contact-form*/

/*contact-ser*/
section#cntct-ser .row {
    display: flex;
    justify-content: center;
}
section#cntct-ser {
    background: #001f7e;
    padding: 30px 0;
    color: #fff;
}
.cntct-ser-box {
    text-align: center;
}
.cntct-ser-box p {
    margin: 12px 0;
    font-size: 16px;
}
/*contact-ser*/


/*digital-page*/
section#pricing {
    padding: 50px 0;
    background: #efefef;
}
.pricing-sec .col-md-4 {
    margin-bottom: 30px;
}
.digital-img img {
    width: 100%;
}
.digital-sec{
    padding: 50px 0;
}
.digital-sec .ser-txt{
    text-align: center;

}
.digital-sec .ser-txt h2 {
    margin: 15px 0 20px 0px;
}
.digital-sec .mrkt-img {
    margin: 0 auto;
    padding-top: 25px;
}
.pricing-sec .service-box{
    text-align: center;
}
.pricing-sec .ser-txt h2{
    font-size: 62px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
    margin-bottom: 50px;
}
.pricing-service section#services-sec {
    background: #fff;
}
.price-box {
    background: #fff;
    box-shadow: 0px 0px 8px 2px #0000001a;
    padding: 40px 15px;
}

.price-head strike {
    font-size: 20px;
    color: rgb(208, 12, 39);
}
.price-head {
    text-align: center;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}
.price-head p {
    text-align: center;
    border: 2px solid;
    padding: 5px 0;
    width: 60%;
    margin: 0 auto;
    border-color: #d00c27;
    border-radius: 5px;
}
.price-head h3 {
    margin: 10px 0;
}
.price-head sup {
    font-size: 25px;
    top: -20px;
}
.price-head h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 15px;
}
.price-list ul {
    list-style: none;
    padding: 0;
    height: 195px;
    overflow-y: auto;
}
.price-btn:hover {
    color: #42c17c;
    background: transparent;
}
.price-btn {
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 1px solid #42c17c;
    width: 50%;
    padding: 5px 0;
    background: #42c17c;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0px 0px 8px 2px #42c17c80;
}

.price-list p {
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    color: #d00c27;
}
#style-1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.scrollbar
{
  
    overflow-y: scroll;
  
}
/*digital-page*/


/*logo-tab*/
.logo-tab .carousel-indicators .active {
    background-color: #ff0808;
}
.logo-tab .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    border-radius: 60%;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    border: 1px solid red;
    text-indent: -999px;
    background-color: transparent;
}
.logo-tab .carousel-indicators {
    bottom: -30px;
}

.logo-tab-st li.nav-item a{
     color: #15284b !important;

}

.logo-tab-st li.nav-item{

    padding: 0;
    margin: 0;

}
.logo-tab-st .nav-tabs .nav-link.active img.tab-img-2, .logo-tab-st .nav-tabs .nav-link:hover img.tab-img-2{
    display: block;

}

.logo-tab-st .nav-tabs .nav-link.active, .logo-tab-st .nav-tabs .nav-link:hover{
    border-color: #d00c27;
    background: #15284b !important;
} 
.logo-tab-st .nav-tabs,
.logo-tab-st .nav-tabs .nav-link {
        border-bottom: none !important;
}

.logo-tab-st img{
    margin: 0 0 12px 0 !important;
}
.portfolio-sec .sample-tab.logo-tab-st ul.nav.nav-tabs {
    box-shadow: 0px 0px 8px 2px #0000001a;
    background: #15284b;
    padding: 0;
    justify-content: space-between;
}
img.tab-img-2 {
    position: absolute;
    top: 4px;
    bottom: 0;
    margin: 0 auto;
    transform: translateY(20px);
    display: none;
}
.mobile-nav-tb {
    margin: 0 0 0 1px !important;
}
.mobile-nav-tb a.nav-link img {
    margin-right: 5px;
        width: 64px;
}
img.tab-mobileimg-2{
    position: absolute;
    top: 12px;
    bottom: 0;
    margin: 0 auto;
    transform: translateY(19px);
    display: none;
    padding-right: 4px;
}
.tab-img-logo{
    display: flex;
    align-items: center;
    justify-content: center;flex-direction: column;
}
.logo-tab-st .nav-tabs .nav-link{
    padding-top: 0px;
    padding: 40px 24px !important;
    color: #5c5c5c;
    border-radius: 0px !important;
    background: transparent;
    transition: all .3s ease-in-out;
    border-bottom: none !important;
    position: relative;
}

.logo-tab-st .nav-tabs .nav-link.active, .logo-tab-st .nav-tabs .nav-link:hover,  .logo-tab-st .nav-tabs .nav-link:focus {

    color: #fff !important;

}

.logo-tab-img img{
    width: 100%;
}
.logo-tab-img p{
    margin-top: 20px;
}
.logo-tab-img{
    text-align: center;
}
/*logo-tab*/

/*video-tab*/
.box18.video-tab:after{
    background: rgba(0, 0, 0, 0.38);
    left: 0;
    right: 0;
}
.box18.video-tab:before{
    background: rgba(0, 0, 0, 0.38);
    left: 0;
    right: 0;
}


.video-sec{
    padding: 20px 0 50px 0; 
}
.video-sec .ser-txt p{
    text-align: center;
    margin: 20px 0;
}
.video-sec .ser-txt {
    margin-bottom: 40px;
}
.video-sec .ser-txt h2{
    font-size: 62px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}
.video-box {
    box-shadow: 0px 0px 8px 2px #00000042;
    position: relative;
    padding: 40px 20px;
    transform: translateX(-70px);
    right: 70px;
    background: #fff;
}
.video-main-div img{
    width: 100%;
}
.video-main-div-left .video-box {
    box-shadow: 0px 0px 8px 2px #00000042;
    position: relative;
    padding: 40px 20px;
    transform: translateX(70px);
    left: 70px;
    background: #fff;z-index: 1;
}
.video-main-div-left{
    margin-bottom: 20px;
}
.video-main-div-left{
    position: relative;
    align-items: center;
    margin-bottom: 40px;
}
.video-main-div{
    position: relative;
    align-items: center;
    margin-bottom: 40px;
}
/*video-tab*/


/*website*/
.webiste-sec{
    padding: 20px 0 50px 0; 
}
.webiste-sec .ser-txt p{
    text-align: center;
    margin: 20px 0;
}
.webiste-sec .ser-txt {
    margin-bottom: 40px;
}
.webiste-sec .ser-txt h2{
    font-size: 62px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}
.webiste-sec .accordion .card-header .btn.btn-link.collapsed:after {
    content: "\f178";
     font-family: 'FontAwesome';
}
.webiste-sec .accordion .card-header .btn.btn-link:after {
      content: "\f175";
      margin-left: 20px;
     font-family: 'FontAwesome';
}
.webiste-sec .accordion .card-header .collapse :after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.webiste-sec .card {
    margin-bottom: 2px;
    border: 0;
}
.webiste-sec .accordion .card-header .collapse :after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.webiste-sec .accordion .card-header .btn.btn-link{
    background: #c2272d;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 0;
}
.webiste-sec .accordion .card-header .btn.btn-link.collapsed{
    background: #f3f3f3;
    color: #000;
    font-weight: bold;
    border: 0;
}
.webiste-sec .accordion .card-header{
    padding: 0px;
}
.webiste-sec .accordion .card-header .btn-webiste-tab{
    width: 100%;
    display: flex;
    padding: 15px 30px;
    text-decoration: none;
    justify-content: flex-start;
    box-shadow: 0 0 0 0 transparent;
}
.webiste-sec .txt-website-faq {
    background: url(../images/web-faq.jpg);
    color: #fff;
    background-size: cover;
    background-position: center;
}
.webiste-sec .txt-website-faq p{
    font-size: 18px;
    font-weight: 300;
}
.webiste-sec .txt-website-faq h2{
    margin-bottom: 20px;
}
.webiste-sec .card-body.txt-website-faq p:nth-child(2) {
    padding-bottom: 20px;
}
.webiste-sec .web-crd-img-inner{
    margin: 20px 0;
}
/*website*/


/*mobile*/
.mobile-sec {
    padding: 20px 0 180px 0;
}   
.mobile-sec .ser-txt p{
    text-align: center;
    margin: 30px auto;
    width: 95%;
}
.mobile-sec .ser-txt {
    margin: 0 auto;
}
.mobile-sec .ser-txt h2{
    font-size: 62px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}
.app_portfolio_slider_bg {
    background-image: url(../images/portfolio/mobile/mobile-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -6px 16px;
    width: 20% !important;
    height: 120%;
    margin: 0px 0 0;
    padding: 0px 0px 0px 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 1;
}
.app_portfolio_slider img {
    width: 77%;
    margin: 98px auto 0;
    filter: gray;
    /* IE6-9 */
    
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}
.app_portfolio_slider .slick-slide.slick-current img {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.app_portfolio_sec {
    position: relative;
}
.app_portfolio_sec .slick-dots {
    position: absolute;
    bottom: -30%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.app_portfolio_sec .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.app_portfolio_sec .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #e5e5e5;
    border: 0;
    outline: none;
    background: #e5e5e5;
    border-radius: 50px;
}
.app_portfolio_sec .slick-dots li.slick-active button {
    color: #008efd;
    background: #008efd;
}
.app_portfolio_sec .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: #e5e5e5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobile-tab-st .nav-tabs .nav-link.active img.tab-img-2, .mobile-tab-st .nav-tabs .nav-link:hover img.tab-img-2{
    display: block;

}
.sample-tab.mobile-tab-st li.nav-item p {
    text-transform: uppercase;
    font-weight: bold;
    color: #2a2a2a;
}
.sample-tab.mobile-tab-st li.nav-item p {
    text-transform: uppercase;
    font-weight: 800;
    color: #3b3b3b;
    margin-top: 10px;
}

.mobile-tab-st .nav-tabs .nav-link, .mobile-tab-st .nav-tabs .nav-link:hover{
    border:none;
    background: #eeeeee !important;
} 
.sample-tab.mobile-tab-st ul.nav.nav-tabs{
    justify-content: space-between;
}
.mobile-tab-st .nav-tabs,
.mobile-tab-st .nav-tabs .nav-link {
        border-bottom: none !important;
}
.mobile-tab-st .nav-tabs .nav-link{
    padding-top: 0px;
    padding: 30px 40px !important;
    color: #5c5c5c;
    border-radius: 0px !important;
    background: transparent;
    transition: all .3s ease-in-out;
    border-bottom: none !important;
    position: relative;
}
.sample-tab.mobile-tab-st .nav-tabs .nav-link.active, 
.sample-tab.mobile-tab-st .nav-tabs .nav-link:hover, 
.sample-tab.mobile-tab-st .nav-tabs .nav-link:focus{
    border: 0px;
}
.samples-tab-div.mobile-tabb-st .row{
    align-items: center;
}
/*mobile*/

/*footer*/

.serv-div {
    display: flex;
    align-items: center;
    justify-content: center;
}
#m-footer a {
    color: #b1b1b1;
}
#m-footer a:hover {
    text-decoration: underline !important;
}

#m-footer ul li:hover a{
    color: #2d2170;
    text-decoration: underline !important;
}
#m-footer ul li:hover .fa-caret-right{
    color: #2d2170;
}
#m-footer {
    background: #fff;
    color: #fff;
    padding: 40px 0 20px 0;
}

#m-footer h5 {
    min-height: 40px;
    margin: 5px 0;
    color: #2a2a2a;
}
#m-footer .btn-ftr a {
    background: #9143fd;
    width: auto;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
}
#m-footer .abt-txt h4 {
    color: #2a2a2a;
    font-size: 40px;
    margin-bottom: 30px;
}
#m-footer ul a {
    color: #b1b1b1;
    font-size: 14px;
}
.txt-div ul{
    padding: 0px;
    list-style: none;
}
.abt-txt{
    position: relative;
}
.copy-txt p {
    font-size: 12px;
    margin-bottom: 25px;
}

.abt-txt:after{
    content: '';
    background: url(../images/c-bk.png);
    width: 38px;
    height: 36px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    background-position: 100%;
    right: 70px;
    top: 150px;
}
.txt-div .fa-caret-right{
    color: #b8b1b8;
}
section#m-footer .container {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}

.ftr-ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
}
.sub-m-div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
ul.ftr-ul .li-1 {
    border-right: 1px solid #888888;
    
}

ul.ftr-ul li{
    padding: 0 10px;
    color: #888888;
}
ul.ftr-ul .li-one{
    padding: 0 10px 0 0px;
    
}
.copy-txt{
    color: #888888;
}
#scnd-ftr {
    padding: 0 0 10px 0;
}
.img-1-p{
    padding: 0 40px 0 0;
}
label.control.control--checkbox, label.control.control--checkbox a {
    color: #8f9cb5;
    font-size: 16px;
    margin: 0px;
}


/*footer*/



/*contact-form-sec*/



/*modal*/
.modal-dialog {
    max-width: 1170px;
}
.m-main-div{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
}
.modal-form-div .m-main-div{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0px;
}
.modal-img img{
    width: 100%;
}
.modal-form-div label {
    margin: 5px 0;
    color: #fff;
}
.form-col-st {
    margin: 10px 30px 0 0px;
}
.col-form-div-m{
    background: #d00c27;
    padding: 50px 40px 10px 40px;
    min-height: 700px;
    margin: 0px 0 0 1px;
}

.modal-body{
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
}
.modal-form-div .btn.form-btn {
    height: 55px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    width: 100%;
    color: #fff;
    background: #2d2170;
    font-size: 18px;
    text-transform: uppercase;
}
.sub-btn-m{
    position: relative;
}
.sub-btn-m:before {
    content: '';
    background: url(../images/modal-mirror.png);
    width: 35px;
    height: 46px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    background-position: 100%;
    right: 55px;
    top: -46px;
}
.modal-form-txt:after {
    content: '';
    background: url(../images/modal-pencil.png);
    width: 68px;
    height: 68px;
    background-size: cover;
    position: absolute;
    z-index: 1;
    background-position: 100%;
    right: 100px;
    top: 70px;
}
.m-main-div .form-control {
    height: 47px;
}
.modal-form-txt p {
    color: #fff;
    margin-bottom: 25px;
}
.modal-form-txt h2 {
    color: #fff;
}
.m-main-div input[type="checkbox"] {
    margin-top: 20px;
    /* color: #ffff; */
}
.form-col-st.check-txt a {
    color: #fff;
}
.form-col-st.check-txt {
    color: #fff;
}


#Mymodal .modal-header {
    position: absolute;
    width: 100%;
    z-index: 111;
    border: 0;
    top: 10px;
    right: 10px;
}

#Mymodal h5#exampleModalLabel {
    display: none;
}
#Mymodal button.close:focus{
    outline: none;
}
#Mymodal button.close {
    color: #2d2170;
    opacity: 1;
    border: 1px solid;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #fff;
    font-size: 35px;
}
button.close span {
    top: -12px;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
div#Mymodal {
    background: rgba(232, 231, 246, .90);
}
/*modal*/




/*top*/
#top-move{
    position: relative;
}
.top-icon {
    background: #2d2170;
    display: table;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 60%;
    vertical-align: middle;
    padding-top: 14px;
    border: 5px solid #fff;
    position: absolute;
    right: 10%;
    top: -30px;
}
/*top*/




@media (max-width: 1200px){
  
    .drp-crt.active:after {
    left: 40px;
}

    .navbar-nav li {
    display: inline-block;
    padding: 0 0px 0 8px;
    }
  
    a#dropdownMenuLink {
        }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }   
    .navbar-nav li, a#dropdownMenuLink {;
        padding: 0 0px 0 0px;
        font-size: 12px;
        }
    a#dropdownMenuLink {
        margin: 0px;
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        margin-top: 2px;
    }

 
}


@media (max-width: 991px){

    
    .navbar-nav li, a#dropdownMenuLink {
    padding: 0 0px 0 0px;
    font-size: 15px;
    }
    nav.navbar {
    flex-direction: row-reverse;
    }
    .dropdown:hover{
        border: 0px;
    }
    
    button.navbar-toggler {
    position: relative;
    top: 15px;
    }
    ul.navbar-nav {
    margin-top: 25px;
    }
    a.nav-link.active, a.nav-link:hover  {
    border-top: 0px solid;
    color: #d00c27 !important;
    }
    a.nav-link {
    padding-top: 0;
    border-top: 0px solid transparent;
    }
    
 
}

@media (max-width: 767px){
    h2 {
    font-size: 20px;
    }
    h5 {
    font-size: 20px;
    }
    p {
    font-size: 14px;
    }
    .top-icon {
    top: -50px;
    }
    
    #Mymodal .modal-header {
    position: absolute;
    width: 87%;
    z-index: 111;
    border: 0;
    top: 10px;
    left: 10px;
    }
    
    ul.ftr-ul li {
    padding: 0;
    }
    .ftr-ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    }
    ul.ftr-ul .li-1{
        border: 0px;
    }
   
}
  

@media(min-width: 991px) and (max-width: 1140px){
.navbar-expand-sm .navbar-nav .nav-link{
        padding-left: 0px;
        padding-right: 0px;
}



    .navbar-nav li {
    display: inline-block;
    padding: 0 0px 0 8px;
    }
}
@media(max-width: 1750px){
   
}
@media (max-width: 480px){
 
    .navbar {
     flex-direction: row-reverse; 
    text-align: center;
    }

}

@media (max-width: 768px){
    .navbar {

    text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
    padding: 0px 6px;
    font-size: 15px;
    }
    
    .nav-item .btn {
    display: block;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
        margin-bottom: 10px;
        padding-bottom: 0px;
    }
    ul.nav.nav-tabs.m50{
        flex-direction: column;
        margin-top: 0;
    }
    .nav-tabs .nav-link{
        margin-bottom: 10px;
    }
    
}
@media (max-width: 630px){
   
}
@media (max-width: 575px){

    .navbar {
    flex-direction: row-reverse;
    text-align: center;
    }
   
}

@media(max-width: 580px){
   
}


@media(max-width:570px ){
 }
















#Mymodal input[type="checkbox"]:not(:checked) + label:after, #Mymodal input[type="checkbox"]:checked + label:after{
    content: '\2713\0020';
    position: absolute;
    top: 1px;
    left: 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    background: #2d2170;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    width: 20px;
    border-radius: 4px;
    border-color: #2d2170;
    height: 18px;
    padding-left: 3px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 1px;
  left: 0px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  background: #d00c27;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
  width: 20px;
  border-radius: 4px;
  border-color: #2d2170;
  height: 18px;
  padding-left: 3px;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #d00c27;
  background-color: #d00c27;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #ccc;

}











.box18{background:#3c3c3c;position:relative;-webkit-transition:all .35s ease;transition:all .35s ease;overflow: hidden;}
.box18:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
     left: 0px; 
    background: rgba(0, 0, 0, 0.38);
    /* border-left: 3px solid #fff; */
    /* border-right: 3px solid #fff; */
    opacity: .9;
    z-index: 1;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.box18:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
     left: 0px; 
    background: rgba(0, 0, 0, 0.38);
    /* border-left: 3px solid #fff; */
    /* border-right: 3px solid #fff; */
    opacity: .9;
    z-index: 1;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.box18 img,.box19 img{height:auto;width:100%}
.box18:before{-webkit-transform:skew(45deg) translateX(-155%);transform:skew(45deg) translateX(-155%)}
.box18:hover:before{-webkit-transform:skew(45deg) translateX(-55%);transform: skew(54deg) translateX(-51%);}
.box18:after{-webkit-transform:skew(45deg) translateX(155%);transform:skew(45deg) translateX(155%)}
.box18:hover:after{-webkit-transform:skew(45deg) translateX(55%);transform: skew(54deg) translateX(49%);}
.box18 img{-webkit-transition:all .35s ease;transition:all .35s ease}
.box18:hover img{opacity: 1;}
.box18 .box-content{position:absolute;top:50%;left:50%;/* -webkit-box-shadow:0 0 10px #3c3c3c; *//* box-shadow:0 0 10px #3c3c3c; */opacity:0;z-index:2;-webkit-transform:translate(-50%,-50%) scale(.5);transform:translate(-50%,-50%) scale(.5);-webkit-transition:all .35s ease;transition:all .35s ease;}
.box19,.box20,.box21{box-shadow:0 0 5px #a3a3a3}
.box18:hover .box-content{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1);opacity:1}
.box18 .post,.box18 .title{font-size:18px;font-weight:600;letter-spacing:1px;text-transform:uppercase;background:#3c3c3c;border:2px solid #fff;color:#fff;padding:15px 20px;margin:0}
.box18 .post,.box19 .title,.box20 .post,.box20 .title{text-transform:capitalize}
.box18 .post{display:block;font-size:14px;font-weight:400;padding:5px 10px;margin-top:15px}
.box-content img {
    width: 50%;
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width:990px){.box18{margin-bottom:30px}
}





section.thankyoubox p {
    padding-bottom: 57px;
}
section.thankyoubox h2 {
    padding: 60px 0;
}
section.thankyoubox {
    color: #fff;
    text-align: center;
    background: linear-gradient(to right, #011458, #005eb5, #222f98);
}
section.disclaimer{
    background: linear-gradient(to right, #011458, #005eb5, #222f98);
    padding: 20px 0;
    color:rgba(255, 255, 255, 0.48);
}



/*contact*/
.contact_form_all .form-control {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d5d5d5;
    border-radius: 42px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-sec textarea#message {
    min-height: 80px;
}
.contact_form_all .form-control {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-form {
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 8px 2px #0000001a;
    padding: 35px 0;
    border-radius: 5px;
    position: relative;
    top: -25px;
    transform: translateY(-25px);
}
.banner-contact {
    padding-bottom: 125px;
}
.contact-form {
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 8px 2px #0000001a;
    padding: 35px 20px;
    border-radius: 5px;
    position: relative;
    margin-top: -45px;
}
.cntct-btn:hover{
    background: transparent;
    border-color: #d00c27;
    color: #d00c27;
}
.cntct-btn {
    transition: all .3s ease-in-out;
    background: #d00c27;
    padding: 8px 30px;
    color: #fff;
    border-radius: 0px;
    font-size: 16px;
    position: relative;
    top: 0;
    border: 2px solid transparent;
}
.detail-cntct .row{
    justify-content: center;
}
.detail-box p:hover a{
    color: #d00c27 !important;
}
.detail-box p:hover {
    background: transparent;
    border-color: #d00c27;
    color: #d00c27;
}
.detail-box p a:hover {
    background: transparent;
    border-color: #d00c27;
    color: #d00c27;
}
.detail-box p {
    border: 1px solid;
    padding: 10px 10px;
    margin-top: 15px;
    background: #d00c27;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
section#detail-cnt {
    border-bottom: 1px solid #efefef;
    padding-bottom: 50px;
}
.detail-box {
    text-align: center;
}
/*contact*/

section.thankyoubox .faq-block h1{
    margin-bottom: 15px;
}
section.thankyoubox .faq-block{
    text-align: left;
    padding-bottom: 20px;
}
section.privacy{
    background: #fff;
    color: #000;
}
.faq-heading{
    color: #d00c27;
    font-size: 40px;
    margin: 20px 0;
}
section.thankyoubox .faq-block p {
    padding-bottom: 15px;
}


.vid-tb-st{
    margin: 0 auto;
}

/*.testi-img{
    background: url(../images/right-testi.png);
    background-size: cover;
    background-position: center;
    padding: 50px 0 20px 0;
    background-repeat: no-repeat;
}*/
#pricing .sample-tab.logo-tab-st.vid-tb-st a.nav-link {
    padding: 15px 20px !important;
    border-color: transparent;
    margin: 0 5px;
}






/*testimonials*/
.testimonialshead{
    background: #eaeaea;
}
.testimonials {
    background: #eaeaea;
    padding: 50px 0 50px 0;
}
.testimonials h2, .testimonials p{
    text-align: center;
}
.testimonials p{
    margin: 10px 0 30px 0;
}
.testimonials .grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(330px,1fr));
  grid-auto-rows: 20px;
}



.testimonials .item {
  background-color: #ffffff;
  border-radius: 4px;
}

.testimonials .photothumb{
  width: 100%;
}

.testimonials .title {
  padding: 20px;
 }

.testimonials .title h3{
  font-size: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
}

.testimonials .project .title{
  background-color: #607D8B;
}

.testimonials .blog .title{
  background-color: #ff9800;
}

.testimonials .photo .title{
  background-color: #f44336;
}

.testimonials .desc{
  padding: 10px 10px 5px 10px;
}

.testimonials .desc img{
  width: 50%;
  margin: 0 10px 10px 0;
  float: left;
}


.testimonials .desc p {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
}
.testimonials .desc span {
    margin-bottom: 10px;
    font-size: 90px;
    color: #00c7ff;
}
.testimonials .desc h6 {
    font-size: 16px;
    color: #d00c27;

}
.testimonials .desc h5 {
    font-size: 16px;
}
.testimonials .desc span {
    margin-bottom: 10px;
    font-size: 120px;
    color: #d00c27;
    width: 100%;
    float: left;
    line-height: 0;
    margin: 44px 0 0 0;

}




/*testimonials*/

/*Review Sec*/

.banner_review{
    
}

.review_sec {
    padding: 70px 0 70px;
}

.review_sec h2 {
    font-size: 62px;
    text-align: center;
    font-weight: bold;
    text-transform:  capitalize;
}

.review_sec .moreBox {
    display: none;
}

.review_boxes {
    margin: 50px 0 0;
}

.review_inner {
    /* border: 1px solid #dadada; */
    /* padding: 20px 15px; */
    /* border-radius: 15px 0px 15px 0px; */
    margin: 0 0 30px;
    box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.58);
}

h3.review_name {
    margin: 0;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    /* width: 60%; */
    /* float: left; */
    text-align: center;
    background-color: #001f7e;
    padding: 10px 0;
}

.review_ret {
    /* width: 40%; */
    /* float: right; */
    /* text-align: right; */
}

.review_body {
    padding: 20px 15px 15px;
    /* border: 1px solid #dadada; */
    border-radius: 15px 0px 0px 0px;
    border-bottom: 0px solid transparent;
    height: 130px;
    overflow-y: auto;
}

.review_footer {
    padding: 10px 0px 10px;
    background-color: #ffb600;
    /* border-radius: 0px 0px 15px 0px; */
    /* border: 1px solid #dadada; */
    /* border-top: 0px solid transparent; */
    margin: auto;
    display: table;
    width: 100%;
    text-align: center;
}

.review_body p {
    margin: 0;
    font-size: 14px;
    text-align: center;
}

.review-rating i {
    color: #fff;
    font-size: 18px;
    background-color: transparent;
    border: none;
}

.review-rating .fa-star:before {
    content: "\f005";
}

/*.review_inner:hover {
    background-color: #e53727;
    border-radius: 15px 0px 15px 0px;
    color: #fff;
}

.review_inner:hover h3 {
    color: #fff;
}*/


.red_btn_more {
    /* width: 100%; */
    background: #d00c27;
    border: 2px solid #d00c27;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 35px;
    display: table;
    margin: 40px auto 0;
    cursor: pointer;
}

.red_btn_more:hover, .red_btn_more:focus {
    background: #0b1b3d;
    border: 2px solid transparent;
    outline: none;
}

#loadMoreMore{
    display: none;
}

.loadMore_Btn{
    margin: auto;
    display: table;
}

.hide_review {
    display: none;
}

.review_body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.review_body::-webkit-scrollbar-track {
  border-radius: 10px;
}
 
/* Handle */
.review_body::-webkit-scrollbar-thumb {
  background: #122140; 
  border-radius: 10px;
}

/* Handle on hover */
.review_body:hover::-webkit-scrollbar-thumb {
  background: #122140; 
}
/*Review Sec*/

div#review .process-sec, div#review .testimonial-sec{
    display: none;
}

.pricing_tabs .nav.nav-tabs {
    margin: 10px auto 30px;
    display: flex;
    width: 40%;
    border-bottom: 0px solid #dee2e6;
}


.pricing_tabs .nav-tabs .nav-link {
    margin: 0 10px;
    border: 2px solid #d00c27;
    color: #212529;
    padding: 10px 0px 10px;
    border-radius: 5px;
    font-size: 20px;
    width: 170px;
    display: block;
    text-align: center;
    transition-duration: .5s;
    font-weight: 500;
}


.pricing_tabs .nav-tabs .nav-link.active, .pricing_tabs .nav-tabs .nav-item.show .nav-link {
    color: #fff !important;
    background-color: #d00c27;
    border-color: #d00c27 #d00c27 #d00c27;
}

.pricing_tabs .nav-tabs .nav-link:hover, .pricing_tabs .nav-tabs .nav-link:focus {
    color: #fff !important;
    background-color: #d00c27;
    border-color: #d00c27 #d00c27 #d00c27;
}

.pricing_tabs_content {
    background-color: #fff;
    padding: 30px 0 40px;
    border-radius: 10px 10px 0 0;
    margin: 0 0 30px;
}

 .pricing-sec .pricing_tabs_content .col-md-4{
     margin:0;
 }

.pricing_tabs_content .price-head {
    margin: 0 0 0;
}

.pricing_tabs_content .price-btn {
    width: 20%;
    padding: 10px 0;
    transition-duration: .5s;
}

.pricing_tabs_content h3 {
    font-size: 34px;
}

.pricing_tabs_content .price-box {
    background: transparent;
    box-shadow: 0px 0px 0px 0px #0000001a;
    padding: 40px 15px;
}

.pricing_tabs_content .price-list ul {
    list-style: none;
    padding: 0;
    height: auto;
    overflow-y: hidden;
}


.text-btn-st {
    display: inline-flex;
    align-items: center;
}
.text-btn-st {
    background: #000f54;
    border-radius: 40px;
    padding: 15px;
    box-shadow: 0 5px 20px 10px #dadadafc;
}

.text-btn-st h2 {
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.switch {

    position: relative;

    display: inline-block;

    width: 44px;

    height: 10px;

    top: 3px;

}

.switch input {

    opacity: 0;

    width: 0;

    height: 0;

}

.switch .slider {

    position: absolute;

    cursor: pointer;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: #d00c27;

    -webkit-transition: .4s;

    transition: .4s;

}

.switch .slider:before {

    position: absolute;

    content: "";

    height: 18px;

    width: 18px;

    left: 0px;

    bottom: -4px;

    background-color: white;

    -webkit-transition: .4s;

    transition: .4s;

}

.switch input:checked + .slider {

    background-color: #3d70b0;

}

.switch input:checked .ba-pricing-box {

    display: none;

}

.switch input:focus + .slider {

    box-shadow: 0 0 1px #2196F3;

}

.pre-pricing-box {

    display: none;

}

.switch input:checked + .slider:before {

    -webkit-transform: translateX(26px);

    -ms-transform: translateX(26px);

    transform: translateX(26px);

}

/* Rounded sliders */



.switch .slider.round {

    border-radius: 34px;

}

.switch .slider.round:before {

    border-radius: 50%;

}



/*switch*/



.switch input:checked + .slider {
    background-color: #3d70b0;
}

.portfolio-tabs-industry-wise{
    display: none;
}


.switcher_portfolio{

    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    text-align: center;
}

#m-footer ul a img {
    width: 18px;
}