* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family:"Roboto", sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover, a:focus, a:visited, a:active {
    color: #0056b3;
    text-decoration: underline;
}

.clear {
    clear: both;
}

button:not(.baguetteBox-button) {
    border: 2px solid #071177;
    border-radius: 100px;
    color: #071177;
    background: #fff;
    font-size: 20px;
    padding: 8px 35px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: -webkit-transform .2s linear,-webkit-box-shadow .2s linear;
    transition: -webkit-transform .2s linear,-webkit-box-shadow .2s linear;
    transition: transform .2s linear,box-shadow .2s linear;
    transition: transform .2s linear,box-shadow .2s linear,-webkit-transform .2s linear,-webkit-box-shadow .2s linear;
    position: relative;
}

button:not(.baguetteBox-button):hover, button:not(.baguetteBox-button):focus {
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #05206a;
    background: #05206a;
    -webkit-box-shadow: 0px 5px 9px #b5bac7;
            box-shadow: 0px 5px 9px #b5bac7;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.container-auto{
	max-width:1260px;
	width:100%;
	margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.ppc-box2, .ppc-box3, .ppc-box4, .ppc-box5, .ppc-box6, .ppc-box7, .footer {
    padding: 75px 0px;
    margin: 0px auto;
    width: 100%;
}

.lightblue-bg {
    background: #071574 !important;
}
.lightblue-text {
    color: #071574 !important;
}

.darkblue-bg {
    background: #01102F !important;
}
.darkblue-text {
    color: #01102F !important;
}

.lightgray-bg {
    background: #FBFCFF !important;
}
.lightgray-text {
    color: #FBFCFF !important;
}

.darkgray-bg {
    background: #F5F7FB !important;
}
.darkgray-text {
    color: #F5F7FB !important;
}

.white-bg {
    background: #fff !important;
}
.white-text {
    color: #fff !important;
}

h2, h3, h4, h5, h6, h7 {
    color: #02143a;
}

.lightblue-bg h2, .lightblue-bg h3, .lightblue-bg h4, .lightblue-bg h5, .lightblue-bg h6, .lightblue-bg h7,
.darkblue-bg h2, .darkblue-bg h3, .darkblue-bg h4, .darkblue-bg h5, .darkblue-bg h6, .darkblue-bg h7 {
    color: #fff;
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
    -webkit-margin-start: 0px;
       -moz-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
       -moz-margin-end: 0px;
            margin-inline-end: 0px;
    -webkit-padding-start: 40px;
       -moz-padding-start: 40px;
            padding-inline-start: 40px;
    margin-top: 0;
    margin-bottom: 1rem;
}
ul li {
    display: list-item;
    text-align: -webkit-match-parent;
}

h1.main-logo {
	padding: 2px 0px;
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	font-family: "Roboto",sans-serif;
	font-weight: 500;
}

h1.main-logo a, h1.main-logo a:hover, h1.main-logo a:visited, h1.main-logo a:active {
    color: #fff;
    text-decoration: none;
}

.header {
    padding: 20px 0px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #071574;
    z-index: 999;
    -webkit-transition: box-shadow 0.35s ease-out, background-color 0.35s ease-out;
    -webkit-transition: background-color 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
    transition: background-color 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
    transition: box-shadow 0.35s ease-out, background-color 0.35s ease-out;
    transition: box-shadow 0.35s ease-out, background-color 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header a {
    outline: none;
}

.header .menu ul li a {
    text-decoration: none;
    font-size: 16px;
    text-shadow: none;
    padding: 10px 16px;
    display: block;
    letter-spacing: 0.1px;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header .menu ul li a:hover {
    color: #ced2e0;
}

.header.isScrolled {
    background: #ffffff;
    padding: 9px 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
            box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.header.isScrolled .menu ul li a {
   color: #000; 
}
.header.isScrolled .menu ul li a:hover {
    color: #071077;
}

.header.isScrolled h1.main-logo a, .header.isScrolled h1.main-logo a:hover, .header.isScrolled h1.main-logo a:visited, .header.isScrolled h1.main-logo a:active {
    color: #000;
}

.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-inner .clear {
    display: none;
}

.footer .left-part ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer .left-part ul li {
    margin-bottom: 1.5rem;
}

.footer .left-part ul li:first-child, .footer .left-part ul li:nth-child(2) {
    display: inline-block;
    width: 48%;
}
.footer .left-part ul li:nth-child(3), .footer .left-part ul li:nth-child(4) {
    width: 100%;
}

.footer .left-part ul li:last-child {
    display: none;
}

input, textarea {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #031538 !important;
    color: #ffffff !important;
    height: auto !important;
    padding: 10px 20px !important;
    background: #031538 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

input:focus, textarea:focus {
    border-color: #031a4a !important;
    border-width: 1px !important;
    background-color: #031a4a !important;
    color: #ffffff !important;
}

.footer .left-part button[type="submit"] {
	display: inline-block;
	background: #031B55;
	border: none;
	border-radius: 4px;
	color: #999999;
	font-size: 14px;
	padding: 10px 20px;
	margin-bottom: 15px;
	width: auto;
	height: auto;
	font-weight: 400;
    text-transform: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.footer .left-part textarea {
    height: 165px !important;
    width: 100% !important;
}

.footer .left-part button[type="submit"]:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: initial;
            transform: initial;
    background: #071574;
    color: #fff;
}

.footer-texts {
    text-align: center;
    margin-bottom: 40px;
}

.footer-texts h2 {
	font-weight: 700;
	font-size: 38px;
	margin-bottom: 20px;
}

.footer .right-part-inner {
    margin-bottom: 20px;
    padding: 0px 30px;
}

.footer .right-part h2 {
    font-size: 18px;
    margin-top: 0;
}

.footer .right-part h2::after {
    border-bottom: 3px solid;
    content: "";
    display: block;
    width: 20px;
    margin: 0px 0px 14px;
    padding-top: 14px;
}

.footer .right-part ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer .right-part ul li {
    font-size: 15px;
    margin-bottom: 22px;
    color: #d2d7de;
}

.unerfooter {
    margin: 0px auto;
    width: 100%;
    padding: 10px 0px;
    background: #01102f;
    border-top: 1px solid #02143a;
}

.unerfooter-inner .clear, .unerfooter-inner:after, .unerfooter-inner:before {
    display: none;
}

.unerfooter-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ppc-box1 {
	padding-top: 90px;
	min-height: 100vh;
	position: relative;
	background: #071574 url("/style/ppc-kampane/images/shape_default.png") no-repeat !important;
	background-position: bottom center !important;
	padding-bottom: 151px;
}

.ppc-box1-inner .clear {
    display: none;
}

.ppc-box1-inner {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100% - 185px);
    bottom: 0;
}

.lefttext-rightimage-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.lefttext-rightimage-inner .lefttext {
    max-width: 650px;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Roboto",sans-serif;
}

.lefttext-rightimage-inner .lefttext h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0px 1px 8px rgba(123, 141, 230, 0.40);
}

.lefttext-rightimage-inner .rightimage {
	max-width: 350px;
	position: relative;
	top: 50px;
}

.lefttext-rightimage {
    width: 100%;
}

.top-hp-btn {
	position: absolute;
	left: 50%;
	bottom: 45px;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.righttext-leftimage-button {

}

.righttext-leftimage-button .leftpart {

}

.righttext-leftimage-button .leftpart .imagewrapper {
    position: relative;
    width: 100%;
    max-width: 380px;
    overflow: hidden;
    z-index: 100;
    margin: 0px auto;
}

.righttext-leftimage-button .leftpart .imagewrapper:before {
    position: absolute;
    content: '';
    background: rgb(235, 240, 251);
    width: 500px;
    height: 500px;
    border-radius: 100%;
    z-index: -1;
}

.righttext-leftimage-button .rightpart {
	padding-top: 40px;
}

.righttext-leftimage-button .rightpart h2 {
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 20px;
    color: #02143a;
}

.righttext-leftimage-button .rightpart .btn-wrapper {
	margin-top: 35px;
}

.righttext-leftimage-button .rightpart .btn-wrapper button {
    font-size: 16px;
}

.four-tabs-texts {
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #02143a;
	font-weight: 500;
	margin-bottom: 40px;
}

.four-tabs-texts h2 {
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-size: 40px;
    margin-bottom: 0.5rem;
}

.four-tabs-tabs {
    padding-top: 75px;
}

.four-tabs-singletab-inner {
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    -webkit-transition: -webkit-transform .2s linear,-webkit-box-shadow .2s linear;
    transition: -webkit-transform .2s linear,-webkit-box-shadow .2s linear;
    transition: transform .2s linear,box-shadow .2s linear;
    transition: transform .2s linear,box-shadow .2s linear,-webkit-transform .2s linear,-webkit-box-shadow .2s linear;
    background: rgba(255, 255, 255, 0.95);
}

.four-tabs-singletab-inner:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -webkit-box-shadow: 0px 17px 25px rgba(142, 150, 189, 0.15);
            box-shadow: 0px 17px 25px rgba(142, 150, 189, 0.15);
    background: #ffffff;   
}

.four-tabs-singletab-inner .ico-wrap {
    width: 90px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #052467;
    font-size: 28px;
}

.four-tabs-singletab-inner h3 {
    font-size: 18px;
    color: #052467;
    margin-top: 0;
    margin-bottom: 10px;
}

.four-tabs-singletab-inner .desc {
	color: #333333;
	font-size: 16px;
	height: 56px;
	overflow: hidden;
	line-height: 25px;
}
.four-tabs-singletab-inner .desc p {
    margin: 0;
}

.four-tabs-img-inner {
    position: relative;
    width: 100%;
    max-width: 380px;
    overflow: hidden;
    z-index: 100;
    margin: 0px auto;
}

.four-tabs-img-inner:before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    z-index: -1;
    top: 50px;
}

.carousel-gallery {
    position: relative;
    width: 100%;
    margin-top: 20px;   
}

.carousel-gallery:before {
    left: 50%;
    position: absolute;
    background: #f4f6fb;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: '';
    width: 450px;
    height: 450px;
    border-radius: 460px;
    -webkit-box-shadow: 0px 0px 50px #b3b4ce;
            box-shadow: 0px 0px 50px #b3b4ce;    
}

.carousel-gallery .owl-nav .owl-prev {
    background: #ffffff;
    border-radius: 100px;
    margin: 0px;
    opacity: 0.9;
    line-height: 55px;
    position: absolute;
    left: 12px;
    width: 55px;
    height: 55px;
    top: 45%;
    -webkit-box-shadow: 0px 3px 60px rgba(62, 63, 95, 0.2);
            box-shadow: 0px 3px 60px rgba(62, 63, 95, 0.2);
}
.carousel-gallery .owl-nav .owl-prev:before {
    color: #000000;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 24px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    font-weight: bold;   
}

.carousel-gallery .owl-nav .owl-next {
    background: #ffffff;
    border-radius: 100px;
    margin: 0px;
    opacity: 0.9;
    line-height: 55px;
    position: absolute;
    right: 12px;
    width: 55px;
    height: 55px;
    top: 45%;
    -webkit-box-shadow: 0px 3px 60px rgba(62, 63, 95, 0.2);
            box-shadow: 0px 3px 60px rgba(62, 63, 95, 0.2);
}
.carousel-gallery .owl-nav .owl-next:before {
    color: #000000;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 24px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    font-weight: bold;   
}

.carousel-gallery .owl-item a img {
    opacity: 0.1;
    -webkit-transform: scale(0.80);
    transform: scale(0.80);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 50px #b0aec3;
            box-shadow: 0px 0px 50px #b0aec3;
}

.carousel-gallery .owl-item.active.center a img {
    opacity: 1;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(129, 127, 195, 0.2);
    box-shadow: 0px 10px 40px 0px rgba(129, 127, 195, 0.2);
}

.carousel-gallery .owl-nav .owl-prev:hover, .carousel-gallery .owl-nav .owl-next:hover {
    background: #052467;
    
}
.carousel-gallery .owl-nav .owl-prev:hover:before, .carousel-gallery .owl-nav .owl-next:hover:before {
    color: #ffffff;
}

.ppc-box4 .text, .ppc-box5 .text, .ppc-box6 .text, .ppc-box7 .text {
    text-align: center; 
    margin-bottom: 40px;
    padding: 0px;
    display: block;
    color: #02143a; 
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 500;
}

.ppc-box4 .text h2, .ppc-box5 .text h2, .ppc-box6 .text h2, .ppc-box7 .text h2 {
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-size: 40px;
}

.pricing-item {
    display: block;
    padding: 30px 50px;
    background: #ffffff;
    position: relative;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-top: 35px;
    z-index: 9;
}
.pricing-item::before {
	position: absolute;
	content: '';
	background: #feffff;
	max-width: 341px;
	max-height: 480px;
	border-radius: 100% 10% 0px 100%;
	z-index: -1;
	top: -30px;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: -19px -22px 47px #eef0f7;
	        box-shadow: -19px -22px 47px #eef0f7;
	right: 0;
}
.pricing-item-inner {
    padding-left: 80px;
}
.pricing-item h3 {
	margin-bottom: 14px;
	color: #052467;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
}
.pricing-item h4 {
	color: #222222;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: -0.4px;
	margin-bottom: 22px;
	height: 44px;
	overflow: hidden;
	line-height: 40px;
}
.pricing-item ul {
    display: block;
    margin: 0px auto;
    padding: 0px;
}
.pricing-item .text-part ul li {
    list-style: none;
    font-size: 16px;
    color: #131212;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.pricing-item .text-part {
	font-size: 16px;
	color: #131212;
	font-weight: 400;
	letter-spacing: 0.2px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 162px;
	overflow: hidden;
	line-height: 23px;
}

.pricing-item button {
    background: #ffffff;
    padding: 6px 30px;
    border-radius: 100px;
    color: #052467;
    border: 2px solid #052467;
    cursor: pointer;
    text-transform: none;
    font-weight: 300;
    font-size: 16px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 9, 128, 0.05), 0 4px 10px rgba(0, 9, 128, 0.035), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: 0 3px 5px rgba(0, 9, 128, 0.05), 0 4px 10px rgba(0, 9, 128, 0.035), inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    -webkit-transition: -webkit-transform .3s linear,-webkit-box-shadow .3s linear;
    transition: -webkit-transform .3s linear,-webkit-box-shadow .3s linear;
    transition: transform .3s linear,box-shadow .3s linear;
    transition: transform .3s linear,box-shadow .3s linear,-webkit-transform .3s linear,-webkit-box-shadow .3s linear;   
}

.owl-reviews-wrapper .owl-item {
    padding: 15px;
}
.owl-reviews-wrapper .owl-item.active {
    opacity: 0.6;
    -webkit-transform: scale(0.90);
    transform: scale(0.90);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.owl-reviews-wrapper .owl-item.center {
    opacity: 1;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.owl-reviews-wrapper .owl-item .feedback {
    margin: 0px auto;
    max-width: 800px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 15px;
    border: 1px solid #f0f4f7;
    -webkit-box-shadow: 6px 7px 28px #e6e9f1;
    box-shadow: 6px 7px 28px #e6e9f1;
}

.owl-reviews-wrapper .owl-item .feedback .user-image {
    border-radius: 100px;
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    margin: 0px auto auto;
    overflow: hidden;
    width: 100px;
}
.owl-reviews-wrapper .owl-item .feedback .user-image img {
    vertical-align: top;
    width: 100%;
    border: 1px solid #e6e8ea;
    background: #e6e8ea;
    border-radius: 100px;
}
.owl-reviews-wrapper .owl-item .feedback .user-name {
	font-weight: 600;
	margin-top: 15px;
	text-align: center;
	color: #052467;
	margin-bottom: 0;
	font-size: 18px;
	margin-bottom: 5px;
}

.owl-reviews-wrapper .owl-item .feedback .company-info {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.owl-reviews-wrapper .owl-item .feedback .rating {
    text-align: center;
    margin: 12px 0px;
}
.owl-reviews-wrapper .owl-item .feedback .rating ul {
    margin: 0px auto;
    padding: 0px;
}
.owl-reviews-wrapper .owl-item .feedback .rating ul li {
    list-style-type: none;
    display: inline-block;
}
.owl-reviews-wrapper .owl-item .feedback .rating ul li span {
    font-size: 16px;
    padding: 0px 1px;
    color: #ffa500;
}
.owl-reviews-wrapper .owl-item .feedback .user-message {
	font-size: 16px;
	text-align: left;
	color: #000000;
	position: relative;
	text-align: center;
	line-height: 20px;
}

.owl-reviews-wrapper .owl-nav .owl-prev {
    background: #f5f7fb;
    border-radius: 100px;
    margin: 0px;
    opacity: 0.9;
    line-height: 55px;
    position: absolute;
    left: 12px;
    width: 55px;
    height: 55px;
    top: 40%;
    -webkit-box-shadow: 0px 3px 60px rgba(62, 63, 95, 0.2);
            box-shadow: 0px 3px 60px rgba(62, 63, 95, 0.2);
}
.owl-reviews-wrapper .owl-nav .owl-prev:before {
    color: #052467;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 24px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    font-weight: bold;
}

.owl-reviews-wrapper .owl-nav .owl-next {
    background: #f5f7fb;
    border-radius: 100px;
    margin: 0px;
    opacity: 0.9;
    line-height: 55px;
    position: absolute;
    right: 12px;
    width: 55px;
    height: 55px;
    top: 40%;
    -webkit-box-shadow: 0px 3px 60px rgba(62, 63, 95, 0.2);
            box-shadow: 0px 3px 60px rgba(62, 63, 95, 0.2);
}
.owl-reviews-wrapper .owl-nav .owl-next:before {
    color: #052467;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 24px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    font-weight: bold;
}

.owl-reviews-wrapper .owl-nav .owl-prev:hover, .owl-reviews-wrapper .owl-nav .owl-next:hover {
    background: #052467;
    
}
.owl-reviews-wrapper .owl-nav .owl-prev:hover:before, .owl-reviews-wrapper .owl-nav .owl-next:hover:before {
    color: #ffffff;
}

.three-btns {
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;

}

.three-btns ul {
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;  
}

.three-btns ul li {
    display: inline-block;
}

.three-btns ul li a {
	cursor: pointer;
	color: #ffffff;
	max-width: 230px;
	width: 100%;
	background: #052169;
	font-size: 20px;
	border-radius: 6px;
	margin: 8px 13px;
	display: inline-block;
	-webkit-transition: -webkit-transform .3s linear,-webkit-box-shadow .3s linear;
	transition: -webkit-transform .3s linear,-webkit-box-shadow .3s linear;
	transition: transform .3s linear,box-shadow .3s linear;
	transition: transform .3s linear,box-shadow .3s linear,-webkit-transform .3s linear,-webkit-box-shadow .3s linear;
	padding: 12px;
}

.three-btns ul li a:hover {
    background: #051d5a;
    color: #ffffff;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.three-btns ul li a .ico {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.three-btns ul li a .ico i {
    font-size: 40px;
    line-height: 54px;
    height: 54px;
}

.three-btns ul li a .desc {
	float: left;
	text-align: left;
	font-size: 16px;
	line-height: 23px;
	padding-top: 4px;
}

.three-btns ul li a .desc p {
    margin: 0;
}

.social-icons {
    text-align: left;
    line-height: 40px;
}

.social-icons ul {
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a {
    border-radius: 100px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    background: #02153c;
}
.social-icons .facebook:hover{ 
	background:#3b5998;
	color:#ffffff;
}
.social-icons .twitter:hover{ 
	background:#00aced;
	color:#ffffff;	
}
.social-icons .google-plus:hover{ 
	background:#dd4b39;
	color:#ffffff;	
}
.social-icons .linkedin:hover{ 
	background:#007bb6;
	color:#ffffff;
}
.social-icons .youtube:hover{ 
	background:#cb2027;
	color:#ffffff;	
}
.social-icons .skype:hover{ 
	background:#00acec;
	color:#ffffff;	
}

#hamburger {
	color: #fff;
	cursor: pointer;
	padding: 5px;
    font-size: 18px;
    display: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header.isScrolled #hamburger {
    color: #000;
}




















.bouncing {
	-webkit-animation: bouncing 1s infinite alternate;
    animation: bouncing 1s infinite alternate;
}
@-webkit-keyframes bouncing {
	0% { -webkit-transform: translateY(0); transform: translateY(0); }
	100% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
}
@keyframes bouncing {
	0% { -webkit-transform: translateY(0); transform: translateY(0); }
	100% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
}