/*Commmon*/

body {
    background-color: #f7fafc;
	font-family: 'Open Sans', sans-serif;
}
@media (min-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}



@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: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #343d4a;
}
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;
}
.navik-menu ul li > a, .navik-menu .mega-menu-heading {
    font-family: Open Sans;
    font-size: 16px;
}
.navik-menu .mega-menu-heading, .navik-menu ul li > a {
    text-transform: capitalize;
}
.navik-menu .mega-menu-heading a {
    font-family: Open Sans;
}
.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: Open Sans;
    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: 65px;
    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: #f99400;
}	
.navik-header-container {
    height: 75px;
}
}
.navik-menu ul li {
    list-style-type: none;
}


/*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: 5rem;
    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: 50px;
    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;
}



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


/*Header*/

section.hm-main-header {
    background: linear-gradient(-90deg, #3c5185, #1d263c);
    height: 100%;
    position: relative;
    color: #fff;
    padding-bottom: 10em;
}
/* .hm-main-header h1 {
    font-family: proxima-bold;
    font-size: 45px;
    color: #fff;
    margin-top: 26%;
	text-align: left;
} */
.hm-main-header h1 {
    font-family: Eesti-bold;
    font-size: 50px;
    color: #fff;
    margin-top: 23%;
    margin-bottom: 20px;
    text-align: left;
}

/* .hm-main-header p {
    font-family: Gotham-Medium;
    font-size: 18px;
    color: #fff;
	text-align: left;
} */
.hm-main-header p {
    font-family: Gotham-Medium;
    font-size: 19px;
    color: #fff;
    margin-bottom: 0;
    text-align: left;
}

/* .hm-main-header h3 {
    color: #ffa103;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
	text-align: left;
} */
.hm-main-header h3 {
    color: #ffa103;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-align: left;
    font-size: 23px;
    font-family: proxima-bold;
}

a.header-btn {
    font-family: proxima-bold;
    background: #c50c13;
    color: #fff;
    font-size: 25px;
    padding: 7px 30px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 23px;
}
.hm-main-header svg {
    margin-top: 19%;
    margin-left: 40px;
    width: 97%;
    overflow: visible;
}
.home a.header-btn {
	width: 90%;
	font-size: 26px;
	background-color: #c50c13;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	border: 1px solid rgba(0,0,0,0.2);
	padding: 13px 30px;
	transition: all 130ms linear;
}
.home a.header-btn:hover {
	background: #e6262d;
	box-shadow: inset 0 2px 2px 0 rgba(255,255,255,0.22), 0 233px 233px 0 rgba(255,255,255,0.12) inset;
    transform: translateY(3px);
    transition: all 130ms linear;
}
.home a.header-btn span {
    display: block;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #e28386;
    margin-top: 1px;
}



.hm-header-buttons {
    position: absolute;
    left: 0;
    bottom: 7%;
    width: 100%;
    text-align: center;
}
.hm-header-buttons ul {
    flex-wrap: wrap;
    display: block;
    -webkit-box-flex: 0;
}
.hm-header-buttons ul li {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0 3px;
}
.hm-header-buttons ul li a {
    padding: 5px 10px;
    border: 2px solid #00eafd;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0px 0px 6px #00eafd;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
.hm-header-buttons ul li a:hover {
    border: 2px solid #ffb602;
    box-shadow: none;
}




/*Section 1*/

.hm-section-1 {
    padding-top: 5em;
    padding-bottom: 0em;
    overflow: hidden;
}
.hm-section-1 .sub-description {
    margin-bottom: 50px;
}
.hm-image-box {    
    background-position-x: center !important;
    background-size: cover !important;
    padding: 30px 18px 35px 18px;
    border-radius: 6px;
    margin: 0 10px;
}
.hm-image-box-1 {
    background: url(../images/svg/Guest-Posting-Services.svg) no-repeat;
}
.hm-image-box-2 {
    background: url(../images/svg/Citation-Building-Services.svg) no-repeat;
}
.hm-image-box-3 {
    background: url(../images/svg/Web-Hosting-Services.svg) no-repeat;
}
.hm-image-box-4 {
    background: url(../images/svg/Link-Building-Services.svg) no-repeat;
}
.hm-image-box-5 {
    background: url(https://www.clickdo.co.uk/wp-content/themes/clickdo-main-theme/images/svg/Google-AdWords-Services.svg) no-repeat;
}
.hm-image-box-6 {
    background: url(../images/svg/Facebook-and-Instagram-Advertising.svg) no-repeat;
}
.hm-image-box-7 {
    background: url(../images/svg/Press-Release-Services.svg) no-repeat;
}
.hm-image-box-8 {
    background: url(../images/web-design-services.jpg) no-repeat;
}
.hm-image-box h4 {
    font-size: 30px;
    color: #6878a0;
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff;
    margin-bottom: 83%;
    transition: all 130ms linear;
}
.hm-image-box p {
    font-family: proxima-reg;
    color: #fff;
    font-size: 16px;
}
.hm-image-box a {
    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;
}
.hm-image-box:hover h4 {
    color: #3c5185;
    transition: all 130ms linear;
}
.hm-image-box:hover a {
    background: #f99400;
    transform: translateY(3px);
    transition: all 130ms linear;
}
.slick-slide {
    outline: none;
}
button.slick-arrow {
    display: block !important;
}
button.slick-arrow {
    position: absolute;
    background: linear-gradient(-90deg, #3c5185, #32436d);
    color: #fff;
    border: none;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    outline: none;
	z-index: 9999999999;
}
button.slick-prev.pull-left.slick-arrow {
    left: -55px;
    top: 43%;
}
button.slick-next.pull-right.slick-arrow {
    right: -55px;
    top: 43%;
}




/*Section 2*/

.hm-section-2 {
    padding-top: 5em;
    padding-bottom: 0em;
}
.hm-section-2 .sub-description {
    margin-bottom: 37px;
}
.hm-section-2 img {
    padding: 0px 30px 0px 30px;
    margin-bottom: 20px;
}




/*Section 3*/

.hm-section-3 {
    padding-top: 3em;
    padding-bottom: 3em;
}
.hm-section-3 .sub-description {
    margin-bottom: 47px;
}
.hm-section-3 .feature-box {
    padding: 20px 20px;
}
.hm-section-3 .feature-box img {
    height: 80px;
}
.hm-section-3 .feature-box h4 {
	font-family: proxima-bold;
    margin-top: 20px;
    margin-bottom: 13px;
	line-height: 135%;
}
.hm-section-3 .feature-box svg {
    max-height: 107px;
    width: auto;
}



/*Section 4*/

.hm-section-4 {
    padding-top: 5em;
    padding-bottom: 6em;
}
.hm-section-4 .col-md-6 {
    position: relative;
}
.hm-section-4 img {
    position: absolute;
    right: 10%;
    top: 0%;
    max-width: 126%;
}
.ribbon-section {
    background: #31457a;
    padding-top: 40px;
    padding-bottom: 40px;
}
.ribbon-section h3 {
    font-family: proxima-bold;
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
}
.ribbon-section p {
    color: #fff;
    width: 70%;
    margin: 0 auto;
}



/*Section 6*/

.hm-section-6 {
    padding-top: 6em;
    padding-bottom: 2em;
}
.hm-section-6 .page-sub-title {
    margin-bottom: 15px;
}
.hm-section-6 .sub-description {
    margin-bottom: 37px;
}
.hm-section-6 svg {
    width: 93%;
    overflow: visible;
    margin-top: -17px;
}



/*Section 7*/

.hm-section-7 {
    padding-top: 5em;
    padding-bottom: 3em;
}
.hm-section-7 .page-sub-title {
    margin-bottom: 45px;
}
.section-7-feature-box {
    background: #fff;
    padding: 25px 25px;
    border-radius: 5px;
    box-shadow: 0px 5px 20px #00000029;
    transition: all 130ms linear;
    min-height: 325px;
}
.section-7-feature-box h3 {
    font-family: Open Sans Semi Bold,Arial,sans-serif;
    font-weight: 600;
    margin-top: 15px;
	color: #343d4a;
}
.section-7-feature-box p {
    margin-top: 15px;
}
.section-7-feature-box .blue-btn {
    margin-top: 15px;
}



/*Section 8*/

.hm-section-8 {
    padding-top: 5em;
    padding-bottom: 3em;
}
.hm-section-8 .page-sub-title {
    margin-bottom: 45px;
}
.nav-pills a.nav-link {
    color: #3c5185;
    text-decoration: none;
    background-color: white;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0px 3px 10px #00000029;
    padding-left: 40px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #31457a;
}
.nav-pills .nav-link span {
    position: absolute;
    top: 11px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/bullet.png) no-repeat;
}



/*Section 8.1 Ribbon*/
.hm-section-4 {
    padding-top: 5em;
    padding-bottom: 6em;
}
.hm-section-4 .col-md-6 {
    position: relative;
}
.hm-section-4 svg {
    position: absolute;
    right: 10%;
    top: 0%;
    width: 123%;
    overflow: visible;
}

.ribbon2-section {
    background: #31457a;
    padding-top: 40px;
    padding-bottom: 40px;
}
.ribbon2-section h3 {
    font-family: proxima-bold;
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
}
.ribbon2-section h4 {
    font-family: proxima-bold;
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
}
.ribbon2-section p {
    color: #fff;
    width: 70%;
    margin: 0 auto;
}


/*Section 9*/

.hm-section-9 {
    padding-top: 5em;
    padding-bottom: 3em;
}
.hm-section-9 .page-sub-title {
    margin-bottom: 45px;
}
.section-9-feature-box {
    background: #fff;
    padding: 25px 25px;
    border-radius: 5px;
    box-shadow: 0px 5px 20px #00000029;
    transition: all 130ms linear;
    min-height: 347px;
}
.section-9-feature-box .section-9-feature-box h3 {
	font-family: Open Sans Semi Bold,Arial,sans-serif;
    font-weight: 600;
    margin-top: 10px;
	margin-bottom: 30px;
    color: #343d4a;
	text-align: center;
}
a.blue-btn {
	font-size: 17px;
}
.hm-section-9 .col-md-7 img {
    border-radius: 5px;
}
.hm-section-9 .video-container {
	position: relative;
    padding-bottom: 47.25%;
}



/*Section 10*/

.hm-section-10 {
    padding-top: 3.7em;
    padding-bottom: 7em;
}
.hm-section-10 .page-sub-title {
    margin-top: 95px;
    margin-bottom: 20px;
}




/* Video layer */

.ribbon-section.video-ribbon-section {
	background: #f7fafc;
    padding-top: 75px;
    padding-bottom: 75px;
}
.ribbon-section-video-row {
	margin-top: 50px;
}
.ribbon-section.video-ribbon-section h3 {
    color: #3c5185;
}
.ribbon-section.video-ribbon-section p {
    color: #343d4a;
}
.ribbon-section.video-ribbon-section .video-container {
	margin-bottom: 20px;
}
.ribbon-section.video-ribbon-section h5 {
	font-family: proxima-bold;
	color: #3c5185;
	margin-bottom: 5px;
}
.row.ribbon-section-video-row  iframe {
    display: inline-block;
}


/*Responsiv*/





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

    html, body {
        height: 100%;
    }

    /*Header*/

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

    .hm-main-header h1 {
        margin-top: 22%;
		font-size: 50px;
		margin-bottom: 10px;
    }
    .hm-main-header h3 {
        font-size: 23px;
    }
    .hm-main-header svg {
        margin-top: 20%;
		width: 85%;
    }
    .hm-header-buttons {
        bottom: 6%;
    }

}


@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%;
	}

}

@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%;
	}

}


@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 (max-width: 1024px) {
	
	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;
    }

}



@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;
	}

    /*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;
	}


    /*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;
    }

}

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