@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Book';
    src: url('../fonts/ITCAvantGardeStd-Bk.eot');
    src: url('../fonts/ITCAvantGardeStd-Bk%EF%B9%96.eot#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Bk.ttf') format('truetype'),
        url('../fonts/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../fonts/ITCAvantGardeStd-Md.eot');
    src: url('../fonts/ITCAvantGardeStd-Md%EF%B9%96.eot#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-Md.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Md.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Md.ttf') format('truetype'),
        url('../fonts/ITCAvantGardeStd-Md.svg#ITCAvantGardeStd-Md') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url('../fonts/ITCAvantGardeStd-Bold.eot');
    src: url('../fonts/ITCAvantGardeStd-Bold%EF%B9%96.eot#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-Bold.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-Bold.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-Bold.ttf') format('truetype'),
        url('../fonts/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ITC Avant Garde Gothic Std Extra';
    src: url('../fonts/ITCAvantGardeStd-XLt.eot');
    src: url('../fonts/ITCAvantGardeStd-XLt%EF%B9%96.eot#iefix') format('embedded-opentype'),
        url('../fonts/ITCAvantGardeStd-XLt.woff2') format('woff2'),
        url('../fonts/ITCAvantGardeStd-XLt.woff') format('woff'),
        url('../fonts/ITCAvantGardeStd-XLt.ttf') format('truetype'),
        url('../fonts/ITCAvantGardeStd-XLt.svg#ITCAvantGardeStd-XLt') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura Md BT';
    src: url('../fonts/FuturaBT-Medium.eot');
    src: url('../fonts/FuturaBT-Medium%EF%B9%96.eot#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaBT-Medium.woff') format('woff'),
        url('../fonts/FuturaBT-Medium.ttf') format('truetype'),
        url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
select{cursor: pointer;}
.policy-docum  a {color: #036A9C;}
.queryCaptcha a{cursor: pointer;}
body{padding:0;margin:0;font-family: 'ITC Avant Garde Gothic Std Book';font-size:16px;line-height:24px;background-color: #fff;overflow-x: hidden;}
img {
    vertical-align: middle;
    border-style: none;
}
input, textarea, label, samp, big, small{font-family: 'Montserrat', sans-serif;}
div, p, form, ul, li, h1, h2, h3, h4, h5, h6, a, span, form, img, br, input, textarea, label, samp, figure, section, aside, article, big, small{padding:0; margin:0;}
a, input{text-decoration:none; outline:none;}
img{border:0; outline:none;}
ul{list-style-type:none;}
*:focus{outline:none;}	
*, ::after, ::before{-webkit-box-sizing:border-box;	-moz-box-sizing:border-box; box-sizing:border-box;}
input[type="button"],input[type="submit"],.input-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.clear{clear:both; line-height:0 !important; font-size:0 !important; height:0px !important;}
.left{float:left;}
.right{float:right !important;}
.block{display:block;}
.inlineblock{display:inline-block;}
.relative{position:relative}
.absolute{position:absolute;}

.fadeOut{opacity:0;} 
.fadeIn{opacity:1;}
.fadeOutRight {opacity:0; position:relative; left:50%;}
.fadeInRight{opacity:1; left:0%;}
.fadeOutLeft {opacity:0; position:relative; right:50%;}
.fadeInLeft{opacity:1; right:0%;}
.fadeOutBottom{opacity:0; position:relative; top:50px;}  
.fadeInBottom{opacity:1; top:0px;}
.fadeOutTop{opacity:0; position:relative; margin-top:-50%;}  
.fadeInTop{opacity:1; margin-top:0%;}

/* .addAnimate{-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in-out;} */
.addAnimate {-webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    -o-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in-out;
}
.addAnimate2{-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in-out;}
.transition{-webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out;  -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
.transition2{-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.transition3{-webkit-transition: all 10s ease; -moz-transition: all 10s ease;  -o-transition: all 10s ease; transition: all 10s ease;}
.transition4{-webkit-transition: all 1.2s ease-in-out; -moz-transition: all 1.2s ease-in-out;  -o-transition: all 1.2s ease-in-out; transition: all 1.2s ease-in-out;}

.delay5{-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -o-transition-delay:0.5s; -ms-transition-delay:0.5s; transition-delay:0.5s;}
.delay8{ -webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -o-transition-delay:0.8s; -ms-transition-delay:0.8s; transition-delay:0.8s;}

.middle{ vertical-align:middle; text-align:center;}
.middle>*{ display:inline-block; vertical-align:middle; margin-right:-4px !important;}
.middle:after{content:''; height:100%; width:1px;display:inline-block; vertical-align:middle; }

.heading1_b{color:#243267; font-size:36px; font-weight:400; margin-bottom:30px;}
.heading1_b strong{ font-weight:700;}

.heading1_w{color:#FFF; font-size:36px; font-weight:400; margin-bottom:30px;}
.heading1_w strong{ font-weight:700;}

.heading2_b{color:#000; font-size:24px; font-weight:400; margin-bottom:30px;}
.heading2_b strong{ font-weight:700;}

.heading2_w{color:#FFF; font-size:24px; font-weight:400; margin-bottom:30px;}
.heading2_w strong{ font-weight:700;}

.more{height:43px; line-height:43px; padding:0 35px; color:#FFF; text-transform:uppercase; background:#cd2629; font-size:12px; display:inline-block; position:relative;}
.more:after{content:'';width:48px; height:9px; position:absolute; top:14px; right:-25px; background:url(../images/arrow.png) no-repeat 0 0; z-index:1;}
.more:before{content:'';width:22px; height:1px; position:absolute; top:22px; right:0px; background:#FFF; z-index:2;}

.more2{color:#e71f38; font-size:12px; font-weight:400; text-transform:uppercase; padding-right:30px; height:10px; line-height:10px; position:relative;display:inline-block;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all 1s ease;transition:all .5s ease}
.more2:after{content:'';width:24px;height:7px;position:absolute;right:0;top:0px;background:url(https://www.arohan.in/wp-content/themes/arohan/images/arrow2.png) no-repeat 100% 0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;-ms-transition:all 1s ease;transition:all .5s ease}
/* .more2:hover{color:} */
.more2:hover:after{background:url(https://www.arohan.in/wp-content/themes/arohan/images/arrow2.png) no-repeat 0px 0;}

/*.more3{color:#e71f38; font-size:12px; font-weight:400; text-transform:uppercase; padding-right:20px; height:10px; line-height:10px; position:relative;display:inline-block; cursor:pointer;}
.more3:after{content:'';width:24px;height:10px;position:absolute;right:0;top:0px;background:url(https://www.arohan.in/wp-content/themes/arohan/images/plus.gif) no-repeat 100% 0;}*/

.more4{color:#fff; font-size:12px; font-weight:400; padding-left:20px; height:10px; line-height:10px; position:relative;display:inline-block; cursor:pointer;}
.more4:after{content:'';width:14px;height:10px;position:absolute;left:0;top:0px;background:url(https://www.arohan.in/wp-content/themes/arohan/images/plus_w.png) no-repeat 100% 0;}


.more5{color:#424141; font-size:12px; font-weight:400; padding-left:20px; height:10px; line-height:10px; position:relative;display:inline-block; cursor:pointer;}
.more5:after{content:'';width:10px;height:10px;position:absolute;left:0;top:0px;background:url(https://www.arohan.in/wp-content/themes/arohan/images/plus.gif) no-repeat 100% 0;}


.more6{color:#fff; font-size:14px; font-weight:400; padding-right:20px; height:10px; line-height:10px; position:relative;display:inline-block; cursor:pointer;}
.more6:after{content:'';width:24px;height:10px;position:absolute;right:0;top:0px;background:url(https://www.arohan.in/wp-content/themes/arohan/images/plus.gif) no-repeat 100% 0;}

.zoomIn{-webkit-transform: scale(1.1); transform: scale(1.1);}
.zoomOut{-webkit-transform: scale(1); transform: scale(1);}

/* ------------------------------------- */

.center{ width:95%; max-width: 1193px; margin:0 auto;}
.center:after{content:''; display:block; clear:both;}
header{background: rgb(255 255 255);height: 122px;-webkit-box-shadow:0px 6px 15px -1px rgba(0,0,0,0.09);-moz-box-shadow:0px 6px 15px -1px rgba(0,0,0,0.09);box-shadow:0px 6px 15px -1px rgba(0,0,0,0.09);position:fixed;width:100%;top:0;left:0;padding-top: 20px;/* position: relative; */z-index: 999;}
header:after, .headerSec1:after, headerSec2:after, .topLinks:after, .topSearch:after {content:''; display:block; clear:both;}

.content_panel{ position:relative; z-index:1;}

.headerSec1{/* margin: 20px 0 0; */}
.headerSec1 aside:first-of-type{ float:left;}
.headerSec1 aside:last-of-type{ float:right;}

.topLinks li{ float:left; line-height:36px; margin-right:15px; padding-right:15px; position:relative;}
.topLinks li:last-of-type:after{ display:none;}
.topLinks li a{color:#9491ad; font-size:12px;}
.topLinks li a:hover {
    color: #FFF;
    /* padding-left: 24px; */
}
.topLinks ul li a:hover {
    padding-left:20px;
}
.sm{}
.sm span{ float:left; height:36px; line-height:36px; padding-right:20px; font-size:12px; color:#9491ad;}
.sm a{ float:left; width:36px; height:36px; border-right:1px solid rgba(255,255,255,0.2); font-size:0; color:transparent; line-height:0; position:relative;}
.sm a:first-of-type{ border-left:1px solid rgba(255,255,255,0.2);}
.sm a:after{content:''; width:16px; height:16px; position:absolute; left:0; right:0; top:0; bottom:0; margin:auto;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in;  -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in-out;}
.sm a.fb:after{ background:url(https://www.arohan.in/wp-content/themes/arohan/images/icon-social.png) no-repeat 0 0;}
.sm a.twitter:after{ background:url(https://www.arohan.in/wp-content/themes/arohan/images/icon-social.png) no-repeat -16px 0;}
.sm a.linkdin:after{ background:url(https://www.arohan.in/wp-content/themes/arohan/images/icon-social.png) no-repeat -32px 0;}

.sm a.fb:hover:after{ background:url(https://www.arohan.in/wp-content/themes/arohan/images/icon-social.png) no-repeat 0 100%;}
.sm a.twitter:hover:after{ background:url(https://www.arohan.in/wp-content/themes/arohan/images/icon-social.png) no-repeat -16px 100%;}
.sm a.linkdin:hover:after{ background:url(https://www.arohan.in/wp-content/themes/arohan/images/icon-social.png) no-repeat -32px 100%;}

.headerSec2{ position:relative;}

.headerSec2 aside{ float:right;}
.headerSec2 aside:after{content:''; display:block; clear:both;}

.logo{float:left;position: relative;margin: 0px 0 0 0;}
nav{ float:left;}
nav ul li{ float:left; padding:0 18px;height:66px; line-height:66px;}
nav ul li a{font-size:15px; font-weight:700; color:#080907;}
.siteSearchHolder{ float:left; height:66px; position:relative;}
.insuranceBtn{ float:left; background:#cd2629 url(https://www.arohan.in/wp-content/themes/arohan/images/icon-insurance.png) no-repeat 50% 16px; height:66px; width:110px; padding-top:40px; color:#FFF; text-transform:uppercase; font-size:10px; text-align:center;}

#navTrigger{ display:none;}

.topSearch { width:60px; overflow:hidden; height:66px; position:relative; background:#fff; padding-top:20px;}
.topSearchFild { border: 0; display: inline-block; border-bottom:1px dotted #ccc; padding:5px 10px; float: left; position: relative; z-index: 1;}
.topSearchBtn { border: 0; background: url(https://www.arohan.in/wp-content/themes/arohan/images/search-icon.png) 53% 0 no-repeat #fff; width:61px; height: 28px; position: absolute; top:24px; right:0px; z-index: 2; cursor: pointer;}
.searchTrigger { background:#f3f3f3 url(https://www.arohan.in/wp-content/themes/arohan/images/search-icon.png) no-repeat 50% 50%; padding-left:40px; height:66px; width:60px; display:inline-block; position:absolute; right:0; top:0; z-index:2; border-left:1px solid #e7e7e7; cursor:pointer;}
.stClose{ background:#d2d2d2 url(../images/close.png) no-repeat 50% 50%;}


 
/* Inner banner section start*/
/*.hbDex {width: 100%; height: 100%; object-fit: cover;  -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; -webkit-animation: fadein 2s; -moz-animation: fadein 2s; -ms-animation: fadein 2s; -o-animation: fadein 2s; animation: fadein 2s;}*/


.innerbannerInfo{position: absolute; bottom: 130px; text-align: center; margin: 0 auto; left: 0; right: 0;}
.innerbannerInfo h1{color: #fff; font-size: 16px; position: relative; padding: 0 0 15px; margin: 0 0 15px; text-transform: uppercase;}
.innerbannerInfo h1:after{position: absolute; content: ""; width: 52px; height: 3px; left: 0; right: 0; bottom: 0; background-color: #eb0e17; margin: 0 auto;}
.innerbannerInfo h3{color: #ffffff; font-size: 24px; position: relative;}
.innerbannerInfo h3 strong{ font-weight: 800; display: inline-block; width: 100%; padding: 15px 0 0;} 
 .container{width:95%; max-width:1183px; margin:0 auto;}
 .row{float:left; width:100%; position: relative;  }
 
.bredcrub_single{float:left; width:100%; background-color: #f4f4f4; height: 72px;}
.bredcrub_single li{float: left; font-size: 14px; line-height: 72px; height: 100%; padding: 0 30px; color: #393939;}
.bredcrub_single li:last-child{background-color: #fff;}
.bredcrub_single li.home{background-color:#0054a6;}
.bredcrub_single li a{padding:0;   padding: 0 0px; color:#393939; position:relative;}
.bredcrub_single li span{/*background:#fff url(https://www.arohan.in/wp-content/themes/arohan/images/bredcramb_arrow.png) 92% center no-repeat; */  height: 100%; float: left; color: #393939;}
 
 
/*----- 3 column block slider ------------*/
.colummn3_slider{ padding:0 50px;}
.colummn3_slider li{ padding-bottom:50px;}
.colummn3_prev, .colummn3_next{ margin:auto; z-index:10; width:47px; height:38px; text-indent:-99999px; cursor:pointer;  font-size:1px; line-height:1px; color:transparent; position:absolute; top:50%; margin-top:-25px;}
.colummn3_prev{ background:url(https://www.arohan.in/wp-content/themes/arohan/images/ctrl3.png) no-repeat 0 50%; left:0;}
.colummn3_next{background:url(https://www.arohan.in/wp-content/themes/arohan/images/ctrl3.png) no-repeat -47px  50%; right:0}
.colummn3_slider~div{ text-align:center;}
.colummn3_slider~div .slide_moreBtn{ opacity:1 !important;}


.moreCont{display:block;position:relative;  color:#ed3438; margin-top:10px; cursor:pointer; font-size:0; color:transparent;}
.moreCont:after{content:''; width:10px; height:10px; display:block; position:absolute; left:75px; top:calc(50% - 5px); background:url(https://www.arohan.in/wp-content/themes/arohan/images/plus.png) no-repeat 0 0; }
.moreCont.lessCont:after{ background:url(https://www.arohan.in/wp-content/themes/arohan/images/less.png) no-repeat 0 0px;}
.moreCont:before{content:'Read more';color:#ed3438; font-size:14px;}
.moreCont.lessCont:before{content:'Less';color:#ed3438; font-weight:600; font-size:14px;}

.colummn3_next.slick-disabled {  opacity: 0.3;}
.colummn3_prev.slick-disabled { opacity: 0.3;}

/* .breadcrumb{ padding:0px 0 0px; background-color: #f4f4f4;height: 72px; float: left; width: 100%;} */
.bcHome{ float: left; height: 100%; background:#0054a6 url(https://www.arohan.in/wp-content/themes/arohan/images/home.png) no-repeat center; font-size: 1; color: transparent; line-height: 0; margin: 0 0px; padding: 0 15px;}

/* .breadcrumb>span{float: left; line-height: 15px; font-size: 15px; display: block; line-height: 72px; background-color: #fff; padding: 0 30px; color: #393939;} */
.shortcutLincks{float: left; margin-right: 28px; position: relative; padding-bottom: 0px;}
.shortcutLincks>strong{background: url(https://www.arohan.in/wp-content/themes/arohan/images/bredcramb_arrow.png) no-repeat right 30px; display: block; padding: 0 60px 0 30px; line-height: 72px; font-weight: 400; font-size: 14px; color: #393939;}
.shortcutLincks>ul{position:absolute; top:100%; left:0; width:165px; background:#FFF; border:1px solid #d2d2d2; border-top:1px solid #d2d2d2; -webkit-box-shadow:-3px 3px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow:-3px 3px 5px 0px rgba(0,0,0,0.1); box-shadow:-3px 3px 5px 0px rgba(0,0,0,0.1); width: 300px; z-index: 2; display:none;}
.shortcutLincks>ul:before{content:''; position:absolute; left:22px; bottom:100%; height:11px; width:18px; background:url(https://www.arohan.in/wp-content/themes/arohan/images-jan21/dropmenuArrow.png) no-repeat;}
.shortcutLincks>ul>li{padding:15px; border-bottom:1px solid #d2d2d2; color:#30323f; font-size:13px; line-height:16px;}
.shortcutLincks>ul>li>a{color:#30323f; text-decoration:none;}
.shortcutLincks:hover>ul{display:block;}
.shortcutLincks>ul>li ul{display:none; padding: 10px 0 0 10px}
.shortcutLincks>ul>li:hover ul{display:block;}
.shortcutLincks>ul>li ul li{ margin-bottom: 6px;}
.shortcutLincks>ul>li ul li:before{ content:'-'; display: inline-block; margin-right: 4px;}
.shortcutLincks>ul>li ul li a{ font-size: 11px; color: #282828;}

.full_block{float: left; width: 100%;}

header.scrolled{background: rgba(255,255,255,1.00); -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out;  -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}


.footer {
    border-top: 1px solid rgb(204 204 204 / 55%);
    padding: 50px 0px;
    margin-top: 50px;
}
 
.contactUs-box3a ul li h3{line-height: 30px;}
.back-to{ position: relative;}
.back-to .back-butt-new{font-size: 25px;
    line-height: 30px;
    padding: 15px 0;
    position: absolute;
    top: 0px;
    right: -50px;} 
.back-butt-new a {
    width: 110px;
    height: 41px;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 99;
}
@media screen and (min-aspect-ratio:13 / 7) and (max-device-width:1114px) and (orientation:landscape){
    body:before{/* content:''; */position:fixed;left:0;top:0;width:100%;height:100%;background:#000 url(../images/orientation-change.png) no-repeat 50% 50%;background-size:400px;z-index:9999999999;}
    }


    
    .inside-header {
        width: 100%;
        height: auto;
        /* float: left; */
        display: block;
        position: relative;
        padding-top: 122px;
    }
    .inside-header img {
        width: 100%;
    }
    .header_mid_inner {
        width: 95%;
        max-width: 1193px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 8%;
    }
    .inside-header-text h1 span {
        font-family: 'ITC Avant Garde Gothic Std Book';
        font-weight: normal;
    }
    .inside-header-text{/* position: absolute; */width: auto;height: auto;left: 50px;/* bottom: 20%; */-webkit-transform: translate(0%, -50%);transform: translate(0%, -50%);}
    .inside-header-text h2{ font-size: 45px; line-height: 45px; font-weight: 300; color: #feca27; position: relative; padding-bottom: 0; margin-bottom: 0; font-family: 'CheddarJack';}
    /*.inside-header-text h2:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 15px; height: 1px; background: #FFFFFF;}*/
    .inside-header-text h1{font-family: 'ITC Avant Garde Gothic Std';font-weight: bold;font-size: 48px; line-height: 48px; font-weight: 900;color: #ffd040;text-transform:inherit;}
    .breadcrumb{/* position: absolute; */left: 50px;/* bottom: 20px; */margin-top: 24px;font-family: 'ITC Avant Garde Gothic Std Book';font-weight: normal;line-height: 18px;}
    .breadcrumb a{font-size: 14px; font-weight: 400; color: #FFFFFF; padding-right: 14px; position: relative;}
    .breadcrumb a:after{ content: '/'; position: absolute; right: 3px; top: 0; width: 7px; height: 14px;font-size: 14px; font-weight: 400; color: #FFFFFF; } 
    .breadcrumb a:first-child{ color: #feca27;}
    .breadcrumb span{font-size: 14px;font-weight: 400;color: #FFFFFF;padding-right: 12px;position: relative;margin-right: 6px;}
    .breadcrumb span:after{ content: '/'; position: absolute; right: 1px; top: 0; width: 7px; height: 14px;font-size: 14px; font-weight: 400; color: #FFFFFF; } 
    .breadcrumb strong{font-size: 14px;font-weight: bold;color: #FFFFFF;padding-right: 14px;font-family: 'ITC Avant Garde Gothic Std';}


	.slider_content img{margin: 0 auto; display: block;}





/*---------Footer part open--------*/
.footer {
    width: 100%;
    padding: 50px 0px;
    display: flex;
    align-items: center;
    padding-bottom: 0px;
}
.footer_left_box {
    width: 70%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_left_first_box {
    width: 25%;
    position: relative;
}
.footer_left_first_box:after {
    background: url(../images/footer_shadow.jpg);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15px;
    height: 354px;
}
.footer_right_box {
    width: 30%;
    padding-left: 16px;
}
.footer_mid_box {
    width:100%;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_left_first_box h2 {
    font-family: 'ITC Avant Garde Gothic Std';
    font-size: 14px;
    color: #2a2a2a;
    font-weight: bold;
}

.footer_left_first_box ul li a {
    font-size: 12px;
    color: #646464;
    transition: 0.4s;
}
.footer_left_first_box ul li a:hover {
    color: #327dbe;
    padding-left: 4px;
}

.footer_left_first_box ul li {
    line-height: 20px;
}
.footer_left_first_box ul {
    margin-bottom: 20px;
}

.footer_left_first_box ul.sub-menu {
    margin-bottom: 0px;
}

.footer_left_first_box:nth-child(2) {
    width: 20%;
}

.footer_left_first_box:first-child {
    width: 30%;
}

.footer_left_first_box:last-child {
    width: 25%;
}
.footer_nav ul li a {
    font-size: 14px;
    color: #2a2a2a;
    font-weight: normal;
    transition: 0.4s;
}

.footer_nav ul li {
    display: inline-block;
}

.footer_nav ul li a:hover {
    color: #327dbe;
}
.follow {
    font-size: 14px;
    color: #444444;
    width:100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.follow .text-footer {
    display: inline-block;
    font-size: 14px;
    color: #444444;
    line-height: 26px;
    vertical-align: top;
    padding: 0 15px 0 0;
}
.follow ul{display: inline-block;}
.follow ul li {float: left;width: 20px;height: 22px;padding: 0px 0px 0 0;margin: 0 6px 0px 0;}
.follow ul li:nth-child(1) a {width: 20px; height: 22px;  background: url(../images/follow-icon.png) 0 0 no-repeat; display: block;}
.follow ul li:nth-child(1) a:hover {width: 20px; height: 22px;  background: url(../images/follow-icon.png) 0 -31px no-repeat;}
.follow ul li:nth-child(2) a {width: 23px; height: 22px; background: url(../images/follow-icon.png) -25px 0 no-repeat; display: block;}
.follow ul li:nth-child(2) a:hover {width: 23px; height: 22px;  background: url(../images/follow-icon.png) -25px -31px no-repeat; display: block;}
.follow ul li:nth-child(3) a {width: 22px; height: 22px;  background: url(../images/follow-icon.png) -50px 0 no-repeat; display: block;}
.follow ul li:nth-child(3) a:hover {width: 22px; height: 22px;  background: url(../images/follow-icon.png) -50px -31px no-repeat; display: block;}
.follow ul li:nth-child(4) a {width: 22px; height: 22px;  background: url(../images/follow-icon.png) -75px 0 no-repeat; display: block;}
.follow ul li:nth-child(4) a:hover {width: 22px; height: 22px;  background: url(../images/follow-icon.png) -75px -31px no-repeat; display: block;}
.follow ul li:nth-child(5) a {width: 22px; height: 22px;  background: url(../images/follow-icon.png) -100px 0 no-repeat; display: block;}
.follow ul li:nth-child(5) a:hover {width: 22px; height: 22px;  background: url(../images/follow-icon.png) -100px -31px no-repeat; display: block;}
.follow ul li:nth-child(6) a {width: 25px; height: 22px;  background: url(../images/follow-icon.png) -125px 0 no-repeat; display: block;}
.follow ul li:nth-child(6) a:hover {width: 25px; height: 22px;  background: url(../images/follow-icon.png) -125px -31px no-repeat; display: block;}
.follow ul li:nth-child(7) a {width: 28px; height: 22px;  background: url(../images/follow-icon.png) -150px 0 no-repeat; display: block;}
.follow ul li:nth-child(7) a:hover {width: 28px; height: 22px;  background: url(../images/follow-icon.png) -150px -31px no-repeat; display: block;}
span.copy_box {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    margin-top: 44px;
    display: block;
    margin-bottom: 20px;
}

span.cin_text {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

/*---------Footer part open--------*/


/*------Google translate----------*/

.translated-ltr{margin-top:-40px;}
.translated-ltr{margin-top:-40px;}
.goog-te-banner-frame {display: none;margin-top:-20px;}

.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
}
.goog-te-gadget .goog-te-combo {
    height: 35px;
    margin: 0px !important;
    width: 235px;
    border-radius: 34px;
    border: 1px solid #b8b8b8;
    padding-left: 16px;
    outline: none;
}
.google_box {
    float: left;
}
#google_translate_element select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url("../images/google_arrow.png") no-repeat right;
    background-position: 204px 14px;
  }

.goog-te-banner-frame.skiptranslate {
display: none !important;
} 


@media screen and (max-width:820px){
    .footer {
        padding: 80px 0px;
        padding-bottom: 0px;
    }
.footer_left_box {
    width: 100%;
}
.footer_right_box {
    width: 100%;
    padding-left: 0px;
    margin-top: 18px; text-align: center;
}
.follow {
    font-size: 14px;
    color: #444444;
    width: 100%;
    margin-top: 20px;
    display: block;
    align-items: center;
}
span.copy_box {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    margin-top: 20px;
    display: block;
    margin-bottom: 14px;
}
.grayWraper2 {padding: 0 29px;}
}

/*------Google translate----------*/

 @media screen and (max-width:1085px){
	/*  header{ position:relative; width:100%; top:0; left:0;} */
	 header {height: 80px;}
	 
	 .headerSec1{display: none;}
	 .headerSec2.center{ width:100%;}
	 .headerSec1 .center{ width:100%;}
	 .headerSec1 aside:first-of-type, .logo{ margin:8px 20px;}
	 .siteSearchHolder{ position:inherit;}
	 .searchTrigger{ position:relative; right:auto; top:auto; }
	 .topSearch{ position:absolute; left:0; top:100%; background:#FFF; width:100%; border-top:1px solid #DDD; padding:20px 70px 0 30px; display:none;}
	 .topSearchFild{ width:100%;}
	 #navTrigger{ display:block; float:left; width:66px; background:#192553 url(https://www.arohan.in/wp-content/themes/arohan/images/snavbtn.png) no-repeat 50% 50% ; height:66px; cursor:pointer;border-top: 1px solid rgba(255,255,255,0.2); cursor:pointer;}
	 #navTrigger.ntClose{background:#192553 url(https://www.arohan.in/wp-content/themes/arohan/images/close2.png) no-repeat 50% 50% ;}
	 
	 nav{ position:fixed; top:0; right:-250px; height:100%; width:250px; background:#192553; overflow:auto; z-index:5;}
	 nav ul{}
	 nav ul li {float: none; padding: 0 18px; height: auto; line-height:20px;}
	 nav ul li a{ color:#FFF;}
	 
	 .navShow { margin: 0 250px 0 -250px;}
	 nav.navActive { right: 0;}	 
 }

 @media screen and (max-width:1366px){
.footer {
    width: 100%;
    padding: 20px 0 0 0px;
    display: flex;
    align-items: center;
    padding-bottom: 0px;
}
.footer_left_first_box ul li {
    line-height: 16px;
}
}

 @media screen and (max-width:1023px){
 .footer_mid_box {
    padding-bottom: 40px;
}

 }
 @media screen and (max-width:1100px){
    .inside-header {
        padding-top: 80px;
    }
    }

    @media screen and (max-width:680px){
 .footer_left_box {
    width: 100%;
    display: none;
}
    }
 @media screen and (max-width:600px){
	 /* .headerSec1{ display:none;} */
	 
.heading1_b{ font-size:24px;}
.heading1_w{font-size:24px;}

.inner_banner {margin: 65px 0 0;}
.inner_banner .banner_info {position: relative; width: 100%; bottom: auto; background-color:#192553 ; float:left; padding:30px;}
.inner_banner img{display:block;}
.inner_banner .banner_info .bredcrub{display:none;}
.inner_banner .banner_info h3{padding:0px; font-size:20px;}	 
.bredcrub_single{height: auto; display: none;}
.bredcrub_single li {font-size: 13px; line-height: 35px;}
.bredcrub_single li:last-child{width: 100%;}
.back-to .back-butt-new {
    font-size: 25px;
    line-height: 30px;
    padding: 15px 0;
    position: inherit;
    top: 0px;
    right: 0;
}
}


@media screen and (max-width:480px) {
.inside-header-text h1 {
    font-size: 30px;
}
}

@media screen and (max-width:479px){
.searchTrigger { width: 45px;}
.inner_banner .banner_info { padding: 10px;}	
	
}


@media screen and (min-aspect-ratio: 13 / 8) and (max-device-width:1114px) and (orientation: landscape){
	body:before{content:''; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background:#000 url(../images/orientation-change.png) no-repeat 50% 50%; background-size:400px; z-index: 99999;}
}

@media all and (max-width:550px){
	.qqFormList li {width: 100%;}
	.bottom {width: 100%; margin: 0px auto; }
	
}