/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* start editing from here */
a {
    text-decoration: none;
    color: #333;
}

.txt-rt {
    text-align: right;
}
/* text align right */
.txt-lt {
    text-align: left;
}
/* text align left */
.txt-center {
    text-align: center;
}
/* text align center */
.float-rt {
    float: right;
}
/* float right */
.float-lt {
    float: left;
}
/* float left */
.clear {
    clear: both;
}
/* clear float */
.pos-relative {
    position: relative;
}
/* Position Relative */
.pos-absolute {
    position: absolute;
}
/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}
/* vertical align top */
.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
}
/* Add 5px bottom padding and a underline */
nav.vertical ul li {
    display: block;
}
/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */
p {
    font-size:1em;
    line-height: 24px;
    text-align: justify;
    margin-bottom:6px;
}

img {
    max-width: 100%;
}
/*end reset*/
/*@font-face {
    font-family: 'ambleregular';
    src:url(../fonts/Amble-Regular-webfont.ttf) format('truetype');
}*/
body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    transition: all .2s linear;
    -moz-transition: all .2s linear; /* firefox */
    -webkit-transition: all .2s linear; /* safari and chrome */
    -o-transition: all .2s linear; /* opera */
    -ms-transition: all .2s linear;
}

.wrap1 {
    width: 80%;
    margin: 0 auto;
    transition: all .2s linear;
    -moz-transition: all .2s linear; /* firefox */
    -webkit-transition: all .2s linear; /* safari and chrome */
    -o-transition: all .2s linear; /* opera */
    -ms-transition: all .2s linear;
}

.header_top {
    background: #595959;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #444;
    z-index: 999;
    width: 100%;
}

.active_shadow {
    background: #595959;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    -moz-box-shadow: 0px 1px 12px #333;
    -webkit-box-shadow: 0px 1px 12px #333;
    box-shadow: 0px 1px 12px #333;
}

.logo {
    float: left;
    margin-left: 5px;
}

.cname {
    float: left;
}

.menu {
    float: right;
    margin: 27px 10px 22px 0px;
}

    .menu li {
        float: left;
    }

        .menu li a {
            font-size: .9em;
            padding: 18px 25px;
            color: #fff;
            background: #747474;
            margin-left: 2px;
            font-family: Arial, Helvetica, sans-serif;
            transition: 0.5s ease;
            -o-transition: 0.5s ease;
            -moz-transition: 0.5s ease;
            -webkit-transition: 0.5s ease;
            /*text-transform: uppercase;*/
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }

            .menu li a:hover, .menu li.active a {
                background: #4d4d4d;
            }

.slider {
    margin-top: 5.4%; /* border-bottom:1px solid #ddd;*/
    -moz-box-shadow: 0px 1px 12px #999;
    -webkit-box-shadow: 0px 1px 12px #999;
    box-shadow: 0px 1px 12px #999;
}
/******************** Main ***********/
/*  GRID OF THREE   ============================================================================= */
.section {
    clear: both;
    padding: 0px;
    margin-top: 5px;
}
/*groupDIV .span_3_of_2 p .para {font-weight:normal; font-size:1em; color:#222; line-height: 1em; font-family :Arial, Helvetica, sans-serif;}*/
.bold1 {
    font-weight: bold;
    font-size: 1.5em;
    color: #222;
    line-height: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 16px;
}

.bold {
    font-weight: bold;
}
.Italic
{
    font-style:italic;
    font-size:1em;
}
.bold2 {
    font-weight: bold;
    font-size: 1.2em;
    color: #222;
    line-height: 30px;
   
}
.bold3 {
    font-weight: bold;
    font-size: 1.3em;
    color: #222;
    line-height: 30px;
}

.normal {
    font-size: 1.1em;
    color: #222;
    line-height: 1.7em;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom:6px;
    margin-top:16px;
    text-align:left;
}

.white {
    background: #fff;
}

.white1 {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius:8px; 
    padding:10px;
    margin-top:10px; 
    height:60px; 
    width:45%;
}

.blue {
    background: #b1dbe7;
}

.light_blue {
    background: #d7edf6;
}

.light_blue1 {
    background: #def0f8;
    border: 1px solid #bee2ed;
}

.groupDIV1 .gap {
    margin-right: 1.5%;
}

.groupDIV1 .gap1 {
    margin-right: 0%;
    margin-bottom: 2%;
}

.mvk {
    margin: 126.5% 0;
}

.mvk1 {
    margin: 124.5% 0;
}

.mvk2 {
    margin: 128% 0;
}

.mvk3 {
    margin: 168.5% 0;
}

.mvk4 {
    margin: 34% 0;
}

.mvk5 {
    margin: 126.5% 0;
}

.mvk6 {
    margin: 128% 0;
}

.mvk7 {
    margin: 265.5% 0;
}

.mvk8 {
    margin: 107% 0;
}

.mvk9 {
    margin: 11.3% 0;
}

.mvk10 {
    margin: 128% 0;
}

.mvk11 {
    margin: 14.9% 0;
}

.mvk12 {
    margin: 3.7% 0;
}

.rs1 {
    font: bold 13px Arial, Helvetica, sans-serif;
    width: 47%;
    float: left;
    font-size:1em;
}

.rs2 {
    font: bold Arial, Helvetica, sans-serif;
    float: left;
}

.span_2_of_3 .textmargin {
    margin-left: 30px;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.grid_1_of_3 {
    display: block;
    float: left;
    margin-top: 3%;
    margin-right: 0;
    margin-bottom: 0%;
    margin-left: 1.6%;
}

    .grid_1_of_3:first-child {
        margin-left: 0;
    }

.images_1_of_3 {
    width: 29%;
    padding: 1.5%;
    text-align: center;
    /*border:1px solid #EEE;*/
}

    .images_1_of_3 img {
        max-width: 100%;
        display: block;
    }

.grid_icon {
    border-radius: 4em;
    -webkit-border-radius: 4em;
    -moz-border-radius: 4em;
    -o-border-radius: 4em;
    border: 5px solid #FFF;
    box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
    -webkit-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
    -o-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
    display: inline-block;
    padding: 15px;
    background: #9B9999;
    cursor: pointer;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

    .grid_icon:hover {
        background: #46a4bd;
    }

.images_1_of_3 h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 1em;
    /*text-transform: uppercase;*/
    font-weight: bold;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.images_1_of_3 p {
    font-size: 0.85em;
    color: #9F9F9C;
    line-height: 1.6em;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 0px;
}

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.groupDIV {
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px 0px 8px;
    border: 1px solid #a1d1de;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #d7edf6;
}

.groupDIV1 {
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px;
   
}

.groupDIV2 {
    width: 99.5%;
    clear: both;
    padding: 0px;
    margin: 0px 0px 8px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.col_1_of_3 {
    display: block;
    float: left;
    margin: 0% 0 5% 1.6%;
}

    .col_1_of_3:first-child {
        margin-left: 0;
    }

.span_1_of_03 {
    width: 30.2%;
    padding: 1.5%;
}

.span_1_of_3 {
    width: 29.2%;
    padding: 1.5%;
}

.span_1_of_31 {
    width: 29%;
    padding: 1.5%;
}

    .span_1_of_3 h3, .span_1_of_31 h3 {
        color: #F95355;
        margin-bottom: 10px;
        font-size: 1.8em;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .span_1_of_3 p, .span_1_of_31 p {
        /*font-size:1.4em;
	color:#222;
	line-height: 1.5em;
	font-family :Arial, Helvetica, sans-serif;
	padding:1.22% 0;*/
    }

        .span_1_of_3 p span, .span_1_of_31 p span {
            font-family: Arial, Helvetica, sans-serif;
        }

    .span_1_of_3 li, .span_1_of_31 li {
        color: #000;
        padding: 8px;
        /*background:url(../images/list-img.png) no-repeat 0px;*/
        list-style-type: disc;
        cursor: pointer;
        border-bottom: 1px dashed #E7E7E7;
        font-weight: bold;
        margin-left: 45px;
    }
    /*.span_1_of_3 li:hover{
    color:#4E4E4E;
}*/
    .span_1_of_3 img, .span_1_of_31 img {
        padding: 3px;
        /*background:#FFF;
	border:1px solid #EBEBEB;*/
        display: block;
        max-width: 100%;
    }


.col_3_of_2 {
    display: block;
    float: left;
    /*margin: 0% 0 5% 1.6%;*/
}

    .col_3_of_2:first-child {
        margin-left: 0;
    }

.span_3_of_2 {
    width: 78%;
    padding: 1.5%;
}

    .span_3_of_2 h3 {
        color: #F95355;
        margin-bottom: 10px;
        font-size: 1.8em;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .span_3_of_2 p {
        /*font-size:1.4em;
	color:#222;
	line-height: 1.5em;
	font-family :Arial, Helvetica, sans-serif;*/
        padding: 1.22% 0;
    }

        .span_3_of_2 p span {
            font-family: Arial, Helvetica, sans-serif;
        }

.span_1_of_2 li {
    color: #777777;
    display: block;
    padding: 10px 15px;
    background: url(../images/list-img.png) no-repeat 0px;
    cursor: pointer;
    border-bottom: 1px dashed #E7E7E7;
}

.span_3_of_2 li:hover {
    color: #4E4E4E;
}

.span_2_of_3 .bullet {
    width: 52%;
    float: left;
}

    .span_2_of_3 .bullet li {
        font-size: 1.3em;
        color: #000;
        padding: 8px;
        /*background:url(../images/list-img.png) no-repeat 0px;*/
        list-style-type: disc;
        cursor: pointer;
        border-bottom: none !important;
        font-weight: normal;
        margin-left: 40px;
    }

.span_3_of_2 img {
    padding: 3px;
    /*background:#FFF;
	border:1px solid #EBEBEB;*/
    display: block;
    width: 100%;
}


.button {
    margin-top: 15px;
    margin-bottom: 16px;
}

    .button a {
        background: #F95355;
        padding: 10px 28px;
        font-family: Arial, Helvetica, sans-serif;
        color: #FFF;
        display: inline-block;
        font-size: 0.875em;
        transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        text-transform: uppercase;
    }

        .button a:hover {
            background: #222;
            color: #FFF;
        }
/*.blank {height:50%;}*/
/*.b0 {margin-top:95.3%;}*/
.b1 {
    margin-top: 36.5%;
}

.b2 {
    margin-top: 6.7%;
}
/*.b3 {margin-top:89%;}*/
.b4 {
    margin-top: 100.8%;
}

.b5 {
    margin-top: 37.2%;
}

.b6 {
    margin-top: -0.4%;
    margin-left: 8%;
}

.b7 {
    margin-top: 15%;
}

.b8 {
    margin-top: 37.7%;
}

.b08 {
    margin-top: 71.7%;
}

.b9 {
    margin-top: 6%;
}

.b10 {
    margin-top: 32.2%;
    margin-left: 8%;
}

.b11 {
    margin-top: 27.7%;
}

.b12 {
    margin-top: 13.6%;
    margin-left: 8%;
}

.sprt {
    padding: 18.9% 1px 18.9% 0px;
    width: 0px;
    float: left;
    background: rgba(215,237,246,1);
    background: -moz-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215,237,246,1)), color-stop(50%, rgba(177,206,218,1)), color-stop(100%, rgba(215,237,246,1)));
    background: -webkit-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -o-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: linear-gradient(to bottom, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7edf6', endColorstr='#d7edf6', GradientType=0 );
}

.sprt1 {
    padding: 17.95% 1px 17.95% 0px;
    width: 0px;
    float: left;
    background: rgba(215,237,246,1);
    background: -moz-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215,237,246,1)), color-stop(50%, rgba(177,206,218,1)), color-stop(100%, rgba(215,237,246,1)));
    background: -webkit-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -o-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: linear-gradient(to bottom, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7edf6', endColorstr='#d7edf6', GradientType=0 );
}

.sprt2 {
    padding: 22.15% 1px 22.15% 0px;
    width: 0px;
    float: left;
    background: rgba(215,237,246,1);
    background: -moz-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215,237,246,1)), color-stop(50%, rgba(177,206,218,1)), color-stop(100%, rgba(215,237,246,1)));
    background: -webkit-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -o-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: linear-gradient(to bottom, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7edf6', endColorstr='#d7edf6', GradientType=0 );
}

.sprt3 {
    padding: 19.1% 1px 19.1% 0px;
    width: 0px;
    float: left;
    background: rgba(215,237,246,1);
    background: -moz-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215,237,246,1)), color-stop(50%, rgba(177,206,218,1)), color-stop(100%, rgba(215,237,246,1)));
    background: -webkit-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -o-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: linear-gradient(to bottom, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7edf6', endColorstr='#d7edf6', GradientType=0 );
}

.sprt4 {
    padding: 17.4% 1px 17.5% 0px;
    width: 0px;
    float: left;
    background: rgba(215,237,246,1);
    background: -moz-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215,237,246,1)), color-stop(50%, rgba(177,206,218,1)), color-stop(100%, rgba(215,237,246,1)));
    background: -webkit-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -o-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: linear-gradient(to bottom, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7edf6', endColorstr='#d7edf6', GradientType=0 );
}

.sprt5 {
    padding: 17% 1px 17.1% 0px;
    width: 0px;
    float: left;
    background: rgba(215,237,246,1);
    background: -moz-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215,237,246,1)), color-stop(50%, rgba(177,206,218,1)), color-stop(100%, rgba(215,237,246,1)));
    background: -webkit-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -o-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: linear-gradient(to bottom, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7edf6', endColorstr='#d7edf6', GradientType=0 );
}

.sprt6 {
    padding: 18.3% 1px 18.3% 0px;
    width: 0px;
    float: left;
    background: rgba(215,237,246,1);
    background: -moz-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215,237,246,1)), color-stop(50%, rgba(177,206,218,1)), color-stop(100%, rgba(215,237,246,1)));
    background: -webkit-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -o-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: linear-gradient(to bottom, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7edf6', endColorstr='#d7edf6', GradientType=0 );
}

.sprt7 {
    padding: 17.3% 1px 17.3% 0px;
    width: 0px;
    float: left;
    background: rgba(215,237,246,1);
    background: -moz-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215,237,246,1)), color-stop(50%, rgba(177,206,218,1)), color-stop(100%, rgba(215,237,246,1)));
    background: -webkit-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -o-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: linear-gradient(to bottom, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7edf6', endColorstr='#d7edf6', GradientType=0 );
}

.sprt8 {
    padding: 19.1% 1px 19.1% 0px;
    width: 0px;
    float: left;
    background: rgba(215,237,246,1);
    background: -moz-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215,237,246,1)), color-stop(50%, rgba(177,206,218,1)), color-stop(100%, rgba(215,237,246,1)));
    background: -webkit-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -o-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: linear-gradient(to bottom, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7edf6', endColorstr='#d7edf6', GradientType=0 );
}

.sprt9 {
    padding: 20.3% 1px 20.3% 0px;
    width: 0px;
    float: left;
    background: rgba(215,237,246,1);
    background: -moz-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215,237,246,1)), color-stop(50%, rgba(177,206,218,1)), color-stop(100%, rgba(215,237,246,1)));
    background: -webkit-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -o-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: linear-gradient(to bottom, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7edf6', endColorstr='#d7edf6', GradientType=0 );
}

.sprt10 {
    padding: 11.9% 1px 11.9% 0px;
    width: 0px;
    float: left;
    background: rgba(215,237,246,1);
    background: -moz-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215,237,246,1)), color-stop(50%, rgba(177,206,218,1)), color-stop(100%, rgba(215,237,246,1)));
    background: -webkit-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -o-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: linear-gradient(to bottom, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7edf6', endColorstr='#d7edf6', GradientType=0 );
}

.sprt11 {
    padding: 18.5% 1px 18.5% 0px;
    width: 0px;
    float: left;
    background: rgba(215,237,246,1);
    background: -moz-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(215,237,246,1)), color-stop(50%, rgba(177,206,218,1)), color-stop(100%, rgba(215,237,246,1)));
    background: -webkit-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -o-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    background: linear-gradient(to bottom, rgba(215,237,246,1) 0%, rgba(177,206,218,1) 50%, rgba(215,237,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7edf6', endColorstr='#d7edf6', GradientType=0 );
}

/****  New Products ******/
.new-products p {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding-top: 0;
    text-align:center;
}

    .new-products p a {
        background: #FFF;
        display: block;
        margin: 0 5px;
    }
/********** Footer **********/
.copy-right {
    padding: 20px 0;
    background: #323232;
    margin-top: 20px;
   
}

    .copy-right p {
        font-size: .95em;
        color: #A5A5A5;
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 5%;
        line-height: 1.5em;
    }

        .copy-right p.copy {
            float: left;
        }

        .copy-right p.design {
            float: right;
        }

        .copy-right p a {
            text-decoration: underline;
            color: #fff;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .copy-right p a:hover {
                color: #FFF;
                text-decoration: none;
            }

    .copy-right .contact {
        float: left;
        width: 30%;
        color: #A5A5A5;
        font-size: .95em;
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 5%;
        line-height: 1.5em;
    }

    .copy-right .menu {
        float: right;
        margin: 10px 5% 10px 0px;
    }

        .copy-right .menu li {
            float: left;
        }

            .copy-right .menu li a {
                font-size: .9em;
                padding: 10px 18px;
                color: #fff;
                background: #747474;
                margin-left: 2px;
                font-family: Arial, Helvetica, sans-serif;
                transition: 0.5s ease;
                -o-transition: 0.5s ease;
                -moz-transition: 0.5s ease;
                -webkit-transition: 0.5s ease;
                /*text-transform: uppercase;*/
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                border-radius: 8px;
            }

                .copy-right .menu li a:hover, .menu li.active a {
                    background: #4d4d4d;
                }
/********** About **********/
.about_desc {
    padding: 30px 0;
}

    .about_desc h2 {
        color: #F95355;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.5em;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

.col_1_of_3 {
    display: block;
    float: left;
    margin: 0% 0 0% 0%;
}

.col_1_of_3 h4 {
        font-size: 1.3em;
    }

    .col_1_of_3:first-child {
        margin-left: 0;
    }

.grid_1_of_3 {
    width: 20%;
    margin-top: 6%;
    margin-left: 12%;
    padding: 0.5%;
}

    .grid_1_of_3 img {
        max-width: 100%;
        display: block;
    }

    .grid_1_of_3 p {
        font-size: 0.85em;
        padding: 5px 0;
        color: #7E7E7E;
        line-height: 1.8em;
    }

.history-desc {
    padding-bottom: 15px;
}

.year {
    float: left;
}

    .year p {
        color: #222;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2em;
    }

.grid_1_of_3 p.history {
    float: left;
    width: 80%;
    margin-left: 4%;
    font-size: 0.85em;
    color: #6A6A6A;
    line-height: 1.8em;
}

.grid_1_of_3 .list li a {
    color: #7E7E7E;
    font-size: 0.815em;
    padding: 8px 20px;
    background: url(../images/list-img.png) no-repeat 0;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

    .grid_1_of_3 .list li a:hover {
        color: #444;
    }
/*  GRID OF Four   ============================================================================= */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.heading {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 1.8em;
    /*margin: 70px auto 30px;*/
    margin: 22px auto 30px;
    padding: 5px 10px;
    width: 98%;
    background: #a5d5e2;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    /*text-transform: uppercase;*/
}

    .heading:hover {
        background: #d2eaf1;
    }

.grid_1_of_4 {
    display: block;
    float: left;
    margin: 0% 0 5% 1.6%;
    position: relative;
}

    .grid_1_of_4:first-child {
        margin-left: 0;
    }
/*span_1_of_4 {
	width: 20%;
	padding:0%; 
} */
    .images_1_of_4 {
    width: 20.8%;
    padding: 1.5%;
}

    .images_1_of_4 img {
        max-width: 100%;
        display: block;
        border: 1px solid #EEE;
    }

    .images_1_of_4 h3 {
        color: #F95355;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2em;
        text-transform: uppercase;
        padding: 10px 0 5px 0;
    }

    .images_1_of_4 p {
        font-size: 0.85em;
        padding: 5px 0;
        color: #7E7E7E;
        line-height: 1.8em;
    }
/***** Gallery *****/
.gallery {
    padding: 50px 0;
}

.gallery_1_of_4 {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
    box-shadow: 0px 0px 5px #999;
}

    .gallery_1_of_4:first-child {
        margin-left: 0;
    }

.images_1_of_4 {
    width: 20.8%;
    padding: 1.5%;
    position: relative;
}

    .images_1_of_4 img {
        max-width: 100%;
        display: block;
        outline: none;
    }

    .images_1_of_4 a {
        outline: none;
    }

    .images_1_of_4 h3 {
        margin-top: 0.4em;
        margin-bottom: 0.2em;
        font-weight: normal;
        color: #F95355;
        font-size: 1.2em;
    }

    .images_1_of_4 p {
        font-size: 0.8125em;
        color: #7E7E7E;
        line-height: 1.6em;
        font-family: verdana, arial, helvetica, helve, sans-serif;
    }

    .images_1_of_4 span a {
        color: #F95355;
        font-size: 1.1em;
        cursor: pointer;
    }

    .images_1_of_4 a span {
        position: absolute;
        top: 80px;
        left: 135px;
        width: 36px;
        height: 36px;
        opacity: 0;
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
    }

    .images_1_of_4 a img:hover {
        opacity: 0.6;
    }

    .images_1_of_4 a:hover span {
        opacity: 1;
        background: url(../images/zoom.png) no-repeat;
        filter: alpha(opacity=99); /* internet explorer */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
    }

.projects-bottom-paination {
    text-align: center;
    padding-top: 25px;
}

    .projects-bottom-paination li {
        display: inline-block;
    }

        .projects-bottom-paination li a {
            font-size: 0.85em;
            font-family: Arial, Helvetica, sans-serif;
            color: #F95355;
            padding: 10px 18px;
            background: #fff;
            text-decoration: none;
            display: block;
            border: none;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            border: 1px solid #EEE;
        }

        .projects-bottom-paination li.active > a, .projects-bottom-paination li > a:hover {
            background: #F95355;
            color: #fff;
        }
/* Services  ============================================================================= */
.services {
    padding: 50px 0;
}

.listview_1_of_2 {
    display: block;
    float: left;
    margin: 0% 0 0% 1.6%;
}

.listimg {
    display: block;
    float: left;
}

.text {
    display: block;
    float: left;
    margin: 0% 0 0% 3.6%;
}

.listview_1_of_2:first-child {
    margin-left: 0;
}

.images_1_of_2 {
    width: 46.2%;
    padding: 1.5%;
}

.listimg_2_of_1 {
    width: 18.2%;
}

.list_2_of_1 {
    width: 78.2%;
}

.images_1_of_2 img {
    max-width: 100%;
    display: block;
}

.list_2_of_1 h3 {
    color: #222;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.list_2_of_1 p {
    font-size: 0.8125em;
    color: #7E7E7E;
    line-height: 1.8em;
    font-family: verdana, arial, helvetica, helve, sans-serif;
    padding: 0;
}
/*  Contact Form  ============================================================================= */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.icon_fixed {
    position: fixed;
    padding: 8% 0;
    margin: 0 auto;
    width: 80%;
}
/*.icon_gridv {position:fixed; margin-top:8%;}*/
.main .wrap1 #books_&_cds {
    margin-top: 20%;
}

.col {
    display: block;
    float: left;
    margin: 5% 0 5% 1.6%;
}

    .col:first-child {
        margin-left: 0;
    }
/*.span_1_of_2 {
	width: 46%;
	padding:1.5%;
	margin-right:1.5%;
}*/
.span_1_of_02 {
    width: 45.9%;
    padding: 1.5%;
    margin-right: 1.5%;
    /*border-right:1px solid #ccc; */
}

.span_2_of_3 {
    width: 63%;
    padding: 1.5%;
    /*border-right:1px solid #ccc; */
}

.span_1_of_3 {
    /*width: 30.27%;
	padding:1.5%;*/
    /*border-right:1px solid #ccc;*/
}

    .span_2_of_3 h3,
    .span_1_of_3 h3 {
        font-family: Arial, Helvetica, sans-serif;
        color: #F95355;
        font-size: 1.5em;
        margin: 0 auto;
        text-transform: uppercase;
        padding: 0px 0px 10px 0px;
    }

.contact-form {
    position: relative;
    padding-bottom: 30px;
}

    .contact-form div {
        padding: 5px 0;
    }

    .contact-form span {
        display: block;
        /*font-size: 0.8125em;*/
        color: #7B7C7E;
        padding-bottom: 5px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .contact-form input[type="text"], .contact-form textarea {
        padding: 8px;
        display: block;
        width: 98%;
        border: none;
        outline: none;
        color: #444;
        font-size: 1.2em;
        font-family: Arial, Helvetica, sans-serif;
        border: 1px solid rgba(192, 192, 192, 0.31);
        -webkit-appearance: none;
    }

    .contact-form textarea {
        resize: none;
        height: 120px;
    }

        .contact-form input[type="text"]:focus, .contact-form textarea:focus {
            border: 1px solid rgba(192, 192, 192, 0.72)
        }

.mybutton {
    background: #F95355;
    padding: 12px 32px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 1em;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}

    .mybutton:hover {
        background-color: #202020;
    }

    .mybutton:active {
        background-color: #202020;
    }

.company_address {
    padding-top: 26px;
}

    .company_address p {
        font-size: 0.8125em;
        color: #7B7C7E;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.8em;
    }

        .company_address p a {
            text-decoration: underline;
            color: #555;
            cursor: pointer;
        }

            .company_address p a:hover {
                text-decoration: none;
                color: #444;
            }

.map {
    margin-bottom: 5px;
}

.about_text {
    font-size: 1.2em;
    color: #222;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

#minimenu {
    display: none;
}

#minisubmenu {
    display: none;
}
/* ------------------Mini Search---------------- */
/*#mini_search { display:none; position:absolute; top:83px; right:0px; height: 34px; background:#fff; width:180px; top:127px;}
#mini_search input[type="text"]{position:absolute; top:0px; left:0px; padding:5px 10px; height: 23px; background:#fff; border:none; color:#8a8a8a; width:126px; font-family:'Proxima Nova Regular',Arial, Helvetica, sans-serif; border: 1px solid #e8e8e8;}
#mini_search .search_btn{position:absolute; top:0px; right:0px; padding:5px; background-color:#e90003; border:none; color:#666; width:34px; height:34px; cursor:pointer;}*/

/*----responsive-design-----*/
@media only screen and (max-width: 1920px) {
    .wrap {
        width: 100%;
    }

    .wrap1 {
        width: 81%;
    }

    .icon_gridv {
        margin-top: 1% !important;
    }
}

@media only screen and (min-width: 1366px) {
    .wrap {
        width: 100%;
    }

    .wrap1 {
        width: 81%;
    }

    .icon_gridv {
        margin-top: 1% !important;
    }

    .mvk {
        margin: 117.5% 0;
    }

    .mvk1 {
        margin: 123.5% 0;
    }

    .mvk2 {
        margin: 120% 0;
    }

    .mvk3 {
        margin: 167.3% 0;
    }

    .mvk4 {
        margin: 33.7% 0;
    }

    .mvk5 {
        margin: 126.5% 0;
    }
}

@media only screen and (max-width: 1365px) and (min-width: 1280px) {
    .wrap {
        width: 100%;
    }

    .wrap1 {
        width: 80%;
    }

    .icon_gridv {
        margin-top: 1% !important;
    }

    .mvk {
        margin: 215.5% 0;
    }

    .mvk1 {
        margin: 127.5% 0;
    }

    .mvk2 {
        margin: 119% 0;
    }

    .mvk3 {
        margin: 171% 0;
    }

    .mvk4 {
        margin: 36% 0;
    }

    .mvk5 {
        margin: 141.5% 0;
    }

    .mvk7 {
        margin: 240.5% 0;
    }

    .mvk8 {
        margin: 129% 0;
    }

    .mvk11 {
        margin: 14.5% 0;
    }

    .mvk12 {
        margin: 8% 0;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    .wrap {
        width: 100%;
    }

    .wrap1 {
        width: 90%;
    }

    .icon_gridv {
        margin-top: 9%;
    }

    .slider {
        margin-top: 14.2% !important;
    }

    .groupDIV .span_1_of_3 li {
        font-size: 1.1em !important;
        padding: 7px !important;
    }

    .button {
        margin-bottom: 8px;
    }

    .b0 {
        margin-top: 101% !important;
    }

    .b1 {
        margin-top: 7% !important;
    }

    .b2 {
        margin-top: -2.4% !important;
    }

    .b3 {
        margin-top: 105.5% !important;
    }

    .b4 {
        margin-top: 115.7%;
    }

    .b5 {
        margin-top: 25.5%;
    }

    .b6 {
        margin-top: 11.9%;
    }

    .b7 {
        margin-top: 32.7%;
    }

    .b8 {
        margin-top: 59.6%;
    }

    .b9 {
        margin-top: 9.1%;
    }

    .b10 {
        margin-top: 49%;
    }

    .b11 {
        margin-top: 34.3%;
    }

    .b12 {
        margin-top: 9.3%;
    }

    .sprt {
        padding: 20.1% 1px 20.1% 0px !important;
    }

    .sprt1 {
        padding: 20.7% 1px 20.7% 0px !important;
    }

    .sprt2 {
        padding: 22.2% 1px 22.2% 0px;
    }

    .sprt3 {
        padding: 25.1% 1px 25.1% 0px;
    }

    .sprt4 {
        padding: 22.8% 1px 22.8% 0px;
    }

    .sprt5 {
        padding: 22.2% 1px 22.2% 0px;
    }

    .sprt6 {
        padding: 23.9% 1px 23.8% 0px;
    }

    .sprt7 {
        padding: 22.5% 1px 22.5% 0px;
    }

    .sprt8 {
        padding: 24.9% 1px 24.9% 0px;
    }

    .sprt9 {
        padding: 26.6% 1px 26.6% 0px;
    }

    .groupDIV .span_1_of_3 {
        width: 30.25% !important;
    }

    .about_text {
        font-size: 1.08em !important;
    }

    .span_2_of_3 .bullet {
        width: 47% !important;
        float: left;
    }

    .mvk {
        margin: 214.5% 0;
    }

    .mvk1 {
        margin: 155.5% 0;
    }

    .mvk2 {
        margin: 129% 0;
    }

    .mvk3 {
        margin: 198.5% 0;
    }

    .mvk4 {
        margin: 45.7% 0;
    }

    .mvk5 {
        margin: 155.5% 0;
    }

    .mvk7 {
        margin: 229.9% 0;
    }

    .mvk8 {
        margin: 145% 0;
    }

    .mvk11 {
        margin: 21.9% 0;
    }

    .mvk12 {
        margin: 13.9% 0;
    }
    /*.groupDIV1 .span_1_of_31 .gfg { padding:50% 0;}*/

    .heading_pagignation1 {
        margin: 17% auto 30px !important;
    }

    .heading_pagignation2 {
        margin: 10% auto 30px !important;
    }

    .heading_pagignation3 {
        margin: 10% auto 30px !important;
    }
}
/*NOT NECCSSARY*/
@media only screen and (max-width: 1023px) {
    .wrap {
        width: 100%;
    }

    .wrap1 {
        width: 98.5%;
    }

    .icon_gridv {
        margin-top: 8%;
    }

    .logo h1 span {
        padding: 20px 10px;
    }

    .menu li a {
        padding: 18px 25px;
    }

    .grid_1_of_3 p.history {
        width: 74%;
    }

    .slider {
        margin-top: 18% !important;
    }

    .span_1_of_3 li {
        font-size: 1.1em !important;
        padding: 7px !important;
    }

    .button {
        margin-bottom: 8px;
    }

    .bold1 {
        font-size: 1.5em;
    }

    .b0 {
        margin-top: 102.6% !important;
    }

    .b1 {
        margin-top: 6.9% !important;
    }

    .b2 {
        margin-top: -5% !important;
    }

    .b3 {
        margin-top: 106.5% !important;
    }

    .b4 {
        margin-top: 115.5%;
    }

    .b5 {
        margin-top: 20.6%;
    }

    .b6 {
        margin-top: 12.9%;
    }

    .b7 {
        margin-top: 37.5%;
    }

    .b8 {
        margin-top: 54.3%;
    }

    .b9 {
        margin-top: 14.5%;
    }

    .b10 {
        margin-top: 52.7%;
    }

    .b11 {
        margin-top: 28.4%;
    }

    .b12 {
        margin-top: 4.5%;
    }

    .sprt {
        padding: 20.3% 1px 20.3% 0px !important;
    }

    .sprt1 {
        padding: 20.9% 1px 20.9% 0px !important;
    }

    .sprt2 {
        padding: 22.3% 1px 22.2% 0px;
    }

    .sprt3 {
        padding: 26% 1px 26% 0px;
    }

    .sprt4 {
        padding: 23.67% 1px 23.67% 0px;
    }

    .sprt5 {
        padding: 23.1% 1px 23.1% 0px;
    }

    .sprt6 {
        padding: 24.9% 1px 24.9% 0px;
    }

    .sprt7 {
        padding: 23.4% 1px 23.4% 0px;
    }

    .sprt8 {
        padding: 26% 1px 26% 0px;
    }

    .sprt9 {
        padding: 27.7% 1px 27.7% 0px;
    }

    .groupDIV .span_1_of_3 {
        width: 30.24% !important;
    }

    .about_text {
        font-size: 1em !important;
    }

    .span_2_of_3 .bullet {
        width: 51% !important;
        float: left;
    }

        .span_2_of_3 .bullet li {
            font-size: 1.1em !important;
            color: #000;
            padding: 8px !important;
            /*background:url(../images/list-img.png) no-repeat 0px;*/
            list-style-type: disc;
            cursor: pointer;
            border-bottom: none !important;
            font-weight: normal;
            margin-left: 25px !important;
        }

    .mvk {
        margin: 124.5% 0;
    }

    .mvk1 {
        margin: 135.5% 0;
    }

    .mvk2 {
        margin: 111% 0;
    }

    .mvk3 {
        margin: 181.5% 0;
    }

    .mvk4 {
        margin: 46.7% 0;
    }

    .mvk5 {
        margin: 144.5% 0;
    }

    .mvk7 {
        margin: 223.9% 0;
    }

    .mvk8 {
        margin: 130% 0;
    }

    .mvk11 {
        margin: 21.9% 0;
    }

    .mvk12 {
        margin: 8.9% 0;
    }

    .heading_pagignation1 {
        margin: 15.5% auto 30px !important;
    }

    .heading_pagignation2 {
        margin: 9% auto 30px !important;
    }

    .heading_pagignation3 {
        margin: 9.5% auto 30px !important;
    }
}

@media only screen and (max-width:768px) {
    .wrap {
        width: 100%;
    }

    .wrap1 {
        width: 97.5%;
    }

    .icon_gridv {
        margin-top: 13.5%;
    }

    .logo h1 {
        font-size: 2em;
    }

        .logo h1 span {
            padding: 22px 10px;
        }

    .menu li a {
        padding: 18px 10px;
    }

    .year p {
        font-size: 1em;
    }

    .slider {
        margin-top: 18.97% !important;
    }

    .groupDIV .span_1_of_3 li {
        font-size: 1.1em !important;
        padding: 1px !important;
        margin-left: 25px;
    }

    .button {
        margin-bottom: 5px;
    }

    .bold1 {
        font-size: 1.3em !important;
    }

    .b0 {
        margin-top: 103.8% !important;
    }

    .b1 {
        margin-top: 24.8% !important;
    }

    .b2 {
        margin-top: -4.8% !important;
    }

    .b3 {
        margin-top: 107% !important;
    }

    .b4 {
        margin-top: 117.5%;
    }

    .b5 {
        margin-top: 41.9%;
    }

    .b6 {
        margin-top: 62.9%;
    }

    .b7 {
        margin-top: 55.5%;
    }

    .b8 {
        margin-top: 78.2%;
    }

    .b9 {
        margin-top: 45.2%;
    }

    .b10 {
        margin-top: 59.5%;
    }

    .b11 {
        margin-top: 62%;
    }

    .b12 {
        margin-top: 47.8%;
    }

    .sprt {
        padding: 20.2% 1px 20.2% 0px !important;
    }

    .sprt1 {
        padding: 20.7% 1px 20.7% 0px !important;
    }

    .sprt2 {
        padding: 22.3% 1px 22.3% 0px;
    }

    .sprt3 {
        padding: 26.9% 1px 27.9% 0px;
    }

    .sprt4 {
        padding: 24.9% 1px 24.9% 0px;
    }

    .sprt5 {
        padding: 24.4% 1px 24% 0px;
    }

    .sprt6 {
        padding: 26% 1px 26% 0px;
    }

    .sprt7 {
        padding: 23.9% 1px 23.9% 0px;
    }

    .sprt8 {
        padding: 26.9% 1px 26.9% 0px;
    }

    .sprt9 {
        padding: 29% 1px 29% 0px;
    }

    .span_1_of_3 {
        width: 30.22% !important;
    }

    .about_text {
        font-size: 1em !important;
    }

    .groupDIV1 .span_2_of_3 {
        width: 62%;
    }

    .groupDIV1 .span_1_of_2 {
        width: 96%;
    }

    .span_2_of_3 .textmargin {
        margin-left: 0px;
    }

    .span_2_of_3 .bullet {
        width: 100% !important;
        float: left;
    }

        .span_2_of_3 .bullet li {
            font-size: 1.1em !important;
            color: #000;
            padding: 8px !important;
            /*background:url(../images/list-img.png) no-repeat 0px;*/
            list-style-type: disc;
            cursor: pointer;
            border-bottom: none !important;
            font-weight: normal;
            margin-left: 25px !important;
        }

    .mvk {
        margin: 298.5% 0;
    }

    .mvk1 {
        margin: 333.5% 0;
    }

    .mvk2 {
        margin: 232% 0;
    }

    .mvk7 {
        margin: 237.5% 0;
    }

    .mvk8 {
        margin: 260% 0;
    }

    .mvk11 {
        margin: 54.9% 0;
    }

    .mvk12 {
        margin: -1.5% 0;
    }

    .heading_pagignation1 {
        margin: 21% auto 30px !important;
    }

    .heading_pagignation2 {
        margin: 12% auto 30px !important;
    }

    .heading_pagignation3 {
        margin: 11.5% auto 30px !important;
    }
}

/*NOT NECCSSARY*/
@media only screen and (max-width:640px) {
    .wrap {
        width: 100%;
    }

    .wrap1 {
        width: 95%;
    }

    .icon_gridv {
        margin-top: 25%;
    }

    .logo h1 {
        font-size: 1.5em;
    }

        .logo h1 span {
            padding: 26px 10px;
        }

    .menu li a {
        font-size: 1.1em;
        padding: 12px 8px;
    }

    .grid_1_of_3 {
        margin: 0 0 10px 0;
    }

    .images_1_of_3 {
        width: 94%;
        padding: 3%;
    }

    .col_1_of_3 {
        margin: 0;
    }

    .groupDIV .span_1_of_3 {
        width: 94% !important;
        padding: 3%;
    }

    .groupDIV .grid_1_of_3 {
        width: 94% !important;
        padding: 3%;
    }

    .year p {
        font-size: 1.2em;
    }

    .grid_1_of_4 {
        margin: 0;
    }

    .images_1_of_4 {
        width: 94%;
        padding: 3%;
    }

    .span_2_of_3 {
        width: 94%;
        padding: 3%;
    }

    .col {
        margin: 0;
    }

    .contact-form input[type="text"], .contact-form textarea {
        width: 95%;
    }

    .slider {
        margin-top: 23% !important;
    }

    .span_1_of_3 li {
        font-size: 1.1em !important;
        padding: 5px !important;
        margin-left: 25px;
    }

    .bold1 {
        font-size: 1.3em !important;
    }

    .sprt, .sprt1, .sprt2, .sprt3, .sprt4, .sprt5, .sprt6, .sprt7, .sprt8, .sprt9, .sprt10, .sprt11, .sprt12 {
        padding: 0px !important;
    }

    .b0, .b3, .b4 {
        margin-top: 0% !important;
    }

    .b1 {
        margin-top: 12.3% !important;
    }

    .b2 {
        margin-top: -20.5% !important;
    }

    .b5 {
        margin-top: 3.5%;
    }

    .b6 {
        margin-top: 2%;
    }

    .b7 {
        margin-top: 8%;
    }

    .b8 {
        margin-top: 7%;
    }

    .b9 {
        margin-top: 9%;
    }

    .b10 {
        margin-top: 10%;
    }

    .b11 {
        margin-top: 8%;
    }

    .b12 {
        margin-top: 6%;
    }

    .about_text {
        font-size: .9em !important;
    }

    .copy-right .menu {
        margin-right: 12px !important;
    }

        .copy-right .menu li a {
            font-size: .8em;
            padding: 10px 17px;
        }

    .groupDIV1 .span_2_of_3 {
        width: 58%;
    }

    .groupDIV1 .span_1_of_2 {
        width: 96.5%;
    }

    .rs1 {
        font: bold 11px Arial, Helvetica, sans-serif;
        width: 44%;
        float: left;
    }

    .rs2 {
        font: bold Arial, Helvetica, sans-serif;
       
        float: left;
    }

    .groupDIV1 .gap1 {
        margin-right: 13%;
    }

    .span_2_of_3 .textmargin {
        margin-left: 0px;
    }

    .span_2_of_3 .bullet {
        width: 100% !important;
        float: left;
    }

        .span_2_of_3 .bullet li {
            font-size: 1.1em !important;
            color: #000;
            padding: 8px !important;
            /*background:url(../images/list-img.png) no-repeat 0px;*/
            list-style-type: disc;
            cursor: pointer;
            border-bottom: none !important;
            font-weight: normal;
            margin-left: 25px !important;
        }

    .mvk7 {
        margin: 276.5% 0;
    }

    .mvk8 {
        margin: 288% 0;
    }

    .mvk11 {
        margin: 168% 0;
    }

    .mvk12 {
        margin: 16.5% 0;
    }

    .heading_pagignation1 {
        margin: 26% auto 30px !important;
    }

    .heading_pagignation2 {
        margin: 14% auto 30px !important;
    }

    .heading_pagignation3 {
        margin: 14% auto 30px !important;
    }
}

@media only screen and (max-width:480px) {
    .wrap {
        width: 100%;
    }

    .wrap1 {
        width: 88.5%;
    }

    .icon_gridv {
        margin-top: 55%;
    }

    .logo h1 {
        font-size: 2.5em;
    }

        .logo h1 span {
            padding: 10px 25px;
        }

    .menu {
        margin-right: 5px;
    }

        .menu li a {
            font-size: 0.8em;
            padding: 10px 10px;
        }

    .listview_1_of_2 {
        margin: 0;
    }

    .images_1_of_2 {
        width: 94%;
        padding: 3%;
    }

    .slider {
        margin-top: 46.3% !important;
    }

    .span_1_of_3 li {
        font-size: 1.1em !important;
        padding: 5px !important;
        margin-left: 25px;
    }

    .span_1_of_02 {
        width: 100%;
    }

    .bold1 {
        font-size: 1.3em !important;
    }

    .sprt, .sprt1, .sprt2, .sprt3, .sprt4, .sprt5, .sprt6, .sprt7, .sprt8, .sprt9, .sprt10, .sprt11, .sprt12 {
        padding: 0px !important;
    }

    .b0, .b3, .b4 {
        margin-top: 0% !important;
    }

    .b1 {
        margin-top: 12.3% !important;
    }

    .b2 {
        margin-top: -20.5% !important;
    }

    .b5 {
        margin-top: 3.5%;
    }

    .b6 {
        margin-top: 2%;
    }

    .b7 {
        margin-top: 8%;
    }

    .b8 {
        margin-top: 7%;
    }

    .b9 {
        margin-top: 9%;
    }

    .b10 {
        margin-top: 10%;
    }

    .b11 {
        margin-top: 8%;
    }

    .b12 {
        margin-top: 6%;
    }

    .about_text {
        font-size: .9em !important;
    }

    .copy-right .contact {
        width: 80%;
    }

    .copy-right .menu {
        margin-right: 5px !important;
    }

        .copy-right .menu li a {
            font-size: .7em;
            padding: 10px 8px;
        }

    .groupDIV1 .span_1_of_31 {
        width: 99%;
    }

    .heading_pagignation h4 {
        width: 100%;
    }

    .heading_pagignation p {
        width: 100%;
    }

    .groupDIV1 .span_2_of_3 {
        width: 96%;
        margin-top: 1.5%;
    }

    .groupDIV1 .span_1_of_2 {
        width: 95.5%;
    }

    .rs1 {
        font: bold 13px Arial, Helvetica, sans-serif;
        width: 33%;
        float: left;
    }

    .rs2 {
        font: bold Arial, Helvetica, sans-serif;
        width: 27%;
        float: left;
    }

    .groupDIV1 .gap1 {
        margin-right: 25.5%;
    }

    .span_2_of_3 .textmargin {
        margin-left: 0px;
    }

    .span_2_of_3 .bullet {
        width: 100% !important;
        float: left;
    }

        .span_2_of_3 .bullet li {
            font-size: 1.2em !important;
            color: #000;
            padding: 8px !important;
            /*background:url(../images/list-img.png) no-repeat 0px;*/
            list-style-type: disc;
            cursor: pointer;
            border-bottom: none !important;
            font-weight: normal;
            margin-left: 25px !important;
        }

    .mvk, .mvk1, .mvk2, .mvk3, .mvk4, .mvk5 {
        display: none;
    }

    .heading_pagignation1 {
        margin: 55% auto 30px !important;
    }

    .heading_pagignation2 {
        margin: 36% auto 30px !important;
    }

    .heading_pagignation3 {
        margin: 38% auto 30px !important;
    }
}

@media only screen and (max-width:320px) {
    .wrap {
        width: 100%;
    }

    .wrap1 {
        width: 88%;
    }

    .icon_gridv {
        margin-top: 74%;
    }

    .logo h1 {
        font-size: 2em;
    }

        .logo h1 span {
            padding: 10px 8px;
        }

    .menu {
        display: none;
    }

        .menu li a {
            font-size: 0.59em;
            padding: 10px 4px;
        }

    #minimenu {
        display: block;
        cursor: pointer;
    }

    #minimenu {
        width: 93%;
        padding: 10px;
        color: #fff;
        background: #333;
        font-weight: bold;
    }

    #minisubmenu {
        width: 93.5%;
        padding: 10px;
        background: #fff;
    }

        #minisubmenu ul li {
            padding: 5px 0px;
            width: 100%;
            text-align: center;
        }

            #minisubmenu ul li a {
                color: #000;
                padding: 5px 80px;
                width: 100%;
                transition: 0.5s ease;
                -o-transition: 0.5s ease;
                -moz-transition: 0.5s ease;
                -webkit-transition: 0.5s ease;
                /*text-transform: uppercase;*/
            }

                #minisubmenu ul li a:hover {
                    background: #4d4d4d;
                    color: #fff;
                }

    .services {
        padding: 30px 0;
    }

    .list_2_of_1 h3 {
        font-size: 1.2em;
    }

    .contact-form input[type="text"], .contact-form textarea {
        width: 92%;
    }

    .slider {
        margin-top: 60.7% !important;
    }

    .span_1_of_3 li {
        font-size: .95em !important;
        padding: 5px !important;
        margin-left: 25px;
    }

    .bold1 {
        font-size: 1.3em !important;
    }

    .sprt, .sprt1, .sprt2, .sprt3, .sprt4, .sprt5, .sprt6, .sprt7, .sprt8, .sprt9, .sprt10, .sprt11, .sprt12 {
        padding: 0px !important;
    }

    .b0, .b3, .b4 {
        margin-top: 0% !important;
    }

    .b1 {
        margin-top: 12.3% !important;
    }

    .b2 {
        margin-top: -20.5% !important;
    }

    .b5 {
        margin-top: 3.5%;
    }

    .b6 {
        margin-top: 2%;
    }

    .b7 {
        margin-top: 8%;
    }

    .b8 {
        margin-top: 7%;
    }

    .b9 {
        margin-top: 9%;
    }

    .b10 {
        margin-top: 10%;
    }

    .b11 {
        margin-top: 8%;
    }

    .b12 {
        margin-top: 6%;
    }

    .about_text {
        font-size: .9em !important;
    }

    .copy-right .contact {
        width: 80%;
    }

    .copy-right .menu {
        margin-right: 5px !important;
    }

        .copy-right .menu li a {
            font-size: .7em;
            padding: 10px 8px;
        }

    .groupDIV1 .span_1_of_31 {
        width: 100%;
    }

    .heading_pagignation h4 {
        width: 100%;
    }

    .heading_pagignation p {
        width: 98%;
    }

    .rs1 {
        font: bold 11px Arial, Helvetica, sans-serif;
        width: 44%;
        float: left;
    }

    .rs2 {
        font: bold Arial, Helvetica, sans-serif;
        width: 35%;
        float: left;
    }

    .groupDIV1 .span_2_of_3 {
        width: 96%;
        margin-top: 1.5%;
    }

    .groupDIV1 .span_1_of_2 {
        width: 96%;
    }

    .groupDIV1 .gap1 {
        margin-right: 0%;
    }

    .span_2_of_3 .textmargin {
        margin-left: 0px;
    }

    .span_2_of_3 .bullet {
        width: 100% !important;
        float: left;
    }

        .span_2_of_3 .bullet li {
            font-size: 1em !important;
            color: #000;
            padding: 6px !important;
            /*background:url(../images/list-img.png) no-repeat 0px;*/
            list-style-type: disc;
            cursor: pointer;
            border-bottom: none !important;
            font-weight: normal;
            margin-left: 25px !important;
        }

    .mvk, .mvk1, .mvk2, .mvk3, .mvk4, .mvk5 {
        display: none;
    }

    .heading_pagignation1 {
        margin: 72% auto 30px !important;
    }

    .heading_pagignation2 {
        margin: 44% auto 30px !important;
    }

    .heading_pagignation3 {
        margin: 45% auto 30px !important;
    }
}

@media only screen and (max-width:240px) {
    .wrap {
        width: 100%;
    }

    .wrap1 {
        width: 88%;
    }

    .icon_gridv {
        margin-top: 80%;
    }

    .logo h1 {
        font-size: 2em;
    }

        .logo h1 span {
            padding: 10px 8px;
        }

    .menu {
        display: none;
    }

        .menu li a {
            font-size: 0.59em;
            padding: 10px 4px;
        }

    #minimenu {
        display: block;
    }

    #minimenu {
        width: 90%;
        padding: 10px;
        color: #fff;
        background: #333;
    }

    #minisubmenu {
        width: 92%;
        padding: 10px;
        background: #fff;
    }

        #minisubmenu ul li {
            padding: 5px 0px;
            width: 100%;
            text-align: center;
        }

            #minisubmenu ul li a {
                color: #000;
                padding: 5px 47px;
                width: 100%;
                transition: 0.5s ease;
                -o-transition: 0.5s ease;
                -moz-transition: 0.5s ease;
                -webkit-transition: 0.5s ease;
                /*text-transform: uppercase;*/
            }

                #minisubmenu ul li a:hover {
                    background: #4d4d4d;
                    color: #fff;
                }

    .services {
        padding: 30px 0;
    }

    .list_2_of_1 h3 {
        font-size: 1.2em;
    }

    .contact-form input[type="text"], .contact-form textarea {
        width: 92%;
    }

    .slider {
        margin-top: 71.5% !important;
    }

    .span_1_of_3 li {
        font-size: .95em !important;
        padding: 5px !important;
        margin-left: 25px;
    }

    .bold1 {
        font-size: 1.3em !important;
    }

    .sprt, .sprt1, .sprt2, .sprt3, .sprt4, .sprt5, .sprt6, .sprt7, .sprt8, .sprt9, .sprt10, .sprt11, .sprt12 {
        padding: 0px !important;
    }

    .b0, .b3, .b4 {
        margin-top: 0% !important;
    }

    .b1 {
        margin-top: 12.3% !important;
    }

    .b2 {
        margin-top: -20.5% !important;
    }

    .b5 {
        margin-top: 3.5%;
    }

    .b6 {
        margin-top: 2%;
    }

    .b7 {
        margin-top: 8%;
    }

    .b8 {
        margin-top: 7%;
    }

    .b9 {
        margin-top: 9%;
    }

    .b10 {
        margin-top: 10%;
    }

    .b11 {
        margin-top: 8%;
    }

    .b12 {
        margin-top: 6%;
    }

    .about_text {
        font-size: .9em !important;
    }

    .copy-right .contact {
        width: 80%;
    }

    .copy-right .menu {
        margin-right: 5px !important;
    }

        .copy-right .menu li a {
            font-size: .7em;
            padding: 10px 8px;
        }

    .groupDIV1 .span_1_of_31 {
        width: 99%;
    }

    .heading_pagignation h4 {
        width: 99%;
    }

    .heading_pagignation p {
        width: 100%;
    }

    .rs1 {
        font: bold 11px Arial, Helvetica, sans-serif;
        width: 44%;
        float: left;
    }

    .rs2 {
        font: bold Arial, Helvetica, sans-serif;
        width: 35%;
        float: left;
    }

    .groupDIV1 .span_2_of_3 {
        width: 99%;
        margin-top: 1.5%;
    }

    .groupDIV1 .span_1_of_2 {
        width: 87%;
    }

    .span_2_of_3 .bullet {
        width: 100% !important;
        float: left;
    }

        .span_2_of_3 .bullet li {
            font-size: 1em !important;
            color: #000;
            padding: 6px !important;
            /*background:url(../images/list-img.png) no-repeat 0px;*/
            list-style-type: disc;
            cursor: pointer;
            border-bottom: none !important;
            font-weight: normal;
            margin-left: 25px !important;
        }

    .mvk, .mvk1, .mvk2, .mvk3, .mvk4, .mvk5 {
        display: none;
    }
}
/*Back to Top*/

#back-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    
}

    #back-top a {
        width: 39px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #333;
        /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

        #back-top a:hover {
            color: #000;
        }
    /* arrow icon (span tag) */
    #back-top span {
        width: 39px;
        height: 38px;
        display: block;
        margin-bottom: 7px;
        background: #999 url(../images/up-arrow.png) no-repeat center center;
        /* rounded corners */
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        /* background color transition */
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span {
        background-color: #666;
    }



.heading_pagignation {
    margin: 30px auto 30px;
    padding: 0px 10px;
    width: 98%;
    font-size: .9em;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: inline-block;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

    .heading_pagignation h4 {
        font-family: Verdana;
        color: #333;
        font-weight: bold;
        border-right: 1px solid #ddd;
        text-transform: uppercase;
        font-size: 18px;
    }

    .heading_pagignation p a {
        font-family: Calibri;
        color: #333;
        font-size: 1.3em;
        margin: 0;
        padding: .5%;
    }

        .heading_pagignation p a:hover {
            text-decoration: underline;
        }

.bullets {
    float: left;
    margin: 0 0 20px 0;
    padding: 0 5px;
    width: 100%;
    line-height: 1.7em;
}

    .bullets li {
        float: left;
        /*list-style-image:url(../images/bullet.png);*/
        list-style: square !important;
        width: 90%;
        margin: 0 0 0 10px;
        padding: 5px 0px;
        text-align: left;
        list-style: none;
        color: #000;
        text-decoration: none;
        border-bottom: none;
        font-weight: normal;
        line-height: 24px;
    }

        .bullets li:hover {
            cursor: text;
        }

        .bullets li a:hover {
            cursor: text;
        }

.numerical {
    float: left;
    margin: 0 0 20px 0;
    padding: 0 5px;
    width: 99%;
    line-height: 22px;
}

    .numerical li, .numeric li {
        float: left;
        list-style: decimal !important;
        width: 98%;
        margin: 0 0 0 17px;
        padding: 5px 0px;
        font-size: 14px;
        text-align: left;
        list-style: none;
        color: #000;
        text-decoration: none;
        border-bottom: none;
        font-weight: normal;
        line-height: 24px;
    }

        .numerical li:hover {
            cursor: text;
            text-decoration: underline;
        }

        .numeric li:hover {
            cursor: text;
        }

.roman {
    float: left;
    margin: 0 0 20px 0;
    padding: 0 5px;
    width: 100%;
    line-height: 22px;
}

    .roman li {
        float: left;
        list-style: upper-roman !important;
        width: 90%;
        margin: 0 0 0 35px;
        padding: 5px 0px;
        font-size: 14px;
        text-align: left;
        list-style: none;
        color: #000;
        text-decoration: none;
        border-bottom: none;
        font-weight: normal;
        line-height: 24px;
    }

        .roman li:hover {
            cursor: text;
            text-decoration: underline;
        }

/*.text_gap { margin-left:1px;}*/

.heading_pagignation1 {
    margin: 9% auto 30px;
    padding: 0px 10px;
    width: 98%;
    font-size: 1em;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: inline-block;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.heading_pagignation2 {
    margin: 2% auto 30px;
    padding: 0px 10px;
    width: 98%;
    font-size: 1em;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: inline-block;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.heading_pagignation3 {
    margin: 2% auto 30px;
    padding: 0px 10px;
    width: 98%;
    font-size: 1em;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: inline-block;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

/*Custom CSS By Priyaranjan*/
.Row {
    width: 100%;
    clear: both;
    padding: 0px 5px 0px 5px;
    line-height: 22px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 7px;
}

.Col_1 {
    width: 20%;
    float: left;
    padding: 2px;
}

.Col_2 {
    width: 78%;
    float: left;
    padding: 2px;
}

.Col_11 {
    width: 45%;
    float: left;
    padding: 2px;
    /*border-bottom: solid 1px #1828db;
    border-left: solid 1px #171414;*/
}

.Col_22 {
    width: 45%;
    float: right;
    padding: 2px;
}

.Row1 {
    width: 100%;
    clear: both;
    padding: 0px 5px 0px 5px;
    font-size: 14px;
    line-height: 22px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 7px;
}

p.n1 {
    font: 15px bold 30px Georgia,serif;
}
/*div.centered      { width: 900px; }
div.columns       { width: 600px;  margin: 0 auto;}
div.columns div   { width: 300px; height: 100px; float: left; }
div.grey          { background-color: #cccccc; }
div.red           { background-color: #e14e32; }
div.clear         { clear: both; }*/

/*Smita Custom CSS Rule*/

.LCol1_as {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:left;
    width: 40%;
    height: 760px;
}

.LCol2_as {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:right;
    clear:right;
    width: 50%;
    height: 760px;
}
.FullWidth {
    width: 100%;
    clear: both;
    
}
.col_3aol{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:left;
    width: 40%;
    height: 650px;
}
.col_4_aol{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:right;
    clear:right;
    width: 50%;
    height: 650px;
}
.width {
    width: 97%;
    clear: both;
}
.col_2bal{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:left;
    width: 40%;
    height: 600px;
}
.col-3bal{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:right;
    clear:right;
    width: 50%;
    height: 600px;
}
.col-art
{
    margin-top:15px;
    width: 97%;
    clear: both;
    padding-bottom:2.5em;
}
.col_bal_st{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:left;
    width: 40%;
    height: 550px;
}
.col1_bal_st{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:right;
    clear:right;
    width: 50%;
    height:560px;
    padding-bottom:2px;
}
.col1_dvup{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:left;
    width: 40%;
    height:600px;
}
.col_dvup{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:right;
    clear:right;
    width: 50%;
    height:600px;
}
 .col_dvup_width{
    width: 97%;
    clear: both;
    height:1170px;
}
.col_clipfortip {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float: left;
    width: 40%;
    height: 1060px;
 
    padding-bottom: 40px;
}
.col1_clipfortip2{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:right;
    clear:right;
    width: 50%;
    height:1060px;
    
    padding-bottom:40px;
}
.col_clipfortip2_AOL{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:left;
    width: 40%;
    height: 1100px;
}
.col_clipfortipAOL{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:right;
    clear:right;
    width: 50%;
    height:1100px;
}
.col_clipfortip1{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:left;
    width: 40%;
    height: 1080px;
  
}
.clipfortip2
{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
     width: 100%; 
}
.col_clipfortip1r{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:right;
    clear:right;
    width: 50%;
    height:1080px;
}
.col_clipfortip2{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:left;
    width: 40%;
    height: 1000px;
}
.col_clipfortip2r{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:right;
    clear:right;
    width: 50%;
     height: 1000px;
}
.col_clipfortip3{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:left;
    width: 40%;
    height: 1000px;
}
.col_clipfortip3r{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:right;
    clear:right;
    width: 50%;
     height: 1000px;
}
.col_BOE{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:left;
    width: 40%;
    height: 800px;
}
.col1_BOE{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:right;
    clear:right;
    width: 50%;
     height: 800px;
}
.col_fullwidth{
    width: 97%;
    clear: both;
}
.col2_BOE{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:left;
    width: 40%;
    height: 700px;
}
.col2r_BOE{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:right;
    clear:right;
    width: 50%;
    height: 700px;
}
.col2_fullwidth{
    width: 97%;
    clear: both;
    margin-top:0.5em;
}
.col3_BE{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:left;
    width: 40%;
    height: 700px;
}
.col3r_BE{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    float:right;
    clear:right;
    width: 50%;
    height: 700px;
}
.col3_fullwidth{
    width: 97%;
    clear: both;
    margin-top:0.5em;
}
.Imageborder {
    border: solid 3px #96b39b;
    border-radius: 10px;
}
.Paragraphstyle
{
   font-size: 1.2em; 
   line-height: 35px;
}
.BulletHeading {
    font-weight: bold;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
}
.bullets li {
    line-height: 24px;
}
.AttitudeStyle
{
    font-size:1.4em; 
    font-weight:bold;
    border-top:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
    padding-bottom:5px;
    padding-top:5px;
}
.Col_2 p {
    padding-left: 1.6em;
}
.AttitudeP
{
     margin-bottom:1em;
     font-size:1em; 
     line-height:35px;
}
.clipfortipStyle
{
    font-size:1.2em; 
    line-height:1.7em;
}
.ParagraphStyle
{
    text-align:center;
    font-weight:bold;
    font-size:1.2em;
}
.BookStyle
{
     width:100%; 
     float:left;
}
.BookImageStyle
{
    width:16px; 
    height:14px; 
    float:left;
}
.clipfortipStyle2
{
    font-size:1em; 
    line-height:33px;
    padding-bottom:7px;
    
   
}
.clipfortipImageLeft
{
    padding-left:5em;
    padding-top:2em; 
    padding-bottom:2em;
    float:left;
    padding-right:3em;
}
.clipfortipImageRight
{
    padding-right:5em;
    padding-top:2em; 
    padding-bottom:2em;
    float:right;
    padding-left:3em;
}
.clipfortipImageStyle
{
    text-align:center;
    padding-top:2em;
}
.DevelopmentSubtitel
{
    font-size:1.2em; 
    font-weight:bold;
    padding-bottom:5px;
    padding-top:5px; 
    margin-left:1em;
}
.ContentStyle
{
     font-weight:bold; 
     font-size:1em;
}
.ConsultancyStyle
{
    border-radius:8px; 
    border:1px solid #e3e3e3; 
   height:300px;
}
.headingStyle
{
    width:100%; 
    margin-left:0.5em; 
    margin-right:4.2em; 
    padding-top:20px;
}
.trainingImageStyle
{
    border-right:1px solid #ddd; 
    margin-top:80px;
}
.AttitudeImage
{
    height:150px;
    width:100%; 
}
.FullWidthStyle
{
    padding-left:100px;
    padding-top:25px;
    padding-bottom:25px;
    padding-right:100px;
   
}
.AttitudeDivStyle
{
    border-top:solid 1px #ccc;
    padding-top:15px;
    margin-top:10px;
}
.SuccessDivStyle
{
    width:5%; 
    float:left; 
    margin-right:10px;
}
.button1 {
    margin-top: 15px;
    margin-bottom: 16px;
    padding-left:2em;
}

    .button1 a {
        background: #F95355;
        padding: 10px 28px;
        font-family: Arial, Helvetica, sans-serif;
        color: #FFF;
        display: inline-block;
        font-size: 0.875em;
        transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        text-transform: uppercase;
    }

        .button1 a:hover {
            background: #222;
            color: #FFF;
        }
        
 .CoverImageStyle
 {
     margin-bottom:2em;
     text-align:center; 
     margin-left:3em;
 }  
 .ArtofLivingStyle
 {
     text-align:left;
     margin-left:3em;
 }
 .BookStyle
 {
     padding-right:30px; 
     margin-right:10px;
 } 
 
 .clipfortipStyle3
{
    font-size:1em; 
    line-height:33px;
   
} 
.ArtoflivingImageStyle
{
    height:550px; 
    margin-top:2em; 
    margin-left:3em; 
    text-align:center;
}
.DVUPImageStyle
{
     height:500px; 
     margin-left:4em; 
     margin-top:1em; 
     text-align:center;
} 
.DVUPImageStyle1
{
     height:450px; 
     margin-left:3em; 
     margin-top:1em; 
     text-align:center;
} 
 
.KnowhowStyle
{
    padding-top:35px;
    text-align:center;
}
.TextL
{
    text-align:left;
}
.TextC
{
    text-align:center;
}
.GapHeight
{
    height:300px;
}
.BoldStyle
{
    font:bold 16px Verdana;
}
.GapHeight1
{
    height:275px;
}
.TrainingImageStyle2
{
    height:355px;
    width:350px;
}
.TrainingStyle
{
    float:right; 
    padding-bottom:5px;
    border-right: 1px solid #ddd;
   
}
.height
{
    height:800px;
}
.DevelopmentImageStyle
{
   width:270px; 
}
.DevelopmentPStyle
{
  margin-left:1em;  
}
.StructuralImageStyle
{
    margin-left:1em; 
    width:450px;
}
.BulletStyles
{
     margin-left:3em; 
     margin-top:2em;
}
.paraHeading {
    font-weight: bold;
    font-size: 1.3em;
    line-height:normal;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 16px;
}
.paraSubHeading {
    font-weight: bold;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 16px;
}
.Imageborder2 {
    border: solid 7px #c2cac7;
    border-radius: 10px;
}