/*Commmon*/

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 17px;
}
@media (min-width: 1600px) {
    .container {
		max-width: 90%;
	}
}


@font-face {
  font-family: Avenir-Bold;
  src: url(../fonts/Metropolis-Bold.otf);
}
@font-face {
  font-family: Avenir-Black;
  src: url(../fonts/Metropolis-Black.otf);
}
@font-face {
  font-family: proxima-reg;
  src: url(../fonts/proxima_nova_reg.ttf);
}
@font-face {
  font-family: proxima-soft-bold;
  src: url(../fonts/proxima-nova-soft-bold.otf);
}
@font-face {
  font-family: proxima-bold;
  src: url(../fonts/proxima-nova-soft-Sbold.otf);
}
@font-face {
  font-family: Gotham;
  src: url(../fonts/Gotham-Light.ttf);
}
@font-face {
  font-family: Gotham-Medium;
  src: url(../fonts/Gotham-Medium.ttf);
}
@font-face {
  font-family: Eesti-bold;
  src: url(../fonts/GT-Eesti-Display-Medium.ttf);
}
@font-face {
  font-family: Eesti;
  src: url(../fonts/GT-Eesti-Text-Light.ttf);
}
@font-face {
  font-family: Eesti-bold;
  src: url(../fonts/GT-Eesti-Display-Medium.ttf);
}
@font-face {
  font-family: Overpass;
  src: url(../fonts/Overpass-Regular.ttf);
}


.cc_dialog.interstitial {
	top: auto !important;
	bottom: 3vh !important;
}
.cc_css_reboot button {
	padding: .5rem 0.6rem !important;
}
.gt_white_content a {
	border-bottom: none;
}


/*Texts*/

.page-sub-title {
    font-family: proxima-bold;
    color: #3c5185;
    font-size: 32px;
}
.sub-description {
    font-family: proxima-reg;
    color: #3c5185;
    font-size: 21px;
}
p {
    /*font-family: 'Ubuntu', sans-serif;
    font-size: 17px;
    color: #5F5F5F;*/
	
	
	font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
	
	/*font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;*/
	
    font-size: 19px;
    line-height: 1.6em;
}

a {
    text-decoration: none !important;
}
a.blue-btn {
    background: #31457a;
    color: #fff;
    font-family: proxima-soft-bold;
    padding: 5px 25px 5px 25px;
    border-radius: 5px;
    border: 2px solid #ff9800;
    display: inline-block;
    margin-top: 10px;
    transition: all 130ms linear;
    outline: none;
	font-size: 20px;
    letter-spacing: 1.5px;
}
a.blue-btn:hover {
    background: #f99400;
    transform: translateY(3px);
    transition: all 130ms linear;
}


/*Boxes*/

.feature-box {
    background: #fff;
    padding: 20px 15px;
    border-radius: 6px;
}
.hm-section-3 .feature-box {
    height: 434px;
}



/* Video */

.video-container {
	position:relative;
	padding-bottom: 50.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*Pop*/

ul.pop_contact {
    position: fixed;
    right: -196px;
    top: 36%;
    transition: transform .3s ease-out;
    z-index: 999999999999999;
    margin: 0;
    padding: 0;
    width: 259px;
}
.pop_contact:hover {
    list-style-type: none;
    -ms-transform: translateX(-196px);
    -webkit-transform: translateX(-196px);
    transform: translateX(-196px);
}
.pop_contact li {
    display: table;
    background: linear-gradient(to right, #2e8ed5, #175f94);
    width: 100%;
    margin-bottom: 3px;
    border-radius: 3px 0 0 3px;
}
.pop_contact i {
    display: table-cell;
    background: transparent;
    color: #fff;
    vertical-align: middle;
    font-size: 2em;
    width: 63px;
    transition: color 130ms linear;
    height: 63px;
    border-radius: 3px 0 0 3px;
	text-align: center;
}
.pop_contact li:hover i {
    color: #175f94;
    transition: color 130ms linear;
}
.pop_contact a {
    display: table-cell;
    color: #69d4ff;
    font-size: 13px;
    font-style: italic;
    padding-left: 7px;
    padding-right: 17px;
    vertical-align: middle;
}
.pop_contact li:hover a {
    color: #fff;
    transition: color 130ms linear;
}
.pop_contact span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin-top: 8px;
}


/*Menu*/

.hm-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
section.hm-wrpr .hm-menu.navik-header {
    background: transparent;
}
.navik-menu ul li > a, .navik-menu .mega-menu-heading {
    /*font-family: 'Ubuntu', sans-serif;*/
    font-size: 16px;
}
.navik-menu .mega-menu-heading, .navik-menu ul li > a {
    text-transform: capitalize;
	color: #fff;
}
.navik-menu .mega-menu-heading a {
    /*font-family: 'Ubuntu', sans-serif;*/
}
.navik-menu .mega-menu-heading a:hover, .navik-menu ul.mega-menu-list li a:hover {
    color: #4c9bf1;
}
.navik-menu .mega-menu-desc {
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    font-style: unset;
}
.navik-menu .mega-menu-thumbnail:hover > a:before {
    background-color: rgba(0,0,0,0);
}


.navik-menu .mega-menu-box {
    margin-bottom: 11px;
}
.navik-menu .mega-menu-media-img {
    width: 55px;
}
.navik-menu .mega-menu-media-info {
    padding-left: 0;
}
.navik-menu .mega-menu-heading {
    margin-top: 5px;
}
.navik-menu .mega-menu-desc {
    display: none;
}

.mega-menu-container .col-lg-4 .mega-menu-box {
    border-bottom: 1px solid #429cfd12;
}
.mega-menu-container .col-lg-4 .mega-menu-box:last-child {
    border-bottom: none;
}


@media (min-width: 1200px){
.navik-header .logo img {
    max-width: inherit;
    max-height: 56px;
    width: auto;
}
.navik-header.sticky .logo img {
    max-height: 55px;
}
.navik-menu > ul > li > a {
    height: 75px;
    line-height: 75px;
}
.navik-menu > ul > li:hover > a {
    color: #eca402;
}	
.navik-header-container {
    height: 75px;
}
}
.navik-menu ul li {
    list-style-type: none;
}

.navik-menu .mega-menu-heading a {
    font-family: Open Sans;
}
/*Footer*/

.top-footer {
    background: rgb(42, 57, 92);
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer-contact-layer ul {
    padding: 0;
    display: table;
    margin: 0 auto;
}
.footer-contact-layer ul li {
    list-style-type: none;
    font-size: 32px;
    display: table-cell;
    padding: 0 30px;
}
.footer-contact-layer ul li a {
    color: #fff;
}
.footer-contact-layer ul li p {
    margin: 0;
    color: #fff;
    font-size: 28px;
}


.middle-footer {
    background-image: linear-gradient(-45deg, #344672, #1d263c);
    padding-top: 5rem;
    padding-bottom: 3rem;
    text-align: center;
}
.middle-footer p.footer-title {
    color: #fff;
    font-size: 1rem;
    line-height: 1.375rem;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
p.footer-title.footer-title-second {
    margin-top: 40px;
}
.post-info {
    margin-bottom: 30px;
}
.middle-footer ul {
    padding: 0;
}
.middle-footer ul li {
    list-style-type: none;
    margin-bottom: 15px;
    text-align: left;
    color: #fff;
    font-size: 16px;
}
.middle-footer ul li a {
    color: #fff;
}
.col-md-3.footer-call {
    text-align: left;
}
.col-md-3.footer-call img {
    width: 55%;
}
img.payment-icon {
    height: 30px;
    margin-left: 20px;
}
.middle-footer ul li a:hover {
    border-bottom: 1px solid #ffffff;
}
.footer-call p.footer-title {
    margin-top: 7px;
}

.row.bottom-footer {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #ffffff4d;
}
.row.bottom-footer p, .row.bottom-footer p a {
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
}
.row.bottom-footer p.footer-copy {
    margin-bottom: 15px;
}
img.payment-icon {
    height: 30px;
    margin-left: 20px;
	margin-top: 5px;
}
.footer-logo {
	margin-bottom: 8px;
}
.row.bottom-footer .col-md-1.text-center img {
    width: 130px;
}
.row.bottom-footer .col-md-5.text-left, .row.bottom-footer .col-md-5.text-right {
    padding-top: 30px;
}


.container {
    max-width: 90%;
}
.org-btn {
    background-image: linear-gradient( 
-45deg
 , #ffbd2f, #fe9a29);
    display: table;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 13px 50px;
    border-radius: 60px;
}
.org-btn:hover {
    background-image: linear-gradient(-45deg , #fe9a29, #ffbd2f);
	color: #fff;
}
.org-btn i {
	transform: translateX(0px);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.org-btn:hover i {
    transform: translateX(10px);
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/***********************************/
/*** Home Styles *******************/
/***********************************/

h4.hm-title-org {
    font-family: Avenir-Bold;
    font-size: 48px;
    color: #1D263D;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h4.hm-title-org span {
    display: table;
    font-size: 30px;
    background: #fe9a29;
    margin-left: -20px;
    color: #fff;
    padding: 5px 20px 1px 20px;
    margin-bottom: 2px;
}

/*Header*/

.hm-wrpr article .hero-top {
    background: url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/herow-path-1.svg), url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/herow-path-2.svg), url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/herow-path-3.svg);
    background-color: #171e31;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: -30% 157%, 135% 50%, -25% 17px;
    height: 100vh;
    position: relative;
}


.hm-wrpr article .hero-top iframe html {
    overflow: hidden !important;
}
.hm-wrpr article .hero-top iframe html #bs {
    overflow: hidden;
    width: 100% !important;
    height: auto !important;
    transform: scale(1) !important;
}


.hero-top-content-wrpr {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
}
.hero-top-content {
    position: relative;
    margin: 5% auto 0 auto;
    text-align: center;
}
.hero-top-content h1 {
    font-family: Avenir-Bold;
    font-size: 50px;
	color: #fff;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.hero-top-content h1 span {
    display: block;
	font-size: 32px;
    background: #eca402;/*fe9a29*/
    margin: 0 auto;
    width: 400px;
    padding: 5px 0 1px 0;
    margin-bottom: 2px;
}
.hero-top-content p {
    font-size: 18px;
	font-weight: 500;
    color: #fff;
    width: 40%;
    margin: 10px auto 55px auto;
}
li.menu-btn a {
    background: #eca402;
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500;
    text-transform: uppercase !important;
    color: #fff !important;
    height: auto !important;
    line-height: initial !important;
    padding: 10px 30px 10px 30px !important;
    border-radius: 60px;
}
li.menu-btn a:hover {
    background: #fff !important;
    color: #fea02a !important;
}


.hero-top-content-img,
img#anim10,
img#anim9,
img#anim8,
img#anim7,
img#anim6,
img#anim5,
img#anim4,
img#anim3,
img#anim2,
img#anim1,
svg#svg1,
svg#svg2,
svg#svg3 {
    opacity: 0;
}

/* Aimations */

@keyframes svg1 {
  0%   {stroke: #ffbd2f;}
  50%  {stroke: #30416a;}
  100% {stroke: #ffbd2f;}
}
#svg1 .d {animation: svg1 3s 1s infinite;}
#svg1 .c {animation: svg1 3s 2s infinite;}
#svg1 .b {animation: svg1 3s 3s infinite;}
#svg1 .e {animation: svg1 3s 4s infinite;}



@keyframes rotatersvg1 {
  0%   {transform: translateY(0px);}
  50%  {transform: translateY(15px);}
  100% {transform: translateY(0px);}
}
svg#svg1 {
    position: absolute;
    top: 37%;
    right: 20%;
	animation: rotatersvg1 3s 1s infinite;
}


@keyframes rotatersvg2 {
  0%   {transform: translateY(0px);transform: rotateX(0deg);}
  50%  {transform: translateY(7px);transform: rotateX(100deg);}
  100% {transform: translateY(0px);transform: rotateX(180deg);}
}
svg#svg2 {
    position: absolute;
    top: 35%;
    left: 20%;
	animation: rotatersvg1 4s infinite;
}



@keyframes rotatersvg3 {
  0%   {transform: translateY(0px);}
  50%  {transform: translateY(5px);}
  100% {transform: translateY(0px);}
}
svg#svg3 {
    position: absolute;
    top: 13%;
    right: 13%;
	animation: rotatersvg3 5s infinite;
}

img#svg4 {
    position: absolute;
    top: 70%;
    left: 30%;
}


img#anim1 {
    position: absolute;
    top: 35%;
    right: 10%;
	transition: opacity 130ms linear;
}
img#anim2 {
    position: absolute;
    top: 43%;
    right: 17%;
	transition: opacity 130ms linear;
}
img#anim3 {
    position: absolute;
    top: 60%;
    right: 8%;
	transition: opacity 130ms linear;
}
img#anim4 {
    position: absolute;
    top: 83%;
    right: 15%;
	transition: opacity 130ms linear;
}
img#anim5 {
    position: absolute;
    top: 62%;
    left: 38%;
	transition: opacity 130ms linear;
}

@keyframes rotaterim6 {
  0%   {transform: translateY(0px);}
  50%  {transform: translateY(-7px);}
  100% {transform: translateY(0px);}
}
img#anim6 {
    position: absolute;
    top: 80%;
    left: 23%;
	transition: opacity 130ms linear;
	animation: rotaterim6 5s infinite;
}

@keyframes rotaterim7 {
  0%   {transform: translateY(0px);}
  50%  {transform: translateY(10px);}
  100% {transform: translateY(0px);}
}
img#anim7 {
    position: absolute;
    top: 60%;
    left: 17%;
	transition: opacity 130ms linear;
	animation: rotaterim7 5s infinite;
}

@keyframes rotaterim8 {
  0%   {transform: translateY(0px);}
  50%  {transform: translateY(-10px);}
  100% {transform: translateY(0px);}
}
img#anim8 {
    position: absolute;
    top: 45%;
    left: 13%;
	transition: opacity 130ms linear;
	animation: rotaterim8 5s infinite;
}

@keyframes rotaterim9 {
  0%   {transform: translateY(0px);}
  50%  {transform: translateY(13px);}
  100% {transform: translateY(0px);}
}
img#anim9 {
    position: absolute;
    top: 30%;
    left: 20%;
	transition: opacity 130ms linear;
	animation: rotaterim9 5s infinite;
}

@keyframes rotaterim10 {
  0%   {transform: translateY(0px);}
  50%  {transform: translateY(-8px);}
  100% {transform: translateY(0px);}
}
img#anim10 {
    position: absolute;
    top: 13%;
    left: 23%;
	transition: opacity 130ms linear;
	animation: rotaterim10 5s infinite;
}



/* Sec 1 */

.sec-1 .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}
.sec-1 .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.sec-1 .container-fluid > .row {
    margin-right: 0;
    margin-left: 0;
}
.sec-1 .col-md-12 .row {
    margin-right: 0;
    margin-left: 0;
}
.sec-1 .col-md-12 .row .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}
.sec-1 .col-md-12 .row .col-md-6 {
    padding-right: 0;
    padding-left: 10%;
}
.sec-1 .col-md-12 .slick-slide.slick-current.slick-active .row .col-md-6 {
    padding-right: 0;
    padding-left: 10%;
}
.sec-1 .slick-arrow {
    position: absolute;
    bottom: 0%;
    right: 48%;
    background: transparent;
    border: none;
    outline: none;
}
.sec-1 .slick-arrow i {
    color: #1D263D;
}
.sec-1 .slick-prev {
    right: 50% !important;
}


.servi-1 .servi-bg {
    background: url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/Bespoke-SEO-Services.webp) no-repeat;
    background-position: 85% 30%;
	background-size: cover;
}
.servi-2 .servi-bg {
    background: url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/Digital-Property-Design-Management.webp) no-repeat;
    background-position: 50% 90%;
	background-size: cover;
}
.servi-3 .servi-bg {
	background: url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/Integrated-Marketing-Branding.webp) no-repeat;
    background-position: 85% 30%;
	background-size: cover;
}
.servi-4 .servi-bg {
	background: url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/Effective-PR-Link-Building.webp) no-repeat;
    background-position: 50% 90%;
	background-size: cover;
}
.servi-5 .servi-bg {
    background: url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/Strategic-Copywriting-Guest-Posting.webp) no-repeat;
    background-position: 50% 90%;
	background-size: cover;
}
.servi-6 .servi-bg {
    background: url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/Targeted-Online-Advertisement.webp) no-repeat;
    background-position: 50% 90%;
	background-size: cover;
}
.servi-7 .servi-bg {
    background: url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/media-consultation-clickdo-home.jpg) no-repeat;
    background-position: 50% 90%;
	background-size: cover;
}
.sec-1 svg {
    width: 74.3px;
    height: auto;
	margin-top: 15%;
    margin-bottom: 23px;
}
.sec-1 svg path {
    fill: rgb(29, 38, 61);
}
.sec-1-servi-box h4 {
    font-family: Avenir-Bold;
    font-size: 25px;
    margin-top: 0%;
    margin-bottom: 17px;
}
.sec-1-servi-box p {
    width: 90%;
}
.sec-1-servi-box a {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #fe9a29;
    margin-bottom: 15%;
}



/* Sec 2 */

.sec-2 {
    padding-top: 7em;
    padding-bottom: 0em;
}
.sec-2 .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 5%;
}
.sec-2 .container .row {
    margin-right: 0;
}
.sec-2 .container .row .col-md-12 {
    padding-right: 0;
}
.sec-2 h4.hm-title-org + p {
    width: 50%;
}
.sec-2 .slick-arrow {
    position: absolute;
    top: -50px;
    right: 5%;
	background: transparent;
    border: none;
    outline: none;
}
.hm-class .slick-arrow i {
    color: #1D263D;
}
.sec-2 .slick-prev {
    right: 7% !important;
}
.sec-2-slider-wrpr {
    height: 400px;
}

.slider-wrpr-0 {
	background: #0000004f url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/SEO-case-studies.jpg) no-repeat;
    background-blend-mode: multiply;
}
.slider-wrpr-1 {
	background: #0000004f url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/Google-Ads.png) no-repeat;
    background-blend-mode: multiply;
}
.slider-wrpr-11 {
	background: #0000004f url(https://www.clickdo.co.uk/wp-content/uploads/2024/11/clickdo-media-consultation.jpg) no-repeat;
    background-blend-mode: multiply;
}
.slider-wrpr-2 {
	background: #0000004f url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/Web-Design-Services.png) no-repeat;
    background-blend-mode: multiply;
}
.slider-wrpr-3 {
	background: #0000004f url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/Web-Hosting-Services.png) no-repeat;
    background-blend-mode: multiply;
}
.slider-wrpr-4 {
	background: #0000004f url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/Guest-Posting-Services.jpg) no-repeat;
    background-blend-mode: multiply;
}
.slider-wrpr-5 {
	background: #0000004f url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/Citation-Building-Services.jpg) no-repeat;
    background-blend-mode: multiply;
}
.slider-wrpr-6 {
	background: #0000004f url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/Link-Building-Services.jpg) no-repeat;
    background-blend-mode: multiply;
}
.slider-wrpr-7 {
	background: #0000004f url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/Facebook-Marketing-Services.jpg) no-repeat;
    background-blend-mode: multiply;
}
.slider-wrpr-8 {
	background: #0000004f url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/home-v1/Press-Release-Services.jpg) no-repeat;
    background-blend-mode: multiply;
}
.sec-2-slider {
	background: #00000045;
    padding: 53% 40px 20px 40px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sec-2-slider h3 {
    font-family: Avenir-Bold;
    color: #fff;
}
.sec-2-slider p {
    opacity: 0;
    color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sec-2-slider .org-btn {
    opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sec-2-slider-wrpr:hover .sec-2-slider {
    padding: 10% 40px 83px 40px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sec-2-slider-wrpr:hover .sec-2-slider .org-btn,
.sec-2-slider-wrpr:hover .sec-2-slider h3,
.sec-2-slider-wrpr:hover .sec-2-slider p {
    opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hm-class {
    margin-top: 50px;
}
ul.slick-dots li button {
    display: none;
}
ul.slick-dots {
    display: block;
	margin-top: 30px;
    padding-left: 5%;
}
ul.slick-dots li {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #ECECEC;
    margin-right: 5px;
    border-radius: 70px;
    cursor: pointer;
}
ul.slick-dots li.slick-active {
    background: #30416A;
    width: 30px;
}




/* Sec 3 */

.sec-3 {
    padding-top: 7em;
    padding-bottom: 7em;
}
.sec-3 img {
	width: 76%;
    box-shadow: 0px 0px 35px #00000024;
    border-radius: 6px;
}
.sec-3 a.org-btn {
    margin: -15px auto 0 auto;
    z-index: 9999999;
    position: absolute;
    left: 35%;
}




/* Sec 4 */

.sec-4 {
    padding-bottom: 7em;
}
.sec-4-box {
    background: #ECECEC;
    padding: 120px 30px 10px 30px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sec-4-box svg {
    width: 74.3px;
    height: 74.3px;
    margin-bottom: 23px;
}
.sec-4-box svg path {
    fill: rgb(29, 38, 61);
}
.sec-4-box h4 {
    font-family: Avenir-Bold;
    font-size: 26px;
    color: #1D263D;
    margin-bottom: 25px;
}
.sec-4-box p {
    color: #1D263D;
}
.sec-4-box:hover {
    background: #30416A;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sec-4-box:hover h4,
.sec-4-box:hover p {
    color: #fff;
}
.sec-4-box:hover svg path {
    fill: rgb(255 255 255);
}


/* Sec 5 */

.sec-5 {
    background: #1D263D;
    padding-top: 5em;
    padding-bottom: 5em;
    overflow: hidden;
}
.sec-5 h4.hm-title-org {
    color: #ffffff;
    margin-top: 49px;
}
.sec-5 p {
    color: #ffffff;
}
p.sec-5-p {
    margin-bottom: 50px;
}
.sec-5 h5.hm-title-org {
    font-family: Avenir-Bold;
    font-size: 25px;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sec-5 h5.hm-title-org span {
    display: table;
    font-size: 17px;
    background: #fe9a29;
    margin-left: -20px;
    color: #fff;
    padding: 2px 10px;
    margin-bottom: 2px;
}
.sec-5 .hm-video-container {
	position:relative;
	padding-bottom: 70.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-right: -13.7%;
}
.sec-5 .hm-video-container iframe, .sec-5 .hm-video-container object, .sec-5 .hm-video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



/* Sec 6 */

.sec-6 {
    padding-top: 7em;
    padding-bottom: 7em;
}
.sec-6 img {
    margin-left: -13.7%;
}


/* Sec 7 */

.sec-7 {
    background: #30416A;
    padding-top: 5em;
    padding-bottom: 5em;
	position: relative;
}
.sec-7 h4.hm-title-org {
    color: #fff;
    width: 47%;
    margin: 0 auto 20px auto;
}
.sec-7 h4.hm-title-org span {
    text-align: center;
    margin: 0 auto 2px auto;
}
.sec-7 p {
    color: #fff;
    width: 57%;
    margin: 0 auto;
}
.sec-7 a.org-btn {
    margin: 23px auto 0 auto;
}
.sec-7:before {
    content: '#01';
    position: absolute;
    top: -3%;
    left: 0%;
    color: #3a4a71;
    font-family: Avenir-Bold;
    font-size: 368px;
}




/* Sec 8 */

.sec-8 {
	padding-top: 7em;
    padding-bottom: 7em;
}
.sec-8-box {
    background: #ECECEC;
    padding: 60px 40px 10px 40px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sec-8-box svg {
    width: auto;
    height: 80.3px;
    margin-bottom: 23px;
}
.sec-8-box svg path {
    fill: rgb(29, 38, 61);
}
.sec-8-box h4 {
    font-family: Avenir-Bold;
    font-size: 26px;
    color: #1D263D;
    margin-bottom: 25px;
}
.sec-8-box p {
    color: #1D263D;
}
.sec-8-box:hover {
    background: #1D263D;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sec-8-box:hover h4,
.sec-8-box:hover p {
    color: #fff;
}
.sec-8-box:hover svg path {
    fill: rgb(255 255 255);
}
.sec-8-box .org-btn {
    visibility: hidden;
	transform: translateY(10px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sec-8-box:hover .org-btn {
    visibility: visible;
	transform: translateY(0px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sec-8-box .org-btn {
    margin-bottom: -30px;
}




/* Sec 9 */

.sec-9 {
    background: #1D263D;
    padding-top: 5em;
    padding-bottom: 5em;
    overflow: hidden;
}
.sec-9 .quote-right {
    margin-top: 10%;
    margin-bottom: 5px;
}
.sec-9 h3 {
    font-family: 'Avenir-Bold';
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}
.sec-9 h3 span {
    color: #FE9A29;
}
.sec-9 p {
	font-family: 'Avenir-Bold';
    font-size: 20px;
    color: #fff;
}
.sec-9 p a {
    color: #fff;
    margin-left: 13px;
}
.sec-9 p span {
    display: block;
    font-size: 13px;
    font-weight: 100;
}



/* Sec 10 */

.sec-10 {
    padding-top: 5em;
    padding-bottom: 5em;
}
.sec-10 .video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}
.sec-10 .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.sec-10 .col-md-7 {
    flex: 0 0 62.333333%;
    max-width: 62.333333%;
}
.sec-10 .col-md-5 {
    flex: 0 0 37.666667%;
    max-width: 37.666667%;
}
.sec-10 .col-md-7 .video-container {
    padding-bottom: 66.45%;
}
.sec-10 .col-md-5 .video-container {
    padding-bottom: 51.5%;
    margin-bottom: 22px;
}
.sec-10 .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec-10 p {
    margin-bottom: 45px;
}
.sec-10 a.org-btn {
    margin: 3% auto 0 auto;
}



/* Sec 11 */

.sec-11 {
    padding-top: 5em;
    padding-bottom: 5em;
}
.sec-11 h4.hm-title-org {
    width: 60%;
    margin: 0 auto 20px auto;
}
.sec-11 h4.hm-title-org span {
    text-align: center;
    margin: 0 auto 2px auto;
}
.sec-11 .bs-example{
	margin: 20px;
}
.accordion .fa{
	margin-right: 0.5rem;
	font-size: 24px;
	font-weight: 100;
	position: relative;
	top: -5px;
	float: right;
}
.sec-11 #accordion {
    width: 60%;
    margin: 70px auto 0px auto;
}
.sec-11 .card {
    border: none;
}
.sec-11 .card-header {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
.sec-11 .card-header h2 {
    line-height: 1;
}
.sec-11 .card-header button.btn.btn-link {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 500;
    background: #ECECEC;
    color: #5F5F5F;
    padding: 15px 20px;
    width: 100%;
    line-height: 1;
    text-align: left;
    margin-bottom: 10px;
    border: none;
    border-radius: 0 !important;
}
.sec-11 .card-header button.btn.btn-link:hover {
    text-decoration: none;
}
.sec-11 .card-header button.btn.btn-link.collapsed {
    background: #C2DDF4;
}
.sec-11 .card-body {
    padding-left: 7%;
    padding-right: 7%;
}



/* Sec 12 */

.sec-12 {
    background: #30416A;
    padding-top: 5em;
    padding-bottom: 5em;
}
.sec-12 h4.hm-title-org {
    color: #ffffff;
}
.sec-12 p {
    font-weight: 600;
    color: #ffffff;
}
.sec-12 a.org-btn {
    display: inline-block;
    margin-top: 10%;
}



/* Sec 13 */

.sec-13 {
    padding-top: 2em;
    padding-bottom: 5em;
}
.sec-13 h4.hm-title-org {
    width: 60%;
    margin: 0 auto 60px auto;
}
.sec-13 h4.hm-title-org span {
    text-align: center;
    margin: 0 auto 2px auto;
}
ul.post-class {
    margin: 0;
    padding: 0;
}
ul.post-class li {
    list-style: none;
    float: left;
    width: 45%;
    margin-left: 15px;
	margin-bottom: 15px;
}
ul.post-class li img.attachment-full.size-full.wp-post-image {
    display: none;
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
}
ul.post-class li:first-child img.attachment-full.size-full.wp-post-image {
    display: block;
}
ul.post-class li:first-child {
    width: 48%;
    margin-right: 15px;
	margin-bottom: 0;
}
ul.post-class li div {
    background: #ECECEC;
    padding-top: 30px;
    border-radius: 5px;
}
ul.post-class li:first-child div {
    padding-top: 0;
}
ul.post-class li div p.slider-caption-class {
    font-family: Avenir-Bold;
    font-size: 28px;
    line-height: 136%;
    color: #1D263D;
}
ul.post-class li div p {
    margin: 2% 6% 2% 5%;
}
ul.post-class li div a.read-more {
    display: block;
	color: #fe9a29;
    margin: 2% 6% 2% 5%;
    padding-bottom: 30px;
}
.sec-13 a.org-btn {
    margin: 3% auto 0 auto;
}


/* Sec news */

.sec-news {
    padding-top: 3em;
    padding-bottom: 7em;
}
.news-itm {
    background: white;
    padding: 40px 10px;
    /* box-shadow: 0px 0px 6px #d4cfe8; */
    border: 1px solid #f1f0f5ee;
    border-radius: 6px;
    margin: 0 5px;
}
.news-itm img {
	height: 70px;
    margin: 0 auto;
}
.news-itm .org-btn {
    margin: 0 auto;
}
.news-itm h4 {
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}
.sec-news .slick-arrow {
    display: none !important;
}
.sec-news h4.hm-title-org {
    margin-bottom: 50px;
}
.sec-news h4.hm-title-org span {
    text-align: center;
    margin: 0 auto 2px auto;
}



@media screen and (max-width: 1600px) {

    html, body {
        height: 100%;
    }
	h4.hm-title-org {
		font-size: 40px;
	}
	h4.hm-title-org span {
		font-size: 27px;
	}

    /*Header*/

    section.hm-main-header {
        padding-bottom: 4em;
    }

.hero-top-content h1 {
    font-size: 45px;
}
.hero-top-content h1 span {
    font-size: 28px;
}
.hero-top-content-img {
    width: 30%;
    margin-top: 3%;
}	
.hero-top-content svg {
    width: 20%;
}
svg#svg2 {
    position: absolute;
    top: 36%;
    left: 23%;
    animation: rotatersvg1 4s infinite;
}
	

.sec-2 {
    padding-top: 6em;
    padding-bottom: 0em;
}
.sec-3, .sec-5, .sec-6, .sec-8 {
    padding-top: 5em;
    padding-bottom: 5em;
}
.sec-3 a.org-btn {
    left: 31%;
}
.sec-4 {
    padding-bottom: 6em;
}
.sec-4-box {
    padding: 85px 30px 15px 30px;
    min-height: 456px;
}
.sec-5 h5.hm-title-org {
    font-size: 23px;
}
.sec-5 h4.hm-title-org {
    margin-top: 0;
}
.sec-9 .col-md-4 img {
    max-width: 80%;
}
.sec-9 .quote-right {
    margin-top: 5%;
    width: 10%;
}
.sec-9 h3 {
    font-size: 43px;
}
.sec-11 h4.hm-title-org {
    width: 75%;
}


}


@media screen and (max-width: 1536px) {

    /*Header*/
	
	section.hm-main-header {
		padding-bottom: 50em;
	}
    .hm-main-header h1 {
        margin-top: 23%;
        font-size: 43px;
    }
    .hm-main-img {
        margin-top: 23%;
        margin-left: 40px;
        width: 77%;
    }
    .hm-main-header h3 {
        font-size: 23px;
        margin-top: 23px;
        margin-bottom: 13px;
    }
	.hm-header-buttons .container {
		max-width: 100%;
	}
	.hm-header-buttons {
		bottom: 7.3%;
	}
	
	img#svg4 {
		width: 10%;
	}
	img#anim10 {
		top: 18%;
	}
	.sec-news {
		padding-top: 3em;
		padding-bottom: 5em;
	}
	.sec-11 {
		padding-top: 2em;
	}

}

@media screen and (max-width: 1440px) {

    /*Header*/

    .hm-main-header h1 {
        margin-top: 23%;
        font-size: 43px;
    }
    .hm-main-img {
        margin-top: 23%;
        margin-left: 40px;
        width: 77%;
    }
    .hm-main-header h3 {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 13px;
    }
	.hm-header-buttons {
		bottom: 6.5%;
	}

}


@media screen and (max-width: 1366px) {

    /*Header*/

    .hm-header-buttons {
		bottom: 1.7%;
	}
.sec-4-box h4 {
    font-size: 23px;
}
.sec-4-box svg {
    width: 67.3px;
}
h4.hm-title-org {
    font-size: 32px;
}
h4.hm-title-org span {
    font-size: 23px;
}
.sec-5 h5.hm-title-org {
    font-size: 18px;
}
.sec-3 a.org-btn {
    left: 28%;
}
.hero-top-content p {
    width: 50%;
}
.hero-top-content-img {
    margin-top: 0%;
}
svg#svg2 {
    width: 17%;
    top: 30%;
    left: 23%;
}
svg#svg1 {
    width: 18%;
    top: 40%;
    right: 25%;
}
svg#svg3 {
    width: 18%;
    right: 19%;
}
.hero-top-content h1 {
    font-size: 38px;
}



}


@media screen and (max-width: 1280px) {

    /*Header*/

    .hm-header-buttons {
		bottom: 4.5%;
	}

}


@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

    /*Header*/
    html, body {
        height: inherit;
    }
    .hm-main-img {
        margin-top: 26%;
    }
    section.hm-main-header {
        padding-bottom: 5em;
    }
	.hm-header-buttons {
		bottom: 3.7%;
	}

}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
h4.hm-title-org {
    font-size: 28px;
}
h4.hm-title-org span {
    font-size: 18px;
}
.sec-1-servi-box h4 {
    font-size: 20px;
}
.sec-2 h4.hm-title-org + p {
    width: 80%;
}
.sec-2-slider {
    padding: 90% 40px 20px 40px;
}
.sec-2-slider-wrpr:hover .sec-2-slider {
    padding: 10% 40px 20px 40px;
}
.sec-4-box {
    padding: 60px 15px 15px 15px;
}
.sec-4-box h4 {
    font-size: 18px;
}
.sec-7 p {
    width: 87%;
}
.sec-7 h4.hm-title-org {
    width: 67%;
}
.sec-8-box {
    padding: 60px 20px 10px 20px;
}
.sec-9 h3 {
    font-size: 32px;
}
img.img-fluid.quote-right {
    margin-top: 0%;
}
}

@media only screen and (max-width: 1024px) {
	h4.hm-title-org {
    font-size: 28px;
}
h4.hm-title-org span {
    font-size: 18px;
}
.sec-1-servi-box h4 {
    font-size: 20px;
}
.sec-2 h4.hm-title-org + p {
    width: 80%;
}
.sec-2-slider {
    padding: 90% 40px 20px 40px;
}
.sec-2-slider-wrpr:hover .sec-2-slider {
    padding: 10% 40px 20px 40px;
}
.sec-4-box {
    padding: 60px 15px 15px 15px;
}
.sec-4-box h4 {
    font-size: 18px;
}
.sec-7 p {
    width: 87%;
}
.sec-7 h4.hm-title-org {
    width: 67%;
}
.sec-8-box {
    padding: 60px 20px 10px 20px;
}
.sec-9 h3 {
    font-size: 32px;
}
img.img-fluid.quote-right {
    margin-top: 0%;
}
	
	ul.pop_contact {
		display: none;
	}

    .navik-header .logo {
/*         float: left; */
        padding: 7px 40px 7px 0;
    }
    /*Header*/
    html, body {
        height: inherit;
    }
    .hm-main-header h1 {
        margin-top: 34%;
    }
    .hm-main-header p {
        font-size: 16px;
    }
    .hm-main-img {
        margin-top: 26%;
    }
    section.hm-main-header {
        padding-bottom: 10em;
    }
	.home a.header-btn {
		font-size: 23px;
	}
	.hm-main-header h3 {
		font-size: 23px;
	}
	.hm-header-buttons {
		bottom: 6.5%;
	}
	.hm-header-buttons ul li a {
		padding: 5px 11px;
		font-size: 13px;
	}


    .ribbon-section p {
        width: 100%;
    }


    .hm-section-3 .feature-box {
        padding: 20px 15px;
    }
    .hm-section-3 .feature-box h4 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 22px;
    }
    .hm-section-3 .feature-box p {
        font-size: 15px;
    }



    /*Footer*/

    .row.bottom-footer p, .row.bottom-footer p a {
        font-size: 10px;
    }
    .col-md-3.footer-call {
        text-align: left;
        padding-left: 15px;
    }


}


@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

    /*Header*/
    html, body {
        height: inherit;
    }
    .hm-main-img {
        margin-top: 26%;
    }
    section.hm-main-header {
        padding-top: 5em;
        padding-bottom: 3em;
    }

    .navik-header .logo {
        padding: 15px 30px 15px 0;
    }
    .burger-menu {
        top: 40px;
    }
	.hm-main-header h1 {
		margin-top: 10%;
	}
	  .hm-main-header h3 {
		  font-size: 25px;
	  }
	  .hm-main-header svg {
		  margin-top: -3%;
	  }
	  .hm-header-buttons ul li a {
		  padding: 5px 16px;
		  font-size: 12px;
	  }

}



@media only screen and (max-width: 768px) {

    /*Header*/
    html, body {
        height: inherit;
    }
	section.hm-main-header {
		padding-bottom: 3em;
	}
    .hm-main-header h1 {
        font-size: 28px;
    }
    .hm-main-header p {
        font-size: 13px;
    }
    .hm-main-header h3 {
        font-size: 23px;
    }
    .hm-main-img {
        margin-top: 43%;
    }
	.home a.header-btn {
		font-size: 16px;
	}
	.home a.header-btn span {
		font-size: 12px;
	}
	.hm-header-buttons {
		display: none;
	}


    .hm-image-box {
        padding: 30px 17px 35px 17px;
    }
	
	
p, .sec-1-servi-box h4 {
    font-size: 16px;
}
.sec-2 {
    padding-top: 4em;
    padding-bottom: 0em;
}
.sec-3, .sec-5, .sec-6, .sec-8 {
    padding-top: 3em;
    padding-bottom: 3em;
}
.sec-2-slider h3 {
    font-size: 23px;
}
.sec-3, .sec-5, .sec-6, .sec-8 {
    padding-top: 3em;
    padding-bottom: 3em;
}
.sec-3 a.org-btn {
    left: 13%;
}
.sec-4 {
    padding-bottom: 3em;
}

}



@media only screen and (max-width: 480px) {
	
	.navik-menu .mega-menu-media-img {
		float: left;
	}
	.navik-menu .mega-menu-media-info {
		padding-left: 1px;
	}
	.navik-menu .mega-menu-container {
		padding: 15px 30px 0 0;
	}
	.navik-menu ul li.menu-btn a {
		text-align: center;
	}
	.navik-menu ul li h3, .navik-menu ul li h4 {
		font-family: 'Ubuntu', sans-serif;
		font-size: 16px;
		font-weight: 500;
		color: #53a0d7;
	}
	.navik-menu ul li h3 b {
		font-weight: 500;
	}
	.navik-menu .mega-menu-heading a {
		color: #53a0d7;
	}
	.dropdown-plus:before, .dropdown-plus:after {
		background-color: #ffffff;
	}
	.navik-menu ul li.current-menu > a, .navik-menu ul li:hover > a {
		color: #26c6da;
		background-color: #171e31;
	}
	.mega-menu-thumbnail {
		display: none;
	}

    /*Common*/

    .page-sub-title {
        font-size: 23px;
    }
    .sub-description {
        font-size: 17px;
    }
    p {
        font-size: 16px;
    }
	a.blue-btn {
		width: 100%;
    	text-align: center;
	}

    /*Header*/

    .hm-main-header h1 {
        margin-top: 30%;
        text-align: center;
    }
    .hm-main-header p {
        text-align: center;
    }
    .hm-main-header h3 {
        text-align: center;
		font-size: 17px;
    }
	.home a.header-btn {
		width: 100%;
		margin-top: 15px;
		font-size: 18px;
	}
	.hm-main-header svg {
		display: none;
	}
	.home a.header-btn span {
		font-size: 13px;
	}
    .hm-main-img {
        display: none;
    }
    .hm-header-buttons {
        display: none;
    }
    section.hm-main-header {
        padding-bottom: 2.5em;
    }


    /*Section 1*/

    .hm-section-1 {
        padding-top: 2em;
    }
    .hm-section-1 .sub-description {
        margin-bottom: 25px;
    }
    .hm-image-box {
        margin-bottom: 15px;
		margin: 0 30px;
    }
    .hm-image-box h4 {
        margin-bottom: 55%;
    }
	.slick-slider a.blue-btn {
		margin-top: -50px;
    	display: block;
	}
	button.slick-arrow {
		width: 33px;
		height: 33px;
	}
	button.slick-prev.pull-left.slick-arrow {
		left: -11px;
	}
	button.slick-next.pull-right.slick-arrow {
		right: -11px;
	}
	.sec-1 svg {
		margin-top: 10%;
	}
	.sec-1-servi-box a {
		margin-bottom: 0%;
	}
	.sec-1 .col-md-12 .slick-slide.slick-current.slick-active .row .col-md-6 {
		padding-right: 0;
		padding-left: 10%;
	}
	ul.slick-dots {
		padding-left: 10%;
	}
	.sec-1 button.slick-prev.pull-left.slick-arrow {
		right: 13% !important;
		left: auto;
	}
	.sec-5 .hm-video-container {
		margin-right: 0;
	}
	.sec-7 {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.sec-10 .col-md-7 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.sec-10 .col-md-7, .sec-10 .col-md-5 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.sec-10 .col-md-5 .video-container {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.sec-10 a.org-btn {
		width: 100%;
		padding: 13px 33px;
	}
	.sec-news {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	ul.post-class li:first-child {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		float: none;
	}
	ul.post-class li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0px;
	}
	ul.post-class li div p.slider-caption-class {
		font-size: 20px;
		margin-top: 10px;
	}
	.sec-13 {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.sec-11 h4.hm-title-org.text-center {
		font-size: 17px;
	}
	.sec-12 a.org-btn {
		width: 100%;
		text-align: center;
	}


    /*Section 2*/

    .hm-section-2 {
        padding-top: 2em
    }
    .hm-section-2 .sub-description {
        margin-bottom: 17px;
    }


    /*Section 3*/

    .hm-section-3 {
        padding-top: 2em;
        padding-bottom: 0em;
    }
    .hm-section-3 .feature-box {
        margin-bottom: 15px;
    }


    /*Section 4*/

    .hm-section-4 {
        padding-top: 2em;
        padding-bottom: 0em;
    }
    .hm-section-4 img {
        position: relative;
        max-width: 100%;
        margin-bottom: 32px;
    }
	.hm-section-4 svg {
		position: relative;
		right: 0;
		top: 0%;
		width: auto;
		margin-bottom: 30px;
		overflow: visible;
	}


    .ribbon-section h3 {
        line-height: 143%;
        margin-bottom: 15px;
        font-size: 23px;
    }


    /*Section 6*/

    .hm-section-6 {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .hm-section-6 img {
        margin-top: 30px;
    }
	.hm-section-6 svg {
		width: auto;
		overflow: visible;
		margin-top: 50px;
		margin-bottom: -26px;
	}


    /*Section 7*/

    .hm-section-7 {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .section-7-feature-box {
        min-height: auto;
        margin-bottom: 15px;
    }
    .section-7-feature-box .col-md-7 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section-7-feature-box .col-md-5 {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left;
    }
    .section-7-feature-box h3 {
        padding-left: 10px;
    }
    .section-7-feature-box .col-md-5 .img-fluid {
        width: 64%;
        font-size: 13px;
        padding-bottom: 5px;
    }
    .section-7-feature-box p {
        min-height: auto;
        font-size: 13px;
    }



    /*Section 8*/

    .hm-section-8 {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .hm-section-8 .col-3,
    .hm-section-8 .col-9  {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pills-box {
        padding: 20px 20px 20px 0px;
    }
    .nav-pills a.nav-link {
        margin-bottom: 5px;
    }
    .tab-content>.tab-pane .row {
     margin-left: 0;
    }
    div#v-pills-tabContent {
        margin-top: 15px;
    }
    .nav-pills .nav-link {
        font-size: 16px;
        margin-bottom: 5px;
    }


    /*Section 9*/

    .hm-section-9 {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .section-9-feature-box .col-md-7 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section-9-feature-box .col-md-5 {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left;
    }
    .hm-section-9 .col-md-7 img {
        display: none;
    }
	.section-9-feature-box .col-md-5 {
		text-align: center;
	}
	.hm-section-9 .page-sub-title {
		margin-bottom: 20px;
	}


    /*Section 10*/

    .hm-section-10 {
        padding-top: 2em;
        padding-bottom: 2em;
    }
	.hm-section-10 .page-sub-title {
		margin-top: 46px;
	}
	
	
	.ribbon-section-video-row p {
		margin-bottom: 25px;
	}
	.ribbon2-section h4 {
		font-size: 18px;
		margin-top: 13px;
		margin-bottom: 6px;
	}


    /*Footer*/

    .top-footer {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-contact-layer ul {
        display: block;
        width: 100%;
    }
    .footer-contact-layer ul li {
        font-size: 28px;
        width: 25%;
        padding: 0;
        display: inline-block;
        float: left;
        text-align: center;
    }
    .footer-contact-layer ul li.footer-contact-layer-p {
        display: none;
    }
    .middle-footer {
        padding-bottom: 0px;
    }
    .middle-footer p.footer-title {
        min-height: auto;
    }
    .middle-footer ul {
        margin-bottom: 2rem;
    }
    .row.bottom-footer {
        padding-top: 20px;
        margin-top: 0px;
    }
    .row.bottom-footer .text-left {
        margin-bottom: 15px;
    }
    .middle-footer ul li a {
        font-size: 15px;
    }
	.ribbon-section.video-ribbon-section {
		padding-bottom: 15px;
	}
	
	.hm-section-3 .feature-box {
        height: auto;
    }
h4.hm-title-org {
    font-size: 23px;
}
h4.hm-title-org span {
    font-size: 15px;
}
.container {
    max-width: 100%;
}
.sec-1 .col-md-12 .slick-slide.slick-current.slick-active .row .col-md-6 {
    padding-right: 0;
    padding-left: 10%;
}
.sec-2 {
    padding-top: 2em;
    padding-bottom: 0em;
}
.sec-2 .slick-prev {
    right: 13% !important;
    left: inherit !important;
}
button.slick-next.pull-right.slick-arrow {
    right: 5%;
}
.col-md-6.servi-bg {
    background: none;
}
.sec-2 .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.sec-2 .container .row {
    margin-right: -15px;
}
.sec-2 .container .row .col-md-12 {
    padding-right: 15px;
}
.sec-3 img {
    margin-top: 10px;
}
.sec-3, .sec-5, .sec-6, .sec-8 {
    padding-top: 2em;
    padding-bottom: 2em;
}
.sec-3 a.org-btn {
    position: relative;
    left: inherit;
    margin-top: -7px;
}
.sec-4-box {
	padding: 35px 15px 15px 15px;
    margin-bottom: 15px;
    min-height: auto;
    text-align: center;
}
.sec-4-box svg {
    margin-bottom: 20px;
}
.sec-4-box h4 {
    margin-bottom: 15px;
}
.sec-4 {
    padding-bottom: 0em;
}
p.sec-5-p + .row .col-md-6 {
    margin-bottom: 15px;
}
.sec-6 {
    padding-top: 2em;
}
.sec-6 .col-md-6:first-child {
    order: 2;
}
.sec-6 img {
    margin-left: 0;
}
.sec-7 h4.hm-title-org {
    width: 100%;
}
h4.hm-title-org {
    font-size: 25px;
}
.sec-7:before {
    left: 3%;
    font-size: 180px;
}
.sec-8-box {
    margin-bottom: 15px;
}
.sec-8-box {
    margin-bottom: 20px;
}
.sec-8-box .org-btn {
    margin: 0 auto -20px auto;
}
	ul.post-class li div {
    padding-top: 20px;
}
.sec-9 {
    padding-top: 2em;
    padding-bottom: 2em;
}
.sec-9 .col-md-4 img {
    max-width: 100%;
}
img.img-fluid.quote-right {
    margin-top: 15%;
}
.sec-9 h3 {
    font-size: 25px;
}
.sec-2-slider-wrpr {
    height: 440px;
    background-size: cover;
    background-position: 31% center;
}
.sec-2-slider-wrpr:hover .sec-2-slider {
    padding: 15% 40px 80px 40px;
}
.sec-10 {
    padding-top: 2em;
    padding-bottom: 2em;
}
.sec-11 {
    padding-top: 1em;
    padding-bottom: 2em;
}
.sec-11 h4.hm-title-org {
    width: 100%;
}
.sec-11 #accordion {
    width: 100%;
    margin: 30px auto 0px auto;
}
.sec-12 {
    padding-top: 3em;
    padding-bottom: 3em;
}
.sec-12 .col-md-6.text-right {
    text-align: left !important;
}
.sec-12 a.org-btn {
    margin-top: 5%;
}
.hero-top-content h1 {
    font-size: 26px;
}
.sec-8 {
    padding-bottom: 1em;
}
.hero-top-content h1 span {
    font-size: 16px;
    width: 56%;
}
.hero-top-content p {
    width: 100%;
}
.hero-top-content-img {
    width: 80%;
}
.hm-wrpr article .hero-top {
    height: 91vh;
    overflow: hidden;
    margin: 0;
}
.hero-top-content-img {
    margin-top: 13%;
}


img#svg4 {
    top: inherit;
    bottom: 0%;
    left: -6%;
    width: 40%;
}
img#anim9, img#anim8, img#anim6, img#anim2, img#anim1, img#anim7 {
    display: none;
}
.hero-top-content {
    margin: 0% auto 0 auto;
}
.hero-top-content-wrpr, .hero-top-content {
    height: 100%;
}
img#anim10 {
    width: 60%;
    top: 25%;
    left: -15%;
}
svg#svg3 {
    right: 8%;
}
svg#svg2 {
    width: 35%;
    top: 41%;
    left: 0%;
}
.hero-top-content-wrpr {
    padding-top: 25px;
}
.navik-header .logo img {
    width: 130px;
}
section.hm-wrpr .hm-menu.navik-header {
    background: #171e31;
    position: relative;
}
.header-shadow-wrapper {
    display: none;
    position: relative;
}
.line-menu {
    background-color: #ffffff;
}

}

.navik-menu h3 {
    font-size: 20px;
    margin-bottom: 15px;
	color: #3c5185;
}
.navik-menu h3 i {
    color: #3c5185;
	margin-right: 3px;
}