:root {
    --blue: #0C03FF;
    --red: #D90000;
    --darkred: #BE0000;
    --white: #FFF;
}

html {
    font-size: 62.5%;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/Content/fonts/poppins-v5-devanagari-regular.eot'); /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'),
       url('/Content/fonts/poppins-v5-devanagari-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/Content/fonts/poppins-v5-devanagari-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/Content/fonts/poppins-v5-devanagari-regular.woff') format('woff'), /* Modern Browsers */
       url('/Content/fonts/poppins-v5-devanagari-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/Content/fonts/poppins-v5-devanagari-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
body {
    font-size: 1.6rem;
    background-color: #FFFFFF;
   font-family: 'Poppins';
	
/* */
}

img,
svg {
    max-width: 100%;
}
@font-face {
    font-family: "Arizonia";
    src: url("/Content/fonts/Arizonia.eot");
    src: url("/Content/fonts/Arizonia.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Arizonia.woff2") format("woff2"), url("/Content/fonts/Arizonia.woff") format("woff"), url("/Content/fonts/Arizonia.ttf") format("truetype"), url("/Content/fonts/Arizonia.svg#Arizonia") format("svg");
}

.header nav {
    background-color: var(--blue);
}

.header .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

    .header .navbar-light .navbar-nav .nav-link.active,
    .header .navbar-light .navbar-nav .show > .nav-link {
        color: #fff;
        font-weight: 600;
    }

    .header .navbar-light .navbar-nav .nav-link:focus,
    .header .navbar-light .navbar-nav .nav-link:hover {
        color: var(--red);
    }

.navbar-nav > li {
    border-width: 1px;
    border-style: solid;
    /*border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #075ede 0 48%, rgba(0, 0, 0, 0) 100%);*/
    border-image: linear-gradient( to bottom, #075ede, rgba(0, 0, 0, 0) ) 1 100%;
}
.navbar-nav li a:active{
color : #fff;
}
.navbar-nav li a{
color : #fff !important;
}
.header .tp-header {
    background: url(../images/header.png) left top no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
/*ye line dal dena*/
.header .tp-header-brown {
    background: url(../images/heder_3.png) left top no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.header .tp-header-brown-hi {
    background: url(../images/heder_hi.png) left top no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.header .tp-header-brown a {
    /*background-color:#000 !important;
    color:#fff;*/
}
#skipCont a{
color: brown !important;
}
.skip .skip-ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .skip .skip-ul li {
        border-right: #eeeeee solid 1px;
    }

        .skip .skip-ul li:last-child {
            border-right: 0px;
        }

        .skip .skip-ul li a {
            padding: 4px 11px;
            background-color: #fff;
            text-decoration: none;
            color: #000;
            display: block;
        }

            .skip .skip-ul li a:hover {
                color: var(--red);
            }

            .skip .skip-ul li a.lang {
                background-color: var(--red);
                color: #fff;
            }

.logo-army {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0.5rem;
    height:162px !important;
}
    .logo-army .text h1 {
        
        font-family: 'Arizonia', regular;
        font-size: 8.5rem;
        color: #fff;
        margin-bottom: 0px;
        font-weight: 400;
    }


    .logo-army .text P {
        font-size: 2rem;
        color: #fff;
        text-transform: uppercase;
    }
 .logo-army .text img {
        position: fixed;
        top: 20px !important;
        margin-bottom: 0px;
        right: 40px !important;
    }
.social-icon {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-search {
    align-self: flex-end;
    font-size: 1.2rem;
}
    .social-search .dropdown-menu {
        background-color: #f8f9fa;
       min-width: 4.5rem;
        border-radius: 0px;
	z-index:10001;

    }
    .social-search .dropdown-item {
        color: #000 !important;

        font-size:1.2rem;
    }
    .social-search .btn {
        border-radius: 0 !important;
        font-size: 1.2rem;
	border: 0.00rem solid transparent !important;
    }
    .social-search .lang {
        /*background-color: #D90000 !important;*/
    }
.social-search a {
     color: brown !important;
    }
.social-search button {
     color: brown !important;
    }
.site-search {
    border-radius: 50px;
    border: var(--red) solid 1px;
    padding: 4px 14px;
    width: 16rem;
}

.social-icon a {
    display: block;
    padding: 2px;
}

.ourhero span {
    display: block;
    background-color: var(--red);
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    padding:1.7rem;
}
.ourhero a {
    background-color: var(--red);
    text-decoration: none;
    color: var(--white);
    padding: 0.7rem 1.7rem;

}
    .ourhero a:focus,
    .ourhero a:hover {
	color: yellow;
        /*background: var(--darkred);
        text-decoration: none;
        border: 3px solid var(--white);
        box-shadow: 0 0 0 25px var(--darkred) inset;
        -webkit-transform: scale(0.1);*/
    }
        .qr {
    background-color: var(--red);
    text-align: center;
    /*margin-top: 1rem;*/
    /*padding: 6.8rem 1rem; */
padding: 0.2rem;
padding-bottom: 0.2rem;
}

    .qr img {
        width: 10rem;
	margin: 1rem;
    }

    .qr p {
        margin-bottom: 0px;
        color: #fff;
	margin-top: 1.2rem;
	/*margin-top: 2rem;*/
        /* line-height: 1.3; */
    }
.qr p:focus,
.qr p:hover {
                    color: yellow;
                }
.qr a {
        text-decoration: none;
                color: #fff;
    }
.qr a:focus,
.qr a:hover {
                    color: yellow;
                }

.whats {
    border: var(--darkred) solid 4px;
    border-radius: 4px;
    overflow:hidden;
}

    .whats .heading {
        background-color: var(--darkred);
        padding: 0.5rem 0;
    }

        .whats .heading h2 {
            color: #fff;
            text-align: center;
            margin: 0px;
            font-size: 1.7rem;
        }

    .whats ul {
        font-size: 1.5rem;
        list-style: none;
        margin: 0px;
        padding: 0.5rem;
        /*background-color: #FFFFED;*/
        background-color: var(--red);
    }

        .whats ul li {
            padding: 0.5rem 0;
            border-bottom: var(--white) dotted 1px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            color: #fff;
            /* number of lines to show */
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }
            .whats ul li a {
                text-decoration: none;
                color: #fff;
            }
                .whats ul li a:focus,
                .whats ul li a:hover {
                    text-decoration: underline;
                    color: #f7d00d;
                }
            .whats ul li:last-child {
                border-bottom: 0px;
            }

.blue-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    background-color: var(--blue);
    padding: 1rem;
    border-radius: 4px;
}

    .blue-list ul li {
        background-color: #1811e8;
        margin-bottom: 2px;
        color: #fff;
        padding: 2px 5px;
    }

        .blue-list ul li:last-child {
            margin-bottom: 0px;
        }
        .blue-list ul li a {
            color: inherit;
            text-decoration: none;
            transition: all 0.3s;
        }
        .blue-list ul li a:hover, a:focus {
            text-decoration: none;
            color: var(--darkred)
        }
        
.apps ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFED;
}

    .apps ul li {
        border-bottom: 0px;
        background-color: #FA0707;
        width: 100%;
        border-radius: 50px;
        color: #fff;
        text-align: center;
        display: inline-block;
        padding: 0.2rem;
        margin: 0.2rem;
    }

.nwm {
    background-color: var(--red);
    /*padding: 2rem 0.5rem;*/
    min-height: 10rem;	
    display: flex;
    justify-content: center;
    align-items: center;
}
.nwmc{
    width: 215px;
    /*height: 62px;*/
}

    .nwm span {
        color: #fff;
        font-size: 1.7rem;
    }
    .nwm a {
        text-decoration: blink;
	/*margin-left: .8rem;*/
    }
.nwm a:focus,
.nwm a:hover {
                   /*background-color: var(--darkred);*/
 color: yellow;
}
.nwm a> span:focus,
.nwm a> span:hover {
                   /*background-color: var(--darkred);*/
 color: yellow;
}
.comd a {
    background-color: var(--red);
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 3.9rem 0.9rem;
    font-size: 1.7rem;
    position: relative;
    /*min-width: 30.0rem;*/
	width:100%;
}
.comd a:focus,
.comd a:hover {
    /*background-color: var(--darkred);
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 3.9rem 0.9rem;
    font-size: 1.7rem;
    position: relative;
    min-width: 30.5rem;*/
  color: yellow;
                }
.midsection {
    background-color: #fff;
    padding: 8px 2px;
}

.comd a::after {
    content: '';
    width: 0px;
    height: 0px;
    /*border-top: 2.9rem solid transparent;
    border-bottom: 3.4rem solid transparent;
    border-left: 1.9rem solid var(--red);
    position: absolute;
    right: -1.9rem;
    top: 0px;*/
}

.feeds {
    background-color: #44A7C4;
    padding: 8px 2px;
}

.footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

    .footer ul li {
        position: relative;
        padding: 0 1rem;
        color: #fff;
    }

.footer {
    background-color: #000;
    padding: 1rem 0;
    position: relative;
}

    .footer .f-logo {
        position: absolute;
        right: 0px;
        top: 0.7rem;
    }

    .footer ul li::after {
        content: '|';
        position: absolute;
        right: 0px;
    }

    .footer ul li:last-child::after {
        content: '';
    }

    .footer p {
        margin-bottom: 0px;
        text-align: center;
        color: #fff;
    }

    .footer a {
        color: inherit;
        text-decoration: none;
        transition: all 0.3s;
    }

        .footer a:hover, a:focus {
            text-decoration: none;
            color: var(--red)
        }
.form-control {
    font-size: 1.5rem !important;
    appearance:auto !important;
}
.breadcrumb {
    background-color: #0076FE !important;
    padding: 0.3rem 1rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}
.breadcrumb-item a {
    color: #fff !important;
}

/*.bredcrumb {
    background-color: #0076FE;
    padding: 1rem 0.5rem;
}

    .bredcrumb h4 {
        color: #fff;
        margin-bottom: 0px;
        font-size: 1.7rem;
    }

    .bredcrumb ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
        /*justify-content: flex-end;*/
    }

        .bredcrumb ul li {
            position: relative;
            padding: 0 1rem;
            color: #F1D61E;
        }

            .bredcrumb ul li a {
                color: #fff;
                text-decoration: none;
            }

            .bredcrumb ul li::after {
                content: '>';
                position: absolute;
                right: -5px;
                color: #fff;
            }

            .bredcrumb ul li:last-child::after {
                content: '';
            }
*/
.open ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width:767px) {
    html {
        font-size: 52.5%;
    }

    .comd a {
        margin-bottom: 1rem;
    }

    .footer .f-logo {
        position: inherit;
        text-align: center;
        margin-top: 1rem;
    }

    .footer ul {
        flex-direction: column;
    }

        .footer ul li::after {
            content: '';
            position: inherit;
        }

    .logo-army {
        flex-direction: column;
        text-align: center;
    }

        .logo-army .text h1 {
            font-family: 'Arizonia', regular;
            font-size: 5.5rem;
        }

    .bredcrumb ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .social-search {
        align-self: center;
    }

.flexslider .slides img {
min-height: auto;
}
}
/*Classes added/extended later*/
.navbar {
    padding-left: .5em;
}

.dropdown-menu {
    font-weight: 600 !important;
    color: #fff !important;
    background-color: var(--blue);
    background-clip: padding-box;
    border: 1px solid var(--blue);
    border-radius: .25rem;
    font-size: inherit !important;
}

.dropdown-item {
/*    font-weight: 600;*/
    color: #fff;
    border: 0;
}

.dropdown-menu a:hover {
    background: transparent !important;
    color: var(--red) !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#btn-back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #D90000;
    color: white;
    cursor: pointer;
    padding: 7px;
    border-radius: 4px;
}

    #btn-back-to-top:hover {
        background-color: #0C03FF;
    }

/*Command Badges*/
.ch-container {
    position: relative;
   /* min-height: 150px;*/
}
.ch-item {
    top: 1px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--red);
    border-radius: 5%;
    position: relative;
    cursor: default;
    /*    box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.nc {
    background-image: url(../images/nc.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.ec {
    background-image: url(../images/ec.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.wc {
    background-image: url(../images/wc.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.cc {
    background-image: url(../images/cc.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.swc {
    background-image: url(../images/swc.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.sc {
    background-image: url(../images/sc.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.artrac {
    background-image: url(../images/artrac.png);
    background-position: bottom;
    background-repeat: no-repeat;
}

.ch-info {
    position: absolute;
    /*background: rgba(63,147,147, 0.8);*/
    background: rgba(246, 4, 4, 0.80);
    width: inherit;
    height: inherit;
    border-radius: 5%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

    .ch-info h3 {
        text-transform: capitalize;
        text-align: center;
        color: #fff;
        font-size: 12px;
        margin: 0 20px;
        padding: 40px 0 0 0;
        height: 90px;
        text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
    }

    .ch-info p {
        color: #fff;
        padding: 10px 5px;
        font-style: italic;
        margin: 0 20px;
        font-size: 12px;
        border-top: 1px solid rgba(255,255,255,0.5);
        opacity: 0;
        -webkit-transition: all 1s ease-in-out 0.4s;
        -moz-transition: all 1s ease-in-out 0.4s;
        -o-transition: all 1s ease-in-out 0.4s;
        -ms-transition: all 1s ease-in-out 0.4s;
        transition: all 1s ease-in-out 0.4s;
    }

        .ch-info p a {
            display: block;
            color: #fff;
            color: rgba(255,255,255,0.7);
            font-style: normal;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 9px;
            letter-spacing: 1px;
            padding-top: 4px;
            font-family: 'Open Sans', Arial, sans-serif;
        }

    .ch-info h3 a {
        display: block;
        color: #fff;
        color: rgba(255,255,255,0.7);
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 9px;
        letter-spacing: 1px;
        padding-top: 4px;
        font-family: 'Open Sans', Arial, sans-serif;
    }

    .ch-info p a:hover {
        color: #fff;
        /*color: rgba(255,242,34, 0.8);*/
    }

    .ch-info h3 a:hover {
        color: #fff;
        /*color: rgba(255,242,34, 0.8);*/
    }

.ch-item:hover {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1);
}

    .ch-item:hover .ch-info {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

        .ch-item:hover .ch-info p {
            opacity: 1;
        }

.ch-grid {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

    .ch-grid:after,
    .ch-item:before {
        content: '';
        display: table;
    }

    .ch-grid:after {
        clear: both;
    }

    .ch-grid li {
        width: 100px;
        height: 100px;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 15px;
    }

.iacontact-us {
    background-image: url("../images/contact-us-indian-army-bk.jpg");
    background-repeat: no-repeat, repeat;
    background-color: #fff;
}
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
/*Searchbox*/
#searform {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 1s;
    width: 50px;
    height: 50px;
    background: white;
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid white;
    padding: 5px;
}

#searchinput {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 42.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
}

#searform .fa {
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

#searform:hover {
    width: 300px;
    cursor: pointer;
}

    #searform:hover input {
        display: block;
    }

    #searform:hover .fa {
        background: #07051a;
        color: white;
    }

    /*social Icon*/
.mobile-social-share {
    background: none repeat scroll 0 0 #EEEEEE;
    display: block !important;
    min-height: 70px !important;
    margin: 50px 0;
}
.mobile-social-share h3 {
    color: inherit;
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin: 25px 25px 0 25px;
}

.share-group {
    float: right;
    margin: 18px 25px 0 0;
}

.btn-group {
    display: inline-block;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.mobile-social-share ul {
    float: right;
    list-style: none outside none;
    margin: 0;
    min-width: 61px;
    padding: 0;
}

.share {
    min-width: 17px;
}

.mobile-social-share li {
    display: block;
    font-size: 18px;
    list-style: none outside none;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-top: 3px;
}

.btn-share {
    background-color: #BEBEBE;
    border-color: #CCCCCC;
    color: #333333;
}

.btn-twitter {
    background-color: #3399CC !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-facebook {
    background-color: #3D5B96 !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-facebook {
    background-color: #3D5B96 !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-google {
    background-color: #DD3F34 !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-linkedin {
    background-color: #1884BB !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-pinterest {
    background-color: #CC1E2D !important;
    width: 51px;
    color: #FFFFFF !important;
}

.btn-mail {
    background-color: #FFC90E !important;
    width: 51px;
    color: #FFFFFF !important;
}

.caret {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

#socialShare {
    max-width: 59px;
    margin-bottom: 18px;
}

    #socialShare > a {
        padding: 6px 10px 6px 10px;
    }

@media (max-width : 320px) {
    #socialHolder {
        padding-left: 5px;
        padding-right: 5px;
    }

    .mobile-social-share h3 {
        margin-left: 0;
        margin-right: 0;
    }

    #socialShare {
        margin-left: 5px;
        margin-right: 5px;
    }

    .mobile-social-share h3 {
        font-size: 15px;
    }

}
@media (max-width : 238px) {
    .mobile-social-share h3 {
        font-size: 12px;
    }

}
@media (max-width:600px){
 .footer .india-logo {
   position: inherit !important;
    text-align: center;
    margin: 2px 0 10px;
}
}
.accordion-button {
    font-size: inherit !important;
}
.accordion-header.collapsed {
    background: #ccc;
}

.accordion-header:not(.collapsed) {
    background: #ee6666;
}
.flexslider{
    margin:0 0 30px !important;
}
.flexslider .slides img {
min-height: 450px !important;
}
/*Table*/


.navbar-nav > li {
    padding: 0 10px !important;
}
.p-4 {
    padding: 5.5rem!important;
}
.bg-white{
    margin-bottom:20rem !important;
text-align: justify;
}
.bg-white h2{
font-weight: 700;
}
iframe {
border: 5px solid #8e8989;
}
.img-dig {
    max-width: 100%;
    height: 248px; width: 189px;
    border: 2px #000 solid !important;}
.flex-pauseplay a{

height: 30px !important;
}
/*Added later*/
    div.dataTables_wrapper div.dataTables_length select {
        width:10rem!important;
	appearance: auto !important;	
    }
    .form-select {
        font-size: 1.5rem !important
    }

   .footer .india-logo {
        position: absolute;
        left: 0px;
        top: 0.7rem;
    }
 .footer .india-logo img{
        width:138px;height:92px;
margin-left:10px;
    }
.footer .f-logo img{
        width:138px;height:92px;margin-right:10px;
    }
.navbar-dark .navbar-toggler-icon {
    background-image: url('../images/menu.svg');
    /*filter: grayscale(1) invert(1);*/
}
/*Added by CP on 26 Jun 23*/
@media only screen and (max-width: 600px) {
    .header .tp-header-brown {
        background: url(../images/banne_fb.jpg);
        background-size: cover;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
    } 
    .header .tp-header-brown-hi {
        background: url(../images/banne_fb.jpg);
        background-size: cover;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
    }
}
 #canvases canvas {
        margin: 20px auto;
        display: block;
        width: 50%;
    }
@media only screen and (max-width: 600px) {
    #canvases canvas {
        margin: 20px auto;
        display: block;
        width: 100%;
    }
    .social-search {
        align-self: flex-end;
        font-size: 1.2rem;
        top: 132px !important;
        position: absolute;
	width:none !important;
	/*background:white;*/
    }
.social-search a{
        font-size: 0.2rem;        
    }
}

/*Enlarge Image*/
.comd img:hover
{
transform:scale(2.5);
text-align:right;
align-self:flex-start;
z-index:1001;
position:relative;
left:170px !important;

}
.bottommsec{
background:#19ca6d;
}