/******************************************
IMPORT
******************************************/

@font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.eot");
    src: url("fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("fonts/Flaticon.woff") format("woff"), url("fonts/Flaticon.ttf") format("truetype"), url("fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-email:before {
    content: "\f100";
}

.flaticon-map-with-position-marker:before {
    content: "\f101";
}

.flaticon-share:before {
    content: "\f102";
}

.flaticon-html5:before {
    content: "\f103";
}

.flaticon-black-graduation-cap-tool-of-university-student-for-head:before {
    content: "\f104";
}

.flaticon-computer-tool-for-education:before {
    content: "\f105";
}

.flaticon-download-business-statistics-symbol-of-a-graphic:before {
    content: "\f106";
}

.flaticon-arrows:before {
    content: "\f107";
}

.flaticon-monitor-tablet-and-smartohone:before {
    content: "\f108";
}

.flaticon-css-3:before {
    content: "\f109";
}

.flaticon-online-course:before {
    content: "\f10a";
}

.flaticon-coffee-cup:before {
    content: "\f10b";
}

.flaticon-add:before {
    content: "\f10c";
}

.flaticon-html-coding:before {
    content: "\f10d";
}


/******************************************
SKELETON
******************************************/

body {
    background-color: #f6f6f6;
    line-height: 1.6;
    font-size: 16px;
    color: #a2a2a2;
}

body,
p,
li,
a {
    font-family: 'Raleway', Helvetica, sans-serif;
}

.readmore,
.testimonial strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e67b4;
}
.course-details h4 a {
	color:#666;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
}

.cop-logo img,
a {
	color: #a2a2a2;
	text-decoration: none !important;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.home-message a {
	color:#f6f6f6;
}

.tagline-message a {
	color:#f6f6f6;
}


.check li:before {
    content: "\f00c";
    font-family: 'Raleway', Helvetica, sans-serif;
    font-size: 16px;
    left: 0;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

.check li {
    list-style: none;
    margin-bottom: 8px;
}

.check li:last-child {
    margin-bottom: 0;
}

.check {
    margin-left: 0;
    padding-left: 0
}

.check li a {}

.authorbox,
blockquote {
	border: 0;
	margin: 30px 0;
	position: relative;
	padding: 4rem 3rem;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-style: italic;
	border: 1px solid #666;
	background-color: #262626;
}

blockquote:after {
    content: "\f10e";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    bottom: 0px;
    color: #f6f6f6;
    font-size: 24px;
    right: 10px;
}

blockquote:before {
    content: "\f10d";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    color: #f6f6f6;
    font-size: 24px;
    left: 10px;
}
ol,ul {
padding-left:15px;	
}


/******************************************
HEADER
******************************************/

.topbar {
	background-color: transparent;
	margin-bottom: -5px;
	padding: 12px 0 15px 0;
}

.topbar a,
.topbar p {
	color: #fff;
	font-size: 12px;
	margin: 0;

}

.topbar .text-left p {
	color: #fff;
	margin-top: 3px;
	margin-left: -5px;
}

.topbar .text-right p {
	color: #fff;
	margin-top: 3px;
	margin-right: -10px;
}

.topbar .text-left i {
	padding-right: 3px;
	color: #FFFFFF;
}

.header {
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    background-color: transparent;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header.without-topbar {
    padding: 30px 0;
}

.header-normal {
    position: relative;
    padding: 0 0 24px;
    background-color: #fff;
}

.header-normal .navbar-default .nav>li>a {
    color: #848484 !important;
}

.header.affix {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #000;
    left: 0;
    padding: 15px 0;
    right: 0,
}

.header.header-normal.affix {
    background-color: #ffffff;
}

.header.affix .topbar {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.navbar-default {
    margin: 0;
    background-color: transparent;
    background: none;
    border: 0;
}

.navbar-default .nav>li>a {
	color: #FFF !important;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	outline: none;
}
.navbar-default .nav>li>a:hover {
	color: #1e67b4 !important;
}

.navbar-default .nav>li.active>a {
    color: #1e67b4 !important;
}
.navbar-nav .has-submenu .dropdown-menu li a {
    padding: 14px 20px;
}

.navbar-default .dropdown-menu {
    box-shadow: none;
}

.navbar-default .dropdown-menu li a {
    color: #222;
    font-size: 14px;
}

.navbar-default .fa-angle-right {
    position: absolute;
    right: 30px;
}

.navbar-brand img {
    margin: 0 !important;
}

.social a {
    font-size: 18px;
    color: #999 !important;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 25px;
    text-align: center;
    border-radius: 1px;
    height: 25px;5px;
	margin-left: -5px;
	margin-top: 10px;
    margin-right: -5px;
	line-height: 25px;
}

.social a:hover {
    opacity: 0.8;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent !important;
}

.navbar-brand {
    padding: 0 10px 0 0;
}

.social a.facebook {
	background-color: transparent;
}

.social a.pinterest {
	background-color: transparent;
}

.social a.twitter {
	background-color: transparent;
}

.social a.instagram {
	background-color: transparent;
}

.social a.linkedin {
	background-color: transparent;
}
.social a.youtube {
	background-color: transparent;
}
.modal {
    top: 40%;
    margin: -20px auto;
}

.modal-backdrop.in {
    opacity: 1;
    background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 1);
}

.modal-header {
    border-bottom: 0;
    padding: 15px;
    background: none;
}

.modal-content {
    background-clip: padding-box;
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    box-shadow: none !important;
    outline: 0 none;
    position: relative;
}

.modal .close {
    font-size: 13px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 27px;
    width: 40px;
    z-index: 111;
    transform: rotate(315deg);
}

.close,
.close:focus,
.close:hover {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.modal .form-control {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    font-family: 'Raleway', Helvetica, sans-serif;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    font-style: italic;
    padding: 6px 12px;
    width: 100%;
    border-bottom: 4px solid #222;
    height: 70px;
    padding-left: 0;
}

.iconitem a {
    padding-left: 8px !important;
}


/******************************************
MEGA MENU
******************************************/

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .dropdown.yamm-fw {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown.yamm-fw .dropdown-menu {}

.yamm .dropdown {
    position: relative;
}

.hassubmenu .dropdown-menu,
.yamm .dropdown.yamm-fw.yamm-half .dropdown-menu {
    left: auto;
    right: auto;
}

.yamm h4 {
    font-size: 16px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.yamm .dropdown-menu ul {
    padding: 0 !important;
    list-style: none;
}

.yamm .dropdown-menu li {
    padding: 0px;
    margin: 10px 0;
}

.yamm .dropdown-menu li a {
	padding: 0 !important;
	color: #FFFFFF;
}

.yamm .dropdown-menu li:hover a {    
	padding-left: 10px !important;
    background-color: transparent;
}

.yamm-fw .dropdown-menu li:hover a {
    padding-left: 0 !important;
}

.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 30px;
    min-width: 200px;
}

.yamm .dropdown .dropdown-menu {
	border-radius: 0;
	border-top: 1px solid #ddd;
	background-color: #000 !important;
	margin-top: 15px;
	padding: 20px 30px;
}

.header.affix .yamm .dropdown .dropdown-menu {
    margin-top: 15px !important;
}

.yamm .dropdown .dropdown-menu .show-left {
    margin-top: 0
}

.yamm ul {
    padding: 0;
}

.menu-widget {
    padding: 0 10px;
}

.menu-widget img {
    border-radius: 6px 6px 0 0;
}

.menu-widget small {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.menu-widget h5,
.menu-widget h5 a {
	font-size: 15px !important;
	font-weight: 500;
	margin: 0 !important;
	padding: 10px 0 5px !important;
	color: #CCC !important;
}

.yamm .dropdown-menu li .menu-button {
	border-radius: 0 !important;
	font-size: 13px !important;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #CCCCCC !important;
	display: block;
	background-color: #000000;
	padding: 5px 20px !important;
	max-width: 140px;
	margin: 10px auto 0;
	text-transform: capitalize;
}
.yamm .dropdown-menu li:hover .menu-button {
	  border-radius: 0 !important;
    font-size: 13px !important;
    border: 1px solid #1e67b4;
    font-weight: bold;
    color: #ffffff !important;
    display: block;
    background-color: #1e67b4;
    padding: 5px 20px !important;
    max-width: 140px;
    margin: 10px auto 0;
    text-transform: capitalize;
}

/******************************************
PAGES
******************************************/

.page-title h3 {
    margin-bottom: 10px !important;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    color: #aaa;
    font-size: 13px;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb>li a,
.breadcrumb>li+li::before,
.breadcrumb>.active {
    color: #aaa;
}

.section.cb .breadcrumb>li a,
.section.cb .breadcrumb>li+li::before,
.section.cb .breadcrumb>.active {
    color: #fff;
}

.section.cb {
    padding: 40px 0 !important;
}

.section.cb .breadcrumb {
    margin-top: 10px;
}

.section.cb h3 {
    font-size: 24px;
    padding: 0 !important;
    margin: 0 !important;
}

.breadcrumb>li+li::before {
    content: "\f107";
    vertical-align: middle;
    padding-left: 5px;
    font-family: 'Raleway', Helvetica, sans-serif;
    font-size: 11px;
    padding: 0 6px 0 3px;
}

.tags-widget a {
    color: #ffffff !important;
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 14px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

.pagination {
    margin: 0;
}

.pager {
    margin: 0;
}

.pagination>li>a,
.pagination>li>span {
	background-color: #333;
	border: 1px solid #666666 !important;
	color: #FFF;
	float: left;
	line-height: 1.42857;
	margin-left: -3px;
	margin-right: 5px;
	padding: 8px 15px;
	position: relative;
	text-decoration: none;
}

.pager li>a,
.pager li>span {
    background-color: #2c2f33;
    border: 1px solid #2c2f33;
    color: #fff;
    float: none;
    line-height: 1.42857;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: 0;
    padding: 8px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.pager i {
    font-size: 13px;
    vertical-align: baseline;
}


/******************************************
EVENTS
******************************************/
.event-title.tagline-message {
    max-width: 800px;
	margin-top: -5.5em;
}

.event-title.tagline-message h3 {
	font-size: 54px;
	font-weight: 500;
	line-height: 1.2em;
}

.event-title p {
    font-size: 22px;
    padding: 10px 0 -10px;
	color:#FFF;
	margin-top: 15px;
	margin-bottom: 15px;
}

.event-boxes .box {
    border: 10px solid #333;
	padding: 0px;
	border-radius: 5px 5px 0 0;
}

.event-desc {
    padding: 0px 0px 0px;
}
.box .event-desc {
	background-color: #333;
}
.box .event-desc h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
	text-align: center;
	padding: 0;
	color: #CCC;
}

.box .event-desc small {
    background-color: #111;
    color: #ffffff;
    padding: 0 10px;
}

.event-desc1 {
    padding: 0px 0px 0px;
}
.box .event-desc1 {
	background-color: #000;
}
.box .event-desc1 h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
	text-align: center;
	padding: 0;
	color: #CCC;
}

.box .event-desc1 small {
    background-color: #111;
    color: #ffffff;
    padding: 0 10px;
}



.teammembers img {
    width: 100%;
}

.teammembers:hover {
    cursor: pointer;
}

teammembers .magnifier {
    overflow: hidden;
}

.teammembers .magnifier p {
    padding-bottom: 10px;
}

.teammembers:hover .magnifier,
.entry:hover .magnifier {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.teammembers {
    overflow: hidden;
    position: relative;
}

.visible-buttons1 {
    visibility: hidden;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    bottom: -50%;
    left: 0;
    right: 0;
    padding: 50px 20px 40px;
    position: absolute;
    text-align: center;
}

.visible-buttons1 h4 {
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.teammembers .magnifier {
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    top: 0 !important;
}

.entry:hover .visible-buttons1 {
    opacity: 1;
    bottom: 0;
    visibility: visible;
}

.teambuttons p {
    color: #ffffff;
    padding: 0 30px 10px;
}

.teammembers .social-links i {
    color: #ffffff;
}

.teammembers .social-links a {
    color: #ffffff;
    display: inline-block;
    position: relative;
    width: 30px;
    font-size: 20px;
}

.teamdesc {
    border: 1px solid #eee;
    padding: 30px 30px;
}

.teamdesc h4 {
    padding: 0;
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px;
}

.teamdesc p {
    display: block;
    font-style: italic;
    padding-bottom: 0;
    margin: 0;
}


/******************************************
CONTACT
******************************************/

.contactv2 {
    margin: 30px 0;
}
.contactv2 h3 {
    font-size: 40px;
	font-weight:500;
}
.contactv2 h4 {
    font-size: 28px;
	color: #a2a2a2;
}
.contactv2 p {
    font-size: 18px;
}
.contactv2 .btn{
    margin-bottom: 40px
}
.small-box {
    margin-top: 5em;
	padding-left: 2em;
}


.small-box i {
    font-size: 54px;
    color: #232323;
    display: block;
}


.small-box small {
    font-size: 18px;
    margin: 5px 0;
    display: block;
}

.small-box a {
    margin-top: 15px;
    display: block;
    text-decoration: underline !important;
    font-weight: 600;
    font-size: 16px;
}

.big-contact-form .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #eaeaea;
    height: 45px;
	width: 93%;
    box-shadow: none;
    color: #b9b9b9;
}

.big-contact-form textarea {
    height: 120px !important;
}

.big-contact-form .form-control::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.big-contact-form .form-control:-ms-input-placeholder {
    color: #b9b9b9;
}

.big-contact-form .form-control::-webkit-input-placeholder {
    color: #b9b9b9;
}

.big-contact-form2 .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #eaeaea;
    height: 45px;
	width: 100%;
    box-shadow: none;
    color: #b9b9b9;
}

.big-contact-form2 textarea {
    height: 120px !important;
}

.big-contact-form2 .form-control::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.big-contact-form2 .form-control:-ms-input-placeholder {
    color: #b9b9b9;
}

.big-contact-form2 .form-control::-webkit-input-placeholder {
    color: #b9b9b9;
}



#map {
    height: 350px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.mapv2 {
    padding: 10px;
    background-color: #f0f1f2;
    border: 1px solid #eee;
}

#map img {
    max-width: inherit;
}

.loader {
    margin-left: 10px;
}

.map {
    position: relative;
}

.map .row {
    position: relative;
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px;
}

.infobox {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 260px;
    z-index: 100;
}

.infobox .title {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

input,optgroup,select{
	background-color: #101010;
	width: 100%;
	height: 45px;
	font-size: 14px;
}
/******************************************
SECTIONS
******************************************/

.event-section {
    height: 100vh;
    height: 50%;
    padding: 30rem 0 0 0;
}

.parallax {
    background: url(upload/web-design-gryaweb.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax.parallax-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}
.parallax2 {
    background: url(upload/web-design-gryaweb1.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax2.parallax2-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}
.parallax3 {
    background: url(upload/background-2.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax3.parallax3-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}

.parallax4 {
    background: url(upload/background-3.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax4.parallax4-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}
.parallax5 {
    background: url(upload/background-4.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax5.parallax5-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}
.parallax6 {
    background: url(upload/background-6.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax6.parallax5-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}
.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.boxed {
	box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.18);
	padding: 4rem;
	background-color: #333;
	margin-top: -100px;
	margin-bottom: -100px;
}

.boxed.boxedp4 {
    padding-top: 4rem;
	padding-bottom:10rem;
}
.btn-wrapper {
	margin-bottom:-1em;
}

.boxed2 {
	box-shadow: #000;
	padding: 4rem;
	background-color: #000;
	margin-top: -3em;
	margin-bottom: -3em;
}

.boxed2.boxedp4 {
    padding-top: 5rem;
	padding-bottom:10rem;
}



.box1 {
	box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.18);
	padding: 4rem;
	background-color: #333;
	margin-top: 100px;
	margin-bottom: 100px;
}

.box1.boxedp4 {
    padding-top: 4rem;
	padding-bottom:10rem;
}

.section {
	background-color: #000000;
	padding: 8rem 0;
	position: relative;
	display: block;
	
}
.section5 {
	background-color: #000000;
	padding: -3rem 0;
	position: relative;
	display: block;
	
}
.section6 {
	background: url(upload/background-7.jpg);
	background-color: #000000;
	background-position: center center;
    background-repeat: no-repeat;	
	position: relative;
	display: block;	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}
.section.top {
	background-color: #000000;
	padding: 8rem 0;
	position: relative;
	display: block;
	
}

.section-title {
    margin: -40px 0 40px 0;
}
.section-title8 {
    margin: -30px 0 -30px 0;
}
.section-title8 h4{
    font-size: 30px;
}
.section-title8 p{
    font-size: 20px;
}
.text-widget h3,
.section-title h2,
 .section-title5 h2{
	margin: 20px 0 20px;
	padding: 0;
	line-height: 1;
	font-size: 46px;
	font-weight: normal;

}

.section5 .section-title {
	margin-left:1%;
	margin-right:4%;
	margin-top: 2em;
}

.section-title h4{
	font-size: 34px;
}
.section-title h3 {
    margin: 0 0 25px;
    padding: 0;
    line-height: 1;
    font-size: 34px;
    font-weight: 700;
}

.section-title p {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
}
.section-title2 {
    margin-bottom: 45px;
}
.section-title2 h2 {
    margin: 15px 0 25px;
    padding: 0;
    line-height: 1;
    font-size: 46px;
    font-weight: normal;

}
.section-title2 {
	margin-left:4%;
	margin-right:4%;
}

.section-title2 p {
	margin: 0 auto;
	padding: 0;
	font-size: 24px;
	font-family: 'Raleway', Helvetica, sans-serif;
	color: #CCCCCC;
}

.section-title3 {
    margin: -20px 0 40px 0;
}
.section-title3 h2 {
	margin: 20px 0 20px;
	padding: 0;
	line-height: 1;
	font-size: 46px;
	font-weight: normal;

}

.section-title3 {
	margin-left:4%;
	margin-right:4%;
}
.section-title3 h3{
	font-size: 34px;
}
.section-title3 h4{
	font-size: 34px;
}
.section-title3 p {
	margin: 0 auto;
	padding: 0;
	font-size: 24px;
	font-family: 'Raleway', Helvetica, sans-serif;
	color: #CCCCCC;
}

.section-title5 {
    margin: -45px 100px 40px 100px;
}

.section-title5 h3{
	font-size: 34px;
}
.section-title h4{
	font-size: 34px;
}
.section-title5 p {
	margin: 0 auto;
	padding: 0;
	font-size: 24px;
	font-family: 'Raleway', Helvetica, sans-serif;
	color: #CCCCCC;
}


.section.gb {
	background: url(images/bg_4.jpg) repeat center center rgba(0, 0, 0, 1);
	background-size: auto;
	padding: 8rem 0;
}
.section.db {
	background-color: #000000;
	padding: 8rem 0;
}
.section.db.p120 {
	margin-bottom: -1.8em;
}
.section.db.top {
	background: url(images/bg_4.jpg) repeat center center rgba(0, 0, 0, 1);
	background-size: auto;
	padding: 4rem 0;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 0.8);
}

.video-section {
	position: relative;
	max-height: 640px;
}

.slider-bottom {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 3px;
    z-index: 11;
    right: 0;
    margin: auto;
    text-align: center;
}

.slider-bottom i {
    display: block;
    font-size: 14px;
    padding: 10px;
}

.home-text-wrapper {
	margin-top: 8em;
	margin-left: -0.5%;
	display: table;
	width: 100%;
	height: 100%;
	max-width: 900px;
	position: relative;
	text-align: left;
	z-index: 11;
}

.home-content {
    position: relative;
}

.home-message {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}


.nopadtop {
    padding-top: 0 !important;
}

.box {
    background-color: #333;
    padding: 2rem;
    position: relative;
    z-index: 11;
	margin-top: -5px;
	margin-bottom: -5px;
}
.box3 {
    background-color: #333;
    padding: 2rem;
    position: relative;
    z-index: 11;
	margin-top: -5px;
	margin-bottom: -5px;
}
  .langkah {
	border: 1px solid #666;
    }
	.langkah p{
	font-size: 22px;
	margin-top: -20px;
    }
.box p {
    padding: 0;
    margin-bottom: 15px;
	color:#CCC;
}

.box i {
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1;
    font-size: 42px
}

.box h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0;
}

.box3 p {
    padding: 0;
    margin-bottom: 15px;
	color:#CCC;
}

.box3 i {
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1;
    font-size: 42px
}

.box3 h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0;
}

.box4 {
	background-color: #000;
	padding: 0.1rem 0 0.1rem 0;
	position: relative;
	z-index: 11;
	margin-top: 0px;
}

.box4 p {
    padding: 0;
    margin-bottom: 15px;
	color:#CCC;
}

.box4 i {
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1;
    font-size: 42px
}

.box4 h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0;
	text-align:center;
	color:#666;
}
.m30 {
    margin-top: 5px;
}

.readmore {
    font-weight: 700;
    font-size: 15px;
}

.readmore:after {
    content: "\f107";
    vertical-align: middle;
    padding-left: 5px;
    font-family: 'Flaticon';
    font-size: 11px;
}

.image-box {
    position: relative;
}

.image-box .overlay {
    background-image: none;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.2);
}

.image-box img {
    width: 100%;
}

.image-box h4 a,
.image-box h4 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 1;
    font-size: 20px;
    margin: -7px auto;
    color: #ffffff;
}

hr.invis {
    border: 0;
    margin: 30px 0;
}


/******************************************
COURSE MODULES
******************************************/
.course-box {
	border-radius: 6px 6px 6px 6px;
	background-color: transparent;
	border: 20px ridge #333;
}

.course-box img {
	border-radius: 0 0 0 0;
    width: 100%;
}

.course-details {
    padding: 1rem 0rem;
}

.course-details h4 {
    font-size: 20px;
    padding: 0 0;
    font-weight: 500;
    margin: 0;
}
.course-details h5 {
    font-size: 15px;
    padding: 0 0;
    font-weight: 400;
    margin: 0;
	color: #666666;
}

.course-box small {
    display: block;
    font-size: 80%;
    margin-bottom: 10px;
}

.course-details p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.course-footer ul {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.course-footer a {
    color: #aaa;
}

.course-footer i {
    padding-right: 3px;
}

.course-footer {
    border-top: 1px solid #eaeaea;
    padding: 15px;
}

.course-footer .pull-right a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    font-family: Arial
}

.entry {
    position: relative;
}

.magnifier {
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
	right: 0;
	opacity: 0;
	top: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
	-moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
	-o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
	transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.entry:hover .magnifier {
	opacity: 1;
	z-index: 1000;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	position: absolute;
	visibility: visible;
}

.magnifier a {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin: -20px auto;
    font-size: 30px;
    color: #fff !important;
}


/************************************
WIDGETS
************************************/

.sidebar .widget {
    margin-bottom: 10px;
    padding-bottom: 10px;
	margin-top: 10px;
}

.sidebar .widget-title {
	font-weight: 600;
	color: #CCCCCC;
}

.sidebar .tags-widget li {
    margin-bottom: 10px;
}

.sidebar .widget .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #eaeaea;
    height: 45px;
    box-shadow: none;
    color: #b9b9b9;
}

.sidebar .newsletter-widget .form-control {
    min-width: 260px;
    margin-bottom: 0;
    height: 48px;
}

.sidebar .alignleft {
    float: left;
    margin-right: 20px;
}

.sidebar .mt-0 {
    font-size: 16px;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 0;
}

.sidebar .media {
    display: block;
    margin-bottom: 30px;
}

.sidebar .media:last-child {
    margin-bottom: 0;
}
.sidebar h3 {
    margin-top: 10px;
}
.sidebar p {
   margin-top: -10px;
    padding-top: -15px;
}

/************************************
BLOG
************************************/

.site-publisher img {
    float: left;
    margin: 0 20px 0 0;
    max-width: 60px;
}

.authorbox img {
    margin: 10px 30px 0 0;
    min-width: 130px;
}

.site-small-desc h4,
.site-publisher h4 {
    font-weight: 700;
    margin: 5px 0 15px;
    padding: 0;
}

.authorbox {
    background-color: #ffffff;
}

.authorbox p {
    margin-top: 10px;
    color: #b9b9b9;
}

.authorbox small {
    text-transform: capitalize;
    font-style: normal;
    padding-right: 5px;
}

.about-message small {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.small-about-message .small-title {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.user_name {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px;
}

.media-right,
.media>.pull-right {
    color: #999 !important;
    font-size: 11px;
    letter-spacing: 2px;
    padding-left: 10px;
    text-transform: uppercase;
}

.boxed-comment {
    border: 1px solid #eee;
    padding: 3rem;
    margin-top: 6rem;
    display: block;
}

.comments-list .media {
    padding: 15px;
    margin-bottom: 15px;
}

.media-body .btn-primary {
    padding: 5px 10px !important;
    font-size: 11px !important;
}

.last-child {
    margin-bottom: 0 !important;
}

.comments-list img {
    max-width: 80px;
    margin-right: 30px;
}

.authorbox-social li a {
    color: #999;
}

.authorbox-social ul {
    padding: 10px 0;
    margin-bottom: 0;
}

.authorbox {
    margin-bottom: 30px;
}

.authorbox img {
    min-width: 130px;
    margin: 10px 30px 0 0 !important;
}

.blog-list {
    padding-bottom: 20px;
    margin-bottom: -30px;
	margin-top: -60px;
}
.blog-list1 {
    padding-bottom: 20px;
    margin-bottom: 20px;
	margin-top: -48px;
}
.blog-list5 {
    padding-bottom: 20px;
    margin-bottom: 20px;
	margin-top: -10px;
}
.blog-meta .list-inline li span {
    font-style: italic;
    color: #999;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    padding-right: 5px;
}

.blog-meta h3 {
	padding: 0;
	margin: 15px 0;
	font-size: 40px;
	font-weight: 500;
}

.blog-meta small,
.blog-meta .list-inline li,
.blog-meta .list-inline li a {
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
	color: #CCC;
}

.blog-meta .list-inline li {
    color: #b9b9b9;
    letter-spacing: 0;
}

.blog-media img {
    width: 100%;
}

.blog-media {
    display: block;
    margin: 25px 0;
}
.blog-desc-big h3 {
	font-size: 30px;
}
.blog-desc-big p {
	font-size: 17px;
}
.blog-desc-big .lead {
	color: #CCCCCC;
	font-weight: 600;
}

.blog-desc-big .btn {
    margin-top: 15px;
}
.blog-desc-big li{
	padding-top: 12px;
	padding-left: 10px;
}
.blog-desc-big ul, ol{
	padding-bottom: 20px;
}
.image-wrap:after {
    content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #111;
    right: 0;
}

.blog-box {
	background-color: #333;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #333;
}

.blog-box .magnifier {
    border-radius: 6px 6px 0 0;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.blog-box img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.post-meta {
    padding: 15px 30px 10px;
    margin-top: -5px;
    border-top: 1px solid #eaeaea;
    line-height: 1;
}

.post-meta a {
    font-size: 13px;
    color: #aaa;
}

.post-meta .list-inline>li {
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
}

.post-meta li:last-child:after {
    content: ""
}

.blog-desc {
    padding: 0 0;
    display: block;
    position: relative;
}

.blog-desc h4 a,
.blog-desc h4 {
	font-size: 16px;
	font-weight: normal;
	padding: 5px 5px;
	margin: 0;
	color: #CCCCCC;
}

.blog-desc p {
    padding: 0;
    margin: 0;
}

.stat-count h3,
.stat-count h4 {
    color: #ffffff;
}

.stat-count h4 {
    font-size: 44px;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.stat-count h3 {
    padding: 30px 0 25px;
    margin: 0;
    line-height: 1;
    font-size: 20px;
}

.stat-count h3 i {
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 10px;
}

.stat-count p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Raleway', Helvetica, sans-serif;
    font-style: italic;
}

.blog-grid .col-md-6,
.blog-grid .col-md-4 {
    margin-bottom: 30px
}


/******************************************
TESTIMONIAL
******************************************/

.testimonial {
    border: 1px solid #666;
	border-radius: 6px 6px 6px 6px
}

.testimonial p {
    font-style: italic;
    margin-bottom: 0;
}

.testimonial p.testiname {
	font-style: normal;
	font-size: 18px;
	display: block;
	padding-bottom: 0;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.testimonial p.testiname strong {
    font-weight: 600;
    letter-spacing: -0.6px;
}

.testimonial img {
    margin-right: 10px;
    max-width: 40px;
}

.testimonial:after {
    content: "\f10e";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    bottom: 0px;
    color: #f6f6f6;
    font-size: 21px;
    right: 10px;
}

.testimonial:before {
    content: "\f10d";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    color: #f6f6f6;
    font-size: 21px;
    left: 10px;
}

.testimonial .rating {
    margin-top: 20px;
}

.rating {
    display: block;
}

.rating i {
    color: #f4af0b !important;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
    display: inline-block;
    font-size: 15px;
}

.p120 {
    padding-bottom: 120px !important;
}

.section.lb {
    border-top: 1px solid #eee;
}

.tagline-message h3 {
    padding: 0;
    font-size: 34px;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
}

.section.lb .tagline-message h3,
.section.gb .tagline-message h3 {
    color: #000;
}

.callout h3 {
    font-size: 90px;
    line-height: 90px;
    margin-top: 0;
    color: #ffffff;
    font-weight: 900;
}

.callout h4 {
    font-size: 20px;
	color: #ffffff;
}

.callout h3 sup {
    font-size: 34px;
    top: -0.2em;
    vertical-align: super;
}

.callout .lead {
    color: #ffffff;
    font-size: 29px;
    font-weight: bold;
    line-height: 36px;
    padding: 30px 8px 0;
}

.p40l {
    padding-left: -2em;

}
.custom-module {
	margin-left:4%;
	margin-right:4%;
}

.custom-module h2 {
	font-size: 46px;
	color:#1e67b4;
	font-weight: normal;
	margin: -35px 0 20px;
	padding: 0;
}
.custom-module h3 {
	padding-top: 20px;
	font-size: 30px;
	color:#CCC;
	font-weight: normal;
	margin: -35px 0 20px;

}

.custom-module mark {
    line-height: 1;
    color: #ffffff;
    padding: 0 10px;
}

.custom-module p {
	color: #CCCCCC;
	font-size: 24px;
	padding: 0;
	margin: 0;
}

.section.db h2 {
	font-size: 46px;
	font-weight: normal;
	margin: -2rem 0 3rem 0;
	padding: 0;
}

/******************************************
SHOP
******************************************/

.shop-top {
    margin-bottom: 30px;
    padding: 20px 0;
    display: block;
}

.shop-top p,
.shop-box.course-details h4 {
    padding: 0;
    margin-bottom: 0;
}

.shop-wrapper {
    border: 0;
}

.shop-wrapper .course-details {
    padding: 1rem;
}

.shop-wrapper.course-box small {
    margin-bottom: 0;
    margin-top: 5px;
}

.shop-grid .col-md-3 {
    margin-bottom: 30px;
}

.btn-group.open .dropdown-toggle,
.bootstrap-select>.dropdown-toggle {
    background: #ffffff none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #b9b9b9 !important;
    padding: 0;
    border: 0 !important;
    outline: none;
    width: 100%;
    z-index: 1;
}

.shop-desc small {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.shop-meta {
    display: block;
    position: relative;
    margin: 30px 0;
    padding: 30px 0;
    border-top: 3px solid #f6f6f6;
    border-bottom: 3px solid #f6f6f6;
}

.shop-meta ul {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 20px;
}

.shop-media .image-wrap::after {
    display: none;
}

.shop-extra {
    margin-top: 40px;
    padding: 60px 60px 40px;
    border: 3px solid #f6f6f6;
}

.shop-extra .nav-tabs>li>a {
    background-color: #ffffff !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0;
    font-weight: 700;
    outline: none !important;
    font-size: 17px;
    line-height: 1.42857;
    padding: 10px 30px;
    box-shadow: none !important;
    margin-right: 15px;
}

.shop-extra .nav-tabs {
    border-bottom: 3px solid #f6f6f6 !important;
}

.shop-extra .nav-tabs>li:hover a,
.shop-extra .nav-tabs>li.active a {
    border-bottom-color: #111 !important;
}

.shop-extra .tab-content {
    padding: 40px 0 30px;
}

.shop-extra strong {
    color: #000000;
}

.shop-extra .tab-content h3 {
    font-size: 20px;
    padding: 0 0 30px;
    margin: 0;
}

.shop-extra .form-control {
    margin-bottom: 20px;
}

.related-products {
    display: block;
    margin-top: 80px;
}

.related-products .text-widget h3 {
    font-size: 20px;
    padding-bottom: 10px;
}


/******************************************
FOOTER
******************************************/

.section.footer {
   background: url(images/bg_4.jpg) repeat center center rgba(0, 0, 0, 1);
	background-size: auto;
	padding: 4rem 0;
}

.social-links i {
    color: #aeaeae;
}

.section.footer h3{
    color: #ffffff;
    font-size: 20px;
    padding: 0 0 10px;
    margin: 0;
    line-height: 1;
}

.small-title {
    color: #000;
    font-size: 20px;
    padding: 0 0 30px;
    margin: 0;
    line-height: 1;
}
.section.footer p{
	color: #999999;
	font-size: 14px;
	padding: 0 0;
	margin: 0;
	line-height: 1.4em;
}
.section.footer h6{
	color: #ccc;
	font-size: 15px;
	font-weight:600;
	padding: 0 0;
	margin: 0;
	line-height: 1.4em;
}
.copyrights {
    background-color: #000;
    border-top: 1px solid #181818;
    padding: 10px 0 20px 0;
}
.copyrights ul li {
	font-size: 15px;
}
.copyrights li a {
    color: #aaa;
}

.copyrights ul {
    padding: 0 !important;
    margin: 15px 0 0 !important;
}


.cop-logo {
	text-align:left;
	margin-left:-2.75%;
}
.footer-links {
	margin-right:-2.75%;
	text-align:right;
}
.cop-logo img {
	margin-top: 8px;
	opacity: 0.5;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.cop-logo img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.newsletter-widget .form-control {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none !important;
    height: 48px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 280px;
}

.newsletter-widget img {
    display: block;
    max-width: 280px;
    margin-top: 40px;
}

.newsletter-widget p {
    margin-bottom: 30px;
}

.newsletter-widget .btn {
    padding-left: 23px;
    padding-right: 23px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer .list-widget li {
    margin: 0 0 5px !important;
}

.footer .tags-widget li {
    margin-bottom: 1px;
    margin-top: 1px;
}

.footer .form-control,
.footer p,
.footer a {
    color: #aaa;
}

.footer a:hover {
    color: #ffffff;
}

.absolute-widget {
    border-top: 0 none;
    display: block;
    margin-top: -45%;
    padding: 6rem 4rem;
    position: relative;
    background: url(upload/formbg.html) no-repeat top center #161616;
}

.absolute-widget .form-control {
    background-color: transparent;
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    padding-bottom: 15px;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 15px;
}

.absolute-widget textarea.form-control {
    height: 100px;
}

.absolute-widget .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.absolute-widget .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.absolute-widget .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}


/******************************************
BUTTONS
******************************************/

.btn {
    margin-top:25px;
	border-radius: 0;
    font-size: 14px;
    border: 1px solid #fff;
    font-weight: bold;
    color: #ffffff !important;
    padding: 10px 30px;
    text-transform: capitalize;
}

.btn-transparent {
    color: #ffffff;
    border: 1px solid #fff;
}
.btn1 {
	margin-top: 8px;
	display: inline-block;
	border-radius: 0;
	font-size: 14px;
	border: 1px solid #1e67b4;
	font-weight: normal;
	color: #ffffff !important;
	padding: 5px 10px;
	text-transform: capitalize;
}
.btn1:hover {
	background-color:#1e67b4;
}
.btn1.active {
	background-color:#1e67b4;
}
.btn2 {
	margin-top: 15px;
	display: inline-block;
	border-radius: 0;
	font-size: 14px;
	border: 1px solid #ffffff;
	font-weight: normal;
	color: #ffffff !important;
	padding: 10px 30px;
	text-transform: capitalize;
}
.btn2:hover {
	background-color:#1e67b4;
}



/************************************
MICS
************************************/

.loader {
    display: block;
    margin: 20px auto 0;
    vertical-align: middle;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 47%;
    width: 65px;
    height: 65px;
    background: center center no-repeat none;
    background-size: 65px 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}


/******************************************
COLOR BLUE
******************************************/

.yamm .dropdown .dropdown-menu {
    border-top-color: #1e67b4;
}
.iconitem a.shopicon i {
    color: #1e67b4 !important;
}

.shop-desc small,
.shop-meta a,
.authorbox small,
blockquote:before,
blockquote:after,
.blog-meta small a,
.small-box i,
.copyrights ul li:hover a,
.footer .readmore,
.breadcrumb>li a,
.check li:before,
.stat-count h3,
.blog-desc h4:hover a,
.post-meta li:after,
.course-box small,
.course-details h4:hover a,
.course-footer i,
a:hover,
a:focus,
a.active,
.box  {
	color: #1e67b4;
}


.yamm h4,
.yamm-content li:hover a,
.yamm .hassubmenu li:hover a
{
	color: #1e67b4;
}


.shop-extra .nav-tabs>li:hover a,
.shop-extra .nav-tabs>li.active a,
.modal .form-control,
.form-control:focus,
.btn-transparent {
    border-color: #1e67b4 !important;
}

.cb,
.box .event-desc small,
.pagination a,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.tags-widget a,
.owl-theme-01 .owl-nav [class*="owl-"]:hover,
.yamm .dropdown-menu li:hover,
mark,
.image-wrap:before,
.image-wrap:after,
.btn-primary {
	border-color: #CCCCCC;
	background-color: transparent;
	box-shadow: inset 0 0 0 0 #1e67b4;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.pagination a:hover,
.tags-widget a:hover,
.btn-primary:hover {
	color: #ffffff !important;
	box-shadow: inset 0 100px 0 0 #1e67b4;
	border-color: #1e67b4;
}

.bgcolor1 {
	background: url(images/seo.jpg) repeat center center rgba(0, 0, 0, 1);
	background-size: auto;
}
.bgcolor2 {
	background: #000;
	background-size: auto;
}
	
	
.callout span {
	color: #1e67b4;
	font-weight: 900;
}
/******************************************
COLOR GREEN
******************************************/

.menu-widget small,
.course-footer .pull-right a {
	color: #1e67b4;
}

.btn-default {
    border-color: #82b440;
    background-color: #82b440;
    box-shadow: inset 0 0 0 0 #74a632;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-default:hover {
    box-shadow: inset 0 100px 0 0 #74a632;
    border-color: #74a632;
}
.portfolio-sildes h4 {
font-size: 24px;	
}

/******************************************
RESPONSIVE
******************************************/
@media (max-width: 1460px) {

.course-details h4 {
    font-size: 18px;
}
.btn2 {
	margin-top: 15px;
}
.cop-logo {
	text-align:left;
	margin-left:-4%;
}
.footer-links {
	margin-right:-4%;
	text-align:right;
}
.langkah p{
	font-size: 20px;
    }
}

@media (max-width: 1360px) {

.course-details h4 {
    font-size: 16px;
}
.home-text-wrapper {
	margin-top: 8.5em;
	margin-left: -0.5%;
	display: table;
	width: 100%;
	height: 100%;
	max-width: 800px;
	position: relative;
	text-align: left;
	z-index: 11;
}
.img-block-head {
    margin-top: -2em;	
}
.sidebar .widget {
    margin-top: 40px;
	margin-bottom:-30px;
    padding-bottom: 5px;
}
.cop-logo {
	text-align:left;
	margin-left:-4.5%;
}
.footer-links {
	margin-right:-4.5%;
	text-align:right;
}
.langkah p{
	font-size: 17px;
    }
}
@media (max-width: 1280px) {

.course-details h4 {
    font-size: 15px;
}
.home-text-wrapper {
	margin-top: 9.5em;
	margin-left: -0.5%;
	display: table;
	width: 100%;
	height: 100%;
	max-width: 800px;
	position: relative;
	text-align: left;
	z-index: 18;
}

}
@media (max-width: 1200px) {
    .nav>li>a {
        padding: 1em 0.7em;
    }
.parallax {
    height: 560px;
    position: relative;
}

.parallax2 {
    height: 560px;
    position: relative;
}
.parallax3 {
    height: 560px;
    position: relative;
}

.parallax4 {
    height: 560px;
    position: relative;
}
.parallax5 {
    height: 560px;
    position: relative;
}

.parallax6 {
    height: 560px;
    position: relative;
}
} 

@media (max-width: 1170px) {
.text-widget h3,
.section-title h2
 {
    margin: 0 0 25px;
    padding: 0;
    line-height: 1;
    font-size: 40px;
    font-weight: normal;
	margin: -10px 0 20px;
}
.section-title2 h2
 {
    margin: 15px 0 25px -20px;
    font-size: 40px;
    font-weight: normal;

}
.section-title5 h2
 {
    margin: 0 0 25px;
    padding: 0;
    line-height: 1;
    font-size: 40px;
    font-weight: normal;
	margin: -10px 0 20px;
}
.section.db h2 {
	font-size: 40px;
	font-weight: normal;
	margin: -95px 0 50px 0;
	padding: 0;
}
.course-details h4 {
    font-size: 14px;
}
.box .event-desc h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
	text-align: center;
	padding: 0;
	color: #CCC;
}
.box3 .event-desc h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
	text-align: center;
	padding: 0;
	color: #CCC;
}

.box4 .event-desc1 h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
	text-align: center;
	padding: 0;
	color: #CCC;
}
.section-title p {
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	font-family: 'Raleway', Helvetica, sans-serif;
	color: #CCCCCC;
}
.section-title2 p {
	margin: 0 auto;
	padding: 0;
	font-size: 20px;
	font-family: 'Raleway', Helvetica, sans-serif;
	color: #CCCCCC;
}
.section-title5 p {
	margin: 0 auto;
	padding: 0;
	font-size: 20px;
	font-family: 'Raleway', Helvetica, sans-serif;
	color: #CCCCCC;
}
.btn {
	padding: 8px 20px;
}
.btn1 {
	padding: 8px 20px;
}
.btn2 {
	padding: 8px 20px;
}
.cop-logo {
	text-align:left;
	margin-left:-5%;
}
.footer-links {
	margin-right:-5%;
	text-align:right;
}
	.blog-list {
	margin-top: -90px;
}
.section-title3 {
	margin-left:0%;
	margin-bottom: 10px;
	margin-top: -3.5em;
}
.section5 {
	margin-top: -1em;

}
.section-title3 h4{
	text-align: left;
}
}

@media (max-width: 992px) {
   	.navbar-brand img {
    max-width:90%;
}
.navbar-default .nav>li>a {
	font-size: 14px;
}
.btn1 {
	font-size: 13px;
	padding: 5px 10px;
}
.btn2 {
	font-size: 13px;
	padding: 5px 10px;
}
.section-title {
	margin-left:0.2%;
	margin-right:4%;
	margin-bottom: 15px;
}
.section-title2 {
	margin-left:0.2%;
	margin-right:4%;
	margin-bottom: 30px;
}
.section-title5 {
	margin-left:0.2%;
	margin-right:4%;
	margin-bottom: 15px;
	margin-top: -15px;
}
.section-title2 p {
    margin-left: -2.8%;
}
.section.db h2 {
	margin-left: 1.5%;
	margin-bottom:10px;
}

.m30 img{
    width:120%;
}

.box .event-desc h4 {
	font-size: 18px;
}
.box3 .event-desc h4 {
	font-size: 18px;
}
.box4 {
	margin-left: -2.6%;
	margin-right: -2.4%;
}

.box4 .event-desc h5 {
	font-size: 18px;
}
.course-details h5 {
text-align:center;
font-size:20px;	
}

.course-box img {
    border-radius: 10px 10px 0 0;
    margin: 0 0 0 -2.5%;
}
.image-wrap {
width:105%;	
}

.p120 {
        padding-bottom: 8rem !important;
    }
    .boxed {
        margin-top: -5rem;
    }
	.boxed2 {
        margin-top: -5rem;
    }
    .blog-box,
    .testimonial{
        margin: 30px 0;
    }
	.section.db.top {
        display: none;
    }
    .top-image {
	display:none;	
	}
	.top-image2 {
	display:none;	
	}
	.top-image2a {
	display:none;	
	}
    .top-image3 {
	display:none;	}
	.top-image4 {
	display:none;	
	}
	.top-image5 {
	display:none;	
	}
	.top-image6 {
	display:none;	
	}
	.top-image7 {
	display:none;	
	}
	.ts-padding {
    margin-left: -10px;
	margin-top: 0.5em;
	}
    .text-widget h3,
    .section-title h2,
	.section-title2 h2,
	.section-title5 h2,
	 .section.db h2,
	.section-title p,
	.section-title2 p,
	.section-title5 p{
	text-align: left;}
	
	.box {
    background-color: #333;
    padding: 2rem;
    position: relative;
    z-index: 11;
	margin-top: 20px;
   }
   
   .box3 {
    background-color: #333;
    padding: 2rem;
    position: relative;
    z-index: 11;
	margin-top: 20px;
   }
  
    hr.invis {
    border: 0;
    margin: 0px 0;
   }

    .absolute-widget {
        background-image: none;
    }
    .sidebar {
        margin-top: 30px;
    }
	 .sidebar img {
      width: 100%;
    }

    .container {
        min-width: 100% !important;
    }
    .footer .widget {
        margin: 30px 0;
    }
	.cop-logo {
	text-align:left;
	margin-left:-5.5%;
}
.footer-links {
	margin-right:-5.5%;
	text-align:right;
}
.parallax {
    height: 520px;
    position: relative;
}
.parallax2 {
    height: 520px;
    position: relative;
}
.parallax3 {
    height: 520px;
    position: relative;
}
.parallax4 {
    height: 520px;
    position: relative;
}

.parallax5 {
    height: 520px;
    position: relative;
}
.parallax6 {
    height: 520px;
    position: relative;
}
.pagination {
    margin-left: -15px;
}
	.plan{
		margin-bottom: 60px;
		margin-top: 30px;
	}
	.section6 {
	background: url(upload/background-7small.jpg);

}
.contactv2 {
    margin-left: 5px;
}
.contactv2 h3 {
    font-size: 36px;
}
.small-box {
    margin-top: 2em;
	padding-left: 1px;
}
.big-contact-form .form-control {
	width: 100%;
}
input,optgroup,select,textarea{
	width: 100%;
}
.section-title h3{
	text-align: left;
}
.blog-media {
    margin-top: -5px;
}
.banner-widget {
display: none;
}
.callout .text-center{
text-align: left;
}
}
@media (max-width: 960px) {
.social {
    margin-bottom:-0.5em;
	margin-top:-5px;
}
	.blog-list {
	margin-top: -125px;
}
	.blog-list1 {
	margin-top: -3em;
}
.boxed.boxedp4 {
    padding-top: 2.5rem;
	padding-bottom:8.5rem;
}
.section.db.p120 {
	margin-bottom: -3.2em;
}
.section-title8 {
    margin: -30px 0 -30px 0;
}
.section-title8 h4{
    font-size: 24px;
	padding-left: 0.8em;
	padding-right: 1em;
}
.section-title8 p{
    font-size: 16px;
	padding-left: 1.2em;
	padding-right: 1em;
}
.section-title8 .text-center{
	text-align:left;}
}
@media (max-width: 900px) {
	.cop-logo {
	text-align:left;
	margin-left:-6.5%;
}
.footer-links {
	margin-right:-6.5%;
	text-align:right;
}
.section5 {
	margin-top: -2em;
	padding-bottom: 2em;

}


}
@media (max-width: 800px) {
    .navbar-default .nav>li>a {
	font-size: 13px;
}
.btn1 {
	font-size: 12px;
	padding: 5px 8px;
}
.event-section {
    padding: 27rem 0 0rem 0;
}
.parallax2 {
    height: 460px;
    position: relative;
}
.parallax {
    height: 460px;
    position: relative;
}
.parallax3 {
    height: 460px;
    position: relative;
}
.parallax4 {
    height: 460px;
    position: relative;
}
.parallax5 {
    height: 460px;
    position: relative;
}
.parallax6 {
    height: 460px;
    position: relative;
}


.event-title.tagline-message {
    max-width: 85%;
	margin-top: -7.5em;
}
	.cop-logo {
	text-align:left;
	margin-left:-7%;
}
.footer-links {
	margin-right:-7%;
	text-align:right;
}
.section5 {
	margin-top: -6em;
	padding-bottom: 2em;
}
}

@media (max-width: 768px) {
 .event-section {
	background: url(upload/web-design-gryaweb-small.jpg);
 }
   	.parallax {
    background: url(upload/web-design-gryaweb-small.jpg);
}
	.parallax2 {
    background: url(upload/web-design-gryaweb1a.jpg);
}
.parallax3 {
    background: url(upload/web-design-gryaweb-small.jpg);
}
.parallax4 {
    background: url(upload/web-design-gryaweb-small.jpg);
}
.parallax5 {
    background: url(upload/web-design-gryaweb-small.jpg);
}
.parallax6 {
    background: url(upload/web-design-gryaweb-small.jpg);
}
	
	.shop-extra .nav-tabs>li>a,
    .shop-extra .nav-tabs>li {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }
    .shop-extra {
        padding: 30px 10px;
    }
    .home-message p {
        font-size: 28px;
    }
    .topbar .text-left {
        text-align: left;
    }
	.topbar .text-right {
        text-align: right;
    }
    .authorbox img {
        float: none;
        margin: 0 0 30px !important;
        min-width: 100px;
    }
    .media-left,
    .media>.pull-left {
        display: block;
        float: none;
        margin: 0 0 30px;
        padding-right: 10px;
    }
		.cop-logo {
	text-align:left;
	margin-left:-7.5%;
}
.footer-links {
	margin-right:-7.5%;
	text-align:right;
}
.event-title.tagline-message {
	margin-top: -8.5em;
}

}
@media (max-width: 767px) {
    .topbar .text-left {
        padding-left:3px;
		padding-right:1px;
		text-align: left;
    }
	.topbar .text-right {
        margin-top:-1.4em;
		padding-left:1px;
		text-align: right;
    }
	.topbar .text-left p {
	margin-left: -2px;
}
.navbar-default .dropdown-menu li a {
	font-size: 13px;
}

		.cop-logo {
	text-align:left;
	margin-left:-3%;
	margin-right:-5%
}
.footer-links {
	margin-right:-3%;
	text-align:right;
	margin-top:-7%;
}
.event-title.tagline-message {
    max-width: 85%;
	margin-top: -7.5em;
}
.plan{
		margin-bottom: 60px;
		margin-top: 30px;
	}
}
@media (max-width: 700px) {
.cop-logo {
	margin-top:-1%;
}
.footer-links {
	margin-top:-7%;
}
.event-section {
    padding: 22rem 0 0rem 0;
}


.event-title.tagline-message {
 	margin-top: -5em;
}
}
@media (max-width: 640px) {
.img-block-head {
    margin-left: -0.8em;	
}
.event-section {
    padding: 23rem 0 0rem 0;
}

.cop-logo {
	margin-top:-1%;
}
.footer-links {
	margin-top:-8%;
}
.event-title.tagline-message {
    max-width: 85%;
	margin-top: -5.5em;
}
}
@media (max-width: 600px) {
.cop-logo {
	margin-top:-1%;
	margin-left:-4%;
}
.footer-links {
	margin-top:-9%;
	margin-right:-4%;
}
.home-text-wrapper {
	margin-top: 8em;
	margin-left: -0.5%;
	display: table;
	width: 100%;
	height: 100%;
	max-width: 800px;
	position: relative;
	text-align: left;
	z-index: 11;
}
}
@media (max-width: 560px) {
.video-section {
	position: relative;
	max-height: 550px;
}

.img-block-head {
    margin-left: -0.8em;	
}
.event-section {
    padding: 24rem 0 0rem 0;
}

.event-title.tagline-message {
    max-width: 90%;
	margin-top: -6em;
}
.cop-logo {
	margin-top:-1%;
	margin-left:-5%;
}
.footer-links {
	margin-top:-9.3%;
	margin-right:-5%;
}
}
@media (max-width: 520px) {
.cop-logo {
	margin-top:-1.5%;
	margin-left:-5%;
}
.footer-links {
	margin-top:-10%;
	margin-right:-5%;
}
.contactv2 h3 {
    font-size: 34px;
}
.contactv2 p {
    font-size: 17px;
}

}

@media (max-width: 480px) {
.home-text-wrapper {
	margin-top: 9em;
	margin-left: -1.5%;
	display: table;
	width: 100%;
	height: 100%;
	max-width: 800px;
	position: relative;
	text-align: left;
	z-index: 11;
}
.video-section {
	position: relative;
	max-height: 550px;
}
.img-block-head {
    margin-left: -0.8em;	
}
.section-title {
	margin-left:1%;
	margin-right:3%;
	margin-top: -35px;
}
.section-title3 {
	margin-top: -30px;
	margin-bottom: 20px;
	margin-left:1%;
}
.section-title3 h4 {
	font-size: 27px;
	line-height: 100%;
}

.section-title2 {
	margin-left:1%;
	margin-right:3%;
}
.section-title5 {
	margin-left:1%;
	margin-right:3%;
	margin-top: -5px;
}
.event-section {
    padding: 22rem 0 0rem 5px;
}

.event-title.tagline-message {
	max-width: 90%;
	margin-top: -4.5em;
}
.text-widget h3,
.section-title h2,
.section-title2 h2, 
.section-title5 h2{
    padding: 0;
    line-height: 1;
    font-size: 34px;
    font-weight: normal;
	margin: -10px 0 20px;
}
.section-title h3{
	font-size: 27px;
	margin-top: -30px;
}
.section-title p {
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	font-family: 'Raleway', Helvetica, sans-serif;
	color: #CCCCCC;
}

.section-title2 p {
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	font-family: 'Raleway', Helvetica, sans-serif;
	color: #CCCCCC;
}
.section-title5 h3{
	font-size: 27px;
	margin-top: -30px;
}
.section-title5 p {
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	font-family: 'Raleway', Helvetica, sans-serif;
	color: #CCCCCC;
}
.section.db.p120 {
	margin-bottom: -3em;
}
.btn-wrapper {
	margin-bottom:0.1em;
}

.section.db h2 {
	font-size: 34px;
	font-weight: normal;
	margin: -20px 0 20px 18px;
	padding: 0;
}
.course-details h4, h5 {
text-align:center;
font-size:20px;	
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{
	display: inline-block;
	width: 80%;
	left: 9%;
	z-index: 1
}
.btn {
    margin-top: 1em;
	padding: 5px 15px;
	font-size: 12px;
}
.btn2 {
    margin-top: 1em;
	padding: 5px 15px;
	font-size: 12px;
	margin-left: -20px;
}
	.box {
    background-color: #333;
    padding: 2rem;
    position: relative;
    z-index: 11;
	margin-top: 10px;
   }
   .box p {
    font-size:18px;
}
     .langkah {
	border: none;
    }
   .box3 {
    background-color: #333;
    padding-bottom: 5px;
    position: relative;
    z-index: 11;
	margin-top: 0px;
	margin-bottom: -15px;
   }
   .box3 h2, p {
	margin-left: 0px; 
	margin-top: -5px;  
   }
   .box3 p {
	font-size: 18px;   
   }
   .section-title {
    margin-bottom: 15px;
}
   .section-title2 {
    margin-bottom: 15px;
}
   .section-title5 {
    margin-bottom: 15px;
}
.box .event-desc h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
	text-align: center;
	padding: 0;
	color: #CCC;
}

.box3 .event-desc h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
	text-align: center;
	padding: 0;
	color: #CCC;
}
.boxed {
	box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.18);
	padding: 4rem;
	background-color: #333;
	margin-bottom: -130px;
}
.boxed h2 {
    margin-top: -30px;
	margin-left: -9%;
}

.boxed p {
	margin-left: -9%;
}
.boxed.boxedp4 {
    padding-top: 7rem;
}

.boxed2 {
	padding: 4rem;
	margin-bottom: -130px;
}
.boxed2 h2 {
    margin-top: -30px;
	margin-left: -9%;
}

.boxed2 p {
	margin-left: -9%;
}
.boxed2.boxedp4 {
    padding-top: 7rem;
}
.shop-grid .col-md-3 {
    margin-left: -20px;
	margin-right:-20px;
}
.testimonial p {
    font-style: italic;
    margin-bottom: 0;
	font-size: 15px;
}

.testimonial p.testiname {
	font-style: normal;
	font-size: 17px;
}
.blog-list {
    margin-top: -110px;
}

    .blog-meta h3 {
        font-size: 26px;

    }
	.blog-wrapper {
	margin-left:5px;
	}
	 .sidebar {
        margin-top: -10px;
		margin-left: 5px;
    }
	.callout h3 {
    font-size: 70px;
    line-height: 70px;
    margin-top: 0;
	margin-left: -5px;
    font-weight: 700;
}
  .callout h4 {
	margin-left: 5px;  
  }

.callout h3 sup {
    font-size: 28px;
    top: -0.2em;
    margin-left: 10px;
	vertical-align: super;
}

.callout .lead {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    padding: 30px 8px 0;
}
.copyrights ul li {
	font-size: 14px;
}
.section-title h4{
	font-size: 27px;
}
.pagination {
    margin-left: -25px;
}
.section5 {
	margin-top: -1em;
}
}
@media (max-width: 470px) {
.cop-logo {
	margin-top:-1%;
	margin-left:-5.5%;
}
.footer-links {
	margin-top:-11%;
	margin-right:-5.5%;
}
.list-inline>li{
	padding-right:1px;padding-left:1px}
	
	.social a {
    font-size: 17px;
    color: #999 !important;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 23px;
    text-align: center;
    border-radius: 1px;
    height: 25px;5px;
	margin-left: -5px;
	margin-top: 10px;
    margin-right: 2px;
	line-height: 25px;
}
.section.footer {
	padding: 1rem 0;
}


}
@media (max-width: 423px) {
.footer-links {
	margin-top:-12.5%;
	margin-right:-5.5%;
}
.copyrights ul li {
	font-size: 13px;
}
}
@media (max-width: 414px) {
.callout .lead {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    padding: 30px 8px 0;
}

.cop-logo {
	margin-top:-1%;
	margin-left:-6.5%;
}
.footer-links {
	margin-top:-12.5%;
	margin-right:-6.5%;
}
}
@media (max-width: 395px) {
.home-text-wrapper {
	margin-top: 8em;
	margin-left: -1.5%;
	display: table;
	width: 100%;
	height: 100%;
	max-width: 800px;
	position: relative;
	text-align: left;
	z-index: 11;
}

.cop-logo {
	margin-top:-2%;
	margin-left:-7%;
}
.footer-links {
	text-align:left;
	margin-top:-2%;
	margin-left:-7%;
}
.list-inline>li{
	padding-right:3px;padding-left:3px}
}
@media (max-width: 370px) {

.topbar .text-left { 
	display: none;
}
.topbar .text-right {
        margin-top:-0.8em;
		margin-bottom:-2em;
    }

}
@media (max-width: 360px) {
	.home-text-wrapper {
	margin-top: 7em;
}
}

@media (max-width: 320px) {
	.cop-logo {
	margin-top:-3%;
	margin-left:-9%;
}
.footer-links {
	text-align:left;
	margin-top:-3%;
	margin-left:-9%;
}
	.home-text-wrapper {
	margin-top: 6em;
}
}

@media (max-width: 270px) {
	.cop-logo {
	margin-top:-3%;
	margin-left:-11%;
}
.footer-links {
	text-align:left;
	margin-top:-3%;
	margin-left:-11%;
}

}

	
/* Home Message
================================================== */

@media (min-width: 240px) {
 	.home-message h1 {
	margin-top: 0.1em;
	font-size: 30px;
	color: #ffffff;
	padding: 0;
	font-weight: 700;
	line-height: 1.2em;
	font-family: 'Raleway', Helvetica, sans-serif;
	
}

.home-message small {
	color: #FFF;
	font-size: 16px;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-style: normal;
	display: block;
	padding: 0;
	margin: 20px 0 5px 0;
	line-height: 1.2em;
}
.event-title.tagline-message h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2em;
	padding-top:-20px;
}
.event-title p {
    font-size: 16px;

}
.event-title.tagline-message {
	max-width: 100%;
	margin-top: -7em;
}
}


@media (min-width: 350px) {
 	.home-message h1 {
	margin-top: 0.1em;
	font-size: 30px;
	color: #ffffff;
	padding: 0;
	font-weight: 700;
	line-height: 1.2em;
	font-family: 'Raleway', Helvetica, sans-serif;
	
}

.home-message small {
	color: #FFF;
	font-size: 16px;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-style: normal;
	display: block;
	padding: 0;
	margin: 20px 0 5px 0;
	line-height: 1.2em;
}
.event-title.tagline-message h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2em;
	padding-top:-20px;
}
.event-title p {
    font-size: 16px;

}
.event-title.tagline-message {
	max-width: 100%;
	margin-top: -5em;
}
}

@media (min-width: 420px) {
 	.home-message h1 {
	margin-top: -0.1em;
	font-size: 34px;
	color: #ffffff;
	padding: 0;
	font-weight: 700;
	line-height: 1.2em;
	font-family: 'Raleway', Helvetica, sans-serif;	
}

.home-message small {
	color: #FFF;
	font-size: 18px;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-style: normal;
	display: block;
	padding: 0;
	margin: 20px 0 5px 0;
	line-height: 1.2em;
}
.event-title.tagline-message {
	max-width: 100%;
	margin-top: -4.25em;
}
.event-title.tagline-message h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2em;
}
.event-title p {
    font-size: 18px;
}
}
@media (min-width: 480px) {
.event-title.tagline-message {
	max-width: 100%;
	margin-top: -5.25em;
}
}
@media (min-width: 560px) {
 	.home-message h1 {
	margin-top: 1.3em;
	font-size: 34px;
	color: #ffffff;
	padding: 0;
	font-weight: 700;
	line-height: 1.2em;
	font-family: 'Raleway', Helvetica, sans-serif;
	
}

.home-message small {
	color: #FFF;
	font-size: 19px;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-style: normal;
	display: block;
	padding: 0;
	margin: 20px 0 5px 0;
	line-height: 1.2em;
}
.event-title.tagline-message {
	max-width: 95%;
	margin-top: -5em;
}
.event-title.tagline-message h3 {
	font-size: 34px;
	font-weight: 500;
	line-height: 1.2em;
}
.event-title p {
    font-size: 19px;
}

}

@media (min-width: 640px) {
 	.home-message h1 {
	margin-top: 1.3em;
	font-size: 36px;
	color: #ffffff;
	padding: 0;
	font-weight: 700;
	line-height: 1.2em;
	font-family: 'Raleway', Helvetica, sans-serif;
	
}

.home-message small {
	color: #FFF;
	font-size: 20px;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-style: normal;
	display: block;
	padding: 0;
	margin: 20px 0 5px 0;
	line-height: 1.2em;
}
.event-title.tagline-message {
	max-width: 95%;
	margin-top: -4.5em;
}
.event-title.tagline-message h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2em;
}
.event-title p {
    font-size: 20px;
}

}
@media (min-width: 700px) {
.event-title.tagline-message {
	max-width: 95%;
	margin-top: -6.5em;
}

}


@media (min-width:768px){
	.container{width:750px}
	.home-message h1 {
	margin-top: 1.3em;
	font-size: 38px;
	color: #ffffff;
	padding: 0;
	font-weight: 700;
	line-height: 1.2em;
	font-family: 'Raleway', Helvetica, sans-serif;
	
}

.home-message small {
	color: #FFF;
	font-size: 20px;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-style: normal;
	display: block;
	padding: 0;
	margin: 20px 0 5px 0;
	line-height: 1.2em;
}
.event-title.tagline-message h3 {
	font-size: 38px;
	font-weight: 500;
	line-height: 1.2em;
}
.event-title p {
    font-size: 20px;

}
.event-title.tagline-message {
    max-width: 450px;
	margin-top: -7em;
}

	}

@media (min-width:992px){
	.container{width:970px}
	 .home-message h1 {
	margin-top: 1.3em;
	font-size: 40px;
	color: #ffffff;
	padding: 0;
	font-weight: 700;
	line-height: 1.2em;
	font-family: 'Raleway', Helvetica, sans-serif;
	
}

.home-message small {
	color: #FFF;
	font-size: 20px;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-style: normal;
	display: block;
	padding: 0;
	margin: 20px 0 5px 0;
	line-height: 1.2em;
}
	.section.db.top {
	padding: 2rem 0;
}

.event-title.tagline-message h3 {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2em;
}
.event-title p {
    font-size: 20px;
}

	}
	
	@media (min-width: 992px) {
    .yamm-fw {
        position: relative;
    }
    .hassubmenu:hover>ul,
    .yamm-fw:hover>ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .hassubmenu ul,
    .navbar-nav .yamm-fw ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }
    .yamm-fw .dropdown-menu {
        min-width: 240px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .hassubmenu>ul,
    .yamm-fw>ul {
        position: absolute;
        top: 160%;
        visibility: hidden;
        display: block;
        opacity: 0;
    }
    .yamm-fw>ul li {
        position: relative;
    }
    .yamm-fw>ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
}

@media (min-width:1200px){
	.container{width:1170px}
	.home-message h1 {
	margin-top: 1.3em;
	font-size: 45px;
	color: #ffffff;
	padding: 0;
	font-weight: 700;
	line-height: 1.2em;
	font-family: 'Raleway', Helvetica, sans-serif;
	
}

.home-message small {
	color: #FFF;
	font-size: 20px;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-style: normal;
	display: block;
	padding: 0;
	margin: 20px 0 5px 0;
	line-height: 1.2em;
}
	.section.db.top {
	padding: 2.5rem 0;
}

	.event-title.tagline-message {
    max-width: 600px;
	margin-top: -6em;
}

.event-title.tagline-message h3 {
	font-size: 45px;
	font-weight: 500;
	line-height: 1.2em;
}
.event-title p {
    font-size: 20px;

}

	}

@media (min-width:1420px){
	.container{width:1390px}
	.home-message h1 {
	margin-top: 1.3em;
	font-size: 49px;
	color: #ffffff;
	padding: 0;
	font-weight: 500;
	line-height: 1.2em;
	font-family: 'Raleway', Helvetica, sans-serif;	
}

.home-message small {
	color: #FFF;
	font-size: 20px;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-style: normal;
	display: block;
	padding: 0;
	margin: 20px 0 5px 0;
	line-height: 1.2em;
}
	.event-title.tagline-message {
    max-width: 750px;
	margin-top: -6em;
}

.event-title.tagline-message h3 {
	font-size: 49px;
	font-weight: 500;
	line-height: 1.2em;
}

.event-title p {
    font-size: 20px;
	color:#FFF;
}
	
	
	}

@media (min-width:1580px){
	.container{width:1500px}
	.home-message h1 {
	margin-top: 1.3em;
	font-size: 54px;
	color: #ffffff;
	padding: 0;
	font-weight: 500;
	line-height: 1.2em;
	font-family: 'Raleway', Helvetica, sans-serif;
	
}

.home-message small {
	color: #FFF;
	font-size: 21px;
	font-family: 'Raleway', Helvetica, sans-serif;
	font-style: normal;
	display: block;
	padding: 0;
	margin: 20px 0 5px 0;
	line-height: 1.2em;
}

.event-title.tagline-message h3 {
	font-size: 54px;
	font-weight: 500;
	line-height: 1.2em;
}


	}
	
	
/* Image Block
================================================== */

.image-block{
	background: #000000;
}

.img-block-right{
	padding-right: 140px;
}

.img-block-head h2{
	font-size: 18px;
	line-height: normal;
	margin: 5px 0 0 0;
}

.img-block-head h3{
	font-size: 40px;
	line-height: 100%;
	padding-bottom: 10px;
}
.img-block-head p{
	font-size: 18px;
	line-height: 1.6em;
}

.img-block-head2{
	margin-bottom: 30px;
}

.img-block-head2 h3{
	font-size: 34px;
	line-height: 100%;
	margin-top: 5px;
}
.img-block-head2 p{
	font-size: 20px;
	margin-top: 20px;
}
.img-block-head3{
	margin-bottom: 30px;
}

.img-block-head3 h3{
	font-size: 34px;
	line-height: 100%;
	margin-top: 5px;
}
.img-block-head3 p{
	font-size: 20px;
	margin-top: 20px;
}

.image-block-content{
	padding: 0 50px;
	margin-bottom: 30px;
}

.image-block-content .feature-icon{
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
}

.image-block-content .feature-content{
	padding-left: 85px;
}

.image-block-content .feature-content h3{
	margin-bottom: 0;
}

.no-padding{
	padding: 0;
}

.ts-padding {
  padding: 40px 15px 5px 15px;
}
.ts-padding2 {
  padding: 40px 50px 5px 50px;
}
.img-block-head {
    margin-top: -1em;	
}
.top-image {
 height:480px;
 background:url(images/webdesign-jakarta.jpg) 50% 50% / cover no-repeat;
 
}
.top-image2 {
 height:480px;
 background:url(images/jasapembuatanwebsite.jpg) 50% 50% / cover no-repeat;
}
.top-image2a {
 height:480px;
 background:url(images/jasapembuatanwebsite.jpg) 50% 50% / cover no-repeat;
 margin-top: 1em;
}
.top-image3 {
 height:380px;
 background:url(images/jasapembuatanwebsitegryaweb.jpg) 50% 50% / cover no-repeat;
  margin-top: 3em;
  text-align:center;
}
.top-image4 {
 height:380px;
 background:url(images/jasadesaingrafis.jpg) 50% 50% / cover no-repeat;
  margin-top: 3em;
}
.top-image5 {
 height: 380px;
 background:url(images/jasadesainlogo.jpg) 50% 50% / cover no-repeat;
 margin-top: 3em;
}
.top-image6 {
 height:380px;
 background:url(images/jasakontenwebsite.jpg) 50% 50% / cover no-repeat;
 margin-top: 3em;
}
.top-image7 {
 height:380px;
 background:url(images/jasapenerjemahwebsite.jpg) 50% 50% / cover no-repeat;
 margin-top: 3em;
}
@media (max-width: 1580px) {
.top-image {
 height:500px;
 
}

}

@media (max-width: 1420px) {
.img-block-head {
    margin-top: -1em;	
	margin-left:-5px;
}

.top-image {
 height:510px;
 
}
.top-image2a {
 height:400px;
 margin-top: 3.5em;

}
.top-image3 {
 height:330px;
 background:url(images/jasapembuatanwebsitegryaweb.jpg) 50% 50% / cover no-repeat;
 margin-top: 9em;
 
}
.top-image4 {
 height:330px;
 background:url(images/jasadesaingrafis.jpg) 50% 50% / cover no-repeat;
 margin-top: 9em;
}
.top-image5 {
 height:330px;
 background:url(images/jasadesainlogo.jpg) 50% 50% / cover no-repeat;
 margin-top: 9em;
}
.top-image6 {
 height:330px;
 background:url(images/jasakontenwebsite.jpg) 50% 50% / cover no-repeat;
 margin-top: 9em;
}
.top-image7 {
 height:330px;
 background:url(images/jasapenerjemahwebsite.jpg) 50% 50% / cover no-repeat;
 margin-top: 9em;
}
}

@media (max-width: 1360px) {
.img-block-head h3{
	font-size: 39px;
	line-height: 100%;
}

.img-block-head {
    margin-top: -1.5em;	
	margin-left:-10px;
}
.img-block-head2 p{
	font-size: 18px;
	margin-top: 18px;
}
.img-block-head3 p{
	font-size: 18px;
	margin-top: 18px;
}
.top-image {
 height:505px;
}
.top-image2a {
 height:390px;
 margin-left: 50px;
 margin-right: -50px;
 margin-top: 3.5em;
}
.top-image3 {
 height:330px;
 background:url(images/jasapembuatanwebsitegryaweb.jpg) 50% 50% / cover no-repeat;
 margin-top: 7em;
}
.top-image4 {
 height:330px;
 background:url(images/jasadesaingrafis.jpg) 50% 50% / cover no-repeat;
 margin-top: 7em;
}
.top-image5 {
 height:330px;
 background:url(images/jasadesainlogo.jpg) 50% 50% / cover no-repeat;
 margin-top: 7em;
}
.top-image6 {
 height:330px;
 background:url(images/jasakontenwebsite.jpg) 50% 50% / cover no-repeat;
 margin-top: 7em;
}
.top-image7 {
 height:330px;
 background:url(images/jasapenerjemahwebsite.jpg) 50% 50% / cover no-repeat;
 margin-top: 7em;
}
}


@media (max-width: 1280px) {
.img-block-head h3{
	font-size: 38px;
	line-height: 100%;
}

.img-block-head {
    margin-top: -1.6em;	
	margin-left:-20px;
}
.top-image {
 height:515px;
 
}

.top-image2 {
 height:410px;
 background:url(images/jasapembuatanwebsite.jpg) 50% 50% / cover no-repeat;
 margin-top: 4em;
}
.top-image2a {
 height:380px;
 margin-top: 4em;

}
.top-image3 {
 height:310px;
 background:url(images/jasapembuatanwebsitegryaweb.jpg) 50% 50% / cover no-repeat;
 margin-top: 7em;
}
.top-image4 {
 height:310px;
 background:url(images/jasadesaingrafis.jpg) 50% 50% / cover no-repeat;
 margin-top: 7em;
}
.top-image5 {
 height:310px;
 background:url(images/jasadesainlogo.jpg) 50% 50% / cover no-repeat;
 margin-top: 7em;
}
.top-image6 {
 height:310px;
 background:url(images/jasakontenwebsite.jpg) 50% 50% / cover no-repeat;
 margin-top: 7em;
}
.top-image7 {
 height:310px;
 background:url(images/jasapenerjemahwebsite.jpg) 50% 50% / cover no-repeat;
 margin-top: 7em;
}
}
@media (max-width: 1200px) {
.top-image2a {
 height:360px;
 margin-left: 55px;
 margin-right: -55px;
 margin-top: 5em;
}
.top-image2a {
 height:330px;
 margin-top: 6em;
}
 .top-image3 {
 height:275px;
 background:url(images/jasapembuatanwebsitegryaweb.jpg) 50% 50% / cover no-repeat;
 margin-top: 9em;
}
.top-image4 {
 height:275px;
 background:url(images/jasadesaingrafis.jpg) 50% 50% / cover no-repeat;
 margin-top: 9em;
}
.top-image5 {
 height:275px;
 background:url(images/jasadesainlogo.jpg) 50% 50% / cover no-repeat;
 margin-top: 9em;
}
.top-image6 {
 height:275px;
 background:url(images/jasakontenwebsite.jpg) 50% 50% / cover no-repeat;
 margin-top: 9em;
}
.top-image7 {
 height:275px;
 background:url(images/jasapenerjemahwebsite.jpg) 50% 50% / cover no-repeat;
 margin-top: 9em;
}
}
@media (max-width: 1170px) {
.img-block-head h3{
	font-size: 32px;
	line-height: 100%;
}

.img-block-head {
    margin-top: -1.8em;	
	margin-left:-20px;
}
.top-image {
 height:500px;
 background:url(images/webdesign-jakarta2.jpg) 50% 50% / cover no-repeat;
}
.top-image2a {
 height:320px;
 margin-left: 20px;
 margin-right: -20px;
 margin-top: 10em;
}
.top-image3 {
 height:260px;
 background:url(images/jasapembuatanwebsitegryaweb.jpg) 50% 50% / cover no-repeat;
 margin-top: 10em;
}
.top-image4 {
 height:260px;
 background:url(images/jasadesaingrafis.jpg) 50% 50% / cover no-repeat;
 margin-top: 10em;
}
.top-image5 {
 height:260px;
 background:url(images/jasadesainlogo.jpg) 50% 50% / cover no-repeat;
 margin-top: 10em;
}
.top-image6 {
 height:260px;
 background:url(images/jasakontenwebsite.jpg) 50% 50% / cover no-repeat;
 margin-top: 10em;
}
.top-image7 {
 height:260px;
 background:url(images/jasapenerjemahwebsite.jpg) 50% 50% / cover no-repeat;
 margin-top: 10em;
}
}
@media (max-width: 1080px) {
.top-image {
 height:530px;
 background:url(images/webdesign-jakarta2.jpg) 50% 50% / cover no-repeat;
}
.img-block-head {
    margin-top: -1em;	
	margin-left:-32px;
}

}
@media (max-width: 1000px) {
.top-image {
 height:570px;
}
.top-image3 {
 margin-top: 9em;
}
.top-image4 {
 margin-top: 9em;
}
.top-image5 {
 margin-top: 9em;
}
.top-image6 {
 margin-top: 9em;
}
.top-image7 {
 margin-top: 9em;
}
.ts-padding{
  padding: 40px 25px 5px 25px;
}
}
@media (max-width: 900px) {
.img-block-head h3{
	font-size: 30px;
	line-height: 100%;
}
.img-block-head p{
	font-size: 17px;
}
.top-image {
 height:600px;
}
.ts-padding{
  padding: 40px 30px 5px 30px;
}
}
@media (max-width: 480px) {
.img-block-head h3{
	font-size: 27px;
	line-height: 100%;
}
.img-block-head2{
	margin-left: 0px;
	margin-bottom: 0px;
}
.img-block-head2 h3{
	font-size: 27px;
	margin-left: -20px;
}
.img-block-head2 p{
	font-size: 18px;
	margin-left: -20px;
}
.img-block-head3{
	margin-left: 0px;
	margin-bottom: 0px;
}
.img-block-head3 h3{
	font-size: 27px;
	margin-left: -20px;
}
.img-block-head3 p{
	font-size: 18px;
	margin-left: -20px;
}
.ts-padding{
  padding: 40px 50px 5px 50px;
}
}


/* :: 09.0 Portfolio CSS */
.uza-portfolio-area {
  position: relative;
  z-index: 1;
  padding-left: 3%;
  padding-right: 3%; }
  .uza-portfolio-area .portfolio-bg-curve {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: auto;
    width: auto; }

.single-portfolio-slide {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  
  .single-portfolio-slide img {
    position: relative;
    z-index: 1;
    width: 100%; }
  .single-portfolio-slide .overlay-effect {
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	background-color: rgba(0,0,0,0.9);
	padding: 40px 30px;
	opacity: 0;
	visibility: hidden;
}
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-portfolio-slide .overlay-effect {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-portfolio-slide .overlay-effect {
        padding: 50px; margin-top: 2em; }
		 }
    .single-portfolio-slide .overlay-effect h4 {
	display: block;
	margin-bottom: 15px;
	font-weight: 600;
}
      @media only screen and (max-width: 767px) {
        .single-portfolio-slide .overlay-effect h4 {
          margin-bottom: 10px;
          font-size: 20px; } }
    .single-portfolio-slide .overlay-effect p {
      margin-bottom: 0;
      line-height: 1.6; }
      @media only screen and (max-width: 767px) {
        .single-portfolio-slide .overlay-effect p {
          font-size: 15px; } }
  .single-portfolio-slide .view-more-btn a {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 100;
    text-align: center;
    line-height: 65px;
    font-size: 24px;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-portfolio-slide .view-more-btn a {
        bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 767px) {
      .single-portfolio-slide .view-more-btn a {
        bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 45px; } }
    .single-portfolio-slide .view-more-btn a:focus, .single-portfolio-slide .view-more-btn a:hover {
      background-color: #1583e9;
      color: #ffffff; }
  .single-portfolio-slide:focus, .single-portfolio-slide:hover {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15); }
    .single-portfolio-slide:focus .overlay-effect, .single-portfolio-slide:hover .overlay-effect {
      opacity: 1;
      visibility: visible; }
    .single-portfolio-slide:focus .view-more-btn a, .single-portfolio-slide:hover .view-more-btn a {
      right: 40px;
      opacity: 1;
      visibility: visible; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-portfolio-slide:focus .view-more-btn a, .single-portfolio-slide:hover .view-more-btn a {
          right: 30px; } }


.portfolio-sildes {
  position: relative;
  z-index: 1; }
  .portfolio-sildes .owl-dots {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .portfolio-sildes .owl-dots .owl-dot {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
      flex: 0 0 8px;
      max-width: 8px;
      margin: 0 5px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #e7f2fd; }
      .portfolio-sildes .owl-dots .owl-dot.active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
        flex: 0 0 38px;
        max-width: 38px;
        width: 38px;
        border-radius: 15px;
        background-color: #1583e9; }

.portfolio-menu {
  position: relative;
  z-index: 1; }
  .portfolio-menu button {
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    color: #a6a6a6;
    font-size: 22px;
    margin: 0 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .portfolio-menu button {
        font-size: 20px; }
		 }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .portfolio-menu button {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .portfolio-menu button {
        font-size: 16px;
        margin: 0 10px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .portfolio-menu button {
        font-size: 14px;
        margin: 0 5px; } }
    .portfolio-menu button.active, .portfolio-menu button:hover {
      color: #303030; }
    .portfolio-menu button:focus {
      box-shadow: none; }

.single-portfolio-item .single-portfolio-slide {
  margin-right: 10px;
  margin-left: 10px; }

.portfolio-details-text {
  position: relative;
  z-index: 1; }
  .portfolio-details-text h2 {
    font-size: 36px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .portfolio-details-text h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .portfolio-details-text h2 {
        font-size: 24px; } }
  .portfolio-details-text h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #1583e9;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 400; }
  .portfolio-details-text p {
    margin-bottom: 0; }

.portfolio-meta h6 {
  color: #707070;
  margin-bottom: 10px;
  font-weight: 400; }
  @media only screen and (min-width: 240px) {
  .portfolio-sildes {
  margin-bottom:-3.5em;}}
  
      @media only screen and (min-width: 490px) {
  .portfolio-sildes {
  margin-bottom:1em;}}
    
      @media only screen and (min-width: 993px) {
  .portfolio-sildes {
  margin-bottom:-2em;}}
.portfolio-social-info p {
  margin-bottom: 0;
  margin-right: 15px; }
.portfolio-social-info a {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px; }
  .portfolio-social-info a:last-child {
    margin-right: 0; }
  .portfolio-social-info a:hover, .portfolio-social-info a:focus {
    color: #1583e9; }

.portfolio-pager {
  position: relative;
  z-index: 1; }
  .portfolio-pager a {
    display: inline-block;
    color: #707070; }
    .portfolio-pager a:nth-child(2) {
      color: #a6a6a6; }
    .portfolio-pager a:hover, .portfolio-pager a:focus {
      color: #1583e9; }
    @media only screen and (max-width: 767px) {
      .portfolio-pager a {
        font-size: 12px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .portfolio-pager a {
        font-size: 16px; } }

/*Project Area*/
@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIconsd41d.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
	content: "\21";
}
.arrow_down:before {
	content: "\22";
}
.arrow_left:before {
	content: "\23";
}
.arrow_right:before {
	content: "\24";
}
.arrow_left-up:before {
	content: "\25";
}
.arrow_right-up:before {
	content: "\26";
}
.arrow_right-down:before {
	content: "\27";
}
.arrow_left-down:before {
	content: "\28";
}
.arrow-up-down:before {
	content: "\29";
}
.arrow_up-down_alt:before {
	content: "\2a";
}
.arrow_left-right_alt:before {
	content: "\2b";
}
.arrow_left-right:before {
	content: "\2c";
}
.arrow_expand_alt2:before {
	content: "\2d";
}
.arrow_expand_alt:before {
	content: "\2e";
}
.arrow_condense:before {
	content: "\2f";
}
.arrow_expand:before {
	content: "\30";
}
.arrow_move:before {
	content: "\31";
}
.arrow_carrot-up:before {
	content: "\32";
}
.arrow_carrot-down:before {
	content: "\33";
}
.arrow_carrot-left:before {
	content: "\34";
}
.arrow_carrot-right:before {
	content: "\35";
}
.arrow_carrot-2up:before {
	content: "\36";
}
.arrow_carrot-2down:before {
	content: "\37";
}
.arrow_carrot-2left:before {
	content: "\38";
}
.arrow_carrot-2right:before {
	content: "\39";
}
.arrow_carrot-up_alt2:before {
	content: "\3a";
}
.arrow_carrot-down_alt2:before {
	content: "\3b";
}
.arrow_carrot-left_alt2:before {
	content: "\3c";
}
.arrow_carrot-right_alt2:before {
	content: "\3d";
}
.arrow_carrot-2up_alt2:before {
	content: "\3e";
}
.arrow_carrot-2down_alt2:before {
	content: "\3f";
}
.arrow_carrot-2left_alt2:before {
	content: "\40";
}
.arrow_carrot-2right_alt2:before {
	content: "\41";
}
.arrow_triangle-up:before {
	content: "\42";
}
.arrow_triangle-down:before {
	content: "\43";
}
.arrow_triangle-left:before {
	content: "\44";
}
.arrow_triangle-right:before {
	content: "\45";
}
.arrow_triangle-up_alt2:before {
	content: "\46";
}
.arrow_triangle-down_alt2:before {
	content: "\47";
}
.arrow_triangle-left_alt2:before {
	content: "\48";
}
.arrow_triangle-right_alt2:before {
	content: "\49";
}
.arrow_back:before {
	content: "\4a";
}
.icon_minus-06:before {
	content: "\4b";
}
.icon_plus:before {
	content: "\4c";
}
.icon_close:before {
	content: "\4d";
}
.icon_check:before {
	content: "\4e";
}
.icon_minus_alt2:before {
	content: "\4f";
}
.icon_plus_alt2:before {
	content: "\50";
}
.icon_close_alt2:before {
	content: "\51";
}
.icon_check_alt2:before {
	content: "\52";
}
.icon_zoom-out_alt:before {
	content: "\53";
}
.icon_zoom-in_alt:before {
	content: "\54";
}
.icon_search:before {
	content: "\55";
}
.icon_box-empty:before {
	content: "\56";
}
.icon_box-selected:before {
	content: "\57";
}
.icon_minus-box:before {
	content: "\58";
}
.icon_plus-box:before {
	content: "\59";
}
.icon_box-checked:before {
	content: "\5a";
}
.icon_circle-empty:before {
	content: "\5b";
}
.icon_circle-slelected:before {
	content: "\5c";
}
.icon_stop_alt2:before {
	content: "\5d";
}
.icon_stop:before {
	content: "\5e";
}
.icon_pause_alt2:before {
	content: "\5f";
}
.icon_pause:before {
	content: "\60";
}
.icon_menu:before {
	content: "\61";
}
.icon_menu-square_alt2:before {
	content: "\62";
}
.icon_menu-circle_alt2:before {
	content: "\63";
}
.icon_ul:before {
	content: "\64";
}
.icon_ol:before {
	content: "\65";
}
.icon_adjust-horiz:before {
	content: "\66";
}
.icon_adjust-vert:before {
	content: "\67";
}
.icon_document_alt:before {
	content: "\68";
}
.icon_documents_alt:before {
	content: "\69";
}
.icon_pencil:before {
	content: "\6a";
}
.icon_pencil-edit_alt:before {
	content: "\6b";
}
.icon_pencil-edit:before {
	content: "\6c";
}
.icon_folder-alt:before {
	content: "\6d";
}
.icon_folder-open_alt:before {
	content: "\6e";
}
.icon_folder-add_alt:before {
	content: "\6f";
}
.icon_info_alt:before {
	content: "\70";
}
.icon_error-oct_alt:before {
	content: "\71";
}
.icon_error-circle_alt:before {
	content: "\72";
}
.icon_error-triangle_alt:before {
	content: "\73";
}
.icon_question_alt2:before {
	content: "\74";
}
.icon_question:before {
	content: "\75";
}
.icon_comment_alt:before {
	content: "\76";
}
.icon_chat_alt:before {
	content: "\77";
}
.icon_vol-mute_alt:before {
	content: "\78";
}
.icon_volume-low_alt:before {
	content: "\79";
}
.icon_volume-high_alt:before {
	content: "\7a";
}
.icon_quotations:before {
	content: "\7b";
}
.icon_quotations_alt2:before {
	content: "\7c";
}
.icon_clock_alt:before {
	content: "\7d";
}
.icon_lock_alt:before {
	content: "\7e";
}
.icon_lock-open_alt:before {
	content: "\e000";
}
.icon_key_alt:before {
	content: "\e001";
}
.icon_cloud_alt:before {
	content: "\e002";
}
.icon_cloud-upload_alt:before {
	content: "\e003";
}
.icon_cloud-download_alt:before {
	content: "\e004";
}
.icon_image:before {
	content: "\e005";
}
.icon_images:before {
	content: "\e006";
}
.icon_lightbulb_alt:before {
	content: "\e007";
}
.icon_gift_alt:before {
	content: "\e008";
}
.icon_house_alt:before {
	content: "\e009";
}
.icon_genius:before {
	content: "\e00a";
}
.icon_mobile:before {
	content: "\e00b";
}
.icon_tablet:before {
	content: "\e00c";
}
.icon_laptop:before {
	content: "\e00d";
}
.icon_desktop:before {
	content: "\e00e";
}
.icon_camera_alt:before {
	content: "\e00f";
}
.icon_mail_alt:before {
	content: "\e010";
}
.icon_cone_alt:before {
	content: "\e011";
}
.icon_ribbon_alt:before {
	content: "\e012";
}
.icon_bag_alt:before {
	content: "\e013";
}
.icon_creditcard:before {
	content: "\e014";
}
.icon_cart_alt:before {
	content: "\e015";
}
.icon_paperclip:before {
	content: "\e016";
}
.icon_tag_alt:before {
	content: "\e017";
}
.icon_tags_alt:before {
	content: "\e018";
}
.icon_trash_alt:before {
	content: "\e019";
}
.icon_cursor_alt:before {
	content: "\e01a";
}
.icon_mic_alt:before {
	content: "\e01b";
}
.icon_compass_alt:before {
	content: "\e01c";
}
.icon_pin_alt:before {
	content: "\e01d";
}
.icon_pushpin_alt:before {
	content: "\e01e";
}
.icon_map_alt:before {
	content: "\e01f";
}
.icon_drawer_alt:before {
	content: "\e020";
}
.icon_toolbox_alt:before {
	content: "\e021";
}
.icon_book_alt:before {
	content: "\e022";
}
.icon_calendar:before {
	content: "\e023";
}
.icon_film:before {
	content: "\e024";
}
.icon_table:before {
	content: "\e025";
}
.icon_contacts_alt:before {
	content: "\e026";
}
.icon_headphones:before {
	content: "\e027";
}
.icon_lifesaver:before {
	content: "\e028";
}
.icon_piechart:before {
	content: "\e029";
}
.icon_refresh:before {
	content: "\e02a";
}
.icon_link_alt:before {
	content: "\e02b";
}
.icon_link:before {
	content: "\e02c";
}
.icon_loading:before {
	content: "\e02d";
}
.icon_blocked:before {
	content: "\e02e";
}
.icon_archive_alt:before {
	content: "\e02f";
}
.icon_heart_alt:before {
	content: "\e030";
}
.icon_star_alt:before {
	content: "\e031";
}
.icon_star-half_alt:before {
	content: "\e032";
}
.icon_star:before {
	content: "\e033";
}
.icon_star-half:before {
	content: "\e034";
}
.icon_tools:before {
	content: "\e035";
}
.icon_tool:before {
	content: "\e036";
}
.icon_cog:before {
	content: "\e037";
}
.icon_cogs:before {
	content: "\e038";
}
.arrow_up_alt:before {
	content: "\e039";
}
.arrow_down_alt:before {
	content: "\e03a";
}
.arrow_left_alt:before {
	content: "\e03b";
}
.arrow_right_alt:before {
	content: "\e03c";
}
.arrow_left-up_alt:before {
	content: "\e03d";
}
.arrow_right-up_alt:before {
	content: "\e03e";
}
.arrow_right-down_alt:before {
	content: "\e03f";
}
.arrow_left-down_alt:before {
	content: "\e040";
}
.arrow_condense_alt:before {
	content: "\e041";
}
.arrow_expand_alt3:before {
	content: "\e042";
}
.arrow_carrot_up_alt:before {
	content: "\e043";
}
.arrow_carrot-down_alt:before {
	content: "\e044";
}
.arrow_carrot-left_alt:before {
	content: "\e045";
}
.arrow_carrot-right_alt:before {
	content: "\e046";
}
.arrow_carrot-2up_alt:before {
	content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
	content: "\e048";
}
.arrow_carrot-2left_alt:before {
	content: "\e049";
}
.arrow_carrot-2right_alt:before {
	content: "\e04a";
}
.arrow_triangle-up_alt:before {
	content: "\e04b";
}
.arrow_triangle-down_alt:before {
	content: "\e04c";
}
.arrow_triangle-left_alt:before {
	content: "\e04d";
}
.arrow_triangle-right_alt:before {
	content: "\e04e";
}
.icon_minus_alt:before {
	content: "\e04f";
}
.icon_plus_alt:before {
	content: "\e050";
}
.icon_close_alt:before {
	content: "\e051";
}
.icon_check_alt:before {
	content: "\e052";
}
.icon_zoom-out:before {
	content: "\e053";
}
.icon_zoom-in:before {
	content: "\e054";
}
.icon_stop_alt:before {
	content: "\e055";
}
.icon_menu-square_alt:before {
	content: "\e056";
}
.icon_menu-circle_alt:before {
	content: "\e057";
}
.icon_document:before {
	content: "\e058";
}
.icon_documents:before {
	content: "\e059";
}
.icon_pencil_alt:before {
	content: "\e05a";
}
.icon_folder:before {
	content: "\e05b";
}
.icon_folder-open:before {
	content: "\e05c";
}
.icon_folder-add:before {
	content: "\e05d";
}
.icon_folder_upload:before {
	content: "\e05e";
}
.icon_folder_download:before {
	content: "\e05f";
}
.icon_info:before {
	content: "\e060";
}
.icon_error-circle:before {
	content: "\e061";
}
.icon_error-oct:before {
	content: "\e062";
}
.icon_error-triangle:before {
	content: "\e063";
}
.icon_question_alt:before {
	content: "\e064";
}
.icon_comment:before {
	content: "\e065";
}
.icon_chat:before {
	content: "\e066";
}
.icon_vol-mute:before {
	content: "\e067";
}
.icon_volume-low:before {
	content: "\e068";
}
.icon_volume-high:before {
	content: "\e069";
}
.icon_quotations_alt:before {
	content: "\e06a";
}
.icon_clock:before {
	content: "\e06b";
}
.icon_lock:before {
	content: "\e06c";
}
.icon_lock-open:before {
	content: "\e06d";
}
.icon_key:before {
	content: "\e06e";
}
.icon_cloud:before {
	content: "\e06f";
}
.icon_cloud-upload:before {
	content: "\e070";
}
.icon_cloud-download:before {
	content: "\e071";
}
.icon_lightbulb:before {
	content: "\e072";
}
.icon_gift:before {
	content: "\e073";
}
.icon_house:before {
	content: "\e074";
}
.icon_camera:before {
	content: "\e075";
}
.icon_mail:before {
	content: "\e076";
}
.icon_cone:before {
	content: "\e077";
}
.icon_ribbon:before {
	content: "\e078";
}
.icon_bag:before {
	content: "\e079";
}
.icon_cart:before {
	content: "\e07a";
}
.icon_tag:before {
	content: "\e07b";
}
.icon_tags:before {
	content: "\e07c";
}
.icon_trash:before {
	content: "\e07d";
}
.icon_cursor:before {
	content: "\e07e";
}
.icon_mic:before {
	content: "\e07f";
}
.icon_compass:before {
	content: "\e080";
}
.icon_pin:before {
	content: "\e081";
}
.icon_pushpin:before {
	content: "\e082";
}
.icon_map:before {
	content: "\e083";
}
.icon_drawer:before {
	content: "\e084";
}
.icon_toolbox:before {
	content: "\e085";
}
.icon_book:before {
	content: "\e086";
}
.icon_contacts:before {
	content: "\e087";
}
.icon_archive:before {
	content: "\e088";
}
.icon_heart:before {
	content: "\e089";
}
.icon_profile:before {
	content: "\e08a";
}
.icon_group:before {
	content: "\e08b";
}
.icon_grid-2x2:before {
	content: "\e08c";
}
.icon_grid-3x3:before {
	content: "\e08d";
}
.icon_music:before {
	content: "\e08e";
}
.icon_pause_alt:before {
	content: "\e08f";
}
.icon_phone:before {
	content: "\e090";
}
.icon_upload:before {
	content: "\e091";
}
.icon_download:before {
	content: "\e092";
}
.social_facebook:before {
	content: "\e093";
}
.social_twitter:before {
	content: "\e094";
}
.social_pinterest:before {
	content: "\e095";
}
.social_googleplus:before {
	content: "\e096";
}
.social_tumblr:before {
	content: "\e097";
}
.social_tumbleupon:before {
	content: "\e098";
}
.social_wordpress:before {
	content: "\e099";
}
.social_instagram:before {
	content: "\e09a";
}
.social_dribbble:before {
	content: "\e09b";
}
.social_vimeo:before {
	content: "\e09c";
}
.social_linkedin:before {
	content: "\e09d";
}
.social_rss:before {
	content: "\e09e";
}
.social_deviantart:before {
	content: "\e09f";
}
.social_share:before {
	content: "\e0a0";
}
.social_myspace:before {
	content: "\e0a1";
}
.social_skype:before {
	content: "\e0a2";
}
.social_youtube:before {
	content: "\e0a3";
}
.social_picassa:before {
	content: "\e0a4";
}
.social_googledrive:before {
	content: "\e0a5";
}
.social_flickr:before {
	content: "\e0a6";
}
.social_blogger:before {
	content: "\e0a7";
}
.social_spotify:before {
	content: "\e0a8";
}
.social_delicious:before {
	content: "\e0a9";
}
.social_facebook_circle:before {
	content: "\e0aa";
}
.social_twitter_circle:before {
	content: "\e0ab";
}
.social_pinterest_circle:before {
	content: "\e0ac";
}
.social_googleplus_circle:before {
	content: "\e0ad";
}
.social_tumblr_circle:before {
	content: "\e0ae";
}
.social_stumbleupon_circle:before {
	content: "\e0af";
}
.social_wordpress_circle:before {
	content: "\e0b0";
}
.social_instagram_circle:before {
	content: "\e0b1";
}
.social_dribbble_circle:before {
	content: "\e0b2";
}
.social_vimeo_circle:before {
	content: "\e0b3";
}
.social_linkedin_circle:before {
	content: "\e0b4";
}
.social_rss_circle:before {
	content: "\e0b5";
}
.social_deviantart_circle:before {
	content: "\e0b6";
}
.social_share_circle:before {
	content: "\e0b7";
}
.social_myspace_circle:before {
	content: "\e0b8";
}
.social_skype_circle:before {
	content: "\e0b9";
}
.social_youtube_circle:before {
	content: "\e0ba";
}
.social_picassa_circle:before {
	content: "\e0bb";
}
.social_googledrive_alt2:before {
	content: "\e0bc";
}
.social_flickr_circle:before {
	content: "\e0bd";
}
.social_blogger_circle:before {
	content: "\e0be";
}
.social_spotify_circle:before {
	content: "\e0bf";
}
.social_delicious_circle:before {
	content: "\e0c0";
}
.social_facebook_square:before {
	content: "\e0c1";
}
.social_twitter_square:before {
	content: "\e0c2";
}
.social_pinterest_square:before {
	content: "\e0c3";
}
.social_googleplus_square:before {
	content: "\e0c4";
}
.social_tumblr_square:before {
	content: "\e0c5";
}
.social_stumbleupon_square:before {
	content: "\e0c6";
}
.social_wordpress_square:before {
	content: "\e0c7";
}
.social_instagram_square:before {
	content: "\e0c8";
}
.social_dribbble_square:before {
	content: "\e0c9";
}
.social_vimeo_square:before {
	content: "\e0ca";
}
.social_linkedin_square:before {
	content: "\e0cb";
}
.social_rss_square:before {
	content: "\e0cc";
}
.social_deviantart_square:before {
	content: "\e0cd";
}
.social_share_square:before {
	content: "\e0ce";
}
.social_myspace_square:before {
	content: "\e0cf";
}
.social_skype_square:before {
	content: "\e0d0";
}
.social_youtube_square:before {
	content: "\e0d1";
}
.social_picassa_square:before {
	content: "\e0d2";
}
.social_googledrive_square:before {
	content: "\e0d3";
}
.social_flickr_square:before {
	content: "\e0d4";
}
.social_blogger_square:before {
	content: "\e0d5";
}
.social_spotify_square:before {
	content: "\e0d6";
}
.social_delicious_square:before {
	content: "\e0d7";
}
.icon_printer:before {
	content: "\e103";
}
.icon_calulator:before {
	content: "\e0ee";
}
.icon_building:before {
	content: "\e0ef";
}
.icon_floppy:before {
	content: "\e0e8";
}
.icon_drive:before {
	content: "\e0ea";
}
.icon_search-2:before {
	content: "\e101";
}
.icon_id:before {
	content: "\e107";
}
.icon_id-2:before {
	content: "\e108";
}
.icon_puzzle:before {
	content: "\e102";
}
.icon_like:before {
	content: "\e106";
}
.icon_dislike:before {
	content: "\e0eb";
}
.icon_mug:before {
	content: "\e105";
}
.icon_currency:before {
	content: "\e0ed";
}
.icon_wallet:before {
	content: "\e100";
}
.icon_pens:before {
	content: "\e104";
}
.icon_easel:before {
	content: "\e0e9";
}
.icon_flowchart:before {
	content: "\e109";
}
.icon_datareport:before {
	content: "\e0ec";
}
.icon_briefcase:before {
	content: "\e0fe";
}
.icon_shield:before {
	content: "\e0f6";
}
.icon_percent:before {
	content: "\e0fb";
}
.icon_globe:before {
	content: "\e0e2";
}
.icon_globe-2:before {
	content: "\e0e3";
}
.icon_target:before {
	content: "\e0f5";
}
.icon_hourglass:before {
	content: "\e0e1";
}
.icon_balance:before {
	content: "\e0ff";
}
.icon_rook:before {
	content: "\e0f8";
}
.icon_printer-alt:before {
	content: "\e0fa";
}
.icon_calculator_alt:before {
	content: "\e0e7";
}
.icon_building_alt:before {
	content: "\e0fd";
}
.icon_floppy_alt:before {
	content: "\e0e4";
}
.icon_drive_alt:before {
	content: "\e0e5";
}
.icon_search_alt:before {
	content: "\e0f7";
}
.icon_id_alt:before {
	content: "\e0e0";
}
.icon_id-2_alt:before {
	content: "\e0fc";
}
.icon_puzzle_alt:before {
	content: "\e0f9";
}
.icon_like_alt:before {
	content: "\e0dd";
}
.icon_dislike_alt:before {
	content: "\e0f1";
}
.icon_mug_alt:before {
	content: "\e0dc";
}
.icon_currency_alt:before {
	content: "\e0f3";
}
.icon_wallet_alt:before {
	content: "\e0d8";
}
.icon_pens_alt:before {
	content: "\e0db";
}
.icon_easel_alt:before {
	content: "\e0f0";
}
.icon_flowchart_alt:before {
	content: "\e0df";
}
.icon_datareport_alt:before {
	content: "\e0f2";
}
.icon_briefcase_alt:before {
	content: "\e0f4";
}
.icon_shield_alt:before {
	content: "\e0d9";
}
.icon_percent_alt:before {
	content: "\e0da";
}
.icon_globe_alt:before {
	content: "\e0de";
}
.icon_clipboard:before {
	content: "\e0e6";
}


	.glyph {
		float: left;
		text-align: center;
		padding: .75em;
		margin: .4em 1.5em .75em 0;
		width: 6em;
text-shadow: none;
	}
        .glyph_big {
        font-size: 128px;
        color: #59c5dc;
        float: left;
        margin-right: 20px;
        }

        .glyph div { padding-bottom: 10px;}

	.glyph input {
		font-family: consolas, monospace;
		font-size: 12px;
		width: 100%;
		text-align: center;
		border: 0;
		box-shadow: 0 0 0 1px #ccc;
		padding: .2em;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
	}
	.centered {
		margin-left: auto;
		margin-right: auto;
	}
	.glyph .fs1 {
		font-size: 2em;
	}
/* Pricing table
================================================== */

.plan.featured .plan-price{
	background: #1e67b4;
}
.plan.featured .plan-price:after{
	border-top-color: #1e67b4;
}

.pricing{
	padding-bottom: 80px;
}

.plan {
	border: 1px solid #3A3A3A;
}

.plan-name { 
	display: block; 
	font-size: 24px; 
	line-height: 30px; 
	font-weight: 700;  
	padding: 20px 0; 
	color: #959595;
}

.plan-price { 
	font-size: 48px; 
	padding: 30px 0;
	margin-bottom: 30px;
	position: relative;
	background: #3A3A3A;
}

.plan-price:after{
	bottom: -30px;
	border: solid transparent;
	content: " ";
	position: absolute;
	border-width: 15px;
	border-top-color: #3A3A3A;
	left: 50%;
	margin-left: -16px;
}

.plan.featured .plan-name{
	color: #ffffff;
}

.plan.featured .plan-price{
	color: #fff;
}
.plan.featured .plan-price:after{

}

.plan-price .currency { 
	top: -0.9em;
	font-size: 50%;
	left: -0.01em;
	font-weight: 700;
}

.plan-name small{
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}

.plan-price strong{
	
}

.plan-price sub{
	font-size: 18px;
	font-weight: 700;
}

.plan ul {
	background: #000000;
	padding: 0;
	margin-bottom: 0;
}

.plan ul li {
	border-top: 1px solid #3A3A3A;
	padding: 12px 5px;
	font-weight: 500;
}

.plan ul li:first-child { 
	border-top: 0 !important;
}

.plan a.btn { 
	color: #323232;
	background: #000000;
	margin-top: 25px;
	margin-bottom: -20px;
	padding: 8px 30px;
}
.plan a.btn:hover{
	color: #fff;
}
.plan a{
	color: #fff;
}
.plan a:hover{
	color: #1e67b4;
}

.map {
  padding: 0;
  margin-bottom: -6px;
}

.map iframe {
  width: 100%;
  height: 380px;
}
.p-0{padding:0!important}


/*we need to style the popup with CSS so it is placed as a popup does*/
#popup {
    display:none;
    position:absolute;
    margin:0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: none;
	z-index:99999;
}
#close {
	color: #FFF;
	font-weight: 700;
	background-color: #F00;
	position: absolute;
	right: 0px;
	top: -1.5px;
	width: 28px;
	height: 28px;
	opacity: 0.7;
}
@media (max-width: 480px) {
	.popup img {
	max-width: 140%;
	margin-left:-40px;
	}
	#close {
    right: -47px;
    top: 0px;
    width: 22px;
    height: 26px;
    opacity: 0.6;
	
}
}
@media (max-width: 420px) {
	.popup img {
	max-width: 140%;
	margin-left:-40px;
	}
	#close {
    right: -35px;
    top: 0px;
    width: 20px;
    height: 24px;
    opacity: 0.6;
	
}
}

tebal {
font-weight:700;
}

