@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Yesteryear|Raleway|Roboto:400,100,300,300italic,500,700|Merriweather:400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:200,200italic,300,300italic,400,400italic,600,600italic,700,700italic,900&subset=latin,latin-ext);
/*========================================================
                      Main Styles
=========================================================*/
.wid {
    font-size: 25px;
    line-height: 58px;
    font-weight: 300;
    text-transform: uppercase;
}

body {
    background: #fff;
    color: #494d4e;
    font: 300 14px/24px "Roboto", sans-serif !important;
    -webkit-text-size-adjust: none;
    /*overflow: hidden;*/

}
body::-webkit-scrollbar {
    width: 10px;
    color: red;
    background: grey;
}
body::-webkit-scrollbar-track {
    background-color: #0177c7;
} /* the new scrollbar will have a flat appearance with the set background color */

body::-webkit-scrollbar-thumb {
    background-color: #014675; 
} /* this will style the thumb, ignoring the track */

body::-webkit-scrollbar-button {
    background-color: #0177c7;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

body::-webkit-scrollbar-corner {
    background-color: black;
}
.hd3_2::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    color: red;
    background: #0c626b;
}
.hd3_2::-webkit-scrollbar-track {
    background-color: #107682;
} /* the new scrollbar will have a flat appearance with the set background color */

.hd3_2::-webkit-scrollbar-thumb {
    background-color:white; 
} /* this will style the thumb, ignoring the track */

.hd3_2::-webkit-scrollbar-button {
    background-color: #107682;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

.hd3_2::-webkit-scrollbar-corner {
    background-color: black;
}
img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 47px;
    line-height: 31px;
    font-family: 'Titillium Web', sans-serif;
}

h2, .bg-secondary8 a {
    font-size: 48px;
    line-height: 58px;
    font-weight: 300;
    text-transform: uppercase;
}

h3, .terms-list dt {
    font-size: 27px;
    line-height: 28px;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    line-height: 17px;
    font-weight: 700;
}
h4 a:hover {
    color: #f44236;
}
h4 em {
    font-size: 35px;
    line-height: 55px;
    color: #f44236;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

h6 {
    font-size: 15px;
    line-height: 23px;
}

p a:hover, .marked-list a:hover, .list a:hover {
    text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
    text-decoration: none;
}

time {
    display: block;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
}
a:focus {
    outline: none;
}
a:active {
    background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
    color: inherit;
    text-decoration: none;
}

table {
    border-spacing: 1px;
    border-collapse: separate;
    line-height: 50px;
}
table tr td {
    padding-left: 30px;
    background: #fff;
    width: 170px;
}
table tr td + td {
    width: 240px;
}

.video {
    width: 100%;
    height: 380px;
}

hr {
    border: none;
    height: 1px;
    width: 100%;
    background: #9d9d9d;
    margin: 0;
}

strong {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.75px;
}

.fa {
    line-height: inherit;
}

.center {
    text-align: center;
}

.lh_mod {
    line-height: 18px;
}

.secondary-color {
    color: #0177c7;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.border-b {
    border-bottom: 3px solid #4baf4f;
}

.img-add {
    margin-top: 9px;
}

@media (max-width: 767px) {
    .resp-width img {
        width: 100%;
    }
}

.page {
    overflow: hidden;
    min-height: 500px;
}
.lt-ie9 .page {
    min-width: 1200px;
}

@media (max-width: 479px) {
    h2, .bg-secondary8 a {
        font-size: 40px;
        line-height: 48px;
    }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
    margin-top: 52px;
}

* + .offset {
    margin-top: 43px;
}

* + h3, .terms-list * + dt {
    margin-top: 34px;
    text-align: center;
}

* + .center {
    margin-top: 57px;
}

* + p {
    margin-top: 15px;
    text-align: justify;
    font-size: 17px;
}

* + .btn, * + .btn2 {
    margin-top: 18px;
}

* + img {
    margin-top: 5px;
}

* + .btn2 {
    margin-top: 39px;
}

* + h4 {
    margin-top: 27px;
}

* + .resp-tabs {
    margin-top: 41px;
}

* + table {
    margin-top: 20px;
}

* + .map {
    margin-top: 50px;
}

* + .mailform {
    margin-top: 50px;
}

* + .terms-list {
    margin-top: 44px;
}

.map + .row {
    margin-top: 32px;
}

h4 + p {
    margin-top: 18px;
}

h4 + .offset {
    margin-top: 8px;
}

h4 + .offset2 {
    margin-top: 34px;
}

h3 + .offset, .terms-list dt + .offset {
    margin-top: 0;
}

.box + p {
    margin-top: 15px;
}

.row + .row {
    margin-top: 32px;
}

.row + .offset {
    margin-top: 54px;
}

h2 + h5, .bg-secondary8 a + h5, .center + .center {
    margin-top: 9px;
}

.progress-bar + h3, .terms-list .progress-bar + dt {
    margin-top: 25px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
    display: inline-block;
    color: #f44236;
    padding-top: 8px;
    padding-left: 10px;
}
.brand_slogan {
    padding-right: 8px;
    font-size: 12px;
    text-transform: uppercase;
    /* line-height: 3; */
    margin-left: 19px;
    float: right; 
    font-family: sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    color: grey;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
    background: #efefef;
}

.bg-secondary10 {
    background: #333;
}

.bg-secondary h2, .bg-secondary .bg-secondary8 a, .bg-secondary8 .bg-secondary a,
.bg-secondary2 h2,
.bg-secondary2 .bg-secondary8 a,
.bg-secondary8 .bg-secondary2 a,
.bg-secondary3 h2,
.bg-secondary3 .bg-secondary8 a,
.bg-secondary8 .bg-secondary3 a,
.bg-secondary4 h2,
.bg-secondary4 .bg-secondary8 a,
.bg-secondary8 .bg-secondary4 a,
.bg-secondary5 h2,
.bg-secondary5 .bg-secondary8 a,
.bg-secondary8 .bg-secondary5 a,
.bg-secondary6 h2,
.bg-secondary6 .bg-secondary8 a,
.bg-secondary8 .bg-secondary6 a,
.bg-secondary7 h2,
.bg-secondary7 .bg-secondary8 a,
.bg-secondary8 .bg-secondary7 a,
.bg-secondary8 h2,
.bg-secondary8 a, .bg-secondary8 a,
.bg-secondary9 h2,
.bg-secondary9 .bg-secondary8 a,
.bg-secondary8 .bg-secondary9 a {
    font-weight: 700;
    font-family: "Merriweather", serif;
    text-transform: none;
    color: #fff;
}

.bg-secondary {
    background: url("../images/bg2.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.bg-secondary-1 {
    /*background: url("../images/egg_shell.png") fixed;*/
    background: white;
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
}
.bg-secondary-2 {
    background: url("../images/bg3.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;    
    border-top: 5px solid #9E9E9E;
    border-bottom: 5px solid #9E9E9E;
}

.bg-secondary2 {
    background: url("../images/bg1.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-secondary3 {
    background: url("../images/secondary-bg1.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-secondary4 {
    background: url("../images/secondary-bg2.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.bg_1 {
    /*background: url("../images/secondary-bg3.jpg") no-repeat fixed;*/
    background: #f5f5f5;
    /*background: #e6e6e6;*/
    -webkit-background-size: cover;
    background-size: cover;
}
/*.bg_1 h2 {
    color: black;
}*/

.bt h3 {
    font-size: 28px;
    text-align: justify;
    font-size: 24px;
    line-height: 37px;
}
.bt_1 h3 {
    line-height: 50px;
}
.bt_2 h3 {
    font-size: 18px;
    line-height: 25px;
}
.bg-secondary5 {
    background: url("../images/secondary-bg3.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-secondary6 {
    background: url("../images/secondary-bg4.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-secondary7 {
    background: url("../images/secondary-bg5.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-secondary8 {
    background: url("../images/secondary-bg6.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.bg-secondary8 a {
    display: inline-block;
}
.bg-secondary8 a:hover {
    color: #f44236;
}
.bg-secondary8 h2, .bg-secondary8 a {
    display: inline-block;
}

.bg-secondary9 {
    background: url("../images/secondary-bg7.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
.bg-secondary9 p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.bg-secondary9 * + p {
    margin-top: 11px;
}

@media (max-width: 979px) {
    .bg-secondary,
    .bg-secondary2,
    .bg-secondary3,
    .bg-secondary4,
    .bg-secondary5,
    .bg-secondary6,
    .bg-secondary7,
    .bg-secondary8,
    .bg-secondary9 {
        background-attachment: scroll;
    }
}
/*==================     Wrapper     ======================*/
.wrapper {
    padding: 35px 30px 40px;
}
.wrapper h4 + p {
    margin-top: 13px;
}

/*==================    Buttons    ======================*/
.btn, .btn2 {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    -moz-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
}
.btn:before, .btn2:before {
    content: '';
    /*font: 400 18px/16px "FontAwesome";*/
    position: absolute;
    right: -20px;
    -moz-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
}
.btn:hover, .btn2:hover {
    color: white;
    background: #FF9800;
}
.btn:hover:before, .btn2:hover:before {
    color: #4baf4f;
    right: -30px;
}

.btn2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    /* padding: 15px 47px 15px 25px; */
    background: rgb(255, 255, 255);
    border: 2px solid #0177c7;
    color: #0177c7;
}
.btn2:before {
    color: #fff;
    font-size: 23px;
    line-height: 22px;
    right: 20px;
}
.btn2:hover {
    background: #0177c7;
    color: #fff;
}
.btn2:hover:before {
    color: #fff;
    right: 10px;
}
.btn2:active {
    background: #3c8b3f;
}

.btn2_mod1 {
    padding: 10px 30px;
}
.btn2_mod1:before {
    right: 33px;
}

/*==================  Contact info  ======================*/
.contact-info {
    display: block;
    position: relative;
    /*text-align: justify;*/
}
.contact-info a, .contact-info address {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.378px;
    font-weight: 700;
    color: #0177c7;
    margin-left: 70px;
}
.contact-info a:hover {
    color: #f44236;
}
.contact-info:before {
    position: absolute;
    content: '\f015';
    font-family: "FontAwesome";
    font-size: 46px;
    line-height: 50px;
    font-weight: 400;
    left: 0;
    top: -7px;
    color: rgba(73, 77, 78, 0.3);
}

.contact-info_mod1 {
    text-align: left;
}
.contact-info_mod1:before {
    content: '\f098';
}

.contact-info_mod2:before {
    content: '\f0e0';
}

/*================== Progress List ======================*/
.progress-list li {
    margin-right: 29px;
}
.progress-list li p {
    font-weight: 700;
    text-transform: uppercase;
    color: #2e2e2e;
    letter-spacing: -0.35px;
}
.progress-list li .item {
    width: 100%;
    background: #d6d5d5;
    height: 40px;
    position: relative;
}
.progress-list li .item:before {
    position: absolute;
    content: '';
    height: 40px;
}
.progress-list li .item:after {
    position: absolute;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
}
.progress-list li * + .item {
    margin-top: -4px;
}
.progress-list li .item_mod1:before {
    background: #4baf4f;
}
.progress-list li .item_mod2:before {
    background: #2e2e2e;
}
.progress-list li .item1:before {
    width: 48.5%;
}
.progress-list li .item1:after {
    content: '43%';
    left: 41%;
}
.progress-list li .item2:before {
    width: 82%;
}
.progress-list li .item2:after {
    content: '78%';
    left: 74%;
}
.progress-list li .item3:before {
    width: 77%;
}
.progress-list li .item3:after {
    content: '75%';
    left: 69%;
}
.progress-list li .item4:before {
    width: 85%;
}
.progress-list li .item4:after {
    content: '80%';
    left: 77.6%;
}
.progress-list li + li {
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .progress-list li .item1:after {
        left: 35%;
    }
    .progress-list li .item2:after {
        left: 70%;
    }
    .progress-list li .item3:after {
        left: 60%;
    }
    .progress-list li .item4:after {
        left: 70%;
    }
    .page {
        overflow: hidden;
        min-height: 500px;
        margin-top: 10px;
    }
    .ig {
        margin-top: 5px;
        display: none;
    }
}
@media (max-width: 479px) {
    .progress-list li .item1:after {
        left: 30%;
    }
    .progress-list li .item2:after {
        left: 60%;
    }
    .progress-list li .item4:after {
        left: 65%;
    }
    .brand_name, .brand_name p {
        display: none;
    }
    .page {
        overflow: hidden;
        min-height: 500px;
        margin-top: 10px;
    }
    .ig {
        margin-top: 5px;
        display: none;
    }
}
/*==================   Terms List   ======================*/
.terms-list dd a {
    font-size: 18px;
    display: inline-block;
    color: #4baf4f;
    font-weight: 700;
}
.terms-list dd a:hover {
    color: #f44236;
}
.terms-list dt + dd {
    margin-top: 24px;
}
.terms-list dd + dt {
    margin-top: 44px;
}

/*================== Services List ======================*/
.services-list li {
    position: relative;
    padding-top: 28px;
}
.services-list li h4 a {
    padding-left: 0;
}
.services-list li p {
    line-height: 18px;
}
.services-list li * + p {
    margin-top: 14px;
}
.services-list li:before {
    position: absolute;
    top: 0;
    left: -5px;
    height: 82px;
    width: 82px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    line-height: 82px;
    font-family: "FontAwesome";
    text-align: center;
    background: #0177c7;
    color: #fff;
}
.services-list li * {
    padding-left: 95px;
}
.services-list li:nth-child(n+4) {
    margin-top: 21px;
}
.services-list li:nth-child(3n+1) {
    clear: left;
}

@media (min-width: 980px) and (max-width: 1199px) {
    .services-list li * {
        padding-left: 107px;
    }
}
@media (max-width: 767px) {
    .services-list li {
        padding-top: 15px;
    }
    .brand_name, .brand_name p {
        display: none;
    }
}
/*==================  Inline List  ======================*/
.inline-list li {
    display: inline-block;
}
.inline-list li a {
    display: inline-block;
}
.inline-list li a img {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
}
.inline-list li + li {
    margin-left: 25px;
}
.inline-list img:hover {
    -moz-transform: scale(0.8) translateY(-50%);
    -ms-transform: scale(0.8) translateY(-50%);
    -o-transform: scale(0.8) translateY(-50%);
    -webkit-transform: scale(0.8) translateY(-50%);
    transform: scale(0.8) translateY(-50%);
}

@media (max-width: 1199px) {
    .inline-list li + li {
        margin-left: 7px;
    }
}
@media (max-width: 979px) {
    .inline-list li {
        text-align: center;
        display: block;
    }
    .inline-list li + li {
        margin-left: 0;
        margin-top: 15px;
    }
}
.progress-bar {
    position: relative;
    display: inline-block;
}
.progress-bar span {
    font-size: 48px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 980px) and (max-width: 1199px) {
    .progress-bar img {
        max-width: 80%;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .progress-bar {
        display: block;
    }
}
/*==================      Box      ======================*/
.box:before, .box:after {
    display: table;
    content: "";
    line-height: 0;
}
.box:after {
    clear: both;
}
.box_aside {
    float: left;
    margin-bottom: 0px;
}
.box_aside1{  
    margin-bottom: 50px;
}
.box_1 {
    height:220px !important;
}
.box_cnt {
    color: #0177c7;
    padding-left: 20px;
    padding-top: 23px;
}
.box_cnt time {
    font-size: 31px;
    line-height: 26px;
}
.box_cnt p {
    font-weight: 400;
}
.box_cnt * + p {
    margin-top: 8px;
}
.box_cnt__no-flow {
    overflow: hidden;
}

.box + .lh_mod {
    padding-right: 80px;
}
.box + .lh_mod1 {
    padding-right: 20px !important;
}

.box2 {
    position: relative;
    margin-top: 50px;
    margin-left: 45px;
}
.box2:before, .box2:after {
    display: table;
    content: "";
    line-height: 0;
}
.box2:after {
    clear: both;
}
.box2_aside {
    float: left;
    margin-right: 30px;
}
.box2_cnt {
    padding-top: 7px;
    padding-right: 100px;
    font-size: 18px;
    text-align: justify;
    line-height: 22px;
    font-weight: 400;
    font-style: italic;
}
.box2_cnt h3, .box2_cnt .terms-list dt, .terms-list .box2_cnt dt {
    color: #4baf4f;
    font-size: 36px;
    line-height: 40px;
    font-weight: 100;
    font-style: normal;
}
.box2_cnt * + h3, .box2_cnt .terms-list * + dt, .terms-list .box2_cnt * + dt {
    margin-top: 24px;
}
.box2:before {
    position: absolute;
    content: '“';
    font-family: 'Raleway', sans-serif;
    font-size: 150px;
    line-height: 22px;
    top: 63px;
    left: -82px;
    color: #4baf4f;
}
.box2_cnt__no-flow {
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 979px) {
    .box .box_cnt {
        padding-top: 0;
    }
    .box .box_cnt time {
        font-size: 19px;
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    .box + .lh_mod {
        padding-right: 0;
    }

    .box2:before {
        top: 12px;
        left: 10px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .box2_aside {
        margin-bottom: 20px;
    }
    .box2_cnt {
        padding: 0;
    }
    .box2_cnt__no-flow {
        overflow: visible;
    }
}
/*========================   Menu   ==========================*/
.sf-menu {
    display: inline-block;
}
.sf-menu li {
    list-style: none;
}
.sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0;
}
.sf-menu:after {
    clear: both;
}
.sf-menu > li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.sf-menu > li + li {
    margin-left: 0;
}
.sf-menu a {
    display: block;
    padding: 17.5px 22.5px;
}

@media (max-width: 1199px) {
    .sf-menu > li a {
        padding: 17.5px 20px;
    }
}
.sf-menu > li > a {
    color: #fff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    color: #fff;
    background: #2e2e2e;
}
.sf-menu > li.active > a {
    color: #FF9800;
    background: transparent;
}

.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 257px;
    padding: 18px 0;
    background: #2e2e2e;
    z-index: 9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 35px;
    font-weight: 300;
    text-transform: none;
}
.sf-menu ul a {
    padding: 0 30px;
}

.sf-menu ul > li > a {
    color: #fff;
    background: #2e2e2e;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #fff;
    background: #0177c7;
}

.sf-menu ul ul {
    position: absolute;
    top: 25%;
    right: -150px;
    background: #2e2e2e;
    color: #fff;
    width: 150px;
    z-index: 4;
    padding: 0;
}

.sf-menu ul ul > li > a {
    color: #fff;
    background: #2e2e2e;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
    color: #fff;
    background: #0177c7;
    -webkit-transition-delay: 0s;
}

.sf-menu > li > ul > li > .sf-with-ul {
    position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -14px;
    content: "";
    font: 400 14px/30px "FontAwesome";
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    text-align: left;
    /*    -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;*/
}
.rd-mobilemenu.active {
    right: 0;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #666;
    background: #FFF;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
    background: #f5f5f5;
    color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
    background: #494d4e;
    color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px "FontAwesome";
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: #FFF;
    color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
    position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}
.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #FFF;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
}
.rd-mobilepanel_title {
    position: fixed;
    top: 7px;
    left: 64px;
    right: 56px;
    color: #000;
    font-size: 16px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}
.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
    top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
    width: 17px;
    height: 4px;
    background-color: #000;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
    top: 0;
    width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }

    .rd-mobilemenu, .rd-mobilepanel {
        display: block;
    }
}
@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 14px;
    }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
    background: #0177c7;
    display: block;
    margin-top: 5px;
}
.stuck_container:before, .stuck_container:after {
    display: table;
    content: "";
    line-height: 0;
}
.stuck_container:after {
    clear: both;
}

.isStuck {
    background: #0177c7;
    z-index: 999;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}
/*==================     ToTop     ======================*/
.toTop {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    background: #0177c7;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 40px;
    bottom: 10px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}
.toTop:hover {
    color: #fff;
    background: #f44236;
    text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
    display: none !important;
}

/*==================   Thumbnail    ======================*/
.thumb {
    display: block;
    position: relative;
    overflow: hidden;
    /*    background: #0177c7;
        padding: 46px;
        border: 10px solid #9A2F33;
        padding: 46px 0px;
        font-size: 19px;
        height: 110px;
        line-height: 40px;
        text-align: center;*/
}
.thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: white;
}
.thumb_overlay:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font: 400 30px "FontAwesome";
    line-height: 30px;
    margin-top: -15px;
    text-align: center;
}
.lt-ie9 .thumb_overlay:before {
    display: none;
}
.thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(75, 175, 79, 0.2);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
    display: block;
}
.thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*=================       Tabs     ======================*/
.resp-tabs * + .resp-tabs-container {
    margin-top: 42px;
}

.resp-tabs-list {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #f44236;
    text-transform: uppercase;
}
.resp-tabs-list .resp-tab-active {
    color: #4baf4f;
}
.resp-tabs-list li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.resp-tabs-list li:hover {
    color: #4baf4f;
}
.resp-tabs-list li:after {
    content: '';
    position: absolute;
    top: 4px;
    right: -22px;
    height: 12px;
    width: 2px;
    background: #494d4e;
}
.resp-tabs-list li + li {
    margin-left: 36px;
}

.resp-accordion {
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-content-active {
    display: block;
}

@media (max-width: 767px) {
    .resp-accordion {
        text-align: center;
        display: block;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        background: #f44236;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 0;
        margin: 5px 0;
        -moz-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }
    .resp-accordion:hover {
        background: #4baf4f;
        cursor: pointer;
    }

    .resp-tab-active {
        background: #4baf4f;
    }

    .resp-tabs-list {
        display: none;
    }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
    background: url("../images/bg.jpg") #fff repeat repeat;
    padding-bottom: 0px;
    position: relative;
}
header .brand {
    float: left;
    line-height: 2px;

}
header .nav {
    float: right;
    margin-right: 25px;
}
header .search-form {
    float: right;
    margin-top: 13px;
    margin-right: 16px;
}
header .inline-list {
    float: right;
    padding-top: 43px;
    padding-right: 16px;
}
header .inline-list li + li {
    margin-left: 2px;
}
header .inline-list li a {
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    height: 27px;
    width: 27px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
header .inline-list li a:hover {
    background: #4baf4f;
}
header .fa-facebook {
    background: #3a5a9f;
}
header .fa-twitter {
    background: #45b0e3;
}
header .fa-google-plus {
    background: #d61119;
}
header .fa-linkedin {
    background: #1783bc;
}
header .fa-envelope {
    background: #676767;
}
header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    /*background: #9d9d9d;*/
    bottom: 5px;
    left: 0;
}
@media (max-width: 1199px) {
    header .nav {
        margin-left: 0;
    }
    header .search-form {
        margin-right: 5px;
    }
}
@media (max-width: 979px) {
    header {
        text-align: center;
    }
    header .search-form {
        display: inline-block;
        padding-bottom: 10px;
    }
    header .search-form, header .nav {
        float: none;
    }
    header .inline-list li {
        display: inline-block;
    }
    header .inline-list li + li {
        margin-top: 0;
    }
}
@media (max-width: 479px) {
    header {
        padding-bottom: 20px;
    }
    header .inline-list, header .brand {
        float: none;
        text-align: center;
        padding: 0;
        padding-top: 20px;
    }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
    display: block;
    background: url("../images/bg.jpg") #fff repeat repeat;
}

/*==================      Well     ======================*/
.well {
    padding-top: 37px;
    padding-bottom: 37px;
}

.well2 {
    padding-top: 170px;
    padding-bottom: 170px;
}

.well3 {
    padding-top: 110px;
    padding-bottom: 111px;
}

.well4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.well__ins1 {
    padding-bottom: 40px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
    background: #4baf4f;
    color: #fff;
}
footer em {
    /*text-transform: uppercase;*/
}
footer .banner {
    padding-top: 10px;
    padding-bottom: 10px;
}
footer .banner:before, footer .banner:after {
    display: table;
    content: "";
    line-height: 0;
}
footer .banner:after {
    clear: both;
}
footer .banner .copyright {
    /*float: right;*/
    letter-spacing: 2px;
    text-align: center !important;
    font-size: 12px;
    text-transform: none;
    line-height: 16px;
    font-weight: 400;
}
footer .banner .copyright a:hover {
    color: orange;
}
footer .banner .inline-list {
    float: right;
    margin-top: -4px;
}
footer .banner .inline-list li a {
    position: relative;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
}
footer .banner .inline-list li a:hover {
    color: #f44236;
}
footer .banner .inline-list li a:after {
    content: '';
    position: absolute;
    top: 4px;
    right: -8px;
    height: 9px;
    width: 2px;
    background: #fff;
}
footer .banner .inline-list li + li {
    margin-left: 10px;
}
footer .banner .inline-list li:last-child a:after {
    display: none;
}
footer .info-list li a, footer dl dt, footer dl dd, footer address {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #b2b2b2;
}
footer .info-list [class*='fa-'] {
    position: relative;
    margin-left: 29px;
}
footer .info-list [class*='fa-']:before {
    position: absolute;
    top: 0;
    left: -29px;
    font-size: 17px;
    line-height: 17px;
    color: #e3e3e3;
}
footer .info-list li a:hover {
    color: #f44236;
}
footer .info-list li + li {
    margin-top: -3px;
}
footer * + .info-list {
    margin-top: 15px;
}
footer * + h4 {
    margin-top: 42px;
}
footer .right {
    text-align: right;
}
footer dl:before, footer dl:after {
    display: table;
    content: "";
    line-height: 0;
}
footer dl:after {
    clear: both;
}
footer dl a:hover {
    color: #f44236;
}
footer dl dt, footer dl dd {
    display: inline-block;
    line-height: 21px;
}
footer dl dt {
    float: left;
    margin-left: 16px;
}
footer dl dd {
    float: right;
}
footer * + dl {
    margin-top: 11px;
}
footer dl + h4 {
    margin-top: 49px;
}
footer address {
    line-height: 21px;
}
footer * + address {
    margin-top: 12px;
}

@media (max-width: 1199px) {
    footer dl dt {
        margin-left: 0;
    }
    footer dl dt, footer dl dd {
        float: none;
        display: block;
    }

    footer .right {
        text-align: center;
    }
}
@media (max-width: 979px) {
    footer .inline-list li {
        display: inline-block;
    }
    footer .inline-list li + li {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    footer {
        text-align: center;
    }
    footer .info-list [class*='fa-'] {
        margin-left: 0;
    }
    footer .info-list [class*='fa-']:before {
        display: none;
    }
    footer .banner .copyright, footer .banner .inline-list {
        float: none;
        display: inline-block;
    }
}
@media (max-width: 479px) {
    footer .banner .inline-list {
        margin-top: 20px;
    }
}
.fa-angle-up:before {
    font-size: 43px;
}
.font1 ul {
    list-style: disc;
}
.abUl {
    list-style: disc !important;
    text-align: left;
    font-size: 16px;
    color: black;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;    
    letter-spacing: 1px;
    margin-bottom: 14px;
}
abUl2 {
    padding: 10px !important;
}
.abUl b {
    color: yellow;
}
.abUl2 p {
    padding: 10px;
    letter-spacing: 0px;
}
.abUl p b {
    color: #0177c7;
}
.para {
    font-size: 18px;
    text-align: justify;
}
.para::first-letter {
    color: #0177c7;
    font-size: 20px;

}
.abUl_1 li {
    list-style: disc ;
    text-align: justify;
    font-size: 16px;
    color: white;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;    
    letter-spacing: 1px;
}
.ul1 {
    margin-left: 10px;
}


.font1 {
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 600;
}
.hd3 {
    background: #12a5b5;
    padding: 10px;
    color: white;
    border-radius: 5px;
}
.hd3_1 {
    background:#12a5b5;
    padding: 10px;
    color: #ffffff;
    border-radius: 5px;
    height: 160px;
}
.hd3_2 {
    background: rgb(255, 255, 255);
    padding: 10px;
    color: #494d4e;
    border-radius: 0px;
    height: 270px;
    /*border-radius: 50%;*/
    padding-bottom: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}
.hd3_3 {
    background: rgb(255, 255, 255);
    color: #494d4e;
    /*padding: 25% 25%;*/
    border-radius: 50%;
    padding-bottom: 0;
    overflow-x: hidden;
    height: 250px;    
    width: 250px;
    overflow-y: auto;
    border: 5px solid #a7a7a7;

}
.crcl {
    background: red;
    padding: 10px;
    width: 50px;
}
.hdPge{
    color: #0c72a3;
    /*border-bottom: 2px solid red;*/
}
hr {
    margin-bottom: 20px;
    margin-top: 20px;
}
.hr1 {
    margin-bottom: 5px;
    margin-top: 5px;
    background: white;
}
.font1 h4 {
    color: #eb615f;
    letter-spacing: 1px;
    background: #ffffff;
    padding: 9px 0px;
    border-radius: 0px;
}
.bggreen {
    background: #eee;
}
.bgPage {
    background: url('../images/about-us-vector.png');
    background-repeat: no-repeat;
}
.imgAbout {
    margin-top: 20px;
    margin-bottom: 20px;
}
.swDif {
    background: white;
    /*    margin-top: 40px;
        margin-bottom: 40px;*/
}
.swDif p {
    background: white;
    padding: 5px 13px;

}
.swDif h4{
    background: #12a5b5;
    padding: 10px 5px;
    padding-left: 10px;
    color: white;
    border-bottom: 4px solid #158e9c;
}
b {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
}
.bImg {
    background: url('../images/edu1.jpg');
}
.rw {
    margin-top: 0px;
}
.owHide {
    overflow: hidden !important;
}
.imap {
    border: 4px solid #464646;
    overflow: hidden;
    height: 510px;
    background: #eee;
}
.txtAria {
    resize: none;
}
.mrg {
    margin-bottom: 40px;
    margin-top: 40px;
}
.wdtsucess{
    width:85%;
}
.aLeft {
    float: left;
}
.bRight {
    float: right;
}
.clr {
    clear: all;
}

/****************************Accord************************/
button.accordion {
    background-color: #eb615f;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    font-weight: 800;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #92cf96;
}

button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
}

div.panel {
    padding: 3px 18px;
    background-color: #f5f5f5;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}
/****************************Accord************************/

.ul1 p {
    text-align: justify;
    font-size: 16px;

}
.f3px {
    margin-top: 3px;
}
.sd {
    background: #12a5b5;
    padding: 10px 5px;
    padding-left: 10px;
    color: white;
    border-bottom: 4px solid #158e9c;
}
.bdr {
    padding: 10px;
    background: #ede7b3;
}
.bdr1 {
    padding: 10px;
    background: #7ad5c3;
}
.para2 {
    font-family: 'Play', sans-serif;
    color: white;
    font-size: 18px;
}
.hd1 {
    font-family: 'Play', sans-serif;
    font-weight: 800;
    color: gold;
}
.hd1-1 {
    font-family: 'Play', sans-serif;
    font-weight: 800;
    color: #0177c7;
}
.blck {
    margin-top: 19%;
}
.blck2 {
    margin-top: 35%;
}
.btnNew6 {
    padding: 15px;
    background: #0177c7;
    /* width: 40%; */
    font-family: play;
    margin-bottom: 10px;
    font-size: 19px;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.buton {
    background-color: #eb615f;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    font-weight: 800;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}
.pnl {
    padding: 28px;
    background: #f0f0f0;
    /*border-bottom-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
}
.pnl2 {
    padding: 20px;
    background: #f0f0f0;
    /*border-bottom-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
}
.center2 {
    text-align: center;
    line-height: 36px;
    font-weight: 600;
}
.badge {
    background: radial-gradient( 5px -9px, circle, white 8%, red 26px );
    background-color: red;
    border: 2px solid white;
    border-radius: 12px; /* one half of ( (border * 2) + height + padding ) */
    box-shadow: 1px 1px 1px black;
    color: white;
    font: bold 15px/13px Helvetica, Verdana, Tahoma;
    /*height: 16px;*/ 
    min-width: 14px;
    padding: 4px 3px 0 3px;
    text-align: center;
}
.soc {  
    float: right;
    position: absolute;
    top: 18px;
    right: 23px;
    font-size: 33px;
}
.soc ul {
    list-style: none;
}
.soc ul li {
    float: left;
    margin-left: 15px;
}
.ul2 {
    line-height: 45px;
}
.ul3 {
    margin-left: 20px;
}
small.sm {
    font-size: 20px;
    font-size: 106%;
}
.material-icons {
    font-size: 100% !important;
}
.mi {
    background: white !important;
    color: #333333 !important;
    background: white !important;
    border-radius: 50% !important;
    padding: 5px !important;
}
.mi2 {
    float: left;
    font-size: 42px !important;
    border-radius: 50% !important;
    background: #0177c7 !important;
    padding: 20px !important;
    color: white !important;
}
.sl {
    margin-top: 0px;
}
.pt {
    box-shadow: 0px 2px 2px 2px #d8d8d8;
    opacity: 0.6;
}
.ptWrap {
    box-shadow: 0px 2px 2px 2px #d8d8d8;
    border-top: 1px solid #d8d8d8;
    padding: 13px 23px;
}
.pt:hover {
    border: 1px solid #333;
    z-index: 999;
    opacity: 1;
}


/************************************Gallery*************************/
.gallery .control-operator:target ~ .controls .control-button {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:first-of-type,
.gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
.gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
.gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
.gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
.gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5) {
    color: white;
    color: rgba(255, 255, 255, 0.8);
}

.gallery .item:first-of-type {
    position: static;
    pointer-events: auto;
    opacity: 1;
}

.gallery .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.gallery .control-operator {
    display: none;
}

.gallery .control-operator:target ~ .item {
    pointer-events: none;
    opacity: 0;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

.gallery .control-operator:target ~ .controls .control-button {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

@-webkit-keyframes controlAnimation-2 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    14.3%, 50% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }

    64.3%, 100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-o-keyframes controlAnimation-2 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    14.3%, 50% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }

    64.3%, 100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@keyframes controlAnimation-2 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    14.3%, 50% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }

    64.3%, 100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-webkit-keyframes galleryAnimation-2 {
    0% {
        opacity: 0;
    }

    14.3%, 50% {
        opacity: 1;
    }

    64.3%, 100% {
        opacity: 0;
    }
}

@-o-keyframes galleryAnimation-2 {
    0% {
        opacity: 0;
    }

    14.3%, 50% {
        opacity: 1;
    }

    64.3%, 100% {
        opacity: 0;
    }
}

@keyframes galleryAnimation-2 {
    0% {
        opacity: 0;
    }

    14.3%, 50% {
        opacity: 1;
    }

    64.3%, 100% {
        opacity: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.items-2.autoplay .control-button {
    -webkit-animation: controlAnimation-2 14s infinite;
    -o-animation: controlAnimation-2 14s infinite;
    animation: controlAnimation-2 14s infinite;
}

.items-2.autoplay .item {
    -webkit-animation: galleryAnimation-2 14s infinite;
    -o-animation: galleryAnimation-2 14s infinite;
    animation: galleryAnimation-2 14s infinite;
}

.items-2 .control-button:nth-of-type(1),
.items-2 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-2 .control-button:nth-of-type(2),
.items-2 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

@-webkit-keyframes controlAnimation-3 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    9.5%, 33.3% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }

    42.9%, 100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-o-keyframes controlAnimation-3 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    9.5%, 33.3% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }

    42.9%, 100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@keyframes controlAnimation-3 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    9.5%, 33.3% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }

    42.9%, 100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-webkit-keyframes galleryAnimation-3 {
    0% {
        opacity: 0;
    }

    9.5%, 33.3% {
        opacity: 1;
    }

    42.9%, 100% {
        opacity: 0;
    }
}

@-o-keyframes galleryAnimation-3 {
    0% {
        opacity: 0;
    }

    9.5%, 33.3% {
        opacity: 1;
    }

    42.9%, 100% {
        opacity: 0;
    }
}

@keyframes galleryAnimation-3 {
    0% {
        opacity: 0;
    }

    9.5%, 33.3% {
        opacity: 1;
    }

    42.9%, 100% {
        opacity: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.items-3.autoplay .control-button {
    -webkit-animation: controlAnimation-3 21s infinite;
    -o-animation: controlAnimation-3 21s infinite;
    animation: controlAnimation-3 21s infinite;
}

.items-3.autoplay .item {
    -webkit-animation: galleryAnimation-3 21s infinite;
    -o-animation: galleryAnimation-3 21s infinite;
    animation: galleryAnimation-3 21s infinite;
}

.items-3 .control-button:nth-of-type(1),
.items-3 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-3 .control-button:nth-of-type(2),
.items-3 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-3 .control-button:nth-of-type(3),
.items-3 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

@-webkit-keyframes controlAnimation-4 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    7.1%, 25% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }

    32.1%, 100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-o-keyframes controlAnimation-4 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    7.1%, 25% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }

    32.1%, 100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@keyframes controlAnimation-4 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    7.1%, 25% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }

    32.1%, 100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-webkit-keyframes galleryAnimation-4 {
    0% {
        opacity: 0;
    }

    7.1%, 25% {
        opacity: 1;
    }

    32.1%, 100% {
        opacity: 0;
    }
}

@-o-keyframes galleryAnimation-4 {
    0% {
        opacity: 0;
    }

    7.1%, 25% {
        opacity: 1;
    }

    32.1%, 100% {
        opacity: 0;
    }
}

@keyframes galleryAnimation-4 {
    0% {
        opacity: 0;
    }

    7.1%, 25% {
        opacity: 1;
    }

    32.1%, 100% {
        opacity: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.items-4.autoplay .control-button {
    -webkit-animation: controlAnimation-4 28s infinite;
    -o-animation: controlAnimation-4 28s infinite;
    animation: controlAnimation-4 28s infinite;
}

.items-4.autoplay .item {
    -webkit-animation: galleryAnimation-4 28s infinite;
    -o-animation: galleryAnimation-4 28s infinite;
    animation: galleryAnimation-4 28s infinite;
}

.items-4 .control-button:nth-of-type(1),
.items-4 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-4 .control-button:nth-of-type(2),
.items-4 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-4 .control-button:nth-of-type(3),
.items-4 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-4 .control-button:nth-of-type(4),
.items-4 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

@-webkit-keyframes controlAnimation-5 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    5.7%, 20% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }

    25.7%, 100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-o-keyframes controlAnimation-5 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    5.7%, 20% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }

    25.7%, 100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@keyframes controlAnimation-5 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    5.7%, 20% {
        color: white;
        color: rgba(255, 255, 255, 0.8);
    }

    25.7%, 100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@-webkit-keyframes galleryAnimation-5 {
    0% {
        opacity: 0;
    }

    5.7%, 20% {
        opacity: 1;
    }

    25.7%, 100% {
        opacity: 0;
    }
}

@-o-keyframes galleryAnimation-5 {
    0% {
        opacity: 0;
    }

    5.7%, 20% {
        opacity: 1;
    }

    25.7%, 100% {
        opacity: 0;
    }
}

@keyframes galleryAnimation-5 {
    0% {
        opacity: 0;
    }

    5.7%, 20% {
        opacity: 1;
    }

    25.7%, 100% {
        opacity: 0;
    }
}

.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.items-5.autoplay .control-button {
    -webkit-animation: controlAnimation-5 35s infinite;
    -o-animation: controlAnimation-5 35s infinite;
    animation: controlAnimation-5 35s infinite;
}

.items-5.autoplay .item {
    -webkit-animation: galleryAnimation-5 35s infinite;
    -o-animation: galleryAnimation-5 35s infinite;
    animation: galleryAnimation-5 35s infinite;
}

.items-5 .control-button:nth-of-type(1),
.items-5 .item:nth-of-type(1) {
    -webkit-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s;
}

.items-5 .control-button:nth-of-type(2),
.items-5 .item:nth-of-type(2) {
    -webkit-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}

.items-5 .control-button:nth-of-type(3),
.items-5 .item:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

.items-5 .control-button:nth-of-type(4),
.items-5 .item:nth-of-type(4) {
    -webkit-animation-delay: 19s;
    -o-animation-delay: 19s;
    animation-delay: 19s;
}

.items-5 .control-button:nth-of-type(5),
.items-5 .item:nth-of-type(5) {
    -webkit-animation-delay: 26s;
    -o-animation-delay: 26s;
    animation-delay: 26s;
}

.gallery .control-button {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
}

.gallery .control-button:hover {
    color: white;
    color: rgba(255, 255, 255, 0.8);
}

/*
        Theme controls how everything looks in Gallery CSS.
*/

.gallery {
    position: relative;
}

.gallery .item {
    height: 400px;
    overflow: hidden;
    text-align: center;
    background: #4d87e2;
}

.gallery .controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.gallery .control-button {
    display: inline-block;
    margin: 0 .02em;
    font-size: 3em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s;
}
/************************************Gallery*************************/


/************************************Gallery 2 *************************/
div.img {
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 9px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
  .soc {
        float: right;
        position: absolute;
        top: 61px;
        right: 23px;
        font-size: 33px;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
/************************************Gallery*************************/
.size{
    width: 400px;
}
