/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/
/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
 @import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
 @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
 @import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/
 @import url(font-awesome.min.css);
 @import url(owl.carousel.min.css);
/*--------------------------------------------------------------------- basic ---------------------------------------------------------------------*/
 body {
     color: #666666;
     font-size: 14px;
     font-family: 'truetechBook'!important;
     line-height: 1.80857;
     font-weight: normal;
}
.h3, h3 {
    font-size: 1.2rem !important;
  }
.h4, h4 {
    font-size: 1.4rem !important;
  }
 a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

 h1, h2, h3, h4, h5, h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0 
}
 h1 {
     font-size: 24px 
}
 h2 {
     font-size: 22px 
}
 h3 {
     font-size: 18px 
}
 h4 {
     font-size: 16px 
}
 h5 {
     font-size: 14px 
}
 h6 {
     font-size: 13px 
}
 *, *::after, *::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1 
}
 button:focus {
     outline: none;
}
 ul, li, ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}
 p {
     margin: 0px;
     font-weight: 300;
     font-size: 16px;
     line-height: 24px;
     text-align: justify;
     
}
 a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}
 a, .btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 img {
     max-width: 100%;
     height: auto;
}
 :focus {
     outline: 0;
}
 
 .form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}
 
 button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
 .full {
     float: left;
     width: 100%;
}

 .full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.banner_content_box{
    padding-top: 160px;
}
.banner_content_box h1{
    font-size: 40px;
    text-align: left;
}

 #sidebarCollapse a {
     font-size: 20px;
     font-weight: bold;
     line-height: 22px;
     color: #1b6aa4;
     
}
@media (max-width:320px){
    #sidebarCollapse a {
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        color: #1b6aa4;
        margin-right: 40px;
}
}
/*@media (max-width:750px) {
    #sidebarCollapse{
        display:flex;
    }
    #navbar{
        display: none;
    }
}*/
 
 .owl-prev span {
     display: none;
}
 .owl-prev {
     width: 50px;
     height: 45px;
     background: url(../images/icon.jpg) !important;
     float: left;
     opacity: 1;
     color: #000;
}
 .owl-next {
     width: 50px;
     height: 45px;
     background: url(../images/-2.jpg) !important;
     float: right;
     opacity: 1;
     color: #000;
}
 .owl-next:hover{
     background: #e3d105;
     color: #000;
}
 .owl-dots {
     display: none;
}
 .owl-next span {
     display: none;
}
 .banner_bg {
     background-size: 100% 100%;
     background-repeat: no-repeat;
     position: relative;
}
/*.text_background {
    background-color: #000;
    opacity: 0.5;
}*/
 .text_box {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     bottom: auto;
     text-align: left;
     width:50%;
     background-color:rgba(0, 0, 0, 0.4);
     padding: 5px 5px 20px 20px;
}
 .text_box span{
    font-weight: 100;
     color: #1717ad;
     font-size:70px;
     line-height:40px;
}
 .text_box h1 {
    padding: 20px 0;
     font-weight: 500;
     color: #fff;
     font-size: 40px;
     line-height: 60px;
}
 .text_box a {
     color: #fff;
     font-size: 16px;
     line-height: 29px;
     background: transparent;
     border: #fff solid 1px;
     padding: 12px 35px;
     display: inline-block;
}
 .text_box a:hover {
     color: #000;
     background: #1b6aa4;
     border: #1b6aa4 solid 1px;
}
/** about **/
 .about {
     padding: 90px 0px;
     background-repeat: no-repeat;
     background: url(../images/background.jpg);
     background-size: 100% 100%;
}
 .about .about_box {
     padding: 1px 1px;
}
 .about .about_box span {
     font-size: 17px;
     line-height: 28px;
     color: #0851a3;
     font-weight: bold;
     padding-bottom: 10px;
     display: block;
}
 .about .about_box h2 {
     font-size: 50px;
     line-height: 50px;
     font-weight: 500;
     padding: 0;
}
 .about .about_box p {
     color: #000;
     font-size: 17px;
     line-height: 29px;
     padding: 30px 0px;
     font-weight: 400;
}
 .about .about_box a {
     color: #0851a3;
     font-size: 17px;
     line-height: 29px;
     background: transparent;
     border: #0851a3 solid 1px;
     padding: 12px 40px;
     display: inline-block;
}
 .about .about_box a:hover {
     color: #fff;
     background: #1b6aa4;
     border: #1b6aa4 solid 1px;
}
 .about .about_img figure {
     margin: 0;
}
 .about .about_img figure img {
    width: 100%;
}
/** end about **/
/** service **/
 .service {
    background: #1b6aa4;
     padding: 60px 0px;
}
 .service .ourheading {
    padding-bottom: 50px;
}
 .service .ourheading h2 {
    padding-bottom: 25px;
}
 .ourheading span {
    color: #000;
     font-size: 20px;
     line-height: 22px;
}
 .white_ll {
    color: #fff;
     font-weight: 500;
}
 .carousel-caption {
    position: inherit;
}
 .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 24px;
}
 .carousel-indicators .active {
    background: #000;
}
 .carousel-indicators li {
    background: #fff;
}
 .service_box {
    background: #fff;
     box-sizing: border-box;
     padding: 0px 20px 30px 20px;
     margin-bottom: 50px;
}
 .service_box figure {
    margin: 0;
     margin-top: 20px;
}
 .service_box figure img {
    margin-top: -30px;
}
 .service_box h3 {
     font-size: 30px;
     line-height: 32px;
     padding-top: 25px;
     padding-bottom: 15px;
     font-weight: 500;
     color: #050000;
}
 .service_box p {
    color: #050000;
     font-size: 15px;
     line-height: 28px;
}

 .form-control {
     border: #0851a3 solid 2px;
     border-radius: inherit;
     margin-bottom: 10px;
     padding: 12px 20px;
     background:none;
     color:white;
     font-family: poppins;
}
 .form-control:focus {
     box-shadow: inherit;
     border: #0851a3 solid 2px !important;
   
}
/** footer **/
 .footer {
     background: #011016;
     padding-top:50px;
}
 .footer .img-box {
     padding-right: 25px;
}
 .footer_logo {
     text-align: center;
     padding-bottom: 50px;
}
 .footer .address {
     text-align: center;
}
 .footer .address h3 {
     color: #fff;
     text-transform: uppercase;
     padding: 0;
     font-weight: 400;
     font-size: 25px;
     line-height: 33px;
}
 .footer .address p {
    color: #fff;
     font-size: 17px;
     line-height: 35px;
     padding: 15px 0px;
     font-weight: 400;
}
 ul.lik {
     text-align: center;
     
}
 ul.lik li {
     display: inline-block;
}
 ul.lik li {
     color: #292323;
     font-size: 12px;
     line-height: 27px;
     padding: 0px 15px;
     font-weight: 500;
}

 ul.lik li img:hover {
     color: #114c7d;
}
 .copyright {
     background: #00678d;
     margin-top: 90px;
}
 .copyright p {
     color: #fff;
     text-align: center;
     padding: 25px 0px;
     font-size: 17px;
}
.col-md-3 ul li a{
    color:white;
}
.col-md-3 ul li i{
    font-size: 25px;
}
.col-md-3 ul li a:hover{
    color:#00678d;
}
.col-md-3 ul li {
    padding-bottom: 5px;
}
.col-md-3 h2::before{
    
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        background: white;
        width: 20%;
    }

 .copyright a {
    color: #fff;
}
 .copyright a:hover {
     color: #000;
}
 .owl-dot {
     background: #15cfe5 !important;
     width: 25px;
     height: 25px;
     margin-bottom: 25px !important;
     border-radius: 25px;
     margin: 0px 5px;
     margin-bottom: 0px;
}
/** footer **/
/* --------------------------------------------------- SIDEBAR STYLE ----------------------------------------------------- */
 #sidebar {
     width: 280px;
     position: fixed;
     top: 0;
     left: -280px;
     height: 100vh;
     z-index: 999;
     background: #fff;
     color: #fff;
     transition: all 0.3s;
     overflow-y: scroll;
     box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
 #sidebar.active {
     left: 0;
}
 #dismiss {
     width: 35px;
     height: 35px;
     line-height: 34px;
     text-align: center;
     background: #111;
     position: absolute;
     top: 10px;
     right: 10px;
     cursor: pointer;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 #dismiss:hover {
     background: #111;
     color: #fff;
}
 .overlay {
     display: none;
     position: fixed;
     width: 100vw;
     height: 100vh;
     background: rgba(0, 0, 0, 0.7);
     z-index: 998;
     opacity: 0;
     transition: all 0.5s ease-in-out;
}
 .overlay.active {
     display: block;
     opacity: 1;
}
 #sidebarCollapse {
     background: transparent;
     padding: 0;
     border: none;
}
 #sidebar .sidebar-header {
     padding: 20px;
     background: #6d7fcc;
}
 #sidebar ul.components {
     padding: 55px 0;
}
 #sidebar ul p {
     color: #fff;
     padding: 10px;
}
 #sidebar ul li a {
     padding: 10px 25px;
     font-size: 1.3em;
     display: block;
     font-weight: 300;
     color:black;
}
 #sidebar ul li a:hover {
     color: #fff;
     background: #1b6aa4;
}
 #sidebar ul li.active > a, a[aria-expanded="true"] {
     color: #fff !important;
     background: #1b6aa4;
}
 a[data-toggle="collapse"] {
     position: relative;
}
.mCSB_container{
    position: inherit !important;
   

}
 .dropdown-toggle::after {
     display: block;
     position: absolute;
     top: 50%;
     right: 0px;
     transform: translateY(-50%);
}
 ul ul a {
     font-size: 0.9em !important;
     padding-left: 30px !important;
     /*background: #6d7fcc;*/
}
 ul.CTAs {
     padding: 20px;
}
 ul.CTAs a {
     text-align: center;
     font-size: 0.9em !important;
     display: block;
     border-radius: 5px;
     margin-bottom: 5px;
}
 a.download {
     background: #fff;
     color: #7386D5;
}
 a.article, a.article:hover {
     background: #1b6aa4 !important;
     color: #fff !important;
}

#back {
    background-image: url("images/l3.png");

}
#carouselExampleSlidesOnly{
    height: 100px;
}
 .carousel-item{
     height: 615px;

 }
 .carousel-item h1{
     /*padding: 60px 40px 20px 60px;*/

    
 }
 .fa, .far, .fas {
    font-family: 'FontAwesome' !important;
}
.mt-15 {
    margin-top: -15px;
}

 #header {
height: 90px;
position: fixed;
left: 0;
top: 0;
right: 0;
transition: all 0.5s;
z-index: 997;
background: white;
}

#header #logo img {
padding: 0;
margin: 0;
max-height: 100px;
max-width: 600px;
}
.navbar ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}
#navbar {
text-align: right;

}
.navbar > ul > li {
white-space: nowrap;
padding: 10px 0 10px 12px;
}
.navbar li {
position: relative;
}
.navbar a, .navbar a:focus {
display: flex;
align-items: center;
justify-content: space-between;
color: rgba(47, 47, 48, 0.8);
/*font-family: "Raleway", sans-serif;*/
font-weight: 500;
font-size: 18px;
white-space: nowrap;
transition: 0.3s;
position: relative;
/*padding: 6px 4px;*/
}
.navbar > ul > li > a:hover {

background-color: #1b6aa4;
border-radius: 5px;
color:#fff

}
.mobile-nav-toggle {
color: #fff;
font-size: 28px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}
#logo {
height: 100px;
width: 700px;
}


::placeholder{
    color:black !important;
}

@media (max-width: 991px){
.mobile-nav-toggle {
display: block;
}
}
.side{
    display: none;
}

/*@media (max-width:750px) {
    #sidebarCollapse{
        display:flex;
    }
    #navbar{
        display: none;
    }
}*/
 

.bropbtn {
    background-color: #fff;
    color: rgba(47, 47, 48, 0.8);
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 18px;
    border: none;
    font-weight: 500;
    margin-left: 8px;
  }
  
  .bropdown {
    position: relative;
    display: inline-block;
  }
  
  .bropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 16px;
    min-width: 160px;
    z-index: 1;
  }
  
  .bropdown-content a {
    color: #1b6aa4;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .bropdown-content a:hover {background-color: #1b6aa4; color: #fff; border-radius: 5px;}
  
  .bropdown:hover .bropdown-content {display: block;}
  
  .bropdown:hover .bropbtn {background-color: #1b6aa4; color:#fff; border-radius: 5px;}
  
.main-content{
    margin-top: 550px;
}

.col-md-5 img{
    margin-top: 10px;
}
.icon img{
    width:80px;
    height: 80px;

}

.icon-bg {
width: 30px;
height: 30px;
border-radius: 50%;
background-color: var(--red-color);
color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.choose-title h1, .choose-title h2 {
            
    margin-top: 10px;
    margin-bottom: 14px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 30px;
    margin-left: 30px;
}
.row_new {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .row_why_choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 50px;
    margin-left: 50px;
    text-align: center;
}
.row_why_choose h3 {
    padding-top: 20px;
}

.row_choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 50px;
    margin-left: 50px;
}
.rnrwork-icon {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 8px 1px #d3d3d3;
    position: relative;
}
.rnrwork-icon:after{
    border: 1px dashed #1b6aa4;
}
.rnrwork-icon:after {
    border: 1px dashed #1b6aa4;
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 100%;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}
.rnrwork-icon svg {
    font-size: 2rem;
    color: var(--red-color);
    opacity: .9;
    z-index: 2;
}
.rnrwork-icon p {
    position: absolute;
    font-size: 1rem;
    bottom: 0;
    right: 0;
    color: #fff;
    background: var(--blue-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work-cont {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.2rem;
    color: var(--blue-color);
}
.forword-arrow {
    position: absolute;
    top: 20%;
    right: -5%;
    transform: translate(0,-20%);
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em;
}
.rnrwork-icon svg {
    font-size: 2rem;
    color: var(--red-color);
    opacity: .9;
    z-index: 2;
}
svg:not(:root) {
    overflow: hidden;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}

svg:not(:root), symbol, image, marker, pattern, foreignObject {
    overflow: hidden;
}
.featured-section {
    background: #faf8f9;
}
.text-center {
    text-align: center!important;
}
.col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.section-title {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.section-title h2 {
    margin-bottom: 0;
   
    line-height: 1.4;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
.single-featured {
    padding: 2rem;
    border: 1px solid #d3d3d3;
    height: 100%;
    border-radius: 10px;
    transition: all .5s ease;
    background: #fff;
}
.single-featured .icon {
    position: absolute;
    top: 10px;
    left: 30px;
}
.single-featured .content {
    padding-left: 4.5rem;
    position: relative;
}
.single-featured .content p {
    /*height: 75px;*/
    margin-bottom: 1rem;
}
#side{
    display: none;
}
.section-title {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
  }
  .section-title:after,
  .section-title:before {
    content: "";
    position: absolute;
    bottom: 0;
  }
  .section-title:after {
    height: 2px;
    background-color: rgba(252, 92, 15, 0.46);
    left: 25%;
    right: 25%;
  }
  
  .section-title:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #fc5c0f;
    left: 50%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 9;
    border-radius: 50%;
  }
/* testimonal */

/*.col-md-12 {
                position: relative;
                width: 100%;
                min-height: 1px;
                padding-right: 15px;
                padding-left: 15px;
            }
.container {
                width: 100%;
                padding-right: 15px;
                padding-left: 15px;
                margin-right: auto;
                margin-left: auto;
            }
            
            .row {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-right: 30px;
                margin-left: 30px;
            }

/*.owl-carousel .owl-item img {
    display: block;
    width: 22%;
    height:22%;
    float: left;
    border: 5px solid #fff;
    border-radius: 50%;
    margin-left: 54px;
    margin-right: 35px;
    margin-top: 15px;
}
.testimonial-item.equal-height.style-6 {
    background-color: #eee;
    border-radius: 10px;
    margin: 10px;
}
.cell-right {
    text-align: center;
    margin-right: 80px;
    padding-top: 35px;
    padding-bottom: 20px;
}
.testimonial-name {
    font-weight: 600;
}
.testimonial-content.quote {
    padding: 17px 55px;
}
.et_right_sidebar #main-content .container:before{
    display: none;
}
#main-content .container {
    padding-top: 10px;
}
i.fa.fa-quote-left {
    padding: 0px 10px;
    color: #999;
}
.owl-prev{
    margin-top: -170px;
    margin-left: -60px;
}
.owl-next{
    margin-top: -170px;
    margin-right: -60px;
}
/*------Testimonial css ends------*/

/* client */

    .section-padding{
    padding:40px 40px 30px 40px;
    }
    .brand-carousel {
    background: white;
    
    }
    .owl-dots {
    text-align: center;
    margin-top: 4%;
    }
    .owl-dot {
    display: inline-block;
    height: 15px !important;
    width: 15px !important;
    background-color: #878787 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
    }
    .owl-dot.active {
    background-color: #000 !important;
    }


/* new testimonial */
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #1b6aa4;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom:80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #1b6aa4;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
display: none;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #1b6aa4;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
.col-md-2 h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: white;
    width: 20%;
  }
  a {
      color:white;
  }
  .single-featured:hover {
  
    border: 1px solid #5746a4;
    border-radius: 10px;   
    box-shadow: 0 0 6px 1px #5746a4;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 2.5 !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0062cc !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .footer_link {
      color:white;
  }
  .footer_link:hover {
    color:#0062cc;
}
.location {
    text-align: center;
  }
.set_icon {
        display: grid;
        grid-template-columns: 10% 90%;
        align-items: center;
       
}
.footer_link a {
    color:white;
}
.footer_link a:hover {
    color:#0062cc;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
      border-top-color: currentcolor;
      border-top-style: none;
      border-top-width: 0px;
    border-top: 1px solid white !important;
  }

  .our-partners-page {
    background: #1b6aa4;
    color: #fff;
    padding: 30px 0px;
    height: 250px;
    display: flex;
    align-items: center;
  }
  .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text-center {
    text-align: center !important;
  }
  .contact-link-box {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    padding-top: 30px;
  }
  .contact-info {
    text-align: center;
  }
  .contact-icon {
  font-size: 48px;

  }
  .contact-info a {
    font-size: 19px;
    font-family: 'Montserrat';
    font-weight: 300;
    color:white;
  }
  .address_detail {
      padding:150px 50px 150px 50px;
  }
  .address_detail hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
      border-top-color: currentcolor;
      border-top-style: none;
      border-top-width: 0px;
    border-top: 1px solid black !important; 

  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    max-width: 350px;
  }
  ul li {
      font-size: 18px;
      
  }
  .side {
      text-align: right!important;
    
  }
  
/* home loan page */
section:nth-child(odd) {
    background-color: #eaf0fc;
}
section {
    padding: 100px 0;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/**, *::after, *::before {
    margin: 0px;
    padding: 0px;
    box-sizing: inherit;
}*/
.about-wrapper {
    margin-left: 70px;
    position: relative;
}
.about-wrapper .after {
    position: absolute;
    top: 10%;
    left: -60px;
    background: #1b6aa4;
    box-shadow: 0 3px 80px rgb(173 181 189 / 30%), 0 0 10px rgb(173 181 189 / 30%) !important;
    width: 200px;
    height: 80%;
    color: #fff;
    border-radius: 0.2rem;
}
.about-wrapper .content {
    background-color: #fff;
    box-shadow: 0 3px 80px rgb(173 181 189 / 30%), 0 0 10px rgb(173 181 189 / 30%) !important;
    border-radius: 0.2rem;
    padding: 30px;
    position: relative;
}
.title {
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1300 - 300)));
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col p {
    /*font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1300 - 300)));*/
    opacity: .8;
    color: #444;
    margin-top: 0;
    margin-bottom: 1rem;
}
.about-wrapper .after h1 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 43%;
    left: -53px;
    font-size: 35px;
    color: white;
}
.img-wrapper {
    position: relative;
}
.img-wrapper .after {
    position: absolute;
    top: 10%;
    left: -30px;
    width: 100px;
    height: 80%;
    box-shadow: 0 3px 80px rgb(173 181 189 / 30%), 0 0 10px rgb(173 181 189 / 30%) !important;
    border-radius: 0.2rem;
    background: #1b6aa4;
}
.img-wrapper img {
    position: relative;
    width: 90%;
    border-radius: 0.2rem;
    box-shadow: 0 3px 80px rgb(173 181 189 / 50%), 0 0 10px rgb(173 181 189 / 70%) !important;
}
#how-work {
    padding-top:40px;
}
/* niva insurance */
.about-wrapper .niva {
    position: absolute;
    top: 10%;
    left: -50px;
    background: #1b6aa4;
    box-shadow: 0 3px 80px rgb(173 181 189 / 30%), 0 0 10px rgb(173 181 189 / 30%) !important;
    width: 200px;
    height: 80%;
    color: #fff;
    border-radius: 0.2rem;
}
.about-wrapper .niva h1 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 43%;
    left: -45px;
    font-size: 35px;
    color: white;
}
/* life insurance */
.about-wrapper .life {
    position: absolute;
    top: 10%;
    left: -60px;
    background: #1b6aa4;
    box-shadow: 0 3px 80px rgb(173 181 189 / 30%), 0 0 10px rgb(173 181 189 / 30%) !important;
    width: 200px;
    height: 80%;
    color: #fff;
    border-radius: 0.2rem;
}
.about-wrapper .life h1 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 43%;
    left: -70px;
    font-size: 35px;
    color: white;
}
/* general insurance */
.about-wrapper .general {
    position: absolute;
    top: 10%;
    left: -60px;
    background: #1b6aa4;
    box-shadow: 0 3px 80px rgb(173 181 189 / 30%), 0 0 10px rgb(173 181 189 / 30%) !important;
    width: 200px;
    height: 80%;
    color: #fff;
    border-radius: 0.2rem;
}
.about-wrapper .general h1 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 43%;
    left: -90px;
    font-size: 35px;
    color: white;
}
/* health insurance */
.about-wrapper .health {
    position: absolute;
    top: 10%;
    left: -60px;
    background: #1b6aa4;
    box-shadow: 0 3px 80px rgb(173 181 189 / 30%), 0 0 10px rgb(173 181 189 / 30%) !important;
    width: 200px;
    height: 80%;
    color: #fff;
    border-radius: 0.2rem;
}
.about-wrapper .health h1 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 43%;
    left: -82px;
    font-size: 35px;
    color: white;
}
/* business loan*/
.about-wrapper .business {
    position: absolute;
    top: 10%;
    left: -60px;
    background: #1b6aa4;
    box-shadow: 0 3px 80px rgb(173 181 189 / 30%), 0 0 10px rgb(173 181 189 / 30%) !important;
    width: 200px;
    height: 80%;
    color: #fff;
    border-radius: 0.2rem;
}
.about-wrapper .business h1 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 43%;
    left: -70px;
    font-size: 35px;
    color: white;
}
/* GST Tax */
.about-wrapper .gst {
    position: absolute;
    top: 10%;
    left: -60px;
    background: #1b6aa4;
    box-shadow: 0 3px 80px rgb(173 181 189 / 30%), 0 0 10px rgb(173 181 189 / 30%) !important;
    width: 200px;
    height: 80%;
    color: #fff;
    border-radius: 0.2rem;
}
.about-wrapper .gst h1 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 43%;
    left: 0px;
    font-size: 35px;
    color: white;
}
.modal-dialog {
    max-width: 400px !important;
    margin: 1.75rem auto;
  }
  .btn-outline-primary a:hover{
    color:white !important;

  }

  /* dropdown */
  .dropdown {
    position: relative;
  }
  
  .navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    color: #44425A;
    font-size: 18px;
    font-weight: 500;
    outline: none;
  }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .dropdown-menu.show {
    display: block;
  }
  .rounded-0 {
    border-radius: 0 !important;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #6C6A74;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  .dropdown-menu a:hover {
    background-color: #1b6aa4;
    color:white;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .dropdown-toggle{
    border-radius: 5px;

  }

  /* bajaj section */
  .plans .container ul li {
    color: #ffffff;
  }
  .plans .single-benifit {
    min-height: auto;
  }
  .plans .single-benifit {
    min-height: auto;
    background-color: white;
    border-radius: 10px;
    color: #040404;
    margin: 10px 0px;
    width: 100%;
  }
  .plans ul li {
    display: flex;
    margin-bottom: 10px;
  }
    .benifitL {
        width: 15%;
        float: none;
        position: relative;
        text-align: center;
        padding: 1%;
      }
      .plans .single-benifit .benifitL img {
        height: 85px;
      }
      .benifitR {
        width: 85%;
        float: none;
        position: relative;
        padding: 1%;
      }
      .plans h3 {
        font-size: 2rem;
      }
      .bajaj {
        width: 100%;
        margin: 0 auto;
        padding: 0 40px;
        max-width: 1440px;
      }
      .plans ul li {
        display: flex;
      }
      .single-benifit {
        display: inline-flex;
        background: white;
margin-bottom: 30px;
border-radius: 10px;
padding: 15px 15px 5px 15px;
      }
    .size {
        width: 220px;
        height: 110px;
      
    }

/* niva */
.full-width-container {
    width: 100%;
    height: auto;
    padding: 60px 0;
  }
  .maxwid {
    max-width: 1240px;
    margin: auto;
  }
  .componentContainer {
    width: 100%;
  }
  section.info__card__wrapper .info__card__container {
    max-width: 1240px;
  }
  section.info__card__wrapper .info__card__container .info__card__row .info__card__col .info__card__box {
    border-top: 4px solid #1b6aa4;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 15px 0 rgba(163,163,163,.37);
    box-shadow: 0 0 15px 0 rgba(163,163,163,.37);
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 1rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .justify-content-md-around {
    
    justify-content: space-around !important;
  }
  .pt {
    padding-top: 1rem !important;
  }
  section.info__card__wrapper .info__card__container .info__card__row .info__card__col .info__card__box span {
    font-size: 3.75rem;
    top: -26px;
  }

/** health new **/
  .shadows:hover {
    background-color: #fff;
    box-shadow: 0 3px 80px rgb(173 181 189 / 30%), 0 0 10px rgb(173 181 189 / 30%) !important;
    border-radius: 0.2rem;
    position: relative;
  }
  .shadows {
    background-color: #fff;
    border-radius: 0.2rem;
    padding: 30px;
    position: relative;
  }
.black {
    color:#000 !important;
}
.black:hover {
    color:#0851a3 !important;
}


    .whatsapp-icon img{
    height:50px;
    left:5px;
    position: fixed;
    top:81%;
    border-radius:50%;
    border:1px solid white;
    z-index: 9999;
    animation: shake 10.0s ease infinite;
    
}
.phone-icon img 
{
    height: 50px;
    float: right;
    left: 5px;
    position: fixed;
    z-index: 9999;
    top: 90%;
    border-radius:50%;
    border:1px solid black;
   
}
  .enquire button {
      text-align: right;
    right: -48px !important;
    position:fixed;
    z-index: 9999;
    top: 40%;
    transform:rotate(90deg);
  }
 