
/*=============== General Styling ===================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,300italic,400italic,700,700italic,900,900italic');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic');


html, body{
    overflow-x:hidden;
}
body{
    float:left;
    width:100%;
    font-family:Lato;
    color:#777777;
    position:relative;
}
h1,h2,h3,h4,h5,h6{
    font-family:Montserrat;
    color:#2e2e2e;
}
p{
    font-family:Lato;
    color:#666666;
    line-height:30px;
    font-size:16px;
    letter-spacing:0.4px;
}
ul li ,ul li a,
ol li,ol li a{
    font-family:Lato;
    color:#777777;
    font-size:15px;
    line-height:28px;
}
a:hover,
a:focus{
    text-decoration:none;
    outline:none;
}
.theme-layout{
    float:left;
    width:100%;
}
.theme-layout.boxed{
    background:none repeat scroll 0 0 #FFFFFF;
    float:none;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    z-index:1;
    width:1300px;
    
    -webkit-box-shadow:0 0 6px #747474;
    -moz-box-shadow:0 0 6px #747474;
    -ms-box-shadow:0 0 6px #747474;
    -o-box-shadow:0 0 6px #747474;
    box-shadow:0 0 6px #747474;
}
section{
    float:left;
    position:relative;
    width:100%;
}
.block {
    float: left;
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    width: 100%;
}
.block.curve-top::before {
    background-image: url("../images/resource/curve-bottom.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.block.curve-bottom::after {
    background-image: url("../images/resource/curve-top.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.block .container{
    padding:0;
}
.container{
    padding:0;
}
.block.remove-top{
    padding-top:0;
}
.block.no-padding{
    padding:0;
}
.block.remove-bottom{
    padding-bottom:0;
}
.block.gray,.gray{
    background-color:#f4f4f4;
}
.top-margin {
    float: left;
    margin-top: -30px;
    width: 100%;
}
iframe{
    width:100%;
    border:0;
}
.parallax,.fixed-bg{
    height:100%;
    width:100%;
    margin:0;
    position:absolute;
    left:0;
    top:0;
    z-index:-2;
}
.parallax.no-parallax {
    background-size: cover !important;
    background-position: 0 0 !important;
}
.fixed-bg{
    background-attachment:fixed !important;
    background-size:cover!important;
}
.blackish:before{
    background:#090d14;
    content:"";
    height:100%;
    left:0;
    opacity:0.86;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1;
}
.whitish:before{
    background: #f2f2f2;
    opacity: 0.92;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1;    
}
iframe{
    border:0;
    width:100%;
    float:left;
}

/* Header */
header {
    float: left;
    left: 0;
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.app-header.sticky {
    background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
    
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    padding-bottom: 11px;
    padding-top: 15px;
}
.app-header.sticky nav.app-menus > ul > li > a {
    color: #333333;
}
.app-header.sticky .download-btn {
    color: #ffffff;
}
.app-header.sticky .download-btn i{
    color: #ffffff;
}
.app-header.sticky .logo a h1 {
    color: #333333;
}
.app-header.sticky .logo a span {
    color: #999999;
}
.logo {
    float: left;
}
.logo > a {
    float: left;
}
.logo > a > i {
    float: left;
    font-size: 36px;
    line-height: 60px;
    margin-right: 13px;
}
.logo > a > h1 {
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -0.2px;
    margin: 7px 0 0;
}
.logo > a > span {
    color: #e3e3e3;
    display: table;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 3px;
}
nav.app-menus {
    float: right;
}
nav.app-menus > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
nav.app-menus > ul > li {
    float: left;
    padding: 11px 0;
    position: relative;
}
nav.app-menus > ul > li.menu-item-has-children > ul {
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 200px;
}
nav.app-menus > ul > li.menu-item-has-children:hover > ul {
    left: 0;
    opacity: 1;
    visibility: visible;
}
nav.app-menus > ul > li.menu-item-has-children:hover > ul > li {
    margin: 0;
}
nav.app-menus > ul > li.menu-item-has-children > ul > li {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #e8ecec;
    float: left;
    margin: 6px 0;
    width: 100%;
}
nav.app-menus > ul > li.menu-item-has-children > ul > li > a {
    color: #333333;
    float: left;
    font-family: Roboto;
    font-size: 14px;
    padding: 9px 26px;
    width: 100%;
}
nav.app-menus > ul > li > a {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    color: #373dd1;
    float: left;
    font-family: Roboto;
    font-size: 15px;
    line-height: 5px;
    padding: 15px 25px;
    position: relative;
}
nav.app-menus > ul > li > a::before {
    background: #3dc6eb none repeat scroll 0 0;
    border-radius: 20px;
    content: "";
    height: 100%;
    left: 23px;
    opacity: 0;
    position: absolute;
    top: 1px;   
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}
nav.app-menus > ul > li > a::after {
	background-color: #373dd1;
    border-radius: 20px;
    content: "";
    height: 100%;
    right: 23px;
    opacity: 0;
    position: absolute;
    top: 1px;  
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: -1;
}
nav.app-menus > ul > li:hover > a, .app-header.sticky nav.app-menus > ul > li:hover > a {
    color: #fff;
}
.menu-item-has-children > ul > li:hover > a {
    color: #ffffff !important;
}
a{
    cursor: pointer;
}
nav.app-menus > ul > li:hover > a::after {
    right: 0;
    opacity: 1;
}
nav.app-menus > ul > li:hover > a::before {
    left: 0;
    opacity: 1;
}
header .download-btn {
    margin-left: 20px;
    margin-top: 4px;
}
.menu-item-has-children > ul > li:first-child {
    border-radius: 8px 8px 0 0;
}
.menu-item-has-children > ul > li:last-child {
    border-radius: 0 0 8px 8px;
}

/* Heading 1 */
.heading1 {
    float: left;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    width: 100%;
}
.heading1 > i {
    float: left;
    font-size: 41px;
    margin-bottom: 10px;
    width: 100%;
}
.heading1 > h2 {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 43px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 55px 0 11px;
    width: 100%;
}
.heading1 > span {
    color: #616161;
    float: left;
    font-family: Lato;
    font-size: 16px;
    width: 100%;
}

/* Mini Services  */
.graf-mob {
    display: none;
}
.mini-service-info {
    float: left;
    margin-top: 60px;
    position: relative;
    width: 100%;
	background: url(../images/grafika.jpg) no-repeat top center;
	background-size: contain;
}
.mini-contact {
    float: left;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.mini-service-info > span, .mini-contact > span {
    float: left;
    font-family: open sans;
    font-size: 16px;
    margin-bottom: 8px;
    width: 100%;
}
.mini-service-info > h1, .mini-contact > h1 {
    color: #373dd1;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 58px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 2px;
    margin: 13px 0 10px;
    width: 100%;
}
.mini-service-info > h2, .mini-contact > h2 {
    background: -webkit-linear-gradient(45deg, #373dd1, #3dc6eb 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
    margin: 10px 0 10px;
    width: 100%;
}
.mini-service-info > h2::after, .mini-contact > h2::after {
    content: "";
    background: linear-gradient(to right, #373dd1, #3dc6eb);
    display: block;
    height: 3px;
    position: relative;
    width: 20%;
    max-width: 170px;
	margin-top: 20px;
	margin-bottom: 20px
}
.mini-service-info > p, .mini-contact > p {
    float: left;
	font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
	line-height: 20px;
    width: 60%;
}
.info-padding {
	padding-top: 290px;
}
.mini-service-info > ul, .mini-contact > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mini-service-info > ul > li, .mini-contact > ul > li {
    color: #7f7f7f;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-right: 0px;
    width: 60%;
}
.mini-service-info li > i, .mini-contact li > i {
    color: #fff;
    float: left;
    font-size: 13px;
    width: 20px;	
    height: 20px;
    line-height: 20px;
    margin: 0 12px 0 0;
    text-align: center;
	padding-left: 2px;
    background-color: #373dd1;   
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.mini-service-info li:hover > i, .mini-contact li:hover > i {
    color: #9e9e9e;
	background-color: #3dc6eb;
}

/* Price Sec */
.price-sec {
    float: left;
    width: 100%;
}
.price-table {
    float: left;
    list-style: outside none none;
    padding: 0;
	margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
	border: 1px solid #3dc6eb;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 5x 5px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}
.price-head {
    float: left;
    margin-bottom: 50px;
    padding: 60px 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.price-head > span {
    color: #3f3f3f;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.price-head > i {
    color: #3f3f3f;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.price-head > h3 {
    color: #222222;
    display: inline-block;
    font-family: Montserrat;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: -6px;
    line-height: 67px;
    margin: 33px 0 0;
    position: relative;
}
.price-head > h3 > span {
    font-family: Lato;
	color: #3dc6eb;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-right: 12px;
    vertical-align: top;
}
.price-head > ul {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.price-features {
    color: #666666;
    float: left;
    font-family: Lato;
    font-size: 15px;
    padding: 13px 0;
    text-align: center;
    width: 100%;
}
.price-features-btn {
	display: block;
	text-align: center;
	margin: 0 auto 30px;
    width: 100%;
}
.theme-btn {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    display: block;
	width: 65%;
	text-align: center;
	margin: 0 auto 40px;
	color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    padding: 16px 24px;
    border: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
	background-color: #373dd1;
}
.theme-btn::before {
    background: #3dc6eb none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100px;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    position: absolute;
    top: 0;  
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o -transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100px;
    z-index: -1;
}
.theme-btn:hover{
     color: #fff;
}
.theme-btn:hover::before {
    height: 490px;
    left: -62px;
    opacity: 0.9;
    top: -170px;
    width: 490px;
}

/* Heading 3 */
.heading3 {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.heading3 > h3 {
    color: #1a1a1a;
    float: left;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 11px;
    width: 100%;
}
.heading3 > span {
    color: #979797;
    float: left;
    font-family: Lato;
    font-size: 13px;
    width: 100%;
}

.navTrigger {
    bottom: 0;
    cursor: pointer;
    float: right;
    height: 25px;
    left: 0;
    margin: 16px 0;
    right: 0;
    top: 0;  
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    width: 30px;
}
.navTrigger i {
  background-color: #373dd1;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
}
.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}


@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
.navi-lines {
    display: none;
}


.bottom-line {
    padding: 30px 0 30px 0;
}

/* Cross Browser Compatibility */
header,
header *,
.services-sec,
.services-sec *,
.services-box:before,
.mini-service-info *,
.slick-slide > a,
.slider-button > ul li a::before,
.price-sec,
.price-sec *,
.price-btn-detail:before,
.price-btn-detail:after,
.fun-fact-sec,
.fun-fact-sec *,
.team-sec,
.team-sec *,
.fancy-testimonial-sec,
.fancy-testimonial-sec *,
.app-image,
.app-image *,
.team-sec,
.team-sec *,
.blog,
.blog *,
.social-btns,
.social-btns *,
.social-btns > li a::before,
.form-spot > form *{
    transition:all 0.4s ease 0s;
}