.clear{
  clear:both;
}
.carousel-indicators li {
  background-color: rgba(255,153,51,.5) !important;
}
.carousel-indicators .active {
  background-color: #138808 !important;
}
.theme_back_color{
  background-color: #ff9933;
}
.theme_back_color1{
  background-color: #138808;
}
.theme_back_color2{
  background-color: #ff9933;
}
.theme_color{
  color: #ff9933;
}
.theme_color1{
  color: #363839;
}
.theme_color2{
  color: #B4823B;
}
.color_212529{
  color: #212529;
}
.nag_logo_res_holder{
  display:none;
}
img{
  max-width:100%;
}
.color_fff{
  color:#fff;
}
.btn-theme {
  color: #fff;
  background-color: #ff9933;
  border-color: #ff9933;
}

.btn-theme:hover {
  color: #fff;
  background-color: #ff9933;
  border-color: #ff9933;
}

.btn-theme:focus, .btn-theme.focus {
  box-shadow: 0 0 0 0.2rem rgb(195, 80, 41, 0.5);
}
.forklift_shadow{
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.flex-container {
  display: flex;
  justify-content: center;
}
a{
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.wid-80-center{
  max-width:80%;
  margin:auto;
}

.color_212529{
  color: #212529;
}
.nag_wrapper{
    width:100%;
} 
.nag_wrapper_back_f7f7f7{
    background-color: #f7f7f7;
} 
.nag_wrapper_back_f1f1f1{
  background-color: #f1f1f1;
} 
.nag_wrapper_back_fff{
    background-color: #ffffff;
} 
.nag_wrapper_back_2f3232{
  background: #2f3232;
}

.nag_wrapper_head{
  padding: 20px 0px;
}
.nag_wrapper_space_60{
    padding: 60px 0px;
}
.nag_wrapper_space_50{
  padding: 50px 0px;
}
.nag_wrapper_space_40{
  padding: 40px 0px;
}
.nag_wrapper_space_30{
  padding: 30px 0px;
}
.nag_wrapper_space_20{
  padding: 20px 0px;
}
.nag_wrapper_space_15{
  padding:15px 0px;
}
.nag_wrapper_space_10{
  padding: 10px 0px;
}
.nag_wrapper_space_5{
  padding:5px 0px;
}
.div_full{
  width:100%;
}
.back_image{
  background-position:center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ban_height_200{
  height: 200px;
}
.ban_wrapper_space_100{
  padding:100px 0px;
}
.ban_wrapper_space_150{
  padding:150px 0px;
}
.back_rgb_000_opa_9{
  background-color: rgba(0,0,0,0.9);
  width: 100%;
}
.back_rgb_000_opa_8{
  background-color: rgba(0,0,0,0.8);
  width: 100%;
}
.back_rgb_000_opa_7{
  background-color: rgba(0,0,0,0.7);
  width: 100%;
}
.back_rgb_000_opa_6{
  background-color: rgba(0,0,0,0.6);
  width: 100%;
}
.back_rgb_000_opa_4{
  background-color: rgba(0,0,0,0.4);
  width: 100%;
}
.page_banner_holder{
  width:100%;
}
.page_banner_holder h1 {
  font-size: 48px;
  margin: 0px;
  padding-bottom: 20px;
  line-height: 140%;
  font-weight: bold;
  position: relative;
  display: table;
  color: #fff;
}
.page_banner_holder h1:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 70%;
  border-bottom: 3px solid #ff9933;
}

.heading_h1_center{
  position: relative;
  display: table;
  margin:auto;
  text-align: center;
}
.heading_h1_center:after {
  content: '';
  position: absolute;
  bottom:-10px;
  left: 15%;
  width: 70%;
  border-bottom: 3px solid #ff9933;
}
.heading_h1_center:before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: calc(50% - 4px);
  width: 10px;
  border-bottom: 10px solid #ff9933;
  border-radius: 50%;
}


.heading_h1_center_w{
  position: relative;
  display: table;
  margin:auto;
  text-align: center;
  color:#fff;
}
.heading_h1_center_w:after {
  content: '';
  position: absolute;
  bottom:-10px;
  left: 15%;
  width: 70%;
  border-bottom: 3px solid #fff;
}
.heading_h1_center_w:before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: calc(50% - 4px);
  width: 10px;
  border-bottom: 10px solid #fff;
  border-radius: 50%;
}

.ban_wrapper_space_hela_300{
  padding: 100px 0px;
  height: 300px;
}
.page_head_hela_center{
      text-align:center;
  }
.page_head_hela_center h1 {
position: absolute;
width: 90%;
font-size: 60px;
font-weight: 600;
color: transparent;
background-image: linear-gradient(to right ,#ff9933, #ffffff, #138808);
-webkit-background-clip: text;
background-clip: text;    
background-size: 200%;
background-position: -200%;
animation: animated-gradient 2s infinite alternate-reverse;      
}
@keyframes animated-gradient{
to{
  background-position: 200%;
}
}

.white_text{
  width:100%;
}
.white_text ul li{
  text-align:center;
  color:#fff;
  list-style: none;
  font-size: 22px;
  padding: 7px 0px;
}

.center_head_holder{
  width:100%;
  padding-bottom:30px;
}
.center_head_h5{
  position: relative;
  display: table;
  margin:auto;
}
.center_head_h5:after {
  content: '';
  position: absolute;
  bottom:-10px;
  left: 15%;
  width: 70%;
  border-bottom: 1px solid #f47720;
}

.fassai_logo_holder{
  float: right;
}
.fassai_logo {
  height: 50px;
  float: right;
}
.fassai_license{
  font-size: 12px;
  float: right;
}

.img_hold {
  width:100%;
}
.img_hold img{
  width:100%;
}

.img_hold_full {
  width:100%;
  height:100%;
}
.img_hold_full img{
  max-width:100%;
  max-height:100%;
}
.img_hold_80{
  width:80%;
  margin:auto;
  vertical-align: middle;
}
.img_hold_80 img {
  width:100%;
}
.img_hold_70{
  width:70%;
  margin:auto;
  vertical-align: middle;
}
.img_hold_70 img {
  width:100%;
}
.img_in{
  width:100%;
  text-align: center;
}
.img_in img{
  max-width:100%;
}

.pad_top_0{
  padding-top: 0px;
}
.pad_top_5{
  padding-top:5px;
}
.pad_top_10{
  padding-top: 10px;
}
.pad_top_15{
  padding-top: 15px;
}
.pad_top_20{
  padding-top: 20px;
}
.pad_top_25{
  padding-top:25px;
}


.pad_bot_0{
  padding-bottom: 0px !important;
}
.pad_bot_5{
  padding-bottom:5px;
}
.pad_bot_10{
  padding-bottom:10px;
}
.pad_bot_15{
  padding-bottom:15px;
}
.pad_bot_20{
  padding-bottom:20px;
}
.pad_bot_25{
  padding-bottom:25px;
}
.pad_bot_30{
  padding-bottom:30px;
}
.pad_bot_35{
  padding-bottom:35px;
}
.pad_bot_40{
  padding-bottom:40px;
}

.mar_bot_0{
  margin-bottom: 0px;
}
.mar_bot_5{
  margin-bottom: 5px;
}
.mar_bot_10{
  margin-bottom: 10px;
}
.mar_bot_15{
  margin-bottom: 15px;
}
.mar_bot_20{
  margin-bottom: 20px;
}

.mar_top_0{
  margin-top: 0px;
}
.mar_top_5{
  margin-top: 5px;
}
.mar_top_10{
  margin-top: 10px;
}
.mar_top_15{
  margin-top: 15px;
}
.mar_top_20{
  margin-top: 20px;
}
.mar_top_25{
  margin-top: 25px;
}

.img_350{
  max-width: 350px;
}
.img_300{
  max-width: 300px;
}
.img_200{
  max-width: 200px;
}
.img_250{
  max-width: 250px;
}

.font_size_12{
  font-size:12px;
}
.font_size_13{
  font-size:13px;
}

.border_top_bottom {
  border-top: 1px solid #B4823B;
  border-bottom: 1px solid #B4823B;
}

.nag_container{
    max-width:1680px;
    margin:auto;
}
.nag_row{
    padding: 0px 15px;
}
.nag_logo_holder{
    width:170px;
    float:left;
}
.nag_logo_holder img{
    width:100%;
}

.nag_head{
  padding-top: 5px;
  padding-left:5px;
  padding-left:30px;
}
.nag_head a img {
  height:100px;
}
.nag_head h1{
  font-size:32px;
  text-align: center;
  color:#ff9933;
  text-transform:uppercase;
}
.nag_head h2{
  font-size:12px;
  text-align: center;
  color:#ff9933;
}

.nag_head_phone{
  float:right;
  padding-top: 10px;
}
.nag_head_phone ul{
  padding-left: 0px;
  margin-bottom: 0px;
}
.nag_head_phone ul li{
  list-style: none;
  font-size: 14px;
}
.nag_head_phone ul li a{
  color: #ff9933;
  text-decoration: none
}
.nag_head_phone ul li a:hover{
  color: #ff9933;
}
.nag_head_phone ul li a i{
  padding-right:5px;
}
.head_email_spec{
    display: block;
    padding-bottom: 10px;
}
.nav_right{
  float:right;
}
.head_menu_navbar .navbar {
  padding: 7px 1rem !important;
}
.dropdown-menu-holder{
  padding:0px !important;
  margin:2px 0px 0px 0px !important;
  border:0px !important;
  border-radius:0px !important;
}
.dropdown-menu-holder .dropdown-item{
  font-size:13px;
  border-bottom: 1px solid #eee;
  padding:8px 10px 8px 10px !important;
  width:50%;
  float: left;
  clear: initial !important;
  white-space: inherit !important;
}
.dropdown-menu.dropdown-menu-holder {
  right:0px !important;
  left: auto !important;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #f47720 !important;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: #f47720 !important;
  color: #fff !important;
}
.dropdown-menu-holder{
  width:500px !important;
}
.dropdown-menu-holder-shadow{
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.car_icon i{
  font-size:42px;
  color:#fff;
}
.carousel-control-next, .carousel-control-prev{
  opacity: 1 !important;
}
.carousel-caption{
  /*border-radius: 5px 5px 0px 0px;
  background-color: rgba(244, 119, 32, 0.5);
  padding:5px !important;*/
}
.carousel-caption-spare{
  /*background-color: rgba(244, 119, 32, 0.85);*/
}
.carousel-caption-in{
  border:1px dashed #fff;
  width:100%;
  border-radius: 5px;
}
.set_right{
  float:right;
}
.set_left{
  float:left;
}
.below_slider_line{
  height:3px;
}
.block_3_holder{
  width:100%;
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  margin:15px 0px;
}
.block_ani{
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  text-align:center;
  padding-bottom:30px;
}
.block_ani:hover{
  box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  z-index: 3;
}
.block_3_holder h4{
  margin:0px;
  padding-top: 15px;
  color: #B4823B;
}
.block_3_holder p{
  padding-bottom: 15px;
}
.block_3_cir{
  width:80px;
  height: 80px;
  line-height: 80px;
  margin:auto;
  border-radius: 100%;
  border:1px solid #B4823B;
  font-size: 32px;
  color: #B4823B;
}
.block_3_cir:hover{
  border:1px solid #c35029;
  color: #c35029;
}
.block_3_holder p{
  margin-bottom:0px;
  padding-top:15px;
}
.block_3_image{
  width:100%;
}
.block_3_image img{
  max-width:100%;
}

.block5{
  width:calc(20% - 20px);
  height:90px;
  float:left;
  background-color: #ff9933;
  color:#fff;
  margin:0px 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  padding:5px 5px;
  display: table;
  text-align: center;
  border-radius: 5px;
  
}
.block5 span {
  display: table-cell;
  vertical-align: middle;
  border: 1px dashed #fff;
  border-radius: 5px;
}

.home_img_full_holder{
  width:100%;
}
.home_img_full_holder img{
  width:100%;
}

.block_3_brand{
  width:100%;
  background-color: #ffffff;
  height: 100px;
  margin:15px 0px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.block_3_brand img{
  max-width: 100%;
  padding: 10px;
  max-height: 100%;
}

.foot_2_ul{
  padding-left: 0px;
  }
.foot_2_ul li{
  list-style: none;
  font-size:14px;
}
.foot_2_ul li a i{
  padding-right:5px;
}
.foot_2_ul li a{
  color: #212529;
  padding: 5px 0px;
    display: block;
}
.foot_2_ul li a:hover{
  color:#fff;
  list-style: none;
  text-decoration: none;
}
.foot_copy_left p{
  color:#f47720;
}
.foot_copy_left p a{
  color:#f47720;
}
.foot_copy_left p a:hover{
  color:#000;
}

.sitemap_ul{
  padding-left: 0px;
  }
.sitemap_ul li{
  list-style: none;
  font-size:14px;
}
.sitemap_ul li a i{
  padding-right:5px;
}
.sitemap_ul li a{
  color: #212529;
  padding: 5px 0px;
    display: block;
    list-style: none;
}
.sitemap_ul li a:hover{
  color:#f47720;
  list-style: none;
  text-decoration: none;
}
.footer-fssai{
  border-top: 1px dashed #f47720;
  text-align: center;
}
.fassai_logo_mob{
  margin-top:20px;
  height: 60px;
  
}
.fassai_license_mob{
  text-align: center;
  padding-bottom: 30px;
}
footer{
  border-top: 1px dashed #f47720;
}
.foot_logo_holder_out{
  width:220px;
  height:220px;
  background-color: #fff;
  border-radius: 50%;
  padding:10px;
}

.foot_logo_holder{
  width:200px;
  height:200px;
  text-align: center;  
  background-color: #fff;
  padding: 10px;
  border-radius: 50%;
  margin: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.foot_logo_holder img{
  width:100%;
  padding-top: 35px;
}
.footer_menu{
  float: right;
}
.footer_menu li{
display: inline;
}
.footer_menu li a{
  color: #ff9933;
  font-size: 13px;
  padding:0px 5px;
}
.footer_menu li a:hover{
  color: #000;
  text-decoration: none;
}
.foot_left_block{
  width:100%;
}
.what_holder{
  width: 100%;
  text-align: center;
  padding-top:150px;
}
.what_holder_click{
  width:100%;
  text-align: center;
}
.what_holder_click p{
  font-size:13px;
}
.font_wh{
  font-size: 24px;
}
.what_holder i{
  width: 100%;
  font-size: 82px;
  color: #fff;
}
.what_holder a{
  width: 100%;
  font-size: 36px;
  color: #fff;
}
.what_holder a:hover{
  color: #00bfa5;
  text-decoration: none;
}
.what_holder a i:hover{
  color: #00bfa5;
  text-decoration: none;
}
.nag_technology{
  color: #000;
}
.nag_technology:hover{
  color: #fff;
  text-decoration: none;
}

/*  Home start*/


/*  Home End*/

/*  About start*/
.white_back {
  background-color: #ffffff;
  padding: 10px;
}
.black_back{
  border:2px solid #ffffff;
}
.img_max{
  max-width:500px;
  margin: auto;
  text-align: center;
}
.img_max img{
  width:100%;
}
.vision h4{
  color: #ffffff;
}
.vision ul {
  padding-left:0px;
}
.vision ul li{
  color: #ffffff;
  list-style: none;
  line-height: 250%;
}
.vision ul li i{
  color: #B4823B;
  padding-right:10px;
}
/*  About End*/


/*  contact start*/
.form_hold{
  width:100%;
  background-color: #ffffff;
  padding:40px;
}
.box_hold{
  width:100%;
  padding-bottom: 20px;
}
.box_hold input{
  width:100%;
  border: 1px solid #B4823B;
  border-radius: 2px;
  padding: 5px;
}
.box_hold label{
  width:100%;
  display: block;
} 
.box_hold textarea{
  width:100%;
  border: 1px solid #B4823B;
  border-radius: 2px;
  padding: 5px;
}
.button_hold{
  width:100%;
}
.dot-line{
  border-bottom: 1px dashed #ff9933;
  width: 100%;
}
.address_holder{
  width:100%;
  background-color: #ffffff;
  padding:40px;
}
.address_box{
  width:100%;
}
.con_left_box{
  width:60px;
  float: left;
}
.con_right_box{
  width:calc(100% - 60px);
  float: left;
  padding-left: 10px;
}
.con_right_box p a{
  color:#212529;
}
.con_right_box p a:hover{
  color:#ff9933;
}
.con_round{
  width:60px;
  height:30px;
  background-color: #fff;
  margin:auto;
  text-align: center;
}
.con_round i{
  font-size: 36px;
  color: #ff9933;
  line-height: 30px;
}
.con_round:hover i{
  color:#212529;
}
.con_hold{
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
}
/*  contact end*/


/* products start */
.products_holder{
  width:100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  margin:15px 0px;
  height: 270px;
  overflow: hidden;
}
.products_image{
  width:50%;
  float: left;
  height: 250px;
  overflow: hidden;
  text-align: center;
  align-items: center;
  display: flex;
}
.products_image img{
  max-width: 100%;
  max-height: 100%;
  
}
.products_content{
  width:50%;
  float: left;
  padding-left: 15px;
}
.products_content p{
  text-align: justify;
}
.products_content h5{
  color: #f47720;
}

.products_list_holder{
  width:100%;
  background-color: #fff;
  border-radius:5px;
  overflow: hidden;
}
.products_list_head{
  padding: 10px 25px;
}
.products_list_head h5{
  padding: 10px 0px;
  margin-bottom:0px;
}
.products_list_head h5 a{
  display: block;
  color: #f47720;
  text-decoration: none;
}
.products_list_holder ul{
  margin-bottom:0px;
  padding-left: 0px;
}
.products_list_holder ul li{
  list-style: none;
}
.products_list_holder ul li a{
  background-color: #f47720;
  display: block;
  padding: 10px 25px;
  border-top:1px dashed #c35029;
  color:#fff;
  text-decoration: none;
}
.products_list_holder ul li a i{
  float: right;
}
.products_list_holder ul li a:hover{
  background-color: #fff;
  color: #f47720;
}
.products_list_holder ul li a.active{
  background-color: #fff;
  color: #f47720;
}

.product_holder{
  background-color: #fff;
  border-radius:5px;
  overflow: hidden;
}
.product_holder_img{
  width:100%;
  padding:15px;
  text-align: center;
}
.product_holder_img img{
  max-width: 100%;
}
.product_holder_heading{
  border-top:1px dashed #f47720;
  border-bottom:1px dashed #f47720;
  padding:15px;
}
.product_holder_heading h3{
  margin:0px;
  color: #f47720;
}
.product_holder_content{
  padding:15px;
}
/* products end*/


@media (max-width: 1200px) {
  .nag_247 {
    display: none;
  }
  .what_holder{
    padding-top:50px;
  }
  .block5{
    width:100%;
    margin:10px auto;
  }
}

@media (max-width: 992px) {
  .nag_wrapper_head{
    padding: 20px 0px;
  }
  .res_992{
    display:none;
  }
  .ban_wrapper_space_150{
    padding: 100px 0px; 
  }
  .page_banner_holder h1 {
    font-size: 28px;
  }
  .nag_logo_holder {
    width: 100px;
  }
  .nag_head{
    padding-top: 5px;
    float: right;
    padding-left: 0px
  }
  .nag_head h1 {
    font-size: 20px;
    margin-bottom: 0px;
    padding-top: 5px;
  }
  .nag_head_phone {
    display:none;
  }

  .nag_head_phone ul{
    text-align: center;
  }
  .nag_head_phone ul li{
    display: inline-block;
    line-height: 100%;
  }
  .nag_head_phone ul li a {
    font-size: 13px;
    padding: 0px 5px;
  }
  .head_email_spec{
    display: inline;
  }
  .nag_head_phone{
    padding-top:0px;
  }
  .carousel-caption{
    width: 100% !important;
    left:0% !important;
    right: 0% !important;
  }
  .carousel-caption-in h1{
    font-size:20px !important;
  }
  .carousel-caption p {
    font-size:14px !important;
  }
  .foot_copy_res{
    text-align: center;
    padding-bottom: 10px;
  }
  .footer_menu{
    margin-bottom: 0px;
    float: none;
    padding-left: 0px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .dropdown-menu-holder .dropdown-item {
    color: rgba(255,255,255,.5);
    border-bottom: 0px solid #eee;
    width:100% !important;
  }
  .dropdown-menu-holder {
      width:100% !important;
  }
}
@media (max-width: 768px) {
  .nag_wrapper_head{
    padding: 10px 0px;
  }
  .res_768{
    display:none;
  }
  .nag_logo_res_holder{
    display: block;
    float:left;
    width:70px;
  }
  .nag_logo_res_holder img{
    width:100%;
    float:left;
  }
  .nag_head{
    width:calc(100% - 70px);
    padding-top: 0px;
  }
  .nag_head h1 {
    font-size: 15px;
  }
  
  .nag_head h2{
    font-size: 11px;
  }
  .nag_head_phone ul li a {
    font-size: 12px;
  }
  .heading_h1_center{
    font-size: 24px;
  }
  
}
@media (max-width: 767px) {
  .res_off_767{
    display: none;
  }
  
  .products_list_holder{
    margin-top:30px;
  }
  .carousel-item{
    height: 400px !important;
  }
  .nag_wrapper_space_60 {
      padding: 30px 0px;
  }
}
@media (max-width: 600px) {
  .ban_wrapper_space_150{
    padding: 60px 0px; 
  }
  .carousel-item{
    height: 300px !important;
  }
  .carousel-caption p{
    display: none;
  }
  .carousel-caption-in h1 {
    padding-top: 5px;
  }
}
@media (max-width: 520px) {
  .carousel-item{
    height: 250px !important;
  }
  .carousel-caption-in h1 {
      font-size: 18px !important;
  }
}
@media (max-width: 480px) {

  .nag_head h1{
    font-size:14px;
  }
  .nag_logo_holder{
    width:80px;
  }
  .nag_head{
    width: calc(100% - 80px);
  }
  .nag_head_phone {
    width: calc(100% - 80px);
  }
  .nag_head_phone ul li a i {
    display: none;
  }
  .carousel-item{
    height: 150px !important;
  }
}