@media only screen  and (min-width:300px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 12px;
    }
    .section {
        padding: 30px 0;
    }
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
    .positionm {
        margin-left: 150px;
    }
    .positionm1 {
        margin-left: 160px;
    }
    .txtcontent{
        position: absolute;
        top:-1px;
        left:0px;
        background: rgba(63,133,195,.7);
        height: 300px !important;
        opacity: 0;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;

    }
    .intro-tables .intro-table {
        height: 250px !important;
        margin: 40px 0 !important;

    }
    .regular > li {

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 1 !important;     /* fallback */
        -webkit-box-orient: vertical;
        margin-top: -12px !important;

    }

    .txthover > h5{
        position: absolute;
        margin:150px auto !important;

    }


}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .positionm {

        margin-left: 100px;
    }
    .positionm1 {

        margin-left: 80px;
    }

    .boxheight{
        height: 280px !important;
    }
    .heightresp{
        margin-bottom: 30px !important;

    }
    .txthover > img{

    }
    .txthover:hover .txtcontent{
        opacity: 1;
        height: 250px !important;
    }
    .txthover > h5{
        position: absolute;
        font-size: 20px;
        color: #093760;
        text-align: center;
        width: 100% !important;
        /*margin:150px auto !important;*/
        margin-top: 65% !important;
        margin-bottom: 50% !important;

    }
    .txtcontent{
        position: absolute;
        top:-1px;
        left:0px;
        background: rgba(63,133,195,.7);
        height: 300px !important;
        opacity: 0;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;

    }

    .regular > li {

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 1 !important;     /* fallback */
        -webkit-box-orient: vertical;
        margin-top: -12px !important;

    }

    .intro-tables .intro-table {
        height: 190px !important;
        margin: 30px 0 !important;

    }

}
@media (min-width: 1025px) and (max-width: 2280px) {
    .hidden-lg {
        display: none !important;
    }


}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .positionm {

        margin-left: 130px;
    }
    .positionm1 {

        margin-left: 130px !important;
    }
    .heightresp{
        margin-bottom: 100px !important;

    }
    .txthover{
        display: table;
    }
    .txthover > img{

    }
    .txthover:hover .txtcontent{
        opacity: 1;
        height: 250px !important;
    }
    .txthover > h5{
        position: absolute;
        font-size: 20px;
        color: #093760;
        text-align: center;
        width: 100% !important;
        display: inline;
        vertical-align: middle;

    }
    .txtcontent{
        position: absolute;
        top:-1px;
        left:0px;
        background: rgba(63,133,195,.7);
        height: 300px !important;
        opacity: 0;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;

    }
    .intro-tables .intro-table {
        height: 250px !important;
        margin: 40px 0 !important;

    }


}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .positionm {

        margin-left: 160px;
    }
    .positionm1 {

        margin-left: 80px;
    }

    .heightresp{
        margin-bottom: 90px !important;

    }
    .txthover{
        display: table;
    }
    .txthover > img{

    }
    .txthover:hover .txtcontent{
        opacity: 1;
        height: 250px !important;
    }
    .txthover > h5{
        position: absolute;
        font-size: 20px;
        color: #093760;
        text-align: center;
        width: 100% !important;
        /*margin:150px auto !important;*/
        display: inline;
        vertical-align: middle;

    }
    .txtcontent{
        position: absolute;
        top:-1px;
        left:0px;
        background: rgba(63,133,195,.7);
        height: 300px !important;
        opacity: 0;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;

    }


}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) and (orientation: portrait) {

    .positionm {

        margin-left: 215px;
    }
    .positionm1 {

        margin-left: 215px;
    }

    .visible-sm {
        display: block !important;
    }
    .visible-xs {
        display: block !important;
    }
    .txtcontent{
        position: absolute;
        top:-1px;
        left:0px;
        background: rgba(63,133,195,.7);
        height: 300px !important;
        opacity: 0;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;

    }

    .intro-tables .intro-table {
        height: 250px !important;
        margin: 40px 0 !important;

    }
    .heightresp{
        margin-bottom: 50px !important;

    }
    .txthover{
        display: table !important;
    }
    .txthover > img{

    }
    .txthover:hover .txtcontent{
        opacity: 1;
        height: 250px !important;
    }
    .txthover > h5{


    }


}
@media (min-width: 481px) and (max-width: 767px)  and (orientation: landscape) {

    .positionm {

        margin-left: 210px;
    }
    .positionm1 {

        margin-left: 210px;
    }
    .visible-sm {
        display: block !important;
    }
    .visible-xs {
        display: block !important;
    }
    .txtcontent{
        position: absolute;
        top:-1px;
        left:0px;
        background: rgba(63,133,195,.7);
        height: 300px !important;
        opacity: 0;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;

    }
    .heightresp{
        margin-bottom: 50px !important;

    }
    .txthover > img{

    }
    .txthover:hover .txtcontent{
        opacity: 1;
        height: 250px !important;
    }
    .txthover{
        display: table !important;
    }
    .txthover > h5{
        position: absolute;
        font-size: 20px;
        color: #093760;
        text-align: center;
        width: 100% !important;
        /*margin:150px auto !important;*/
        display: inline;
        vertical-align: middle;

}
    .intro-tables .intro-table {
        height: 250px !important;
        margin: 40px 0 !important;

    }

}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px)  and (orientation: portrait) {

    .positionm {

        margin-left: 100px !important;
    }
    .positionm1  {

        margin-left: 100px !important;
    }

    .visible-xs {
        display: block !important;
    }
    .regular > li {

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 1 !important;     /* fallback */
        -webkit-box-orient: vertical;
        margin-top: -10px !important;

    }
    .txtcontent{
        position: absolute;
        top:-1px;
        left:0px;
        background: rgba(63,133,195,.7);
        height: 300px !important;
        opacity: 0;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;

    }
    .intro-tables .intro-table {
        height: 250px !important;
        margin: 40px 0 !important;

    }
    .heightresp{
        margin-bottom: 50px !important;

    }
    .txthover > img{

    }
    .txthover:hover .txtcontent{
        opacity: 1;
        height: 250px !important;
    }
    .txthover{
        display: table !important;
    }
    .txthover > h5{
        position: absolute;
        font-size: 20px;
        color: #093760;
        text-align: center;
        width: 100% !important;
        /*margin:150px auto !important;*/
        display: inline;
        vertical-align: middle;

    }


}
@media (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {

    .positionm {

        margin-left: 100px !important;
    }
    .positionm1  {

        margin-left: 100px !important;
    }

    .visible-xs {
        display: block !important;
    }
    .regular > li {

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 1 !important;     /* fallback */
        -webkit-box-orient: vertical;
        margin-top: -10px !important;

    }
    .txtcontent{
        position: absolute;
        top:-1px;
        left:0px;
        background: rgba(63,133,195,.7);
        height: 300px !important;
        opacity: 0;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;

    }
    .intro-tables .intro-table {
        height: 250px !important;
        margin: 40px 0 !important;

    }
    .heightresp{
        margin-bottom: 50px !important;

    }
    .txthover > img{

    }
    .txthover:hover .txtcontent{
        opacity: 1;
        height: 250px !important;
    }
    .txthover{
        display: table !important;
    }
    .txthover > h5{
        position: absolute;
        font-size: 20px;
        color: #093760;
        text-align: center;
        width: 100% !important;
        /*margin:150px auto !important;*/
        display: inline;
        vertical-align: middle;

    }


}
@media (min-width: 300px) and (max-width: 380px) {
    .smallscreenemail{
        white-space: nowrap !important;
    }
    .mleft{
        margin-left: 30px !important;
        padding-left: 15px !important;
    }
    .col-xs-5{
        width: auto !important;
        margin-bottom: 10px !important;
        margin-left: 30px!important;
    }
    .col-xs-6{
        width: auto !important;
        margin-top: -50px !important;
        margin-left: 30px!important;
    }
    .positionm {

        margin-left: 80px !important;
    }
    .txthover > h5{
        position: absolute;
        margin:150px auto !important;

    }

}



















