﻿@charset "utf-8";

@media all and (max-width: 1200px) {
    .container {
        width: 90%;
    }

    .shadow_bx {
        width: 76%;
    }
}

@media screen and (min-device-width: 1024px) {
    .common-wrapper,
    .common-right {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .fixed-wrapper.sticky {
        position: fixed;
        width: 100%;
        z-index: 1000;
        background: #fff;
    }

        .fixed-wrapper.sticky .common-wrapper {
            position: absolute;
            top: -36px;
            left: 0px;
            width: 100%;
        }

        .fixed-wrapper.sticky .common-right {
            position: absolute;
            top: 52px;
            right: 0px;
            z-index: 9999;
        }

            .fixed-wrapper.sticky .common-right ul li {
                border-left: 1px solid #fff;
            }

        .fixed-wrapper.sticky .logo {
            background-size: 35px;
            padding-left: 45px;
            font-size: 120%;
            min-height: 60px;
            padding-top: 10px;
        }

        .fixed-wrapper.sticky .header-wrapper {
            height: 70px;
        }

    .shadow_bx {
        width: 66%;
    }
}

@media all and (max-width: 1023px) {
    .ico-responsive {
        display: none;
    }

    .footer-top-wrapper ul {
        display: block;
    }

        .footer-top-wrapper ul li {
            text-align: left;
            padding-bottom: 3px;
        }

            .footer-top-wrapper ul li:first-child:before {
                content: '';
            }
           

    .logo {
        display: inline-block;
        float: none;
    }
}


/*@media screen and (min-device-width: 941px){ 
  ul#nav{display:block !important;}
}*/

@media screen and (max-width: 940px) {
    .nav-wrapper {
        background: none;
        height: inherit !important;
    }

    .sitemap-el {
        position: absolute;
        top: 5px;
        right: 0px;
    }

    .bttn.bttn-sitemap {
        padding: 2px 3px !important;
        border-radius: 0px;
        font-size: 85%;
    }

    .search-el {
        position: absolute;
        bottom: -36px;
        left: 0px;
        z-index: 100;
        margin: 0px;
    }

    .footer-bottom-container {
        text-align: center;
    }

    .footer-block {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        border-bottom: 1px dashed #424242;
        margin-bottom: 15px;
    }

        .footer-block:last-child {
            margin: 0px;
            padding: 0px;
            border: none;
        }

    .flt-left {
        float: none !important;
        display: inline-block;
    }

    .site-info {
        float: none !important;
        display: inline-block;
        width: inherit;
    }

    .flt-right {
        float: none !important;
        display: inline-block;
    }

    .ft-lan {
        float: none;
        display: block;
        text-align: center;
    }

    #nav {
        display: none;
    }

    .toggle-nav-bar {
        display: block !important;
        position: absolute;
        top: 30px;
        right: 0%;
        text-align: center;
    }

        .toggle-nav-bar span {
            display: block;
            text-transform: uppercase;
            font-size: 61%;
            line-height: 20px;
            font-weight: 600;
        }

        .toggle-nav-bar .menu-icon {
            width: 25px;
            height: 20px;
            background: url(../images/toggle-bar.png) no-repeat;
        }

    .nav-wrapper.sticky {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1000;
        height: 40px;
        width: 100%;
    }

    .search-el.sticky {
        position: fixed;
        top: 4px;
        left: 5%;
        z-index: 9999;
        height: 35px;
    }
    /*#--Mobile Drop down--#*/
    .container.nav-container {
        width: 100%;
    }

    #nav {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        max-height: 300px;
        overflow: auto;
    }

        #nav li {
            float: none;
            display: block;
            margin: 0px;
            padding: 0px;
            background: #CDCDCD;
            border-left: 0px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            position: relative;
        }

    .nav-wrapper ul ul {
        width: 100% !important;
    }

    .nav-wrapper ul li a {
        padding: 0px 5% !important;
    }

    .nav-wrapper ul ul {
        display: none;
    }

    .nav-wrapper ul li:hover ul {
        display: none !important;
    }

    .nav-wrapper ul li.open > ul {
        display: block !important;
        position: inherit !important;
    }

    .nav-wrapper ul li.open ul li a {
        background: #9A9A9A !important;
        padding-left: 8% !important;
        color: #fff;
    }

    .nav-wrapper ul li.open ul li:hover a {
        background: #666 !important;
    }

    .nav-wrapper ul li.open ul li:last-child {
        border-bottom: 0px !important;
    }

    .sub-menu i {
        position: absolute;
        top: 12px;
        right: 5%;
        font-size: 18px;
        display: block;
    }

    .nav-wrapper ul li:hover a {
        background: #B3B3B3 !important;
    }

    #nav ul {
        margin-left: 0px !important;
    }

    #nav li:hover > ul,
    #nav li.hover > ul,
    #nav a:focus + ul,
    #nav .hover a:focus {
        margin-left: 0 !important;
        z-index: 100;
    }

    #nav ul a:focus {
        margin-left: 0 !important;
    }

    #side_nav ul {
        margin-left: 0
    }

    #side_nav li:hover > ul,
    #side_nav li.hover > ul,
    #side_nav a:focus + ul,
    #side_nav .hover a:focus {
        margin-left: 0 !important;
        z-index: 100;
    }

    #side_nav ul a:focus {
        margin-left: 0 !important;
    }

    #nav li ul li a:before {
        content: "\f105";
        font-family: 'FontAwesome';
        font-size: 15px;
        margin-right: 13px;
    }
    /*#--Mobile Drop down--#*/
    .banner-right-wrapper, .wrapper.home-banner .left-block {
        width: 100%;
        float: none;
        display: block;
    }

    .shadow_bx {
        width: 73%;
    }
}

@media all and (max-width: 639px) {
    .gtranslate {
        border-left: none;
        float: none;
    }

    .logo {
        min-width: 240px;
    }

        .logo a strong {
            padding-top: 5px;
        }

    .footer-top-wrapper ul li a {
        padding: 0;
    }

    .toggle-nav-bar {
        top: 17px;
    }

    .logo {
        font-size: 100%;
        padding: 5px 0 0 0;
        background-size: 16%;
        min-height: 56px;
        background-position: 0px 0px;
    }

    .common-left {
        float: left;
        width: 100%;
        display: inline-block;
        text-align: center;
        width: 100%;
        /*border-bottom:1px solid #eeeeee;*/
    }

    .common-container {
        height: auto;
    }

    .common-wrapper .common-right {
        border-top: 1px solid #eee;
        width: 100%;
        text-align: center;
    }

    .container.common-container {
        max-width: 100%;
        width: 100% !important;
        padding: 0px 15px;
    }

    .common-left ul li {
        height: auto;
    }

    .common-left ul {
        display: inline-block;
        max-height: 30px;
    }

        .common-left ul li {
            padding-top: 12px;
        }

    .four_content .common-left ul li {
        padding-top: 0;
    }

    .common-right {
        display: block;
        text-align: left;
        position: inherit;
    }

        .common-right ul {
            text-align: center;
            display: inline-block;
            height: 30px;
        }

    .fixed-wrapper .logo {
        background-size: 35px;
        padding-left: 45px;
        font-size: 120%;
        min-height: 60px;
        padding-top: 10px;
    }

    .fixed-wrapper .header-wrapper {
        height: 70px;
    }

    .common-right ul li.ico-site-search {
        position: relative;
    }

    .toggle-cont {
        right: inherit;
        left: 0px;
        width: 100%;
    }

    .search-drop input[type='text'] {
        width: 100%;
    }
    /*Header fix*/
    .copyright-content {
        margin: 0px;
        padding: 0px;
        float: none;
        display: block;
        text-align: center;
        padding-bottom: 8px;
    }

    .logo-cmf {
        float: none;
        display: none;
        padding: 0px;
        border: 0;
        text-align: center;
    }

        .logo-cmf a {
            padding: 0px;
            border: 0px;
            margin: 0px;
        }

    .footer-top-wrapper ul li {
        text-align: left;
        padding-bottom: 3px;
        padding-right: 5px;
    }

    .font-controll,
    .high-contrast,
    .skip-cont {
        display: none;
    }

    .container {
        width: 100%;
    }

    .shadow_bx {
        width: 96%;
    }
}

@media all and (max-width: 500px) {
}

@media all and (max-width: 420px) {
    .top-left a {
        width: 27px;
        overflow: hidden;
        height: 27px;
    }

        .top-left a span {
            display: none;
        }

    .flex-direction-nav {
        display: none;
    }

    .main {
        margin-top: 177px;
    }
}

@media all and (max-width:639px) {
    .container.common-container {
        width: 100% !important;
    }

    .cmf_lan label {
        display: none;
    }

    .common-right ul li {
        /*padding: 6px;*/
        font-size: 60%;
    }

    .four_content .common-left {
        width: 100%;
        margin-top: 0px;
    }

        .four_content .common-left ul li {
            height: auto;
            display: inline-block;
        }

    .four_content .common-right {
        float: left;
        position: relative;
        width: 100%;
        clear: both;
        margin-top: 0px;
        text-align: center;
        /*border-top: 1px solid #eeeeee;*/
        display: inherit;
        font-size: 14px;
    }

    .common-wrapper .container.common-container.four_content {
        max-width: 100%;
        width: 100% !important;
        padding: 0;
        height: auto;
    }

    .four_content .common-right ul {
        text-align: center;
        display: inline-block;
        height: 30px;
    }

        .four_content .common-right ul ul {
            height: auto;
        }

    .common-left ul li {
        font-size: 51%;
    }

    .submenutop {
        border-top: 1px solid #fff;
        position: initial !important;
        background: #0262af !important;
    }
}


/*Top left four li*/

@media all and (min-width:640px) and (max-width:939px) {
    .four_content .common-left {
        width: 59%;
    }

        .four_content .common-left ul li {
            width: 50%;
            padding: 10px 0px;
        }

    .four_content .responsive_go_hindi,
    .four_content .responsive_minis_hi {
        padding-right: 5px;
        border-right: 0px solid #eee;
    }

    .four_content .responsive_minis_eng,
    .four_content .responsive_go_eng {
    }

    .four_content .common-left ul li {
        height: auto;
    }

        .four_content .common-left ul li.ministry {
            padding-left: 5px;
        }

    .four_content .common-right ul {
        list-style: none;
        margin: 0 auto;
        /*width:100%;*/
        display: inline-block;
    }

    .common-wrapper .container.common-container.four_content {
        max-width: 100%;
        width: 100% !important;
        padding: 0;
    }

    .four_content .common-right {
        float: none;
        position: relative;
        width: 100%;
        /*	clear: both;*/
        text-align: center;
        /*border-top: 1px solid #eeeeee;*/
        display: inherit;
    }

        .four_content .common-right ul {
            text-align: center;
            display: inline-block;
            height: 30px;
        }

    .four_content.common-container {
        height: auto;
    }

    .dropdown-content {
        border-top: 1px solid #fff;
        position: initial !important;
        background: #0262af !important;
    }

    .submenutop {
        border-top: 1px solid #fff;
        position: initial !important;
        background: #0262af !important;
    }

    .sub-nav-group {
        width: 93%;
    }

    .main-menu {
        display: none;
    }

        .main-menu ul > li > a {
            display: block !important;
            z-index: 0;
        }

    .top_bx img {
        height: 281px !important;
    }

    .hlplineCont h2 {
        font-size: 14px;
    }
       .div5part li {
        width: 50%;
        float: left;
    }

}
@media all and (min-width:640px) {
    .logo a strong {
        padding-top: 11px;
    }

    .common-left ul li {
        padding-top: 11px;
    }

    .four_content .common-left ul li {
        padding-top: 6px;
    }
}

@media all and (max-width:745px) {
    .gtranslate {
        border-left: none;
        float: none;
    }

    .copyright-content {
        width: 100%;
        float: none;
        text-align: center;
    }

    .logo-cmf {
        float: none;
        border: none;
        padding: 10px 0 0 0;
        text-align: center;
        width: 100%;
    }

    .dropdown-content {
        border-top: 1px solid #fff;
        position: initial !important;
        background: #0262af !important;
    }

    .sub-nav-group {
        width: 93%;
    }

    .logo a span {
        font-size: 115%;
    }

    .logo a {
        line-height: 23px;
    }

    .mobileView {
        display: block;
    }

    .webview {
        display: none;
    }

    .header-nav {
        padding: 5px;
    }

    .slider .slides img {
        height: 27% !important;
    }

    #items {
        order: 2
    }

    #logos {
        order: 1
    }
}

@media all and (min-width:746px) {
    .mobileView {
        display: none;
    }

    .webview {
        display: block;
    }
  
  
}

@media all and (max-width:767px) {
    .main-menu {
        display: none;
    }

        .main-menu ul > li > a {
            display: block !important;
            z-index: 0;
        }
    .hlplineCont h2 {
        font-size: 14px !important;
    }
       .div5part li {
        width: 100%;
        float: left;
    }
 
}

@media all and (max-width:359px) {
    .common-right ul li a {
        width: 34px;
        font-size: 116%;
    }

    .common-right ul li.ico-skip a {
        width: auto;
        height: auto;
        font-weight: 600;
        text-transform: inherit;
    }

    .common-right ul li.ico-accessibility ul li a {
        width: 34px;
    }

    .common-right ul li.ico-social ul li a {
        position: relative;
        left: -2px;
    }

    .dropdown-content {
        border-top: 1px solid #fff;
        position: initial !important;
        background: #0262af !important;
    }

    .sub-nav-group {
        width: 93%;
    }
}


@media all and (min-width:940px) and (max-width:1277px) {
    .dropdown-content {
        left: 12px !important;
        top: 27px !important;
        width: 93% !important;
    }

    .submenutop {
        left: 226px !important;
    }

    .nopading {
        padding: 10px 0px 0px 15px !important;
    }

    .logo a span {
        margin-bottom: 10px;
    }

    .main-menu {
        display: block;
    }
    .hlplineCont h2 {
        font-size: 17px!important;
    }
       .div5part li {
        width: 50%;
        float: left;
    }
}


@media all and (min-width:940px) and (max-width:1277px) {
    .dropdown-content {
        left: 12px !important;
        top: 27px !important;
        width: 93% !important;
    }

    .nopading {
        padding: 10px 0px 0px 15px !important;
    }

    .logo a span {
        margin-bottom: 10px;
    }

    .float-element img:first-child {
        height: 58px;
    }

    .float-element img:nth-child(2) {
        height: 65px;
        margin: 0px 5px;
    }

    .float-element img:last-child {
        height: 69px;
    }

    .main-menu {
        display: block;
    }

    .top_bx p:nth-child(2) {
        font-size: 14px !important;
    }

    .report_btn .btn {
        padding: 0px 6px !important
    }
    	.report_btn .btn {
		font-size: 84%;
	}
    .hlplineCont h2 {
        margin-left: 48px;
    }
    .gallery-slider .swiper-slide {
        height: 84% !important;
    }
    .main {
        margin-top: 134px;
    }
}

@media all and (min-width:1278px) {
    .nopading {
        padding: 10px 0px 10px 15px !important;
    }

    .logo a span {
        margin-bottom: 10px;
    }

    .float-element img:first-child {
        height: 78px;
    }

    .float-element img:nth-child(2) {
        height: 95px;
        margin: 0px 5px;
    }

    .float-element img:last-child {
        height: 78px;
    }

    .main-menu {
        display: block;
    }
    .main {
        margin-top: 134px;
    }
}

@media all and (min-width:1250px) and (max-width:1400px) {
   	.dropdown-content {
		left: 233px!important;
	}
	.submenutop {
		left: 231px!important;
	}
	.top_bx p:nth-child(2) {
		font-size: 15px!important;
	}
	.top_bx img {
		height: 185px!important;
	}
	.report_btn .btn {
		padding: 0px 9px !important;
		font-size: 82%;
	}
	.whatsnww {
		height: 303px !important;
	}
	.top_bx {
		min-height: 303px!important;
	}
    .whstanewCont {
		height: 239px!important;
	}
}

@media all and (min-width:1401px) and (max-width:1600px) {
 	.dropdown-content {
		left: 230px !important;
	}
	.submenutop {
		left: 230px !important;
	}
	.report_btn .btn {
		padding: 0px 9px !important;
		font-size: 97%;
	}
    .services-wrapper {
        min-height: 336px;
    }
    .top_bx p:nth-child(2) {
        font-size: 17px!important;
    }
    .hlplineCont h2 {
      margin-left:50px;
    }
    #myTab .nav-item a {
        height: 117px;
    }

    }

@media all and (min-width:1601px) and (max-width:1800px) {
    .dropdown-content {
        left: 239px !important;
    }

    .services-wrapper {
        min-height: 336px;
    }

    .report_btn .btn {
        padding: 0px 9px !important;
        font-size: 97%;
    }

    .hlplineCont h2 {
        margin-left: 50px;
    }
}

#myTab .nav-item a {
    height: 117px;
}

.green-card {
	background-image: url(../../assets/images/green-pattern-2.jpg);
	background-size: cover;
	border-left: 10px solid #5cb85c;
}

.orange-card {
	background-image: url(../../assets/images/orange-pattern.jpg);
	background-size: cover;
	border-left: 10px solid #ff9f40;
}

.services-area h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.services-content h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
}

.service-icon img {
    height: 70px;
}

.services-wrapper:hover {
    background-image: url(../assets/images/bg3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services-wrapper:hover {
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -15px;
}

.zt-underline {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s;
}

    .zt-underline:hover,
    .zt-underline:focus {
        background-size: 99.7% 2px;
        color: #673ab7;
    }

.zt-underline {
    font-size: 15px;
    line-height: 22px;
    color: #000;
}

.services-wrapper {
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(8, 41, 19, 0.04);
    border-radius: 8px;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    margin-bottom: 13px;
}

.whatsnww {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 330px;
    border-radius: 10px;
}

.whstanewCont {
    padding: 10px;
    height: 269px;
    background: #fff;
}

@media screen and (min-width: 1801px) {
    .services-wrapper{min-height:321px;}

}

@media(min-width:760px) and (max-width:1250px) {
  

}

@media(min-width:1251px) and (max-width:1400px) {

    .gallery-slider .swiper-slide {
        height: 209px !important;
    }
    .div5part li{width:20%; float: left;}

}

@media screen and (min-width: 1401px) {
    .div5part li {
        width: 20%;
        float: left;
    }
}