			    .sep_line_blue{width:100%;height:60px;background-color:#efb314;position: relative;}
			    .sep_line_blue .text-capitalize{padding-top: 10px;color: #000000;}
			    .item-content h6{margin-top: 20px;}

                 .carousel-control-next, .carousel-control-prev {}
                 /*.carousel-item .caro_contend {border: 2px solid #83b8f9;padding: 15px;background-color: #c0dcff;}*/
                 .carousel-item .caro_contend h6 a{color:#ffb94d;}
                 .carousel-item .caro_contend {border: 2px solid #5793db;padding: 15px;background-color: #044593;}
                 .carousel {margin-left:-25px;}
                 .carousel-item {width: 105%;}

                .slider_row{width:98%;margin-left:1%;}
                .owl-carousel1 .owl-prev{position: absolute;
                        cursor:pointer;
                        left: 10px;
                        bottom: 90px;
                        background-color: black;
                        width: 54px;
                        border-radius: 30px;
                        color: white;
                        font-size: 25px;
                        padding: 10px;}
                .owl-carousel1 .owl-next{position: absolute;
                        cursor:pointer;
                        right: 10px;
                        bottom: 90px;
                        background-color: black;
                        width: 54px;
                        border-radius: 30px;
                        color: white;
                        font-size: 25px;
                        padding: 10px;}
                .owl-carousel1 .owl-prev i{margin-left:8px;}      
                .owl-carousel1 .owl-next i{margin-left:12px;}        
                        
                        
                        /*.owl-carousel1 img{height:550px;}         */
                                 
                        .slider_caption{position: absolute;
                                        left: 27%;
                                        bottom: 15%;
                                        z-index: 2;
                                        background-color: #044593;
                                        padding: 20px;}
                                        
                        .slider_caption h3{font-size: 33px;
                                        font-weight: 800;
                                        text-shadow: 1px 4px black;
                                        color: #fabe00;}
                        .slider_caption h5{font-size: 25px;
                                           font-weight: 500;
                                           color:white;
                                           text-shadow: 1px 4px black;}

			    .sep_line_blue span a{
                    position: absolute;
                    background-color: black;
                    color: white !important;
                    right: 20px;
                    border: 2px solid white;
                  /*  margin-top: -10px;*/
                  top: 10px;
			        
			    }
                .sep_line_blue span h3{
                        font-size: 25px;
                        text-align: center;
                        padding-top: 17px;}

                        .owl-nav{display:block !important;}
                        .owl-theme .owl-nav>div{top: -200px;background-color: black;}
                        .owl-carousel .owl-nav>div:first-child {
                               /* right: 60px !important;*/
                                left:unset;
                            }

  @media only screen and (min-width: 720px) {
      .inner_slide_cap{
        margin-left: 13px !important;
        }
        }

                    .inner_slide_cap{
                        padding: 10px;
                        background-color: #1f2943;
                    }
                    .inner_slide_cap h3{color:white;font-size:20px;text-align:center;padding-top:10px;}
                    .inner_slide_cap h5{color:white;font-size:14px;text-align:center;}

                
                /*style to mobile*/

                    @media only screen and (max-width: 720px) {
                      .owl-carousel1 img {height: 250px;}
                      .slider_caption {left: 6%;bottom: 5%;padding: 10px}
                      .slider_caption h3 {font-size: 15px;}
                      .slider_caption h5 {font-size: 12px;}
                      .sep_line_blue span h3 {font-size: 15px;text-align: left;padding-left: 10px;}
                      .sep_line_blue span a {margin-top: 5px;}
                    }