/*
Template : Jaffer Group of Companies
*/


body {
    color: #666666;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a, a:hover, a:visited, a:active, a:focus {
    color: #f41c2f;
}
.color_white {
    color:#FFF;
}
h1 {
    font-size: 26px;
}
h2 {

}
h3 {
    color: #636466;
}
h4 {
    font-size: 20px;
    color: #f41c2f;
}
h5 {

}
q {
    font-size: 24px;
    font-weight:bold;/*NA-lighter*/
    color: #f41c2f;
}
<div.noMargin,
.noMargin {
    margin: 0;
}
.marginT10 {
    margin-top: 10px;
    z-index: 1;
    /*faizan 14-9-2022*/
    padding-left: 8px;
}
.marginT20 {
    margin-top: 20px;
}
.marginT30 {
    margin-top: 30px;
}
.marginT40 {
    margin-top: 40px;
}

.marginB10 {
    margin-bottom: 10px;
}
.marginB20 {
    margin-bottom: 20px;
}
.marginB30 {
    margin-bottom: 30px;
}
.marginB40 {
    margin-bottom: 40px;
}
.marginB130 {
    margin-bottom: 130px;
}
.paddingTop70 {
    padding-top: 70px;
}

.navbar-toggle .icon-bar {
    background: #f41a2d;
}
.red {
    color: #f41c2f;
}
.orderList {
    list-style: none;
    padding-left: 0;
}
.orderList li {
    counter-increment: count-me;
}
.orderList li:before {
    content: counter(count-me) ". ";
    color: #f41a2d;
}

body .btn-default {
    background-color: #f41c2f;
    border-radius: 0;
    color: #fff;
    border: 0;
    display: -webkit-inline-box;
    padding: 5px 15px;
    border-radius: 5px;

}

body .btn-default:hover,
body .btn-default:active:hover,
body .btn-default:focus,
body .btn-default:link,
body .btn-default:active {
    background-color: #f41c2f;
    color: #fff;
    text-decoration: none;

    outline: none;
}

.seprator_top,
.seprator_bottom {
    background: url(../images/seprator_top.jpg) top center no-repeat;
    height: 13px;
    width: 100%;
    background-size: contain;
    display: block;
/*    margin: 60px 0 30px; */

}
.seprator_bottom {
    background: url(../images/seprator_bottom.jpg) 0 0 no-repeat;
    background-size: contain;
/*    margin-top: 50px;
    margin-bottom: 50px;*/
}

.seprator_top.noMargin {

}

/* Lightbox */
#lightbox .modal-content {
    display: inline-block;
    text-align: center;
    margin-top: 40%;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: 207px;
    right: 8px;
    z-index: 1032;
}
/* Lightbox */


/* Logo - Top Navigation
---------------------------- */
.topMenu {
    background: url(../images/nav_bg.png) left bottom repeat-x;
    height: 80px;
    background-size: auto 100%;
}
.logo {
    background: url(../images/logo-modified.png) 0 0 no-repeat;
    text-indent: -9999px;
    width: 330px;
    background-size: auto 100%;
    height: 79px;
}

.mainmenu {

}
.mainmenu > ul {
    /* faizan 7-27-2022*/
   /* margin-left: 19px;*/
    margin-left: 15px;
}
.mainmenu > ul > li {
    position: relative;
    /*margin: 0 10px;*/
    margin: 0 7px;
}
.mainmenu > ul > li a {
    color: #040708;
    padding: 23px 0 0 0;
}
.mainmenu > ul > li:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #f41c2f;
    opacity: 0;
    transition: all .2s linear;
}
.mainmenu > ul > li:hover:before,
.mainmenu > ul > li.active:before {
    opacity: 1
}


.mainmenu > ul.mmenu > li > ul {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 230px;
    padding-top: 20px;
    list-style: none;
    /*	border-bottom: 2px solid #f41c2f;*/
    border: none;
    border-bottom: 2px solid #f41c2f;
    background-color: transparent;
    box-shadow: none;
    z-index: 1;
}
.mainmenu > ul.mmenu > li:hover > ul {
    display: block;
}
.mainmenu > ul.mmenu > li > ul > li {
    background-color: #fff;
    padding: 0;
}
.mainmenu > ul.mmenu > li > ul > li > a {
    padding: 10px 10px 10px;
    display: block;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.mainmenu > ul.mmenu > li > ul > li:hover {
    background-color: #f41c2f;
}
.dropdown-menu .dropdown-menu {
    width: 200px;
}
.dropdown-menu li:hover .dropdown-menu {
    display: block;
    left: 100%;
    top: 0px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.mainmenu > ul.mmenu > li.dropdown ul.dropdown-menu > li {
    position: relative;
}
.mainmenu > ul.mmenu > li.dropdown ul.dropdown-menu > li > a {
    padding: 10px 10px 10px;
    display: block;
    color: #040708;
}
.dropdown-menu .dropdown-menu li {
    display: block;
}
.mainmenu > ul.mmenu > li.dropdown ul.dropdown-menu > li:hover > a {
    color: #fff;
}


.mainmenu > ul.mmenu > li > ul > li:hover a {
    color: #fff;
    text-decoration: none;
}
.mainmenu > ul.mmenu > li > ul > li:last-child {

}
.mainmenu > .nav > li > a:hover,
.mainmenu > .nav > li > a:focus {
    background-color: transparent;
}

.topSocial {

}
.mainmenu .topSocial li {
    margin: 0 1px;
}
.mainmenu .topSocial > li:before {
    display: none;
}
.mainmenu .topSocial li a {
    padding-top: 17px;
}
.mainmenu .topSocial .fa-stack {
    width: 1.7em;
    height: 1.7em;
    line-height: 1.7em;
}
.mainmenu .topSocial i {

}
.mainmenu .topSocial i.fa-stack-2x {
    color: #f41d2f;
    font-size: 1.7em;
}
.mainmenu .topSocial i.fa-stack-1x {
    font-size: 0.8em;
}
.mainmenu .topSocial i.gray {
    color: #acacac;
}
.mainmenu .topSocial .searchBtn {
    margin-left: 20px;
    padding-top: 2px;
/*    display: none !important;   */
}
.topSocial .dropdown-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
    top: 53px;
    right: -24px;
}
.topSocial .dropdown-menu li,
.topSocial .dropdown-menu li:hover {background-color: transparent;}
.topSocial .dropdown-menu form {}
.topSocial .dropdown-menu input[type="text"] {border-radius: 10px;outline-color: #f41c2f;}
.topSocial .dropdown-menu input[type="text"]:focus {outline-color: #f41c2f;}
.topSocial .dropdown-menu input[type="text"] {width: 480px;}
#secMenu {padding-top: 10px;padding-bottom: 10px;}
#secMenu ul {list-style: none;padding: 0;}
#secMenu li {float: left;margin: 0 15px 0 0;padding: 0 0 0 15px;
    border-left: 1px solid #f41c2f;
    line-height: 14px;
}
#secMenu li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}
#secMenu li a {
    color: #636466;
}
#secMenu li a:hover {
    color: #636466;
    text-decoration: none;
}


/* Title Style
------------------------ */

.title {
    position: relative;
    color: #636466;

}
.title:before {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #f41c2f;
    left: 0; right: 0; top: 0; bottom: 0;
    margin: auto;
}
.title span {
    background-color: #fff;
    padding: 0 20px;
    position: relative;
}

/* Custom Icon
------------------------ */

.icn_businesses,
.icn_newsEvent,
.icn_videos,
.icn_ourCoreValue,
.icn_ourPartners {
    display: inline-block;
    width: 30px;
    height: 37px;
    background: url(../images/icn_ourBusiness.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.icn_newsEvent {
    background: url(../images/icn_newsEvent.jpg) 0 1px no-repeat;
    background-size: 100% auto;
    width: 55px;
}
.icn_videos {
    background: url(../images/icn_videos.jpg) 0 4px no-repeat;
    background-size: 100% auto;
    width: 35px;
}
.icn_ourCoreValue {
    background: url(../images/icn_ourCoreValue.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 35px;
}
.icn_ourPartners {
    background: url(../images/icn_ourPartners.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 35px;
}


#Section404 {
    position: relative;
    height: 400px;
}
.errorBox {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 500px;
    height: 290px;
}
#wrapper.error {
    padding-top: 20px;
}

#wrapper.error h1 {
    font-size: 120px;
    color: #f41c2f;
    margin: auto;
    font-weight: 800;
}
#wrapper.error h2 {
    font-size: 28px;
    font-weight: normal;
}
#wrapper.error h3 {
    color: #636466;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans';
    margin-bottom: 50px;
}
#wrapper.error .btn-default {
    font-weight: normal;
}
#wrapper.error a.btn-default:hover {
    text-decoration: none;
}

/* Home Slider
------------------------ */

#slider {
    padding: 60px 0 0;
    border-bottom: 2px solid #f51c2f;
    margin-bottom: 30px;
    overflow: hidden;
}
#slider .carousel-indicators li {
    background-color: rgba(255, 255, 255, 1);
    border: 0 none;
}
#slider .carousel-indicators li.active {
    background-color: #f41c2f;
    border-color: #f41c2f;
    border: 0 none;
    width: 10px; height: 10px;
    margin: 1px;
}

/* Businessess Block Grid
------------------------ */
#businessSection {
    margin-bottom: 30px;
}
.businessRow {
    margin-top: 30px;
    margin-right: -7px;
    margin-left: -7px;
}
.businessItem {
    padding: 0 7px;
}
.businessItem:first-child {

}
.businessItem:last-child {

}
.businessItem .bBox {
    position: relative;
    overflow: hidden;
}
.businessItem .bBox img {
    width: 100%;
    height:230px;

}
.businessItem .bBox .bHover {
    position: absolute;
    bottom: calc(-100% - 20px);
    background-color: rgba(75, 0, 7, 0.4);
    color: #fff;
    padding: 10px 14px;
    font-size: 12px;
    height: 100%;
    border-top:1px solid rgba(244, 28, 47, 0.5);
    -webkit-transition: bottom .2s linear;
    -o-transition: bottom .2s linear;
    transition: bottom .2s linear;

}
.businessItem .bBox:hover .bHover {
    bottom: -50%;
}
.businessItem h3 {
    margin: 5px 0 0;
    font-size: 20px;
    color: #636466;
}

/* News Event Block
-------------------------- */

#newsEvents_videos {
    margin-bottom: 45px;
}
#newsEvents_videos .title {
    margin-bottom: 20px;
}

.homeNewsEventBlock {
    padding-right: 30px;
}
.newsEventBlock {
    margin-right: 0;
}
.newsEventBlock .col-md-4 {
    padding-right: 0px;
}
.newsEventBlock h4 {
    color: #f41c2f;
    font-size: 14px;
}
.newsEventBlock img {
    width: 100%;
}
.newsEventBlock p {
    font-size: 12px;
    margin-top: 10px;
}


.dateUnit {
    color: #f41c2f;
    float:right;
    text-align:right;
    width:100%;
    right: 15px;
    top: -84px;
    font-size: 15px;
}
.dateUnit time {
    display: block;
}

/* Videos Block
-------------------------- */
.homeVideosBlock {
    padding-left: 30px;
}
.videosBlock:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 25% 0 0;
    background-color: #f41c2f;
    height: 75%;
    width: 1px;
    display: block;
}
.videosBlock {
    font-size: 12px;
}
.videosBlock .col-md-6 {
    margin-bottom: 0px;
}
.videosBlock h4 {
    color: #f41c2f;
    font-size: 14px;
}
.videosBlock img {
    width: 100%;
    height:50px;
    margin-bottom: 5px;
}

/*---Core Values and CSR--*/
#ourCoreValue_CSR {
    background: url(../images/ourCoreValue_CSR_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 55px 0 30px;
    border-top: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;

    overflow: hidden;
}

.media-body a{
color:#f41c2f;
}
.component table {
    border-bottom: .0625rem solid #fff;
    margin: 3rem 0 .625rem 0;
    box-sizing: border-box;
    border-collapse: collapse;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.component table th {
    background: #fff;
    font-size: 2rem;
    border-top: .0625rem solid #404040 !important;
    border-bottom: .0625rem solid #404040 !important;
    font-weight: 700;
}
.component table tr:first-child th {
    border-top-color: #404040 !important;
    border-bottom-color: #404040!important;
    border-left-width: 0;
    border-right-width: 0;
}

.component table td, .component table th {
    padding: 1.25rem !important;
    text-align: left;
    line-height: 1.25 !important;
}
.component table td, .component table th {
    border: .0625rem solid #e8e8e8;
    border-bottom-color: #cfcfcf;
    border-top-color: #cfcfcf;
    color: #404040;
    padding: 0;
    position: relative;
}
.media-body h3{
    text-align: left;
    font-weight: 700;
    margin: 2.25rem 0 .625rem;
    line-height: 1.5;
    font-size: 2rem;
}

.flipBoxs {

}
.flipBoxs > div.flip-container {
    padding-right: 0;
}

/* entire container, keeps perspective */
/*
.flip-container {
	perspective: 1000px;
}
*/
/* flip the pane when hovered */
/*
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}
*/
.flip-container {
    margin-bottom: 20px;
}
.flip-container img {
    width: 100%;
    float: left;
}
.front, .back {

}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    /*	transform-style: preserve-3d;*/

    position: relative;
}

/* hide back of pane during swap */
.front, .back, .other-front, .other-back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 160px;
    height: 160px;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}
.front h4 {
    text-align: center;
    color: #636466;
    font-size: 11px;
    border-top: 1px solid #f41c2f;
    margin-top: 0;
    padding: 13px 0 10px;
    float: left;
    background-color: #fff;
    width: 100%;
    height: 50px; /*NA-added*/
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
    text-align: center;
    padding: 10px 10px 0 10px;
    background-color: white;
    margin-bottom: 25px;
    min-height: 157px;

}
.back h4 {
    font-size: 12px;
    font-weight: 500;
    color: #ff0000;
}
.back p {
    font-size: 11px;
    color: #636466;
}

/* Our Partners
---------------- */

#ourPartners {
    padding: 40px 0;

    overflow: hidden;
}


.coreValuesBox {

}
.coreValuesBox h3 {
    margin-left: 15px;
    margin-bottom: 30px;
    color: #636466;
    font-size: 32px;
}
.coreValuesBox h3 strong {

}
#ourPartners .owl-carousel {
    padding: 0 40px;
}
#ourPartners .item {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    /*
        max-height: 100px;
        height: 100px;
        display: flex;
    */
}
#ourPartners .item img {
    width: 75%;
    margin: auto;
}
#ourPartners .owl-nav {

}
#ourPartners .owl-nav .owl-prev,
#ourPartners .owl-nav .owl-next {
    background: url(../images/arrow.jpg) 0 0 no-repeat;
    position: absolute;
    left: 5px;
    top: 40px;
    width: 25px;
    height: 25px;
    background-size: 99% auto;
    text-indent: -999px;
    overflow: hidden;
}
#ourPartners .owl-nav .owl-prev {
    transform: rotate(180deg);
}
#ourPartners .owl-nav .owl-next {
    right: 0;
    top: 41px;
    left: initial;
}
#ourPartners .owl-nav .owl-prev:hover,
#ourPartners .owl-nav .owl-next:hover {
    background: url(../images/arrow_active.jpg) 0 0 no-repeat;
    background-size: 99% auto;
}

.csrBox {
    font-size: 13px;
    position: relative;
    margin-left: 30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 40px;
}
.csrBox:before {
    content: '';
    background-color: #f41c2f;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0; left: 0;
}
.csrBox h2 {
    font-size: 22px;
    color: #f41c2f;
    margin-bottom: 35px;
    text-align: left;
}
.csrBox h2 strong {
    font-size: 29px;
    color: #636466;
}
.mimg {
    float: left;
    margin: 0 10px 5px 0;
    width: 125px;
}
.csrBox q {
    color: #f41c2f;
    font-size: 20px;
/*    text-transform: uppercase; */
    font-style:normal; /*NA - italic*/
    padding: 10px 0;
    display: block;
}


#footer {
    background-color: #f41c2f;
    padding: 10px 0;/*NA-25px 0*/
    color: #fff;
    font-size: 12x; /*NA -16px*/
    /*height:65px;*/ /*NA-added*/
    /* height: 44px;*/

}
#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer ul li {
    display: inline-block;
    margin-right: 100px;
}
#footer ul li:last-child {
    margin-right: 0;
}
#footer a {
    color: #fff;
    font-size: 13px; /*NA -16px*/
    padding-right:4px;
}
#footer a:hover {
    text-decoration: none;
}


/* About Us Page
-------------------------- */

.firstSection {
    padding-top: 60px;

}
.firstSection h1 {
    color: #fff;
    text-transform: uppercase;
}
#aboutBg {
    background: url(../images/about_title_bg.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}
.text-bottom {
    position: relative;
    min-height: 200px;
}
.tbottom {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    bottom: 0;

    font-size: 49.424px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /*NA-'PT Sans', sans-serif;*/
    line-height: 1.2;
    text-shadow: 0.951px 0.309px 1.96px rgba(34, 31, 31, 0.82);
}

#aboutSection {
    margin: 30px 0;
    font-size: 1.5rem;
}
.firstPara {
    font-size: 16px;
}

.caption.custom {
    border-top: 2px solid #f41c2f;
    margin-top: 5px;
    box-shadow:0 9px 8px -8px rgba(62, 62, 62, 0.5);
    font-size: 13px;
    padding: 12px 10px 10px;
}
.caption.custom h4 {
    font-size: 15px;
    color: #f41c2f;
    margin: 0 0 5px 0;
}
.caption.custom p {
    margin: 0;
}

.mmission_secone {
    color: #636466;
    font-size: 18px;
}
.mmission_secone h1 {
    margin-bottom: 30px;
}
.mmission_secone h2 {
    font-size: 22px;
    font-weight: bold;
    color: #f41c2f;
}
.mmission_secone h4 {
    font-weight: bold;
    margin: 20px 0 10px;
}
.mmission_secone p {
    font-size: 15px;
    margin-bottom: 5px;
}

#foundingFathers .col-md-3 {
    text-align: center;
}


.ffbox {
    box-shadow: 0 0 2px rgba(128, 128, 128, 0.3);
    margin-bottom: 20px;
}
.ffbox img {
    width: 100%;
}
.ffbox h3 {
    margin: 2px 0 0;
    font-weight: bold;
    font-size: 13px;
    color: #636466;
    padding: 10px 10px 2px;
}
.ffbox span {
    color: #f41c2f;
    font-size: 12px;
    padding: 0 0 5px 9px;
    display: block;
}

#aboutText {
    margin-bottom: 4rem;
}
#aboutText h3 {
    color: #f41c2f;
}
#aboutText li {
    margin-bottom: 2px;
    line-height: 2.4rem;
}


/* News Section
----------------------------- */

#newsSection {
    margin: 50px 0;
}
#newsSection h1 {
    margin-bottom: 40px;
}
#newsSection #filters {
    float: right;
    margin-bottom: 10px;
}
.newsBlock {
    margin-bottom: 50px;
    overflow: hidden;
}
.newsBlock h2 {
    color: #f41c2f;
    font-size: 22px;
    font-weight: 800;
    margin-top: 0;
    padding-bottom: 15px; /*NA added padding-bottom 18px  to create space under news heading*/
	padding-top: 10px;
}

.sameasnewsevents {

}
.nopadding {
    padding:0px;
}
.sameasnewsevents h2 {
    color: #f41c2f;
    font-size: 24px;
    font-weight: 800;
    margin-top: 40px;
}
.newsBlock .nimg {
    position: relative;
}
.captionDMT {
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 80px; /*NA changed 100 to 80*/
    width: 80px;  /*NA changed 100 to 80*/
    background-color: #f41c2f;
    color: #fff;
    padding-top: 15px;
}
.captionDMT span {
    display: block;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  /*NA-'PT Sans', sans-serif;*/
    font-size: 18px; /*NA changed 20 to 18*/
    line-height: 18px; /*NA changed 20 to 18*/
    font-weight: bold;
}
.captionDMT .date {
    font-size: 28px; /*NA changed 38 to 28*/
    line-height: 25px; /*NA changed 30 to 20*/
}
.captionDMT .month {
    text-transform: uppercase;
}
.captionDMT .year {

}
.newsBlock .ntext {

}
.newsBlock .ntext .readmore {
    text-transform: capitalize;
}
.newsBlock .ntext .readmore.opend {
    float: right;
    text-transform: capitalize;
}
#neSubmenu {
    left: inherit;
    right: 0;
    padding: 0;
}
#neSubmenu li {

}
#neSubmenu button {
    border-radius: 0;
    text-align: right;
}
#neSubmenu li + li {

}
#neSubmenu li + li button {
    border-top: 1px solid #fff;
}

.readmore {
    font-size: 14px; /*NA-10px*/
    font-weight:normal;
}
.nthumb {

}
.nthumb .col-md-6:first-child {
    padding-right: 5px;
}
.nthumb .col-md-6:last-child {
    padding-left: 5px;
}


/* ssagriculture
----------------------- */

#ssagriculture {
    margin-top: 60px;
}
#ssagriculture .ssagricultureBlock {

}
#ssagriculture h1 {
    margin-bottom: 50px;
}

#ssagriculture h2 {
    font-size: 20px;
    color: #f41c2f;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
}
.ssagricultureBlock .col-md-6 {
    margin-bottom: 30px;
}
.ssagricultureBlock .col-md-6:nth-child(odd) {
    /*	clear: left;*/
}
.simg {

}
.stext {
    padding-left:11px;
    font-size: 12px;
}

/* CSR
----------------------- */

#csrBg {
    background: url(../images/CSR_bg.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}
#csrSection {
    margin-top: 40px;
    margin-bottom: 40px;
}
#csrSection h1,
#csrSection h3 {
    font-size: 22px;
    color: #f41c2f;
    font-weight: bold;
    margin-bottom: 5px;
}
#csrSection p {
/*    text-align: justify;*/
    margin-bottom: 20px;
}

/* Board Of Directors
----------------------------- */

#bodirector {
    margin-top: 40px;
    margin-bottom: 40px;
}
#bodirector h1 {
    margin-bottom: 40px;
}
#bodirector img {
    width: 100%;
}
#bodirector a:hover,
#bodirector a:active,
#bodirector a:focus
{
    text-decoration: none;
}
#bodirector a h3 {
    font-size: 16px;
    color: #f41c2f;
    margin: 8px 0 5px 0px;
}
#bodirector div a span {
    color: #636466;
    font-size: 13px;
    display: block;
}

#bodirector .row .col-md-4 {
    position: relative;
}
#bodirector .row .col-md-4 a:before,
#bodirector .row .col-md-4 a[aria-expanded="false"]:before {
    position: absolute;
    content: '+';
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    background-color: #FF0000;
    color: #fff;
    right: 15px;
}
#bodirector .row .col-md-4 a[aria-expanded="true"]:before {
    position: absolute;
    content: '-';
}

.expanded {
    margin-top: 20px;
    min-height: 1px;
    margin-bottom: 20px;
}
.expanded > .panel-collapse {
    border-top: 1px solid #f41c2f;
    border-bottom: 1px solid #f41c2f;
    padding: 0;
    width: calc(100% - 30px);
    margin-left: 15px;
}
.expanded > .panel-collapse p {
    text-align: justify;
}
.expanded > .panel-collapse:before {
    content: '';
    position: absolute;
}
.expanded > .panel-collapse:nth-child(1) {

}
.expanded > .panel-collapse:nth-child(2) {

}
.expanded > .panel-collapse:nth-child(3) {

}
#bodirector div > span.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 33px;
    height: 33px;
    background-color: #f41c2f;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    text-align: center;
    line-height: 33px;
}

#obpBg {
    background: url(../images/obp_bg.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}
#tBg {
    background: url(../images/our_business_technology/t_bg.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}
#obqBg {
    background: url(../images/BioTech/bt_bg.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}
#obmBg {
    background: url(../images/construction/construction_6.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}
#ourPartners.partnerStyle2 {
    padding: 10px 0;
}
#obpProjects .obp_article {
/*    margin-top: 30px;
    margin-bottom: 30px; */
}
#obpProjects img {
    width: 100%;
}
#obpProjects h3 {
    font-size: 22px;
    margin: 0 0 5px 0;
    font-weight:bold;
}
#obpProjects p {
    text-align: justify;
}

#obpNewsEvents {
    margin-bottom: 50px;
}

.nebox {

}
.nebox h3 {
    font-size: 14px;
}
.nebox img {
    width: 100%;
    margin: 0 0 10px 0;
}
.nebox p {
    font-size: 12px;
}

#managemenTeam {
    margin-bottom: 40px;
}
#managemenTeam h2 {
    color: #f41c2f;
    font-size: 24.712px;
    font-weight: bold;

}
#managemenTeam .col-md-3 {
    margin-bottom: 10px;
    margin-top: 15px;
}
#managemenTeam img {
    width: 100%;
}
#managemenTeam h3 {
    font-size: 16px;
    margin: 10px 0 5px;
}
#managemenTeam .col-md-3 > span {
    font-size: 13px;
}


/* Corporate Functions
---------------------------- */

#cfuncBg {
    background: url(../images/cfunc_bg.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}


.bio_article {

}
.bio_article img {
    width: 100%;
}
.bio_article h3 {
    color: #636466;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;

}


/* Household Hygiene and Decoratives
------------------------------------------ */

#hhdBg {
    background: url(../images/HH-banner.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}
.w3-container{
		width: 40% !important;
		font-size: 16px !important;
	}

/* Fertlizers & Commodities
------------------------------------------ */

#fcBg {
    background: url(../images/fc_bg.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}
#seBg {
    background: url(../images/search.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}
#iBg {
    background: url(../images/irrigation/i_bg.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}

#mBg {
    background: url(../images/our_business_machinery_sales/m_bg.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}
#agqs {
    background: url(/images/jaspl_bg.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}
#lubBg {
    background: url(../images/lub_bg.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}


.shadowOne {
    position: relative;
}
.shadowOne:before {
    content: '';
    position: absolute;
    background: url(../images/imgShadow.png) 0 0 no-repeat;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -9px;
    background-size: 100% auto;
    top: -18px;
}
.shadowOne img {
    position: relative;
    z-index: 1;
}


.jasTitle {
    margin: 0 0 5px;
    font-size: 22px;
}
.cplGallery,
.fiveCol {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.cpl-item,
.fiveCol .item {
    width: calc(20% - 8px);
    margin-right: 10px;
}
.cpl-item:nth-child(5n+5),
.fiveCol .item:nth-child(5n+5) {
    margin-right: 0;
}
.cpl-item img,
.fiveCol .item img {
    width: 100%;
}
.cpl-item h4 {
    color: #636466;
    font-size: 14px;
}

.fiveCol {
    margin: 10px 0;
}
.fiveCol .item h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}
.fiveCol .item p {
    font-size: 13px;
    margin-top: 5px;
}




/* Contact Page
------------------------------------------ */


h4.contactTitle {
    /*	padding-left: 30px; */
    font-size: 20px;
    /*font-weight: 600;*/
    color: #636466;
    margin-top: 0;
}
.contactInfo {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contactInfo li {
    padding-left: 30px;
    padding-bottom: 15px;
    color: #333;
}
.contactInfo li.address {
    background: url(../images/icon-map.jpg) 2px 2px no-repeat;
    background-size: 20px auto;
}
.contactInfo li.uan {
    background: url(../images/icon-uan.jpg) 2px 0px no-repeat;
    background-size: 20px auto;
}
.contactInfo li.tel {
    background: url(../images/icon-tel.jpg) 2px 2px no-repeat;
    background-size: 20px auto;
}
.contactInfo li.fax {
    background: url(../images/icon-fax.jpg) 2px 2px no-repeat;
    background-size: 20px auto;
}
.contactInfo li.cell {
    background: url(../images/icon-cell.jpg) 5px 1px no-repeat;
    background-size: 13px auto;
}
.contactInfo li.email {
    background: url(../images/icon-email.jpg) 1px 3px no-repeat;
    background-size: 20px auto;
}

.subOffices {

}
.subOffices > div {
    margin-bottom: 30px;
}


/* Career Page
------------------------ */
#careerBg {
    background: url(../images/careers_title_bg.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: 2px solid #f71422;
}

.jdTable {

}
.jdTable dt {
    overflow: hidden;
    margin-bottom: 0%;
}
/*.jdTable dt span {
	font-size: 12px;
    display: inline-block;
    border: 1px solid #f41c2f;
    padding: 3px 10px;
}*/
.jdTable dt > span:first-child {
    background-color: #f41c2f;
    color: #fff;
    font-weight: bold;
    width: 30%;
}

.jdTable dt > span:nth-child(2) {
    width: 25%;


}
.jdTable dt > span:nth-child(3) {
    width: 44%




}
.jdTable dt span:first-child {

}

.jdTable dd {
    border-bottom: 1px solid #f41c2f;
    margin-bottom: 20px;
    padding: 0px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}
.jdTable dd > p:first-child {

}
.jdTable dd p {
    font-size: 13px;
    padding-top: 1px;
}
.jdTable dd button.jdMore {
    background: none;
    border: 0;
    padding: 0;
    color: #f41c2f;
}
.jdTable dd > div.jdMoreBox {
    width: 100%;
}
.jdTable dd a.close {
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: #f41c2f;
    color: #fff;
    padding: 6px;
    font-size: 16px;
    opacity: 1;
}
.jdTable dd a.close:hover {
    font-size: 18px;
}
.jdTable h3 {
    width: 15%;
    float: left;
    margin: 0;
    color: #f00;
    font-size:18px;
}
.jdTable .jdRightSide {
    width: 83%;
    float: left;
    padding-left: 2%;
    margin-bottom: 30px;
}
.jdTable .jdRightSide41 {
    width: 41%;
    float: left;
    padding-left: 2%;
    margin-bottom: 14px;
}
.jdTable .jdRightSide41right {
    width: 41%;
    float: right;
    text-align: right;
    /*    padding-left: 30%; */
    margin-bottom: 12px;
}
.red_color {
    color:#f00;
}
.jdRightSide ul {
    padding-left:18px;
    margin-bottom: 15px;
}
.jdMoreBox button {
    margin-bottom:20px;
}
.jdRightSide ul > li {
    padding-bottom:5px;
}


.thead {
    background-color: #f41c2f;
    color: #fff;
}
.customTable {

}
.customTable tr {

}
#contactUs .customTable tr th,
#contactUs .customTable tr td {
    padding-left: 20px;
}

.careerForm label,
.jafferForm label {
    font-size: 13px;
    color: #f41c2f;
    font-weight: normal;
}
.careerForm button[type="submit"] {
    float: right;
}
.jdLabel {
    position: relative;
}
.jdLabel .fa {
    position: absolute;
    right: 20px;
    margin-top: 4px;
    z-index: 1;
    cursor: pointer;
}
.jdLabel .fa-minus-circle {
    display: none;
}
.jdInfo {

}
#contactUs .customTable tr.jdInfo td {
    padding: 0;
}

#contactUs .customTable tr.jdInfo td {
    border-top: 0;
}
.jdInfoBox {
    padding: 10px 20px 20px 20px;
}

/* Model Box */
.modal-content {
    border-radius: 0;
}
.modal-header {
    padding: 2px 0;
}
.modal-header .close {
    margin-top: -2px;
    background-color: red;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    font-weight: normal;
    padding: 3px 10px;
    font-size: 30px;
}
.jafferForm button[type="submit"] {
    float: right;
}

/* Argo Chemical
---------------------- */

.myGallery {

}
.myGallery .thumbnail {
    background: url('../images/product-frame.jpg') center bottom no-repeat;
    border: 0 none;
    background-size: contain;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.myGallery img {
    height: 250px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.myGallery h3 {
    position: relative;
    margin: 10px 10px;
    text-align: center;
    color: #636466;
    font-size: 18px;
    font-weight: normal;
    border-top: 1px solid #acacac;
    padding-top: 15px;
    padding-bottom: 7px;
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.myGallery h3:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 0px;
    background-color: #dedede;
}
.myGallery .thumbnail:hover img  {
    transform: scale(1.1);
}
.myGallery .thumbnail:hover h3 {

}
.myGallery a,
.myGallery a:hover {
    text-decoration: none;
}

/* Single Product Page
----------------------------- */

.productText {

}
.productText h2 {

}
.productText h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.productCaption {

}
.productCaption h3 {
    font-size: 18px;
}
.productCaption h4 {
    font-size: 16px;
    margin-bottom: 5px;
}


#back-to-top {
    background: url(../images/backToTop-icon_1.png) top center no-repeat;
    background-size: 25px;
    position: fixed;
    bottom: 9px;
    /*bottom: 20px;*/ /*NA-40px*/
    right: 40px;
    z-index: 9999;
    width: 26px;
    height: 26px;
    cursor: pointer;
    border: 1px solid #fff;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    display: none;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
#back-to-top:hover {
}
#back-to-top.show {
    opacity: 1;
    display: block;
}


/* Search Page */

#searchSection .form-group.textField {
    float: left;
    width: calc(100% - 100px);
}
#searchSection .form-group.textField input {
    height: 38px;
}
#searchSection .form-group.submitBtn {
    float: right;
    width: 90px;
}


@media (max-width: 1200px) {
    .logo {
        width: 155px;
    }
    .mainmenu > ul > li.hidden-lg {
        display: none;
    }
    .mainmenu > ul.topSocial {
        margin-left: 0;
        margin-right: -1px;
        position: relative;
    }
    .mainmenu > ul.topSocial li.searchBtn {
        display: block;
        padding-top: 4px;
        position: absolute;
        right: -10px;
    }
    .mainmenu > ul.topSocial li.searchBtn.open li {
        display: block;
    }
    /*

        .container {
            width: 1000px;
            padding-left: 0;
            padding-right: 0;
        }
    */

    .csr_color {
        font-size: 23px;
        min-height: 37px;
    }


}
@media (max-width: 1010px) {
    .logo {
        width: 330px;
    }
    .navbar-form.navbar-mobile {
        position: relative;
        display: none;
    }
    .navbar-form .form-group {
        width: 100%;
    }
    .navbar-form.navbar-mobile input[type="text"] {
        width: 85%;
    }
    .navbar-form.navbar-mobile button[type="submit"] {
        background-color: #f41c2f;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 0;
        border: 0;
        line-height: 14px;
        border-radius: 3px;
        padding: 10px 15px;
    }


    .mainmenu > ul > li.hidden-lg {
        display: block;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: 15px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


    .navbar-collapse.mainmenu {
        max-height: initial;
        background-color: #fff;
    }
    .mainmenu > ul {
        margin: 0 20px;
    }
    .mainmenu > ul.mmenu > li {
        border-bottom: 0px solid #f41d2f;
    }
    .mainmenu > ul > li {
        padding: 15px 5px;
    }
    .mainmenu > ul > li:before {
        width: 3px;
        height: 80%;
        left: -10px;
        margin: auto;
        top: 0; bottom: 0;
    }
    .mainmenu > ul > li.dropdown {

    }
    .mainmenu > ul > li.dropdown:after {
        content: "\f107";
        font: normal normal normal 18px/1 FontAwesome;
        position: absolute;
        top: 12px;
        right: 10px;
        color: #f41d2f;

        transition: all .2s linear;
    }
    .mainmenu > ul > li.dropdown.open:after {
        transform: rotate(180deg);
    }

    .mainmenu > ul > li.dropdown ul.dropdown-menu {
        display: none;
    }
    .mainmenu > ul > li.dropdown.open ul.dropdown-menu {
        display: block;
    }

    .mainmenu > ul > li a {
        padding: 0;
    }
    .navbar-nav .open .dropdown-menu {
        padding-top: 0;
    }
    .mainmenu > ul.topSocial {
        padding: 0 15px;
    }
    .mainmenu > ul.topSocial > li {
        float: left;
        padding-top: 0;
    }
    .mainmenu > ul.topSocial li.searchBtn {
 /*       display: none; */
    }


    .businessItem {
        margin-bottom: 20px;
    }

}
@media (max-width: 991px) {
    .videosBlock:before {
        display: none;
    }
    .csrBox {
        padding-left: 0;
        margin-left: 15px;
    }
    .csrBox:before {
        display: none;
    }

    .dateUnit {
        position: relative;
        top: 0;
        right: 0;
        float: right;
        padding-left: 10px;
        padding-top: 4px;
    }
    .dateUnit time {
        /*		display: inline-block;*/
    }
}

@media (max-width: 48em) {
    .navbar-form.navbar-mobile {
        position: relative;
    }
    .navbar-form.navbar-mobile input[type="text"] {
        width: 85%;
    }
    .navbar-form.navbar-mobile button[type="submit"] {
        background-color: #f41c2f;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 0px;
        border: 0;
        line-height: 14px;
        border-radius: 3px;
        padding: 10px 15px;
    }

    #secMenu {
        display: none;
    }
    .seprator_top,
    .seprator_bottom {
        margin: 30px 0 10px;
    }
    .title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .topMenu {
        height: 72px;
    }
    .logo {
        width: 300px;
        background-size: 100% auto;
        height: 70px;
    }

    .navbar-header {
        position: relative;
        z-index: 2;
    }
    .mainmenu {
        top: -13px;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }
    .mainmenu > ul,
    .mainmenu > ul > li {
        margin: 0;
    }
    .mainmenu > ul {
        padding-top: 20px;
    }
    .mainmenu > ul > li {
        border-bottom: 1px solid #f41a2d;
        padding-top: 0;
        padding-bottom: 0;
    }
    .mainmenu > ul ul,
    .mainmenu > ul li:hover ul,
    .mainmenu > ul.mmenu > li:hover > ul,
    .mainmenu > ul > li:before {
        display: none;
    }
    .mainmenu > ul > li > a {
        padding: 10px 0;
    }

    .mainmenu .topSocial li {
        display: inline-block;
        border-bottom: 0 none;
    }
    .mainmenu .topSocial .searchBtn {
/*        display: none; */
    }

    .mainmenu > ul.mmenu > li.open > .dropdown-menu {
        display: block;
        padding-top: 0;
    }

    /**/

    .navbar-collapse.mainmenu {
        max-height: initial;
        padding: 0 20px 20px;
        box-shadow: 0 2px 0px rgba(244, 29, 47, 0.5);
        background: url(../images/nav_bg.png) 0 -102px repeat-x #fff;
    }

    .mainmenu > ul > li a {

    }

    .mainmenu > ul > li.dropdown.open ul.dropdown-menu li ul.dropdown-menu li {
        padding-left: 20px;
    }

    /**/

    #slider {
        margin-bottom: 20px;
        padding-top: 55px;
    }


    .homeNewsEventBlock {
        padding-right: 15px;
    }

    .businessRow {
        margin-top: 0;
    }
    .businessItem {
        margin-bottom: 20px;
    }
    .businessItem .bBox .bHover {
        font-size: 12px;
    }
    .businessItem .bBox:hover .bHover {
        bottom: 0;
        font-size: 10px;
        height: auto;
    }
    .businessItem:nth-child(odd) {
        clear: left;
    }

    .homeVideosBlock {
        padding-left: 15px;
    }
    .videosBlock:before,
    .csrBox:before { display: none; }

    .csrBox {
        padding: 0 15px;
        margin: 0;
    }
    .coreValuesBox h3 {
        margin-top: 0;
        margin-left: 0;
        font-size: 28px;
    }
    .csrBox h2 {
        font-size: 20px;
    }
    .csrBox h2 strong {
        font-size: 28px;
    }

    .flipper {
        width: 145px;
        height: 145px;
        overflow: hidden;
    }
    .flipper .back {
        background-color: #fff;
    }

    .businessItem h3 {
        font-size: 13px;
    }


    #ourPartners {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #ourPartners .item {

    }
    #ourPartners .item img {
        width: auto;
        margin: auto;
        max-width: 80%;
    }

    #footer {
        padding: 10px 0 20px; /*NA changed 25px to 10px*/
    }
    #footer ul {
        text-align: center;
        font-size: 12px; /*NA added*/
    }
    #footer ul li {
        margin: 0 5px;
    }
    #footer li a {
        font-size: 13px; /*NA changed from 13px*/
    }

    #footer .text-left,
    #footer .text-right,
    #footer a {
        text-align: center;
        padding-top: 0px;
        font-size: 13px; /*NA changed from 13px*/
    }
    #footer .text-left {
        padding-top: 0;
    }

    .firstPara {
        font-size: 14px;
        margin-top: 20px;
    }
    .mmission_secone {
        font-size: 14px;
    }
    .mmission_secone h2 {

    }
    .mmission_secone h4 {
        font-size: 16px;
    }
    .mmission_secone p br {
        display: none;
    }
    #aboutText h3 {
        font-size: 22px;
    }

    #newsSection {
        margin: 30px 0;
    }
    #newsSection h1 {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .newsBlock h2 { font-size: 22px; }
    .newsBlock .nimg {
        margin-bottom: 15px;
    }

    .cpl-item,
    .fiveCol .item {
        width: calc(50% - 5px);
        margin-right: 10px;
    }
    .fiveCol .item:nth-child(5n+5),
    .cpl-item:nth-child(5n+5) {
        margin-right: 10px;
    }
    .cpl-item:nth-child(even),
    .fiveCol .item:nth-child(even) {
        margin-right: 0;
    }
    .tbottom {
        font-size: 30px;
    }
    #foundingFathers .col-md-3:nth-child(odd) {
        clear: left;
    }

    h4.contactTitle {
        padding-top: 20px;
        padding-left: 0;
    }
    #contactUs .col-md-6 {
        padding-left: 15px !important;
    }
    .subOffices > div {
        margin-bottom: 0;
    }

    .caption.custom {
        margin-bottom: 20px;
    }
    .stext {
        padding-left: 15px;
    }
    .navbar-toggle {
        display: block;
        margin-top: 8px;
    }

    .ssagricultureBlock .stext {
        padding-right: 15px;
        padding-left: 15px;
    }


    .nthumb {
        clear: both;
    }
    .nthumb .col-md-6 {
        width: 50%;
        display: inline-block;
        float: left;
        margin-bottom: 15px;
    }
    .jdTable dt > span:nth-child(3) {
        width: 32%;
    }

    .jdTable dt > span:nth-child(2) {
        width: 32%;
    }
    .jdTable dt span:first-child {
        width:32%;
    }
	.w3-container{
		width: 80% !important;
		font-size: 9px !important;
		height: 42% !important;
	}
}

@media (max-width: 767px) {
    .navbar-form.navbar-mobile button[type="submit"] {top: 10px;}
    #footer .text-right {padding-top: 1 0px;}
    .businessItem .bBox img {height: inherit !important;}
}

@media (max-width: 375px) {
    .jdTable dt > span:nth-child(3) {
        width: 100%;
    }
    .jdTable dt > span:nth-child(2) {
        width: 100%;
        margin-bottom:4px
    }
    .jdTable dt span:first-child {
        width:100%;
        margin-bottom:4px
    }
    .jdTable h3{
        width: 18%;
    }


    modal-dialog{    width: 95% !important;}
}

@media (max-width: 500px) {

    .jdTable h3{
        width: 18%;
    }
    h3{
        font-size: 17px;
    }
    .errorBox{
        width: 100%;
        height: 450px;
    }

}


@media (max-width: 320px) {
    .jdTable dt > span:nth-child(3) {
        width: 100%;
    }
    .jdTable dt > span:nth-child(2) {
        width: 100%;
        margin-bottom:4px;
    }
    .jdTable dt span:first-child {
        width:100%;
        margin-bottom:4px
    }
    modal-dialog{    width: 95% !important;}
    .errorBox{
        width: 100%;
        height: 450px;
    }

}

@media only screen
and (min-device-width: 375px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .navbar-collapse.mainmenu {
        height: 320px;
    }
    .errorBox{
        width: 100%;
        height: 450px;
    }
    modal-dialog{    width: 95% !important;}

}
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

    .videosBlock .col-md-6 {
        width: 25%;
    }
    .newsEventBlock .col-md-4 {
        width: 32%;
        display: inline-block;
    }
    .flipBoxs > div.flip-container {
        padding: 0;
        width: 25%;
    }
    .flipper {
        margin: auto;
    }
    .csr_color {
        text-align: center;
    }
    .navbar-collapse.mainmenu {
        height: 320px;
    }
    .errorBox{
        width: 100%;
        height: 450px;
    }

}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

    .flipBoxs > div.flip-container {
        padding: 10; /*NA-10*/
        width: 33%;
    }
    .flipper {
        margin: auto;
    }
    .csr_color {
        text-align: center;
    }

    .navbar-collapse.mainmenu {
        height: 260px;
    }
    .errorBox{
        width: 100%;
        height: 450px;
    }


}
@media (min-device-width : 414px)
and (max-device-width : 736px)
and (device-width : 414px)
and (device-height : 736px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio : 3)
and (-webkit-device-pixel-ratio : 3) {
    .myGallery .col-sm-6.col-xs-6 {width: 100%;}
    .jdTable dt > span:nth-child(3) {width: 100%;}
    .jdTable dt > span:nth-child(2) {width: 100%;margin-bottom:4px}
    .jdTable dt span:first-child {width:100%;margin-bottom:4px}
    .errorBox{
        width: 100%;
        height: 450px;
    }


}
@media (max-width: 375px) {
    .logo {
        width: 240px;
    }
    .navbar-toggle {
        display: block;
        margin-top: 8px;
    }
    .topMenu {
        height: 63px;
    }
    .mainmenu {
        top: -20px;
    }
    #slider {
        padding: 48px 0 0;
    }
    .errorBox{
        width: 100%;
        height: 450px;
    }
    .carousel-indicators {
        bottom: 0;
    }
    .footer-content-2{padding: 5px 0px 0px 15px; float: initial !important;}/*NA  10px 0px 0px 15px;*/
    /*.carousel-inner > .item > img {
        height: 212px;
        max-width: initial;
        float: right;
    }*/

    .carousel-inner > .item > img {
        max-width: initial;
        float: right;
        width: 100%;
    }
    .businessItem .bBox img {
        width: 100%;
        height: inherit !important;
    }


    #foundingFathers .col-md-3:nth-child(odd) {
        padding-right: 5px;
    }
    #foundingFathers .col-md-3:nth-child(even) {
        padding-left: 5px;
    }
    .ffbox h3 {
        font-size: 12px;
    }
    #bodirector {
        margin-bottom: 0;
    }
    #bodirector div > h2 {
        font-size: 20px;
        margin-top: 25px;
    }
    #bodirector div > span.btn-close {
        width: 25px;
        height: 25px;
        font-size: 16px;
        line-height: 26px;
    }
    .footer-content-1{padding: 10px 0 0 0;float: left;}
    .footer-content-2{padding: 10px 0px 0px 15px;float: left;}

    #footer {
        text-align: center;
    }
    .flipper {
        margin: auto;
    }
    .flipBoxs > div.flip-container {
        padding: 0;
    }

    .coreValuesBox h1 {
        margin-bottom: 20px;
    }
    .csr_color {
        text-align: center;
        font-size: 24px;
        padding-bottom: 5px;
    }

    .myGallery .col-sm-6.col-xs-6 {
        width: 100%;
    }

}

@media (max-width: 350px) {
	body{
		font-size: 13px;
	}
    #ourCoreValue_CSR {
        padding-top: 25px;
    }

    .csr_color {
        text-align: center;
        font-size: 20px;
        padding-bottom: 5px;
    }

    body #filters .btn-default {
        padding: 4px 9px;
    }
    .errorBox{
        width: 100%;
        height: 450px;
    }




}


@media print {
    .hidden-print {
        display: none;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .text-bottom {
        min-height: initial;
    }
    footer { clear: both; margin: 20px 0; position: relative;}
    .topMenu,
    .readmore,
    #footer {
        display: none;
    }

}


/*******************************************New Css here****************************************/
#ssagriculture .col-md-6 h2 {height: 55px;}
.ssagriculture .col-md-6 h2 {height: 55px;}

.gm-style .place-card-large {
    display: none !important;
    padding: 9px 4px 9px 11px;
}
div.profile-photo-light
{
    display: none !important;
}

.profile-photo{
    display: none !important;
}

.margin14{
    margin-top: 14px !important;
}




.projects_services ul{
    margin-top: 0;
    margin-bottom: 2px;
}
.projects_services ul > li> a{
/*    color: black; */
}

.projects_services ul > li> a:hover{
    color: #f41c2f;
}

.red-text {
	float: right;
    color: #f41c2f;
	margin-left: 5px;
}
.text {
	float: right;
}
@media (max-width: 375px) {
	.close_btn{
		position: absolute;
	}
	#popup {
		width: 65%;
		height: auto;			
		left: 18%;
	}
	.popup_img{
		width:100%;
	}
}
