/*test*/
.top_sec_nav{height:10vh; background-color:#fff; float:left; width:100%; position:fixed; top:0; left:0; z-index:9; box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.50);}
.top_sec_nav .top_nav_wrap{max-width:1366px; width:95%; margin:0 auto; padding:0px 0 0; height:100%;}
.logo_site{float:left; margin:65px 0 0;}
.logo_tata{float:right; margin:28px 0 0;}
.logo_box {
    float: left;
    border-right: 1px solid #9f9f9f;
    width: 288px;
    height: 78px;
    position: relative;
    margin: -34px 0 0 0;
}
.menu_block{float:right; margin:0px 56px 0; height:100%;}
.menu_block .top_menu{float:left; }
.menu_block .top_menu li{float:left; padding:16px 17px 0 17px;}
.menu_block .top_menu li a{color:#414141; font-size:13px; text-transform:uppercase;}
.quick_menu{padding:65px 24px 0 24px;  color:#fff; font-size:13px; text-transform:uppercase; cursor:pointer; float:left; height:100%; background:#00ab5c url(https://www.arohan.in/wp-content/themes/arohan/images/quick_menu_icon.png) no-repeat center 20px ;}
.navmenu{padding:18px 24px 24px 72px; border-right:1px solid #d1d1d1;  color:#454545; font-size:13px; text-transform:uppercase; cursor:pointer; float:left; background:url(https://www.arohan.in/wp-content/themes/arohan/images/nav_ic.png) no-repeat; background-position:30px 20px;}




/* all nav */
.nav { float:left;}
.nav a { color: #777; }
.nav ul { margin: 0; padding: 0; text-align: center; }
.nav ul.right{text-align: right; padding:14px 0 0; }
.nav li { list-style: none; display: block; margin: 0; padding: 0;/* position: relative;*/ line-height: normal; vertical-align: middle; }
.nav li a {padding: 1px 0px;padding-left:  0px;display: block;text-decoration: none;color: #00649f;font-size: 18px;text-transform:uppercase;font-weight: normal;/*  box-sizing: border-box; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out; */}
.nav ul.right li a{font-size: 12px; color:#363636; padding: 12px 30px 12px 0; }

/* main level */
.nav > ul > li {display: inline-block;line-height: 66px;height: 66px;}
.nav > ul > li > a { padding: 0px 20px; position: relative; margin: 0 10px}
.nav > ul > li > a.active:after{position: absolute; content: ""; background-color: #eb1c23; bottom: 0px; left: 0px; height: 2px; width: 100%; display: none;}
.nav > ul > li:last-child > a { padding: 0px 0px 0px 0;  margin: 0 0px 0 10px }
.nav > ul > li:hover > a{color:#ed3438;}
.nav li li a, .nav ul.right li li a{color:#6e6e6e;  font-size:13px; text-transform:none;}
.nav li li a:hover{color:#ed3438; background:url(https://www.arohan.in/wp-content/themes/arohan/images/nav_arrow.png) no-repeat right;}
.nav li li:last-child a, .nav ul.right li li:last-child a{border-bottom:0px solid rgba(152,172,184,0.25); margin-right: 0px;}

.nav ul.small_menu li a {
    padding-left: 0px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    /* margin-top: 10px; */
    font-size: 14px;
    font-weight: normal;
}

ul.small_menu {
    border-top: 1px solid #ccc;
}

.nav ul.small_menu li:last-child a {
    border-bottom: 0px;
}

/*.nav li li:last-child a, .nav ul.right li li:last-child a{border-bottom:0px solid rgba(152,172,184,0.25);}*/

/*.nav .mega_block ul li a{ color:#6e6e6e; border-bottom:1px solid #dddddd; font-size:13px;}
.nav .mega_block ul li a:hover{ color:#ed3438; background:url(https://www.arohan.in/wp-content/themes/arohan/images/nav_arrow.png) no-repeat right;}*/

/* first level dd */
.nav ul ul {top: auto;width: 220px;position: absolute;z-index: 9900;text-align: left;display: none;background: #ffffff;padding:15px 15px;/* -webkit-border-bottom-right-radius: 6px; *//* -webkit-border-bottom-left-radius: 6px; */-moz-border-radius-bottomright: 6px;-moz-border-radius-bottomleft: 6px;/* border-bottom-right-radius: 6px; *//* border-bottom-left-radius: 6px; *//* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); */-moz-box-shadow: 0px 0px 5px px rgba(0,0,0,0.75);/* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10); */}
.nav ul ul:after{position:absolute;content:"";/* background-color:#ed3438; */left:0px;top:0px;/* width:100%; *//* height:3px; */}
.nav li li {display: block;/* border-bottom:1px solid #dddddd; */}
.nav ul ul ul{border-top:0px solid #ff7e00;}
.nav li li:last-child {border-bottom:0px solid #dddddd; }

/* second level dd */
.nav ul ul ul { top: 0; /* dd animtion - change to auto to remove */ left: 220px; }
.nav > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }

/* .drop-left */
.nav > ul > li.drop-left > ul { right: 0; }
.nav li.drop-left ul ul { left: auto; right: 220px; }
.nav li li{padding:0 0px;}

/* light theme */
.nav.light { background: rgba(255, 255, 255, 1); }
.nav.light a { color: #000; }
.nav.light ul ul { background: rgba(255, 255, 255, 1); }
.nav.light li a { color: #000; }


/* dark theme */
.nav.dark { background: rgba(0, 0, 0, 1); }
.nav.dark a { color: #FFF; }
.nav.dark ul ul { background: rgba(0, 0, 0, 1); }
.nav.dark li a { color: #FFF; }
/* sticky nav */
.nav.fixed { position: fixed; width: 100%; top: 0; left: 0; z-index: 9999; }

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.nav-noscroll-x { overflow-x: hidden; }

/* general styling */
.nav li.has-sub > a:after { content: ''; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid transparent;  }
.nav li li.has-sub a:after { margin-left: 10px; float: right; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #98acb8; position: relative; top: 4px; }
.nav li.drop-left li.has-sub > a:after { float: left; margin-right: 10px; border-left: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-right: 6px solid #98acb8; margin-left:0px; }
.nav.hide-arrows li.has-sub > a:after, .nav.hide-arrows li li.has-sub > a:after, .nav.hide-arrows li.drop-left li.has-sub > a:after { display: none; }
.nav .menu-toggle, .nav .close-menu, .nav .call-btn-mobile, .nav .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.nav .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.nav.desktop.hide-arrows li.has-sub a { padding-right: 15px; }
.nav.mobile > ul > li > a.dd-toggle { padding: 0; }
.nav li.call-btn-mobile, .nav li.location-btn-mobile { display: none; }

.nav .menu-toggle{height:80px; color:#fff; padding-top: 25px !important ;}

/* svg icons */
.nav svg { fill: currentColor; width: 1em; height: 1em; position: relative; top: 2px; }
/* svg icons */
.nav.mobile ul ul::after { display:none;}
.nav a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.nav a.dd-toggle .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 2px #fff; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.nav a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 2px #fff; position: absolute; }


.nav li.open > a.dd-toggle .icon-plus { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.nav.light a.dd-toggle .icon-plus:before { border-color: #000; }
.nav.light a.dd-toggle .icon-plus:after { border-color: #000; }
.nav.dark a.dd-toggle .icon-plus:before { border-color: #FFF; }
.nav.dark a.dd-toggle .icon-plus:after { border-color: #FFF; }

.nav .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; }
.nav .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #777; position: absolute; top: 50%; transform: rotate(45deg); }
.nav .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #777; position: absolute; transform: rotate(-45deg); }
.nav.light .icon-close:before { border-color: #000; }
.nav.light .icon-close:after { border-color: #000; }
.nav.dark .icon-close:before { border-color: #FFF; }
.nav.dark .icon-close:after { border-color: #FFF; }


.nav.mobile > ul > li.demo1 span { position: absolute; top: 0; right: 0; padding: 0; width: 30px; height: 48px; text-align: center; z-index: 9999; border: 0; }

.nav.mobile > ul > li .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.nav.mobile > ul > li .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 2px #fff; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.nav.mobile > ul > li .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 2px #fff; position: absolute; }



/* mobile nav */
.nav .menu-toggle, .nav .call-btn-mobile, .nav .location-btn-mobile, .nav .close-menu { padding: 15px; box-sizing: border-box; }
.nav .menu-toggle span.bars { display: inline-block; position: relative; top: 9px; }
.nav .menu-toggle span.bars span {display: block;width: 31px;height: 2px;border-radius: 0px;background: #00649f;margin: 0px 0 8px;}
.nav .menu-toggle.nav_close span.bars{background: url(../images/closenav.png) no-repeat; width: 20px; height: 20px;}
.nav .menu-toggle.nav_close span.bars span{display: none;}
.nav .full { width: 100%; }
.nav .half { width: 50%; }
.nav .third { width: 33%; text-align: center; }
.nav .location-btn-mobile.third { text-align: center; }
.nav .location-btn-mobile.half { text-align: right; }
.nav.light .third, .nav.light .half { border-left: 1px solid rgba(0, 0, 0, .15); }
.nav.light.left .third, .nav.light.left .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.nav.light.right .third, .nav.light.right .half { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.nav.light .third:first-child, .nav.light .half:first-child { border-left: 0; }
.nav.dark .third, .nav.dark .half { border-left: 1px solid rgba(255, 255, 255, .15); }
.nav.dark.left .third, .nav.dark.left .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.nav.dark.right .third, .nav.dark.right .half { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.nav.light.left .menu-toggle, .nav.light.right .menu-toggle { border-bottom: 0; }
.nav.dark.left .menu-toggle, .nav.dark.right .menu-toggle { border-bottom: 0; }
.nav.dark .third:first-child, .nav.dark .half:first-child { border-left: 0; }
.nav.light .menu-toggle span.bars span { background: #000; }
.nav.dark .menu-toggle span.bars span { background: #FFF; }
.nav.mobile { position: static; }
.nav.mobile.fixed { position: static; }
.nav.mobile ul { position: relative; display: none; }
.nav.mobile.active { padding-bottom: 0; }
.nav.mobile.active > ul { display: block; }
.nav.mobile ul { text-align: left; }
.nav.mobile > ul > li { display: block; }
.nav.mobile > ul > li > a { padding: 15px; }
.nav.mobile ul { background:#0059a9;position: absolute;left: 0;width: 100%; overflow:auto; }
.nav.mobile ul ul {background:#0059a9; border-radius:0px; position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; }
.nav.mobile ul ul ul { left: auto; top: auto; }
.nav.mobile li.drop-left ul ul { right: auto; }
.nav.mobile li a { border-bottom: 0px solid rgba(255, 255, 255, .15); }
.nav.mobile > ul > li{ border-bottom: 1px solid rgba(255, 255, 255, .15); }
.nav.mobile > ul { border-top: 1px solid rgba(255, 255, 255, .15); }
.nav.mobile.light li a { border-bottom: 1px solid rgba(0, 0, 0, .15); }
.nav.mobile.light > ul { border-top: 1px solid rgba(0, 0, 0, .15); }
.nav.mobile li a.dd-toggle { border: 0; }
.nav.mobile.light li a.dd-toggle { border: 0; }
.nav.mobile .menu-toggle, .nav.mobile .dd-toggle, .nav.mobile .close-menu, .nav.mobile .call-btn-mobile, .nav.mobile .location-btn-mobile { display: inline-block; }
.nav.mobile li.call-btn-mobile { border-right: 1px solid rgba(255, 255, 255, .1); box-sizing: border-box; }
.nav.mobile li.call-btn-mobile, .nav.mobile li.location-btn-mobile { display: inline-block; width: 50%; text-transform: uppercase; text-align: center; }
.nav.mobile li.call-btn-mobile.full, .nav.mobile li.location-btn-mobile.full { display: block; width: 100%; text-transform: uppercase; border-right: 0; text-align: left; }
.nav.mobile.light ul { background: rgba(255, 255, 255, 1); }
.nav.mobile.dark ul { background: rgba(0, 0, 0, 1); }
.nav.mobile.dark ul ul { background: rgba(255, 255, 255, .08); }
.nav.mobile.light li.call-btn-mobile { border-right: 1px solid rgba(0, 0, 0, .1); }
.nav.mobile.top { position: absolute; width: 100%; top: 0; left: 0; z-index: 9999; }
.nav.mobile li.has-sub > a:after, .nav.mobile li li.has-sub > a:after, .nav.mobile li.drop-left li.has-sub > a:after { display: none; }

/* left and right positions */
.nav.mobile.right > ul, .nav.mobile.left > ul { position: fixed; top: 80px; bottom: 0; width: 100%; /*max-width: 280px;*/ max-width: 100%; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.nav.mobile li a{color:#ffffff;}
.nav.mobile li li a, .nav.mobile ul.right li li a {color: #fff; border-bottom: 0px solid #dddddd; font-size: 12px;font-weight: 400; padding: 8px 0;}
.nav.mobile li li:last-child a{color: #fff; border-bottom: 0px solid #dddddd;}
.nav.mobile li li a:hover, .nav.mobile ul.right li li a:hover{color:#fff;background: url(https://www.arohan.in/wp-content/themes/arohan/images/nav_arrow.png) no-repeat right;}
.nav.mobile.right > ul { right: 0; }
.nav.mobile.right .close-menu, .nav.mobile.left .close-menu { display: inline-block; text-align: right; }
.nav.mobile.left > ul { left: 0; }
.nav.mobile.right .location-btn-mobile.half, .nav.mobile.right .call-btn-mobile.half, .nav.mobile.right .close-menu.half { text-align: center; }
.nav.mobile.right .location-btn-mobile.third, .nav.mobile.right .call-btn-mobile.third, .nav.mobile.right .close-menu.third { text-align: center; }
.nav.mobile.left .location-btn-mobile.half, .nav.mobile.left .call-btn-mobile.half, .nav.mobile.left .close-menu.half { text-align: center; }
.nav.mobile.left .location-btn-mobile.third, .nav.mobile.left .call-btn-mobile.third, .nav.mobile.left .close-menu.third { text-align: center; }
.nav.mobile.left .menu-toggle.half, .nav.mobile.left .menu-toggle.third, .nav.mobile.right .menu-toggle.half, .nav.mobile.right .menu-toggle.third { text-align: left; }
.nav.mobile.left .close-menu.third span, .nav.mobile.right .close-menu.third span { display: none; }
/* left and right positions */

/* mega dd */
.nav.desktop li.mega ul ul { background: none; }
.nav.desktop li.mega li { display: inline-block; vertical-align: top; margin-left: -4px; }
.nav.desktop li.mega li li { display: block; position: relative; left: 4px; }
.nav.desktop li.mega ul ul { width: auto; }
.nav.desktop > ul > li.mega { position: inherit; }
.nav.desktop > ul > li.mega > ul { width: 100%; }
.nav.desktop > ul > li.mega > ul li.has-sub ul { display: block; position: relative; left: auto; }
.nav.desktop > ul > li.mega > ul > li { padding-bottom: 15px; box-sizing: border-box; }
.nav.desktop li.mega li li a { padding: 5px 15px; }
.nav.desktop li.mega li.has-sub a:after { display: none; }
.nav.desktop > ul > li.mega > ul > li > a { color: yellow; }
/* mega dd */
body.hidden{overflow:hidden;}

.nav .mega_block{position: fixed;display:none;width:100%;left:0px;height:auto;background-color: #f4f4f4;/* box-shadow: 0px 2px 10px rgba(0,0,0,0.20); *//* overflow: hidden; */}
.nav .mega_block:after{position:absolute;content:"";background-color: #d7d7d7;left:0px;top: 0px;width:100%;height: 1px;z-index: 9966;}
.nav .mega_block .nav_thumb{float:left; width:40%; padding:0; overflow: hidden;}
.nav .mega_block .nav_thumb img{display: block;}
.nav .mega_block .nav_thumb .mega_heading{float:left; width:100%;}
.nav .mega_block .nav_thumb .mega_heading h3{ float:left; width:50%; padding:15px 0 10px; line-height:normal; font-size:30px; color:#243267;}
.nav .mega_block .nav_thumb .mega_heading span{ float:left; width:50%; border-left:1px solid #dddddd; padding:10px 0 10px 20px; line-height:normal; text-align:left; color:#4b4b4b; font-size:18px;}
.nav .mega_block .nav_thumb .nav_thumb_img{overflow:hidden;  float:left; width:100%; margin:20px 0 0;}
.nav .mega_block .nav_thumb .nav_thumb_img img{border-radius:10px;}
.nav .mega_block ul li a{color: #575757;/* border-bottom:1px solid #dddddd; */font-size:13px; text-align: center !important;}
.nav .mega_block ul li a:last-child{border-bottom:0px solid #dddddd; }
.nav .mega_block ul li a:hover{ color:#ed3438; background:url(https://www.arohan.in/wp-content/themes/arohan/images/nav_arrow.png) no-repeat right; text-align: center !important;}
.nav .mega_block ul{display:inline-block;width: 100%;position:relative;padding: 0px 39px;/* float:left; */background-color: #f4f4f4;display: flex;flex-wrap: wrap;justify-content: center;}
.nav .mega_block ul li{float:left; width: 20%; border-right: 1px solid #c8c8c8; padding: 15px 20px 15px 20px; text-align: center;/* padding-left: 40px; */}
.nav .mega_block ul li:last-child{border-right:0px solid rgba(255,255,255,0.10);}
.nav .mega_block ul li a:after{ display:none;}

.nav.mobile .mega_block ul{ display:block !important;}
.mob_show{display:none !important;}



/* all nav */
.nav_top { float:left;}
.nav_top ul { margin: 0; padding: 0; text-align: center; }
.nav_top ul.right{text-align: right; padding:14px 0 0; }
.nav_top li { list-style: none; display: block; margin: 0; padding: 0; position: relative; line-height: normal; vertical-align: middle; }
.nav_top li a {padding:12px 15px;display: block;text-decoration: none;color: #347ab8;font-size: 14px;font-weight: normal;text-transform: uppercase;box-sizing: border-box;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;transition: all .3s ease-out;}
.nav_top ul.right li a{font-size: 12px; color:#363636; padding: 12px 30px 12px 0;}
/*.nav_top li a:hover { color: #FFFFFF!important;}*/

.nav_top li a.car_ic{background: url(https://www.arohan.in/wp-content/themes/arohan/images/carrer_ic.png) no-repeat left center; padding-left: 30px;}
.nav_top li a.con_ic{background: url(https://www.arohan.in/wp-content/themes/arohan/images/con_ic.png) no-repeat left center; padding-left:30px !important;}
/* main level */
.nav_top > ul > li { display: inline-block; line-height:36px; height:36px;}
.nav_top > ul > li > a { padding: 0px 15px; }
.nav_top > ul > li:first-child > a { padding: 0px 15px 0px 0px; }
.nav_top > ul > li:last-child > a { padding: 0px 0px 0px 15px;}
.nav_top > ul > li:hover > a{color:#ed3438;}
.nav_top li li a, .nav_top ul.right li li a{color:#fefefe; font-size:13px; text-transform:none;}
.nav_top li li a:hover{ color:rgba(255,255,255,0.80);}
.nav_top li li:after{ display:none !important;}
/*.nav_top li li:last-child a, .nav_t op ul.right li li:last-child a{border-bottom:0px solid rgba(152,172,184,0.25);}*/


/* first level dd */
.nav_top > ul > li.drop-left > ul{right: 0px;}
.nav_top  ul ul {top: auto;width: 220px;position: absolute;z-index: 9900;text-align: left;display: none;background: #0054a6;padding:15px 0;border-radius: 6px;overflow: hidden;}

.nav_top ul li:hover ul {display: block !important; color:#000;}
.nav_top ul li:hover ul li a:after{ display:none !important;}

.nav_top ul ul:after{position:absolute; content:""; background-color:#ed3438; left:0px; top:0px; width:100%; height:3px;}
.nav_top li li { display: block; width:100%; }
.nav_top ul ul ul{border-top:0px solid #ff7e00;position: relative;display: block; padding: 0 15px;}
.nav_top ul ul ul a{font-size: 11px !important; background: url(https://www.arohan.in/wp-content/themes/arohan/images/nav_dash.png) no-repeat left; padding: 6px 0px !important; position: relative;}
/* .nav_top ul ul ul a:after{position: absolute; content: ""; background-color: #fff; width: 7px; height: 2px; left: 0; top: 50%;}
.nav_top ul ul ul a:after{font-size: 11px !important;} */
.nav_top ul ul ul a:before {
    font-size: 11px !important;
}
.nav_top ul ul ul a:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 7px;
    height: 2px;
    left: 0;
    top: 50%;display: none;
}
.nav_top ul ul ul:after{display: none;}



.nav ul ul ul{border-top:0px solid #ff7e00;position: relative;display: block; padding: 0 0px 15px; left: 0; box-shadow: none; border-radius: 0; width: auto;}
.nav ul ul ul li{border-bottom: 0px solid #fff !important;}
.nav ul ul ul a{font-size: 11px !important; background: url(https://www.arohan.in/wp-content/themes/arohan/images/nav_dash_b.jpg) no-repeat left; padding: 6px 25px !important; position: relative;}
.nav ul ul ul a:hover{font-size: 11px !important; background: url(https://www.arohan.in/wp-content/themes/arohan/images/nav_dash_b.jpg) no-repeat left; padding: 6px 25px !important; position: relative;}
.nav ul ul ul a:after{font-size: 11px !important; padding: 6px 15px !important;}
.nav ul ul ul:after{display: none;}


.mega_heading h2 {
    font-size: 18px;
    color: #575757;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
}
.mega_heading {
    /* text-align: center; */
}
.mega_image_box {
    text-align: center; min-height: 58px;
}
.nav .mega_block ul li.sec_left a {
    padding-left: 0%;
}
.mega_block.first:before {
	background: url(../images/nav_top_arrow.jpg);
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	top: 0px;
	left: 45%;
	width: 16px;
	height: 9px;
	z-index: 10029;
}
.mega_block.third:before {
    background: url(../images/nav_top_arrow.jpg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0px;
    right: 25%;
    width: 16px;
    height: 9px;
    z-index: 10029;
}
.mega_block.fourth:before {
    background: url(../images/nav_top_arrow.jpg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0px;
    right: 15%;
    width: 16px;
    height: 9px;
    z-index: 10029;
}
.mega_block.sec:before {
    background: url(../images/nav_top_arrow.jpg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0px;
    left: 60%;
    width: 16px;
    height: 9px;
    z-index: 10029;
}

ul.third_main_menu li {
    text-align: center;
    padding-left: 0px;
}

ul.third_main_menu li a {
    padding-left: 0px;
    margin-top: 8px;
}
.nav .mega_block ul li:nth-child(4) a {
    padding-left: 0px;
}
.nav .mega_block.sec ul li:nth-child(4) {
    border-right: none;
}


/* Fallback for slow javascript load */
@media only screen and (max-width : 768px) {
	.nav { overflow: hidden; display: block; }
	.nav ul { position: relative; display: none; }
}
.nav .mega_block.sec ul li:nth-child(8) {
    border-right: none;
}
/* mobile nav */
@media only screen and (max-width : 420px) {
	.nav.mobile .call-btn-mobile.third span, .nav.mobile .location-btn-mobile.third span { display: none; }
}



@media screen and (max-width:1366px){
.logo_box {margin: -34px 0 0 -42px;}

}

@media screen and (max-width:1680px){
	.top_sec_nav .top_nav_wrap {padding: 0px 0 0;}
	.logo_site {margin: 37px 0 0;}
	.logo_tata {margin: 7px 0 0;}
	.menu_block {margin: 0px 56px 0;}
	.quick_menu {padding: 40px 24px 0 24px; background: #00ab5c url(https://www.arohan.in/wp-content/themes/arohan/images/quick_menu_icon.png) no-repeat center 5px;}
	.navmenu {padding: 12px 24px 12px 72px; background-position: 30px 15px;}
	.menu_block .top_menu li {padding: 10px 17px 0 17px;}
    .nav ul.right { padding: 3px 0 0;}
	.nav ul.right li a {padding: 7px 30px 7px 0;}
	/*.nav > ul > li > a {padding: 7px 30px 7px 0;}*/
}
@media screen and (max-width: 1085px) {
	.logo_box {
		float: left;
		border-right: none;
		width: 260px;
		height: auto;
		position: relative;
		margin: -25px 0 0 0;
	}
	.logo_box img{ width: 80%;}
	.nav .menu-toggle {
		height: 60px;
		color: #fff;
		padding-top: 1px !important;
	}
	.nav .mega_block ul li a:hover {
    color: #fff;
    background: url(https://www.arohan.in/wp-content/themes/arohan/images/nav_arrow.png) no-repeat right;
    text-align: left !important;
}
}

@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){
.mega_block.first:before {display: none;}
.mega_block.third:before {display: none;}
.mega_block.sec:before {display: none;}
.nav li li {padding: 0 0px;	/* padding-left: 32px; */position: relative;}
.nav li li:before {content: "";position: absolute;width: 10px;height: 1px;background: #fff;left: 16px;top: 15px;display: none;}
.quick_menu{display:none;}
.top_sec_nav{height:80px;}
.nav{float:right;}
.nav .mega_block ul{padding:0px;}
.nav > ul > li {line-height: normal; height: auto;}
.nav .mega_block{position:relative; width:100%; float:left;}
.nav.mobile > ul > li{float:left; width:100%;}
.nav .mega_block ul li a.dd-toggle{display:none;}
.nav .mega_block ul li{width:100%; border-right:0px solid;}
.mob_show{display:block !important;}
.nav li{position:relative;}
.nav .mega_block .nav_thumb{display:none;}
.nav li li {border-bottom: 0px solid #ddd;}
.nav.mobile ul ul { width: 100%;}
.nav.mobile > ul > li.demo1 ul{display: block; background: #0059a9; box-shadow: none; padding: 0 30px 20px;}
.nav.mobile > ul > li.demo1 a {border-bottom: 0px solid rgba(255, 255, 255, .15);}
.nav.mobile > ul > li.demo1 {border-bottom: 1px solid rgba(255, 255, 255, .15);}
.nav.mobile > ul > li.demo1 ul a{padding: 4px 0; color: #fff; font-size: 12px; font-weight: 400;}
.nav.mobile > ul > li.demo1 ul a:hover{color: #fff;}
.nav > ul > li:hover > a {color: #fff;}
.nav ul ul {padding: 0px 30px 15px;}
.nav ul ul{box-shadow: none;}
.nav.mobile > ul > li.demo1 ul ul{padding-left: 0px; padding-bottom: 5px;}
.nav.mobile > ul > li.demo1 ul ul a {
    font-size: 11px !important;
    background: url(https://www.arohan.in/wp-content/themes/arohan/images/nav_dash.png) no-repeat left;
    padding: 2px 0px !important;
    position: relative;
}

.nav .mega_block ul li a {
		color: #fff;
	}
	.nav.mobile li li a, .nav.mobile ul.right li li a {
		color: #fff;
		padding: 10px 0;
		text-align: left;
	}
	.mega_image_box {
		text-align: left;
	}
	.mega_heading h2 {
		text-align: left;
	}

	.nav li li {
		border-bottom: 1px solid rgb(255 255 255 / 36%);
	}
	.mega_heading h2 {
		text-align: left;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 10px;
	}
	.nav.mobile li li a, .nav.mobile ul.right li li a {
    color: #fff;
    padding: 0px 0;
    text-align: left;
}
	
	.nav .mega_block ul li {
    float: left;
    width: 100%;
    border-right: none;
    padding: 7px 0;
    padding-left: 22px;
}
	.center {
    width: 100%;
    max-width: 1193px;
    margin: 0 auto;
}
	.mega_heading h2 {
    font-size: 15px;
    color: #575757;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
}
	.mega_heading h2 {
    text-align: left;
    color: #fff;
    margin-top: 4px;
    margin-bottom: 5px;
}
	.nav .mega_block ul li.sec_left a {
		padding-left: 0%;
	}
	.mega_image_box img {
		filter: brightness(0) invert(1);
	}
.mega_image_box {
    text-align: left;
    display: none;
}
.nav .mega_block ul li a {
    /* border-bottom: 1px solid #dddddd; */
    font-size: 13px;
    text-align: left!important;line-height: 20px;
}
.nav.mobile > ul > li > a {
    padding: 10px 15px 10px 12px;
}
/*.center {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    padding: 0 0px;
}
.center {
    width: auto;
    max-width: inherit;
    margin: 0 auto;
    padding: 0 15px;
}*/
.about_first_sec h4 {
    font-family: 'ITC Avant Garde Gothic Std Book';
    font-size: 14px;
    font-weight: normal;
    color: #7b7b7b;
    line-height: 21px;
    margin-top: 11px;
    text-align: center;
}
.nav .mega_block ul li {
    float: none;
    width: 100%;
    border-right: none;
    padding: 7px 0;
    padding-left: 0px;
}
.nav.mobile ul ul {
    background: #0059a9;
    border-radius: 0px;
    position: relative;
    opacity: inherit;
    visibility: inherit;
    width: auto;
    display: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}
.nav .mega_block ul {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0px 39px;
    /* float: left; */
    background-color: #f4f4f4;
    display: flex;
    flex-wrap: inherit;
    justify-content: center;
}
.nav .mega_block {
    position: relative;
    width: 100%;
    float: none;
}
.mega_heading a:hover{ color: #000;}
}

@media screen and (max-width:480px){
	.menu_block {margin: 0px 25px 0;}
	.logo_site img{width:130px;}
	.logo_tata img{width:45px;}

}



@media screen and (max-width:360px){
.logo_box {
    float: left;
    border-right: none;
    width: 178px;
    height: auto;
    position: relative;
    margin: -18px 0 0 0;
}
.logo_box img {
    width: 100%;
}
.headerSec1 aside:first-of-type, .logo {
    margin: 14px 8px;
}
}