﻿
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 10px;
  margin-bottom: 10px;
}


.content{


color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: 490;
text-align:justify;
text-transform: none;
font-size:14px;
	
}

p{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 490;
    text-align: justify;
	padding:5px;
    text-transform: none;
    font-size: 14px;



}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #002a48;
    line-height: 22px;
    text-transform: none;
}

/***====header style=====***/

.topsection {
    width: 100%;
    float: right;
	background:linear-gradient(to left, #011256 , #ceae61);
    color: #fff;
    text-align: right;
    padding: 0px;
}

.myslider {
    width: 100%;
    float: left;
}

.mymenu {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.myboxclient {
    border: #a9a8a8 solid 1px;
    padding: 10px;
    text-align: -webkit-center;
    margin: 0 25px;
}


.affix.myheader {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 50;
    background-color: #fff;
    margin-top: -45px;
}

.myheader {
    width: 100%;
    float: left;
    z-index: 1;
    transition: 1s ease;
    background-color: #fff;
}

.topleft {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: lowercase;
}

    .topleft ul li {
        text-transform: lowercase !important;
    }

.topright {
    float: left;
    width: 100%;
}

.sndenq button {
    font-size: 18px;
    border-radius: 0px;
}

.sndenq a.btn-click {
    margin: 3px;
}

.topsection label {
    padding: 4px 5px;
    color: #fff;
    margin: 0px;
    font-weight: normal;
}

    .topsection label a {
        background: #fff;
        color: #000;
        padding: 5px 5px;
        margin: 0px;
    }

.logo a img {
}

.left_menubar {
    margin-top: 35px;
}

/*******header menu********/
.navstyle {
    float: right;
}

    .navstyle li a {
        color: #250f6f;
        padding: 10px 12px;
        font-size: 13px;
        font-weight: bold;
        line-height: normal !important;
        text-transform: uppercase;
    }

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

#nav {
    border-bottom: 1px solid #250f6f;
}

    #nav ul li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background: #250f6f;
        color: #ffffff;
        /*-webkit-transition: .5s ease;
    -o-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;*/
    }

    /*#nav ul li.current-menu-item a::after, #nav ul li a:hover::after {
    width: 100%;
}*/

    /*#nav ul li.active a::after,*/ #nav ul li a:hover::after {
        width: 100%;
    }

.myvision {
    width: 100%;
    float: left;
    background: linear-gradient(115deg, #fff 60%, #319bc3 40%);
}

.myvisionpad {
    padding: 10%;
	text-align:justify;
}

.mymisson {
    width: 100%;
    margin-top: 30px;
    float: left;
    background: linear-gradient(58deg, #f2c81c 40%, #f7f7f7 35%);
}

#nav .navbar-toggle {
    border: 2px solid #250f6f;
}

    #nav .navbar-toggle .icon-bar {
        background: #250f6f;
    }

#navmenu ul > li ul {
    position: absolute;
    left: -9999px;
    top: 70px;
    opacity: 0;
    padding: 0px;
    -webkit-transition: opacity .3s ease,top .25s ease;
    -moz-transition: opacity .3s ease,top .25s ease;
    -ms-transition: opacity .3s ease,top .25s ease;
    -o-transition: opacity .3s ease,top .25s ease;
    transition: opacity .3s ease,top .25s ease;
    z-index: 1000;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.16),0 2px 4px 0 rgba(0,0,0,.12);
}

#navmenu ul ul li {
    position: relative;
    list-style: none;
}

    #navmenu ul ul li a {
        width: 275px;
        border-bottom: 1px solid #eee;
        padding: 10px 15px;
        font-size: 12px;
        color:black;
        background: 0 100% #fff;
        text-decoration: none;
        -webkit-transition: all .35s ease;
        -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        font-weight: 600;
        display: block;
    }

    #navmenu ul ul li:hover > a {
        background:#250f6f;
        color: #fff;
    }
 #navmenu ul ul li:hover > a.active {
        background:#250f6f;
        color: #fff;
    }

#navmenu > ul > li:hover > ul {
    left: auto;
    top: 100%;
    opacity: 1;
}


/*#navmenu > ul > li > ul::after {
	content: '';
	border: 6px solid transparent;
	border-bottom-color: transparent;
	width: 0;
	height: 0;
	border-bottom-color: #0D5C70;
	position: absolute;
	top: -22px;
	left: 38%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate((180deg));
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}*/

@media screen and (max-width: 767px) {
    .navstyle {
        float: left;
    }
}


/**********end of menu********/

.searchbar {
    position: absolute;
    right: 2%;
    top: 50%;
}



.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}

    .search-form .form-group input.form-control {
        padding-right: 20px;
        border: 0 none;
        background: transparent;
        box-shadow: none;
        display: block;
    }

        .search-form .form-group input.form-control::-webkit-input-placeholder {
            display: none;
        }

        .search-form .form-group input.form-control:-moz-placeholder {
            /* Firefox 18- */
            display: none;
        }

        .search-form .form-group input.form-control::-moz-placeholder {
            /* Firefox 19+ */
            display: none;
        }

        .search-form .form-group input.form-control:-ms-input-placeholder {
            display: none;
        }

    .search-form .form-group:hover,
    .search-form .form-group.hover {
        /*width: 100%;*/
        width: 740px;
        border-radius: 4px 25px 25px 4px;
    }

    .search-form .form-group span.form-control-feedback {
        position: absolute;
        top: -1px;
        right: -2px;
        z-index: 2;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        color: #3596e0;
        left: initial;
        font-size: 14px;
    }


@media screen and (max-width: 767px) {

    .searchbar {
        position: absolute;
        left: 10%;
        right: 0%;
        top: -22px;
    }

    .search-form .form-group:hover,
    .search-form .form-group.hover {
        /*width: 100%;*/
        width: 300px;
        border-radius: 4px 25px 25px 4px;
    }
}
/*.serch_group > .input-group > input.form-control {
    height: 41px;
    border-radius: 20px;
}

.serch_group .input-group button {
    height: 41px;
    border-radius: 0px;
}

    .serch_group .input-group button.btn {
        border: none;
        position: relative;
        right: 40px;
        background: none;
        z-index: 10;
    }*/


/**********style of index page style******/

.heading1 h1 {
    color: #0D5C70;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
}

.heading1 span.redtxt {
    color: #D22E2F;
    text-transform: uppercase;
}

.heading1 h1 :before {
    content: "";
    background: url(../images/leftLine.png) no-repeat;
    width: 377px;
    height: 14px;
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 15px;
}


.heading1 h1::after {
    content: "";
    background: url(../images/rightLine.png) no-repeat 0px 0px;
    width: 377px;
    height: 14px;
    display: inline-block;
    margin-bottom: 6px;
    margin-left: 15px;
}

.head1 h1 {
    color: #0D5C70;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.head1 span.redtxt {
    color:#210c6e;
    text-transform: uppercase;
	font-family:Impact;
}


.innerhead {
    width: 100%;
    float: left;
    display: block;
    /*width: auto;
    height: 76px;
    position: relative;
    left: 0px;
    top: 50%;
    margin-top: 0px;
    background: url("../images/hdimg.png") top left no-repeat;*/
}

.owl-carousel {
    display: block;
}

.owl-pagination {
    display: none;
}

.owl-wrapper {
    float: left;
}

#owl-demo .owl-item {
    float: left;
}

.mycolor {
    font-weight: bold;
    color: #002a48;
	
	font-family: Geneva, Arial, Helvetica, sans-serif; font-size:18px;
}

.client {
    width: 100%;
    float: left;
    /*margin: 10% 0;*/
}

.allcoverbg {
    background-color: #ffffff;
    width: 100%;
    float: left;
	
	
	
    padding: 15px 0;
}

.allcover {
    background-color: #fff;
    width: 100%;
    float: left;
    padding:0 15px;
	border-radius:5px;
}

.innerhead h1 {
    color: #002a48;
    font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.number {
    width: auto;
    float: left;
    position: relative;
}

    .number:after {
        content: '';
        width: auto;
        border: #000 solid 1px;
        display: block;
    }

    .number:before {
        position: absolute;
        content: ':';
        color: #0D5C70;
        right: -10px;
        display: block;
    }

.btn-click {
    position: relative;
    background-color: #fff;
    border: 1px solid #011256;
    color: #272727;
    text-transform: uppercase;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    z-index: 2;
    padding: 5px 20px;
}

    .btn-click::after, .btn-click1::after {
        font-family: FontAwesome;
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 26px;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        background-color: #250f6f;
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 30px;
        z-index: -1;
        transform: scale(0,0);
        -moz-transform: scale(0,0);
        -webkit-transform: scale(0,0);
        -o-transform: scale(0,0);
        transition: all 0.5s ease 0s;
    }

    .btn-click:hover, .btn-click1:hover {
        color: #ffffff;
        border: 1px solid #ffffff;
    }

        .btn-click:hover::after, .btn-click1:hover::after {
            transform: scale(1,1);
            -moz-transform: scale(1,1);
            -webkit-transform: scale(1,1);
            -o-transform: scale(1,1);
        }
/************style 0f index pages vision and mission*******/

.missionbg {
    background: #f2f2f4;
    float: left;
    width: 100%;
}

.visionmission {
    position: relative;
}

    .visionmission .missionpart {
        position: absolute;
        top: 30%;
        right: 0%;
    }

.visiontxt {
    position: relative;
    left: 20px;
	color:#002a48;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: none;
font-weight: 490;
text-align:justify;
font-size:14px;
}

.missiontxt {
    position: relative;
    top: 100px;
    right: 40px;
	color: #002a48;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: none;
font-weight: 490;
text-align:justify;
font-size:14px;
}

.missionpart p img {
    float: right;
    position: relative;
    right: 50px;
}

@media screen and (max-width: 767px) {

    .visionmission .missionpart {
        position: relative;
        top: 0%;
        right: 0%;
    }

    .visiontxt {
        position: relative;
        left: 0px;
    }

    .missiontxt {
        position: relative;
        top: 0px;
        right: 0px;
    }

    .missionpart p img {
        float: right;
        position: relative;
        right: 0px;
    }
}

/*********style of index page  services part***********/
.flip-container {
    margin: 18px 0;
    perspective: 1000;
    display: inline-block;
    text-align: center;
}

    .flip-container:hover .card {
        transform: rotateY(180deg);
    }

.card, .front, .back {
    width: 130px;
    margin: 0 auto;
    height: 130px;
}

.card {
    transition: 0.5s;
    transform-style: preserve-3d;
    position: relative;
}

.front, .back {
    backface-visibility: hidden;
    position: absolute;
}

.front {
    z-index: 1;
    transform: rotateY(180deg);
    /*background: url("/examples/images/card-front.jpg") no-repeat;*/
    background: #fa4848;
    border-radius: 50%;
}


.back {
    z-index: 2; /* back side, placed above front */
    transform: rotateY(0deg);
    /*background: url("/examples/images/card-back.jpg") no-repeat;*/
    background: #006699;
    border-radius: 50%;
}

/*.linkserv {
   
    background-image: url("../images/linking.png");
    background-repeat: no-repeat;
    background-position: left top;
}*/

.fr1 {
    background: #f7a1a1;
}

.bk1 {
    background: #fa4848;
}

.fr2 {
    background: #f3a77a;
}

.bk2 {
    background: #ff701a;
}

.fr3 {
    background: #f3d07d;
}

.bk3 {
    background: #ffb400;
}

.fr4 {
    background: #7fd98a;
}

.bk4 {
    background: #28ae38;
}

.fr5 {
    background: #7ca9f6;
}

.fr6 {
    background: #c4b9fd;
}

.bk5 {
    background: #497cd4;
}

.bk6 {
    background: #8b77f5;
}

.frntimg {
    margin: 15px;
}

.backimg {
    margin: 15px;
}

.cl1, h4 .sm1 {
    color: #fa4848;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;



}

.cl2, h4 .sm2 {
    color: #ff701a;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
}

.cl3, h4 .sm3 {
    color: #ffb400;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
}

.cl4, h4 .sm4 {
    color: #28ae38;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
}

.cl5, h4 .sm5 {
    color: #497cd4;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
}



/*********style of our client page********/
.logo_img li {
    display: inline-block;
    width: 14.5%;
    background: rgba(255,255,255,0.9);
    padding: 5px;
    box-shadow: 0px 1px 1px 2px #57B0D7;
    margin: 8px;
}

@media screen and (max-width: 767px) {
    .logo_img li {
        display: inline-block;
        width: 25%;
        background: rgba(255,255,255,0.9);
        padding: 5px;
        box-shadow: 0px 1px 1px 2px #57B0D7;
        margin: 8px;
    }
}

/***********career and contact us pages*********/

.address h4 {
    font-size: 14px;
    font-weight: 600;
    color: #4e4d4d;
}

.myset {
    width: 100%;
    display: inline-block;
    margin-right: 5%;
}

.myset2 {
    width: 45%;
    display: inline-block;
}

.myform span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


.myform input {
    position: relative;
    width: 100%;
    padding: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;
outline: none;
    background: #fff;
    border: none;
    margin: 0px auto;
    border: 1px solid #E0E0E0;
}

.myform select {
    position: relative;
    width: 100%;
    padding: 10px;font-family: Verdana, Arial, Helvetica, sans-serif;
outline: none;
    background: #fff url(images/sprite.html) no-repeat -120px -351px;
    border: none;
    margin: 0px auto;
    height: 45px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

    .myform select:hover, input:hover, textarea:hover {
        box-shadow: 0 0 5px rgb(76, 75, 74);
        border: 1px solid rgb(76, 75, 74);
    }

    .myform select:focus, input:focus, textarea:focus {
        box-shadow: 0 0 5px #0D5C70;
        border: 1px solid #0D5C70;
    }


.address {
    margin-bottom: 0px;
    color: #000;
}

    .address i.fa {
        font-size: 18px;
    }

    .address strong {
        margin-left: 8px;
    }

.addressText span {
    margin-left: 25px;
}


/**********login page************/

.New_formdesign {
    overflow: hidden;
    font-size: 12px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
}

/********************New style of footer part***********/
.footer-section {
    background-color: #e1e1e1;
    width: 100%;
    float: left;
}

.footfooter {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.footer-section h3 {
    color: #000;
    margin-bottom: 20px;
	font-family:Impact;
}

.ulFooter li a {
    border-bottom: 1px dotted;
    padding: 11px 0;
    display: block;
    color: #000;
	font-size:11.4px;
}

    .ulFooter li a:hover {
        text-decoration: none;
        color: #0D5C70;
    }
/*.ulFooter li a::before {
    font-family: FontAwesome;
    content: '\f105';
    margin-right: 5px;
    color: #fff;
}*/

.clientlogos {
    width: 100%;
    background-color:#011256;
    margin-top: 20px;
    border-top: thin double;
    padding-top: 20px;
    padding-bottom: 10px;
}

.clientimgstyl img {
    margin: 0px -15px;
}

.mrqueslid1 {
    display: inline-block;
    width: auto;
}

.mrqueslid {
    display: inline-block;
    width: auto;
    float: left;
    margin-top: 30px;
}

    .mrqueslid img {
        width: 90%;
    }

.colorW {
    color: #fff;
}

.clientlogos a:focus, a:hover {
    color: #000;
    text-decoration: underline;
}

.socialIcons {
    margin-top: 0px;
    margin-bottom: 0px;
}

    .socialIcons .facebook, .socialIcons .twitter, .socialIcons .linkedin, .socialIcons .youtube {
        border: 1px solid #fff;
        color: #fff;
        position: relative;
        z-index: 1;
        width: 30px;
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        text-align: center;
    }

        .socialIcons .facebook:hover {
            border: 1px solid #3B5998;
            color: #ffffff;
        }

        .socialIcons .twitter:hover {
            border: 1px solid #2BA6DA;
            color: #ffffff;
        }

        .socialIcons .youtube:hover {
            border: 1px solid #D22E2F;
            color: #ffffff;
        }

        .socialIcons .linkedin:hover {
            border: 1px solid #006699;
            color: #ffffff;
        }

        .socialIcons .facebook:after, .socialIcons .twitter:after, .socialIcons .youtube:after, .socialIcons .linkedin:after {
            position: absolute;
            left: 0px;
            top: 0px;
            content: '';
            width: 100%;
            height: 0%;
            z-index: -1;
            transition: all 0.2s linear 0s;
            -webkit-transition: all 0.2s linear 0s;
            -moz-transition: all 0.2s linear 0s;
            -o-transition: all 0.2s linear 0s;
        }

        .socialIcons .facebook:hover:after, .socialIcons .twitter:hover:after, .socialIcons .youtube:hover:after, .socialIcons .linkedin:hover:after {
            height: 100%;
        }

        .socialIcons .facebook:after {
            background: #3B5998;
        }

        .socialIcons .twitter:after {
            background: #2BA6DA;
        }

        .socialIcons .youtube:after {
            background: #D22E2F;
        }

        .socialIcons .linkedin:after {
            background: #006699;
        }

/************** margin and padding ****************/
.marginNone {
    margin: 0;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop35 {
    margin-top: 35px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop77 {
    margin-top: 71px;
}

.marginBottom0 {
    margin-bottom: 0px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginLeft2 {
    margin-left: 2px;
}

.marginLeft5 {
    margin-left: 5px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft15 {
    margin-left: 15px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft30 {
    margin-left: 30px;
}

.marginRight5 {
    margin-right: 5px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight15 {
    margin-right: 15px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginRight30 {
    margin-right: 30px;
}

.marginTopBottom10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.marginTopBottom15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.marginTopBottom20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.marginTopBottom30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.marginLeftRight10 {
    margin-left: 10px;
    margin-right: 10px;
}

.marginLeftRight15 {
    margin-left: 15px;
    margin-right: 15px;
}

.marginLeftRight20 {
    margin-left: 20px;
    margin-right: 20px;
}

.marginLeftRight30 {
    margin-left: 30px;
    margin-right: 30px;
}

.padding0 {
    padding: 0px;
}

.paddingL0 {
    padding-left: 0px;
}

.paddingR0 {
    padding-right: 0px;
}

.paddingLR0 {
    padding-right: 0px;
    padding-left: 0px;
}

.padding5 {
    padding: 5px;
}

.padding8 {
    padding: 8px;
}

.paddingNone {
    padding: 0;
}

.paddingAll10 {
    padding: 10px;
}

.paddingAll15 {
    padding: 15px;
}

.paddingAll20 {
    padding: 20px;
}

.paddingAll30 {
    padding: 30px;
}

.paddingRight0 {
    padding-right: 0px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingRight15 {
    padding-right: 15px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingRight30 {
    padding-right: 30px;
}

.paddingLeft0 {
    padding-left: 0px;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft15 {
    padding-left: 15px;
}

.paddingLeftlg15 {
    padding-left: 15px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft25 {
    padding-left: 25px;
}

.paddingLeft30 {
    padding-left: 30px;
}


.paddingTop10 {
    padding-top: 10px;
}

.paddingTop15 {
    padding-top: 15px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop30 {
    padding-top: 30px;
}

.paddingTop40 {
    padding-top: 40px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom15 {
    padding-bottom: 15px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingBottom30 {
    padding-bottom: 30px;
}

.paddingTopBottom5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.paddingTopBottom10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.paddingTopBottom15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.paddingTopBottom20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.paddingTopBottom30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.marginLeft-15 {
    margin-left: -15px;
}


.aboutvision {
    width: 100%;
    float: left;
    text-align: justify;
    background-color: #eee;
    padding: 15px;
    margin-top: 25px;
}

    .aboutvision h3 {
        text-align: center;
        margin-top: 0;
    }
.pad0
{
padding:0px;
}
.bg_black{
background:#000;
}
.block-blog {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(226, 223, 223, 0.61);
}
.transperent_block {
	padding: 0px;
	position: relative;
	overflow: hidden;
	height: 250px;
}
.transperent_block img {
width:100%;
	height: 100%;
}
.transperent_block:hover .black_hover_block {
	opacity: 1;
	transform: translateY(-150px);
	-webkit-transform: translateY(-150px);
	-moz-transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	-o-transform: translateY(-150px);
}
.transperent_block img {
	z-index: 4;
}
.transperent_block .black_hover_block {
	position: absolute;
	bottom: 3%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
.transperent_block:hover .black_hover_block, .black_hover_block:hover {
	bottom: 30%;
	transition: all 0.3s ease-in-out;
}
.transperent_block .blur {
	background-color: rgba(0,0,0,0.7);
	height: 400px;
	z-index: 5;
	position: absolute;
	width: 100%;
}
.transperent_block .black_hover_block_text {
	z-index: 10;
	color: #fff;
	position: absolute;
	height: 400px;
	text-align: center;
	top: -20px;
	width: 100%;
	
}
	.block_header{
		margin-top:5px;}
		.black_hover_block_text i:hover {
    color: #bfa062;
}
.black_hover_block_text i {
    padding: 10px 10px;
    font-size: 18px;
    color: #fff;
}
.black_hover_block_text i:hover {
color:#ffffffa6}

.black_hover_block_text:hover .titl-h5 {
    background-color: rgba(36, 14, 111, 0.60);
}
.titl-h5 {
    border-top: 2px solid #bf9f62;
    border-bottom: 2px solid #bf9f62;
    padding: 20px;
    margin-top: 0px;
    line-height: 20px;
	text-transform:uppercase;
}
.btn-pink {
    background-color: #26106e;
    color: #fff;
    border: 4px solid #26106e;
}
.btn-pink:hover{
color: #fff;
    background-color: #bfa062;
    border: 4px solid #bfa062;
}
.btn-sm {
    margin-top: 10px;
}
.black_hover_block_text li:hover {
    background-color: #bfa062;
    cursor: pointer;
    color: #fff;
    width: 33.34%;
}
.black_hover_block_text li {
    list-style: none;
    border: none !important;
}
	