﻿body
{
    font-family: Montserrat;
    font-size: 15px;
    line-height: 1.5em;
    color: #4d5459;
}

.black
{
    color: #1B2432;
}

strong
{
    font-weight: 500;
}

.paddbottom
{
    padding: 80px 0px;
}
.mrg_top
{
    margin-top: 20px;
}
.heading
{
    margin: 0 0 40px;
}
.heading h3
{
    margin: 0;
    font-size: 220%;
    position: relative;
    font-weight: bold;
    color: #3c3c37;
    font-family: 'Montserrat' , sans-serif;
}
/*
.heading i
{
    content: "";
    position: absolute;
    left: 70px;
    bottom: -25px;
    font-size: 25px;
    color: #e58111;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
*/
.heading > p
{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #3c3d32;
}

.btn-container
{
    width: 100%;
    margin: 15px 0px;
}
.read-more-btn
{
    color: #333232;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    background-color: #ddd;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 110px;
    text-decoration: none;
}

.read-more-btn:hover
{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    text-decoration: none;
    background-color: #138808;
    color: #fff;
}

.top_head 
{
    height: 40px;
    line-height: 40px;
    background-color: #138808;
}
.top_head a
{
     background-color: #e37f10;
    padding: 5px 8px;
    border-radius: 13px;
    font-size: 90%;
    text-decoration: none;
    color: #fff;
}

/********************************
            inner page
*******************************/

.inner_banner
{
    position: relative;
    height: 250px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.inner_banner:before
{
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner_banner img
{
    width: 100%;
    height: 100%;
}
.inner_banner h1
{
    font-size: 300%;
    margin: -25px 0 0;
    color: #f3f3f3;
    text-align: center;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: -4px 3px 0 #0a0e27;
}
.inner_heading
{
    margin-bottom: 50px;
    text-align: center;
}

.inner_heading h3
{
    color: #e37f10;
    text-align: center;
    font-size: 220%;
    position: relative;
    display: inline-block;
}
.inner_heading h3:before
{
    content: "";
    width: 80%;
    height: 2px;
    background-color: #138808;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    bottom: -10px;
}
.inner_box
{
    width: 75%;
    margin: 50px auto;
}
.inner_box > p
{
    text-align: justify;
}
.inner_box tr:nth-of-type(even){
    background: rgba(178, 220, 255, 0.4);
}
.inner_box tr th:nth-of-type(1) {
    text-align: center;
    vertical-align: middle !important;
}
.inner_box .table_txt
{
    text-align: center;
    display: block;
    font-weight: 600;
    margin: 35px 0px;
}


/********************************
          //inner page
*******************************/

/*****************************************
            Banner
*****************************************/

.carousel-control.left, .carousel-control.right
{
    background-image: none;
    width: 10%;
}

.carousel-control.left .glyphicon-chevron-left, .carousel-control.right .glyphicon-chevron-right
{
    width: 40px;
    height: 40px;
    line-height: 37px;
    background: #fff;
    color: #f93;
    text-shadow: none;
    border-radius: 50%;
}

.carousel-caption
{
    display: none;
}
.carousel-caption a
{
    text-transform: uppercase;
    display: inline-block;
    padding: 40px 25px;
    font-size: 250%;
    font-weight: 500;
    background: #fff;
    color: #1d1e16;
    text-decoration: none;
}
.carousel-caption a:hover
{
    background: #1d1e16;
    color: #9ca324;
}

.carousel-fade .carousel-inner .item
{
    transition-property: opacity;
}

.carousel-fade .item, .carousel-fade .active.left, .carousel-fade .active.right
{
    opacity: 0;
}

.carousel-fade .active, .carousel-fade .next.left, .carousel-fade .prev.right
{
    opacity: 1;
}

.carousel-fade .next, .carousel-fade .prev, .carousel-fade .active.left, .carousel-fade .active.right
{
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control
{
    z-index: 2;
}

/*****************************************
                //Banner
*****************************************/

.LatestNews
{
    background-color: #fff;
    position: relative;
    width: 80%;
    margin: 25px auto;
    z-index: 1;
    padding: 20px;
    color: #1d1e16;
    overflow: hidden;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.16);
}
.LatestNews .hdr
{
    margin-bottom: 10px;
    color: #1B2432;
    font-size: 160%;
    z-index: 1;
}
.LatestNews .newsinfo
{
    padding: 0px;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
    padding-right: 50px;
}
.LatestNews .newsimg
{
    padding-right: 0px;
}
.LatestNews .owl-carousel .owl-item
{
    padding: 0px;
}
.LatestNews .news_txt:hover
{
    cursor: move;
}
.LatestNews .newsimg img
{
    border-radius: 5px;
    border: 1px solid #ddd;
}
.LatestNews .btn-container
{
    margin: 0;
}


/************************************
              About Us
*************************************/

.about p
{
    text-align: justify;
    line-height: 25px;
}



/*************************************
               Mission
*************************************/

#mission
{
    background-color: #138808;
}

.Mission
{
    padding: 20px;
    background: #ffffff;
    color: #3c3d32;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    top: -120px;
    left:25px;
    box-shadow: -1px 1px 4px 1px #656565;
    overflow: hidden;
}

.Mission:hover
{
    background-color: #ff8a00;
    color: #fff;
    position: relative;    
    cursor:pointer;
}

.Mission p, .Vision p
{
    line-height: 1.5em;
    margin: 0;
    position: relative;
    font-size: 105%;
    font-weight: 400;
}


.Vision
{
    padding: 20px;
    background: #ffffff;
    color: #3c3d32;
    position: relative;
    top: 120px;
    left: -25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: -1px 1px 4px 1px #656565;
    overflow: hidden;
}

.Vision:hover
{
    background-color: #ff8a00;
    color: #fff;
    position: relative;
    cursor:pointer;
}

.miss_icon
{
    width: 80px;
    height: 80px;
    color: #fafafa;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #e38414;
    text-align: center;
    line-height: 80px;
    font-size: 270%;
    margin: 0% auto;
}

.Mission h4.title, .Vision h4.title
{
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.Mission .img-wrapper, .Vision .img-wrapper, .news .img-wrapper
{
    margin: 0 -10px;
    overflow: hidden;
}


/************************************
             Dvi Process
*************************************/

.Dvi .panel-group {position:relative;}
.Dvi .sub_head    
{
    margin: 25px 0px;
    display: block;
    font-size: 110%;
}
.Dvi .panel-group .panel
{
    border-radius: 0;
    box-shadow: none;
    border-color: #eee;
    overflow: inherit;
    width: 80%;
    margin: 15px auto;
    position:relative;
}
.Dvi .panel-group .panel:before
{
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 56%;
    left: -33px;
    background-color: #fff;
    border: 2px dotted #138808;
    transform: translateY(-50%) translateX(-50%);   
    -webkit-transform: translateY(-50%) translateX(-50%);   
    -moz-transform: translateY(-50%) translateX(-50%);
 }
.Dvi .panel-heading a
{
    position: relative;
}
.Dvi .in
{
    position: relative;
}
.Dvi .in:before
{
    content: "\f0a7";
    position: absolute;
    top: -22px;
    left: -45px;
    font-family: fontawesome;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 150%;
    color: #ffffff;
    width: 27px;
    background-color: #138808;
}
.Dvi .panel-heading a:before
{
    content: "\f0a4";
    position: absolute;
    top: 50%;
    left: -56px;
    color: #ffffff;
    border: 2px dashed #FFEB3B;
    border-radius: 50%;
    padding: 10px;
    background-color: #138808;
    font-family: fontawesome;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-size: 150%;
}

.Dvi .panel-body p
{
    height: 4.5em;
    line-height: 1.5em;
    overflow: hidden;
    margin: 0;
}

.Dvi .panel-heading a:before<collapsed
{
    display: none;
}


.Dvi .panel-default > .panel-heading
{
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.Dvi .panel-title > a
{
    display: block;
    padding: 15px;
    text-decoration: none;
    cursor: pointer;
}

.Dvi .more-less
{
    float: right;
    color: #212121;
}

/*********************************************
			      Abt-IDA
**********************************************/

.abtida
{
    background-color: #138808;
    padding: 60px 0px;
}
.abtida .ida_img
{
    width: 250px;
    height: 250px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin: 0% auto;
}
.abtida .ida_img img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
}
.abtida .ida_txt p
{
    margin: 0;
    margin-top: 60px;
    color: #fff;
    text-align: justify;
}

/*********************************************
			      //Abt-IDA
**********************************************/

/*********************************************
			       news
**********************************************/

#news1
{
    background-image: url("../images/bg.jpg");
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
#news1 .heading h3
{
    color: #fff;
}

#news1 .heading > p
{
    color: #ddd;
}
.news .owl-item
{
    margin: 5px 0;
}
.news .owl-carousel
{
    background-color: #fff;
    position: relative;
}
.news .news_img
{
    position: relative;
    background: #f0f0f0;
}
.news .news_img img
{
    height: 200px;
    width: 100%;
}
.news .item .date
{
    position: absolute;
    top: 13px;
    right: -15px;
    background-color: #f16520;
    box-shadow: 0px 1px 5px 0px #111;
    padding: 5px;
    width: 75px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.news .item .txt
{
    background-color: #f1f1f1;
    padding: 10px 15px;
    border-bottom: 3px inset #e37f10;
}
.news .item .txt h4
{
    color: #333;
}
.news .owl-theme .owl-controls
{
    margin: 0px;
}

.news a:hover, a:focus
{
    text-decoration: none;
    outline: none;
}
.news .nav-tabs
{
    border-bottom: none;
    display: block;
    text-align: center;
}
.news .nav-tabs > li
{
    padding: 0px;
    border-right: 1px solid #8e44ad;
    background-color: #fff;
    float: initial;
    display: inline-block;
}
.news .nav-tabs > li > a
{
    border-radius: 0px;
    margin-right: 0px;
    padding: 15px;
    color: #7a7979;
    font-weight: bold;
    transition: all 0.3s ease-in 0s;
}
.news .nav-tabs > li:last-child
{
    border-right: 0px none;
}
.news .nav-tabs > li > a:hover
{
    background: #138808;
    color: #fff;
}
.news .nav-tabs > li.active > a, .news .nav-tabs > li.active > a:focus, .news .nav-tabs > li.active > a:hover
{
    background: #f16520;
    color: #fff;
}
.news .tab-content
{
    margin-top: -5px;
    background: #fff;
    position: relative;
}
.news .tab-content > .tab-pane
{
    padding: 20px;
    line-height: 22px;
    color: #7a7979;
    margin-top: 25px;
}
.news .tab-content > .tab-pane > h3
{
    margin-top: 0;
    text-transform: capitalize;
}

.news_pdf
{
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}
.news_pdf a
{
    width: 100px;
    height: 100px;
    background-color: #f16520;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.news_pdf i
{
    line-height: 100px;
    font-size: 250%;
    color: #fff;
}


/*****************************************
			//news
******************************************/

/*****************************************
			    media
*****************************************/

.media_line .item
{
    margin: 0 5px;
    border: 1px solid #eee;
    background: #fff;
}
.media_line
{
    background: #fff;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}
.media_line ul
{
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.media_line ul li
{
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.media_line li:last-child::before
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #f05023;
    content: '';
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.media_line li:first-child.active ~ li:last-child::before
{
    -webkit-transform: translate3d(-200%,0,0);
    -moz-transform: translate3d(-200%,0,0);
    -ms-transform: translate3d(-200%,0,0);
    -o-transform: translate3d(-200%,0,0);
    transform: translate3d(-200%,0,0);
}

.media_line li:nth-child(2).active ~ li:last-child::before
{
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.media_line .nav-tabs > li > a
{
    padding: 1em 0;
    margin: 0;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    border: 0 !important;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s;
}
.media_line .nav-tabs > li.active > a
{
    background: transparent;
    color: #f05023;
}


.media_line .tab-content
{
    padding: 20px 15px;
}

.news_img
{
    position: relative;
    max-height: 160px;
    overflow: hidden;
}
.news_img img
{
    width: 100%;
    height: 100%;
}
.news_img span
{
    position: absolute;
    top: -4px;
    left: 0px;
    width: 36px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    background: #ff9800;
    padding-top: 5px;
    padding-bottom: 5px;
}
.news_name
{
    font-size: 105%;
    color: #000;
    font-weight: 500;
    padding-bottom: 8px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
}
.date_name
{
    font-size: 90%;
    width: 127px;
    height: 30px;
    line-height: 30px;
    padding-right: 15px;
    margin-right: -25px;
    clear: both;
    text-align: right;
    float: right;
    background: #138808;
    color: #fff;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.date_name:after
{
    content: '';
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ffffff;
    border-top: 15px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}



.news_desc
{
    color: #686868;
    font-size: 95%;
    line-height: 1.5em;
    height: 4.5em;
    clear: both;
    margin: 0;
    overflow: hidden;
}
.res_news_blog
{
    padding: 20px 25px;
    display: block;
    text-decoration: none!important;
}

.media_line .owl-controls
{
    bottom: -15px;
    position: relative;
    margin: 0;
}
/*****************************************
			//media
*****************************************/



/*****************************************
			Blog
*****************************************/

#blog
{
    background: #fff;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}

.blog .item
{
    border-radius: 0;
    position: relative;
    padding-top: 35px;
    background-color: #fff;
    padding-bottom: 50px;
    height: 440px;
}
.blog_img
{
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
}
.blog_img img
{
    width: 100%;
    height: 100%;
}

.blog .details
{
    padding: 20px 25px 0 25px;
    display: block;
    text-decoration: none!important;
}
.blog .details a
{
    font-weight: 500;
    margin: 13px 0 0 0;
    display: inline-block;
    color: #ff9800;
    border-radius: 50%;
    font-size: 90%;
}
.blog .details h4
{
    font-size: 105%;
    color: #000;
    font-weight: 500;
    margin-top: 0;
    padding-bottom: 8px;
    text-align: left;
    line-height: 1.5em;
    border-bottom: 1px dashed #ccc;
}
.blog .details p
{
    margin: 0;
    color: #686868;
    font-size: 100%;
    line-height: 1.5em;
    height: 6em;
    overflow: hidden;
    text-align: justify;
}
.blog .owl-pagination
{
    display: none;
}
.blog .owl-controls .owl-buttons div
{
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    box-shadow: 0 0 0 10px #fff;
    color: #444;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    padding:0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog .owl-controls .owl-buttons div:before
{
    content: "";
    border: 1px dashed #444;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.blog .owl-controls .owl-buttons div:hover:before
{
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    -ms-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.blog .owl-controls .owl-buttons div:hover
{
    background: #ff9800 !important;
    color: #fff;
}

.blog .owl-controls .owl-prev
{
    position: absolute;
    bottom: -25px;
    left: 18px;
}
.blog .owl-controls .owl-next
{
    position: absolute;
    bottom: -25px;
    right: 18px;
}
/*****************************************
			// Blog
*****************************************/


/******************************************
                 Event
******************************************/

.event
{
    background-color: #f3f3f3;
    padding: 80px 0px;
}
.eve_img
{
}
.event .item
{
    background-color: #fff;
    padding: 15px 20px;
    border: 1px solid #ddd;
    box-shadow: 0px 9px 6px -7px rgba(17, 17, 17, 0.65);
    margin-bottom: 8px;
}
.event .eve_img img
{
    margin: 0% auto;
    width: auto;
}
.event .eve_date
{
    width: 115px;
    height: 40px;
    margin: 0% auto;
    background-color: #e78616;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 4px;
    box-shadow: 4px 4px 1px -3px #444;
}
.event .eve_date:before
{
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 0px solid transparent;
    border-top: 14px solid #e78616;
    position: absolute;
    bottom: -13px;
    left: 0px;
}

.event .eve_date .date
{
    font-size: 115%;
    padding-top: 11px;
}

.event .eve_date .mth
{
}
.event .eve_date .mth span
{
    display: block;
}

.event .eve_txt
{
    margin-top: 30px;
    text-align: center;
    color: #3c3d32;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
}
.LatestNews .owl-controls
{
    margin-top: 0;
    text-align: center;
    position: absolute;
    right: -40px;
    top: 30%;
    z-index: 30;
    padding: 0px;
    background-color: #44463b;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
}
.LatestNews .owl-controls .owl-buttons div
{
    transition: all 0.3s ease;
    margin: 0 4px;
    font-size: 15pt;
    background: #44463b;
    border-radius: 3px;
    display: block;
    line-height: 71px;
    padding: 0px 15px;
    color: #ffffff;
}
.LatestNews .owl-controls .owl-buttons div:hover
{
    background: #666 !important;
}
.news .owl-controls, #events .owl-controls
{
    margin-top: 0;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.news .owl-controls .owl-buttons .owl-prev, #events .owl-controls .owl-buttons .owl-prev
{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-size: 20pt;
    background: #e78616;
    border-radius: 3px;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -mox-transform: translateY(-50%) translateX(-50%);
    left: 35px;
    top: 50%;
}
.news .owl-controls .owl-buttons .owl-next, #events .owl-controls .owl-buttons .owl-next
{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-size: 20pt;
    background: #e78616;
    border-radius: 3px;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -mox-transform: translateY(-50%) translateX(-50%);
}

.news .owl-controls .owl-buttons div:hover, #events .owl-controls .owl-buttons div:hover
{
    background: #3c3d32;
}


/******************************************
               //Event
******************************************/


/******************************************
            Gallery
******************************************/

.gallery
{
    width: 100%;
    background-image: url(../images/bg2.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.gallery:before
{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}
.gallery .heading h3
{
    color: #fff;
}

.portfolio-content
{
    display: inline;
    width: 100%;
}
.portfolio-menu
{
    display: inline;
    float: left;
    width: 100%;
}
.portfolio-menu ul
{
    display: inline-block;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    padding-left: 4px;
    margin-bottom: 15px;
}
#portfolio .fancybox-opened
{
    top: 50% !important;
}
/*.portfolio-menu ul li:first-child{ border-radius: 4px 0 0 4px;}
.portfolio-menu ul li:last-child{ border-radius: 0 4px 4px 0;}*/

.portfolio-menu ul li
{
    cursor: pointer;
    display: inline-block;
    padding: 14px 40px;
    margin-left: -4px;
    background: #e5e5e5;
    color: #64686d;
    position: relative;
}

.portfolio-menu ul li.active, .portfolio-menu ul li:hover
{
    background: #646464;
    color: #fff; /*  box-shadow: 0 -3px 0 0 #626715 inset;     -webkit-box-shadow: 0 -3px 0 0 #0d47a1 inset;*/
}

.portfolio-menu ul li.active:after, .portfolio-menu ul li:hover:after
{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e78616;
}

.portfolio-container
{
    display: inline;
    float: left;
    margin-top: 0px;
    width: 100%;
}
.single-portfolio
{
    display: inline;
    float: left;
    width: 25%;
    position: relative;
    padding: 0;
    background: rgba(143, 144, 141, 0.31);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#mixit-container .mix
{
    display: none;
}

.portfolio-sec-hover
{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 9px;
    right: 9px;
    top: 9px;
    bottom: 9px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.single-portfolio:hover .portfolio-sec-hover
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio-sec-hover > span
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.portfolio-sec-hover-inner
{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-sec-hover-inner a
{
    color: #fff;
    font-size: 200%;
    font-weight: bold;
}
.youtube
{
    position: relative;
    color: #E22C29 !important;
}
.youtube i
{
    line-height: 0.5em;
    background: #fff;
    border-radius: 100px;
}

/******************************************
            //Gallery
******************************************/

.logos
{
    background-color: #fff;
    padding: 60px 0px;
}
#logos .item
{
    border-radius: 4px;
    text-align: center;
    margin-bottom: 8px;
}
#logos .item a
{
    display: block;
}
#logos .item a img
{
    background-color: #fff;
    padding: 3px;
    max-width: 100%;
    border: 1px solid #646464;
    box-shadow: 0px 10px 5px -5px #444;
}

/****************************************
            footerlogo
***************************************/

#ftrlogo
{
    background-color:#e47c08;
    padding: 10px 0px;
}

.ftrlogo
{
    list-style-type: none;
    margin: 0;
}
.ftrlogo li
{
    float: left;
    height: 70px;
    text-align: center;
    padding: 15px 9px;
    margin: 10px auto;
    border-left: 1px solid #fff;
}
.ftrlogo li:hover
{
    outline: 2px solid #fff;
    cursor: pointer;
    transition-duration: 0.1s;
}
.ftrlogo li img
{
    max-height: 40px;
}
.ftrlogo li:first-child
{
    border: 0;
}

/*****************************************
			footer
*****************************************/

#footer
{
    background-color: #36454c;
    border-top: 4px double #fff;
    position:relative;
}
#footer .container
{
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer h5
{
    color: #fff;
    padding: 0 0 7px 0;
    font-size: 160%;
    font-weight: 400;
}
#footer .fot_nav ul
{
    padding: 0;
    list-style-type: none;
}
#footer .fot_nav li a
{
    color: #fff;
    text-decoration: none !important;
    padding: 6px 0;
    display: block;
    border-top: 0px solid #32342d;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#footer .fot_nav li:first-child a
{
    border-top: 0;
}
#footer .fot_nav li a:hover
{
    color: #ccc;
    padding-left: 8px;
}
#footer .fot_nav li a:hover:before
{
    color: #fff;
    content: "\f101";
}
#footer .fot_nav li a:before
{
    font-family: fontawesome;
    content: "\f105";
    margin-right: 8px;
    font-size: 90%;
    color: #fff;
}
.address, .phone, .email
{
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;    color: #fff;
}
.address:before, .phone:before, .email:before
{
    font-family: fontawesome;
    font-size: 125%;
    color: #fff;
    position: absolute;
    left: 0;
}
.address:before
{
    content: "\f041";
}
.phone:before
{
    content: "\f095";
}
.email:before
{
    content: "\f003";
}
.com-name
{
    font-size: 95%;
    color: #ffa745;
    font-weight: 600;
}
.address span
{
    display: block;
}

#back-top
{
    width: 35px;
    height: 35px;
    line-height: 35px;
    z-index: 1;
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 50%;
    background-color: #e37f10;
    color: #fff;
}

.copy
{
    text-align: center;
    color: #969696;
    background-color: #313131;
}
.copy .container
{
    padding-top: 20px;
    padding-bottom: 20px;
}
.copy .left
{
    line-height: 36px;
    text-align: left;
}
.copy .left span
{
    color: #d52b2a;
}


.social-icons
{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);    
    -webkit-transform: translateY(-50%);    
    -moz-transform: translateY(-50%);
}
.social-icons ul
{
    margin:0;
    padding:0;
    list-style:none;
 }
.social-icons a
{
    display: inline-block;
    margin-bottom: 1px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 3px;
    font-size: 12pt;
    text-decoration: none !important;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.social-icons a.fa-facebook:hover
{
    color: #3B5998;
    border-color: #3B5998;
}
.social-icons a.fa-google-plus:hover
{
    color: #DC493C;
    border-color: #DC493C;
}
.social-icons a.fa-twitter:hover
{
    color: #2CAAE1;
    border-color: #2CAAE1;
}
.social-icons a.fa-youtube:hover
{
    color: #E22C29;
    border-color: #E22C29;
}
.social-icons a.fa-linkedin:hover
{
    color: #007BB6;
    border-color: #007BB6;
}
.social-icons a.fa-pinterest:hover
{
    color: #ca2027;
    border-color: #ca2027;
}

.social-icons a.fa-facebook
{
    background: #3B5998;
}
.social-icons a.fa-google-plus
{
    background: #DC493C;
}
.social-icons a.fa-twitter
{
    background: #2CAAE1;
}
.social-icons a.fa-youtube
{
    background: #E22C29;
}
.social-icons a.fa-linkedin
{
    background: #007BB6;
}
.social-icons a.fa-pinterest
{
    background: #ca2027;
}

.social-icons a
{
    color: #fff;
    border: 1px solid transparent;
}
.social-icons a:hover
{
    background: #fff;
}



.ask-experts
{
    width: 10%;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
}


/*****************************************
			//footer
*****************************************/

@media (min-width:1360px)
{
    .page-header
    {
        font-size: 230%;
    }
    .ftrlogo li
    {
        padding: 15px;
    }
}

@media (max-width:900px)
{
    .event .eve_box
    {
        margin-top: 50px;
    }
}


@media (max-width:768px)
{
    .smallogo
    {
        font-size: 150%;
    }
    header.fixed .smallogo
    {
        height: 50px;
        line-height: 35px;
    }
    .abt3, .abt2
    {
        margin: 0;
    }

    .Mission .img-wrapper img, .Vision .img-wrapper img, .blog .img-wrapper img
    {
        width: 100%;
    }

    .abtida .ida_txt p
    {
        margin-top: 20px;
    }

    .single-portfolio
    {
        width: 50%;
    }
    .ask-experts
    {
        width: 20%;
    }
    .LatestNews .hdr
    {
        top: -50px;
        height: 50px;
        line-height: 50px;
        font-size: 15pt;
    }
    .ftrlogo li
    {
        width: 50%;
    }
    .ftrlogo li:first-child
    {
        border-left: 1px solid #fff;
    }
    .media_block .heading{margin-top:25px;}
    .blog .details p{height:auto;}
    .blog .item{height:auto;}
}


@media (max-width: 640px)
{
    .heading h3
    {
        font-size: 180%;
    }
    .inner_heading h3
    {
        font-size: 180%;
    }
    .inner_box
    {
        width: 95%;
    }
    .inner_banner
    {
        height: 200px;
    }
    .LatestNews .newsinfo
    {
        padding: 0;
    }
    .ftrlogo li:first-child
    {
        border: 0 !important;
    }
    .abt
    {
        margin-bottom: 45px;
    }
    .ftrlogo
    {
        padding: 0px;
    }

    #footer .container > div
    {
        width: 100%;
    }
    .Mission, .Vision
    {
        margin-bottom: 45px;
        padding: 20px;
        top: 0;
        left: 0;
    }
    .copy .row > div.social-icons
    {
        margin-top: 15px;
    }
    .copy .row > div
    {
        width: 100%;
        text-align: center;
    }
    .copy .left
    {
        text-align: center;
    }
    .social-icons
    {
        margin: 5px 0px;
        text-align: center;
    }
    .ftrlogo li
    {
        border: none;
    }
    .media_line .nav-tabs > li > a{font-size:90%;}
}
@media (max-width: 540px)
{
    header.fixed .smallogo
    {
         font-size: 120%;   
     }
    .ftrlogo li
    {
        width: 100%;
        text-align: center;
    }
    .single-portfolio
    {
        width: 100% !important;
    }
    .news .nav-tabs > li > a
    {
        padding: 8px;
    }
    .abt .sub_head
    {
        height: auto;
        line-height: normal;
    }
    .abt h3
    {
        white-space: initial;
        font-size: 120%;
    }
    .Dvi h3
    {
        font-size: 120%;
    }
    .portfolio-menu ul li
    {
        padding: 10px 25px;
    }
}

@media (max-width: 380px)
{
    .smallogo
    {
        font-size: 120% !important;
        padding-left: 30px;
    }
    .news .nav-tabs > li > a
    {
        padding: 4px 5px;
        font-size: 90%;
    }
    .Dvi .panel-group .panel
    {
        margin-left:45px;    
    }

}
