/*
Theme Name:Corum Health
Author URI: http://www.thegeminigeeks.com/
Version: 1.0
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/

* {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
background: #fff;
font-family: 'Raleway', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #000000;
font-weight: 400;
font-size: 15px;
line-height: 1.8;
text-rendering: optimizeLegibility;
}
a img {
border: none;
}
a {
color: #000;
text-decoration: none !important;
transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
}
a:hover {
text-decoration: none;
color: #00AFDC;
}

.clear {
clear: both;
}
.divider {
clear: both;
border-bottom: 1px solid #ddd;
margin: 0 0 20px 0;
padding: 20px 0 0 0;
}

.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 10px;}
.aligncenter{display:block;margin:0 auto;}


/* :: 5.0 Backtotop CSS */
#scroll {
position: fixed;
right: 10px;
bottom: 10px;
cursor: pointer;
width: 50px;
height: 50px;
background-color: #00AFDC;
text-indent: -9999px;
display: none;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
z-index: 999;
}
#scroll span {
position: absolute;
top: 50%;
left: 50%;
margin-left: -8px;
margin-top: -12px;
height: 0;
width: 0;
border: 8px solid transparent;
border-bottom-color: #ffffff;
}
#scroll:hover {
background-color:#000;
opacity: 1;
filter: "alpha(opacity=100)";
-ms-filter: "alpha(opacity=100)";
}
.inner {
width: 1120px;
margin: 0 auto;
max-width: 100%;
}


.overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #5C2AB5CF;
}


.top-header {background:#000000;float: left;width: 100%; padding:5px;}
.top-header .text-left{float:left;color:#fff;}
.top-header li {list-style: none;display: inline-block;font-size: 15px;}
.top-header a {font-weight: 400;color: #fff;}
.top-header a:hover {color:#fff}
.top-header .phone:before {content: "\f095";color: #000;margin-right: 10px;color:#fff;font-style: normal;font-family: 'icomoon'!important;}
.top-header .email::before {content: "\f0e0";color: #000;margin-right: 10px;margin-left: 15px;color:#fff;font-style: normal;font-family: 'icomoon' }
.top-header .icoFacebook, .top-header .icoLinkedin{margin: 0 0px 0 25px;}
.top-header span{color:#fff;margin-right:10px}

.icon-facebook::before {content: "\f09a" !important;}
.icon-linkedin::before {content: "\f0e1" !important;}
.icon-menu:before {content: "\e5d2" !important;}

.mobilenavsocial {background: #000;float: left;width: 100%;padding:0 25px;color:#fff;margin: 10px 0;}
.mobilenavsocial a{color:#fff;}
.mobilenavsocial a:hover{color:#01AEDB;}
.mobilenavsocial li{list-style: none;display: inline-block;font-size: 15px;text-align: left !important;margin: 10px !important;}



.header_area {position: relative;top: 0;left: 0;
z-index: 999;transition: background 0.4s, all 0.3s linear;
float: left;
width: 100%;
}


.header_area.navbar_fixed .main_menu {position: fixed;width: 100%;top: -70px;
left: 0;right: 0;z-index: 997;background: #fff;transform: translateY(70px);
transition: transform 500ms ease, background 500ms ease;-webkit-transition: transform 500ms ease, background 500ms ease;box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.1);}

.header_area.navbar_fixed .main_menu #logo img{width: 50%; transition: 0.6s}
.header_area.navbar_fixed .main_menu .site-navbar .site-navigation .site-menu > li > a{margin: 25px 0;transition: 0.6s}




#logo img{height: auto;width: 80%;margin:15px 0 0px;transition: 0.6s}
#logo .site-title {float:left;}
#logo .site-title a{color:#fff;font-size: 24px;}
.site-menu-toggle{display: none;}

h1,
h2,
h3,
h4,
h5,
h6 {
/*! margin: 0 0 5px 0px; */ line-height:1.2;
color: #000;font-family: 'Montserrat', sans-serif;
}
h1 {font-size: 40px;}
h2 {font-size: 36px;color:#000;font-family: 'Raleway', sans-serif;font-weight: 300;}
h3 {font-size: 26px;}
h4 {font-size: 24px;}
h5 {font-size: 22px;}
h6 {font-size: 20px;color:#00AFDC;font-weight: normal;}

.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

#fixed-height .box-body{min-height: 120px !important;}
#tick ul li::before {content: "\f00c";color: #00B8E7;font-style: normal;font-family: 'icomoon'; margin-right: 10px;}

#ccdbtn a{color:#000}
#ccdbtn a:hover{color:#fff}

.more-btn{padding: 10px 55px;background:#00AFDC;color:#fff;border-radius:50px;border: 1px solid #00AFDC;margin:15px 0;display:inline-block}
.more-btn:hover{background:#000;color:#fff !important;border:1px solid #000; }

.more-link{padding: 10px 55px;text-transform:uppercase;font-weight:700;background:#00AFDC;color:#fff;border-radius:50px;border: 1px solid #00AFDC;margin:15px 0;display:inline-block}
.more-link:hover{background:#000;color:#fff !important;border:1px solid #000; }

th,td { border:1px solid #064A82;padding: 10px;}
table { width:100%; color:black; text-align:center;margin-bottom:20px; }
thead th{background: #16B2DC;color:#fff;}

.ekit-wid-con .elementskit-infobox{border:none !important;}
#dispenseicon .elementor-widget-container:hover .elementor-icon-box-icon span{background:#064A82;}
#safetyfeatures .elementor-widget-container:hover .elementor-icon-box-icon span{background:#064A82;}


#slider .item{background-size: cover;background-position: center top;width: 100%;}
#slider .owl-nav .owl-next, #slider .owl-prev {position: absolute;top:30%;transition: 0.6s;font-size:80px;
color:#fff;opacity:0;}
#slider:hover .owl-nav .owl-next{display: block;transition: 0.6s;opacity:1.0;}
#slider:hover .owl-nav .owl-prev{display: block;transition: 0.6s;opacity:1.0;}
#slider .owl-nav .owl-next:hover, #slider .owl-nav .owl-prev:hover {color: #fff; transition: 0.6s;}
#slider .owl-nav .owl-prev {left: 20px;display: block;transition: 0.6s; }
#slider .owl-nav .owl-next {right: 20px;display: block;transition: 0.6s;}
#slider .owl-next span, #slider .owl-prev span{}

.post > .elementor {clear:both;}


.parallax-overlay {position: absolute;left: 0;top: 0;width: 100%;
height: 100%;/*! background-image: url(https://corumhealth.com.au/corum/wp-content/uploads/2019/11/pattern.png); */background-repeat: repeat; background-color:#000;opacity:0.3;z-index: 0;}
.parallax-overlay1 {position: absolute;left: 0;top: 0;width: 100%;
height: 100%;/*! background-image: url(https://corumhealth.com.au/corum/wp-content/uploads/2019/11/pattern.png); */background-repeat: repeat; background-color:#000;opacity:0.5;z-index: 0;}

.carousel-caption {top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);z-index:997;padding-top: 20px;padding-bottom: 20px;text-align: center;position:absolute;width:100%}
.carousel-caption .subheading{font-weight: 600;color:#fff;font-size: 14px;letter-spacing: 3px;text-transform: uppercase;}
.carousel-caption h1{font-size: 55px;color: #fff;line-height: 0.9;font-weight: 700;text-transform: capitalize;}
.carousel-caption span{font-weight: normal;color:#fff;font-size: 36px;}
.carousel-caption p{color: #fff;font-weight: inherit;margin: 10px 0;font-size:16px}
.btn-primary{background: #00AFDC;color:#fff;padding: 12px 45px;text-transform: uppercase;font-weight: bold;border-radius: 50px;display: inline-block;margin: 10px 0; }
.btn-primary:hover{background: #02457C;color:#fff;}

#firstslide{left:25%;width:30%;}
#firstslide h1{text-transform:none;background:#f47f22;padding: 10px;font-size: 52px;}
#firstslide p{margin-bottom:0}
#firstslide .btn-primary{display:table;margin:10px auto}

.space{margin: 15px 0;float: left;width: 100%;}

#safetyfeatures .elementor-icon-box-description{margin-top:5px}
#product{padding: 65px 0 45px;float: left;width: 100%;}


#product .title h3{text-transform: uppercase;font-weight: bold;font-size:24px;}

#product .line {height: 1px;background: #9B9B9B;width: 80%;margin: -20px 0px 10px 65px;}

#product a{/*! padding: 5px 15px 0 65px; */color:#000;display: table;}
#product .smallbox:hover .btn{color:#064A82 !important;}
#product p{padding: 0px 0px 0px 65px;font-size: 14px;}
#product .col-md-5{background:#F5F5F5;padding: 15px 15px;border-radius: 10px;transition: 0.6s}
#product .col-md-5:before {content:"";position: absolute;height: 0px;width: 0px;top: 90px;right:-30px;border-width: 15px;
border-color:#fff #fff #fff #F5F5F5;border-style: solid;}

#product .col-md-5 a:hover{color:#064A82 !important;}
#product .col-md-5:hover{background: #00AFDC;color: #fff;transition: 0.6s}
#product .col-md-5:hover p, 
#product .col-md-5:hover a{color:#fff;}
#product .col-md-5:hover .icon-logo{filter: brightness(0) invert(1);}


#product .col-md-5 .icon-logo{background: url(https://corumhealth.com.au/wp-content/uploads/2019/11/corum-icon.png) 0px 10px no-repeat;
background-size: auto;background-size: 55px 55px;padding: 22px 65px;font-family: 'Montserrat', sans-serif !important;}


#product .col-md-6{border-radius: 10px;width: 49%;margin: 0 10px 0px 0px;overflow: hidden;padding: 0;}
#product .col-md-6 .icon-logo{background: url(https://corumhealth.com.au/wp-content/uploads/2019/11/corum-icon.png) 0px 10px no-repeat;transition:0.6s;
background-size: auto;color:#fff;background-size: 55px 55px;padding: 20px 0px 25px 60px;font-family: 'Montserrat', sans-serif !important;  
}
#product .col-md-6 a, #product .col-md-6 p{color:#fff;}


#product .col-md-6 a:hover{color:#fff;transition:0.6s;}
#product .col-md-6:hover{background: #00AFDC;color: #fff;transition: 0.6s}
#product .col-md-6:hover p, 
#product .col-md-6:hover a{color:#fff;transition:0.6s;}
#product .col-md-6:hover .icon-logo{filter: brightness(0) invert(1);transition:0.6s;}

#product .col-md-6 .btn{margin: 10px 0;padding: 0 60px;}


#box-hover .hover-layer {opacity: 0;position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;
height: 100%;background: rgba(0, 0, 0, 0.6);color: #fff;-moz-transition: all 0.6s ease-in-out 0s;-webkit-transition: all 0.6s ease-in-out 0s;-ms-transition: all 0.6s ease-in-out 0s;
transition: all 0.6s ease-in-out 0s;}

#box-hover:hover .hover-layer,#box-hover.active .hover-layer {opacity: 1;transition:0.6s;}

#box-hover .hover-layer{border-radius: 10px;background: #064A82;padding:15px 10px;
display: inline-block;position: absolute;top: 50%;left: 50%;transition:0.6s;
-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}

#box-hover .upperlayer{position: relative;color:#fff;background:#00000082;padding:15px 10px;}




.zoom {
background-image: url(https://corumhealth.com.au/wp-content/uploads/2019/12/Head-Office-Solution-Zoom-Bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;	
  animation: scale 40s linear infinite;
width: 100%;
position: absolute;
top: 0;
bottom: 0;
}

.zoom2{
background-image: url(https://corumhealth.com.au/wp-content/uploads/2019/12/Backup-and-recovery-zoom-bg.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;	
  animation: scale 40s linear infinite;
width: 100%;
position: absolute;
top: 0;
bottom: 0;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}








#product img{float: left;width: 48px;margin-right: 15px;}

#product .smallbox{width: 19.4%;padding: 10px 0px 0 35px;font-size: 14px;
background: url('https://corumhealth.com.au/wp-content/uploads/2019/11/Corum-Grey-Icon.png') center center;
background-position: center;background-repeat: no-repeat; background-size: 130px 151px;}
#product .smallbox .btn{padding: 5px 0px;color:#00AFDC;display: table;}
#product .smallbox .btn:hover{color:#064A82}


#f1_container .icon-logo{background: url(https://corumhealth.com.au/wp-content/uploads/2019/11/corum-icon.png) 0px 10px no-repeat;
background-size: auto;background-size: 55px 55px;padding: 20px 0px 25px 60px;font-family: 'Montserrat', sans-serif !important;}

#f1_card .btn{padding: 0px 60px;color:#00AFDC;}
#f1_container {
  position: relative;
background:#F5F5F5;padding: 20px 15px;border-radius: 10px;width: 49%;margin: 0 10px 0px 0px;
  z-index: 1;
  min-height: 200px;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: white;transition: all 1.0s linear;
  background-color:#F5F5F5;
}


#about{padding: 25px 0 45px;float: left;width: 100%;text-align: center;clear: both;}
#about strong{color:#00AFDC;font-size: 25px;font-style: italic;font-weight: 300;}
#about p{margin: 15px 0;}

#threebox{text-align:left;}
#threebox .col-md-12 p{margin: 0;padding: 0 0 0 50px;}
#threebox .col-md-4{margin:  0px 24px 5px;padding:20px;width: 29%;}
#threebox .fade-img{position: absolute;z-index: -1;top: 1.2rem;left: 4rem;opacity: 0.2;
-webkit-filter: grayscale(100%);filter: grayscale(100%);width: 120px;}

.vision{background: url(https://corumhealth.com.au/wp-content/uploads/2019/11/our-vision-img.png) 0px 1px no-repeat;transition: all .6s;
background-size:48px;padding: 15px 0px 0px 60px;}

.people{background: url(https://corumhealth.com.au/wp-content/uploads/2019/11/our-people-img.png) 0px 1px no-repeat;transition: all .6s;
background-size:48px;padding: 15px 0px 0px 60px;}

.solution{background: url(https://corumhealth.com.au/wp-content/uploads/2019/11/our-solution-img.png) 0px 1px no-repeat;transition: all .6s;
background-size:48px;padding:15px 0px 0px 60px;}


#threebox .col-md-4:hover .vision,
#threebox .col-md-4:hover .people,
#threebox .col-md-4:hover .solution
{/*! -moz-transform:scale(1.1); */ /*! -webkit-transform:scale(1.1); */ /*! transform:scale(1.1); */ -moz-transition:all .6s;-webkit-transition:all .6s;
transition:all .6s;
background-size: 55px;
}




#support{background: url('https://corumhealth.com.au/wp-content/uploads/2019/11/Supportbg-Image.jpg') center center;background-attachment: fixed;background-position: center;background-repeat: no-repeat;padding: 65px 0px 25px;width: 100%;float: left;color: #fff;text-align: center;background-size: cover;position: relative;}
#support h1, #support h2{color: #fff;}
#support .col-md-4{color: #fff;text-align:left;margin: 35px 0;padding: 25px 20px;}
#support .col-md-4 h4, #support .col-md-4 a{color: #fff;}
#support .col-md-4 img{float: left;width: 44px;margin-right: 15px; -moz-transition:all .3s;
 -webkit-transition:all .3s;
 transition:all .3s}
#support .col-md-4:hover img { -moz-transform:scale(1.3); -webkit-transform:scale(1.3);
 transform:scale(1.3); -moz-transition:all .3s;
 -webkit-transition:all .3s;
 transition:all .3s}

#support .col-md-4 .col-md-12{margin: 15px 0 0;}


#testimonials{padding: 85px 10px 45px;width: 100%;float: left;text-align: center}
#testimonials h2{font-size: 36px;color:#000;font-family: 'Raleway', sans-serif;font-weight: 300;}
#testimonials h1 {color:#000;}
#testimonials img{width: 118px;margin: 20px auto;}
.testimonial .testimonial-item {padding:15px 60px 20px;}
#testimonials .testimonial h4{margin: 10px 0;font-size: 20px;color:#00AFDC;font-weight:bold;}

#testimonials .owl-nav, #testimonials .owl-dots {margin-bottom: 25px;text-align: center;}
#testimonials .owl-dot {display: inline-block;width:30px; height:4px; background:#dbd9e6; border-radius:5px; margin:5px 5px}
#testimonials .owl-dot.active {background-color:#D32026;}


#counter{background: url('https://corumhealth.com.au/wp-content/uploads/2019/12/Corum-facts-bg.jpg') center center;background-position: center;background-attachment: fixed;background-repeat: no-repeat;padding: 65px 0px 25px;width: 100%;float: left;color: #fff;text-align: center;background-size: cover;position: relative;}
#counter h1{color:#fff;z-index:5;position: relative;}
#counter .col-md-2{max-width: 25%;margin: 35px 0;}
#counter h5{font-weight: 300;margin: 30px 0;font-size: 16px;color:#fff;text-transform: uppercase;}

#total-score-circle,
#general-score-circle,
#speed-score-circle,
#privacy-score-circle {margin: 0.1em auto; width: 160px;  height: 160px;position: relative;border-radius:50%;background:#fff;}

#speed-score-circle b{display: none !important;}

.partners{padding: 25px 0;width: 100%;float: left;background:#F5F5F5;}
.partners .col-md-6 img{display: inline;margin: 23px;}

.brand_area{padding: 25px 0;width: 100%;float: left;background:#fff;text-align: center;}
.brand_area .owl-carousel .owl-item img{width: 150px;display: inline-block;}
.brand_area .single_brand{margin: 0 auto;}
.brand_area h4{font-weight: normal;margin: 15px 0 0;color:#064A82;}

.brand_area .owl-nav .owl-next, .brand_area .owl-prev {position: absolute;top:40%;transition: 0.6s;font-size:64px;
color:#fff;opacity:0;}
.brand_area:hover .owl-nav .owl-next{display: block;transition: 0.6s;opacity:1.0;}
.brand_area:hover .owl-nav .owl-prev{display: block;transition: 0.6s;opacity:1.0;}
.brand_area .owl-nav .owl-next:hover, .brand_area .owl-nav .owl-prev:hover {color: #fff; transition: 0.6s;}
.brand_area .owl-nav .owl-prev {left: 20px;display: block;transition: 0.6s; }
.brand_area .owl-nav .owl-next {right: 20px;display: block;transition: 0.6s;}
.brand_area .owl-next span, .brand_area .owl-prev span{color:#064A82;}


#fourboxes{float: left;width: 100%;}
#fourboxes .col-md-4{z-index: 2;padding:35px 15px;text-align: center;background:#f9f9ff;width: 32%;margin:25px 7px 10px;transition: all 0.3s ease 0s;box-shadow: 1px 2px 5px 0px rgba(46, 61, 73, 0.15);}
#fourboxes .col-md-4 h3{font-weight: 600;color: #333;letter-spacing: 1px;border: none !important;}
#fourboxes .col-md-4 h3:before{content: none;}
#fourboxes .col-md-4 p{padding: 0px;font-size: 14px;}
#fourboxes .col-md-4:hover{box-shadow: 0px 20px 20px 0px rgba(40,25,114,0.1);transition: all 0.3s ease 0s;}
#fourboxes .col-md-4 img{margin:20px auto;width:auto;}	


.column{column-count: 2;margin:25px 0 !important;}

#videobox .btn{background: #01AEDB;padding: 15px;text-align: center;margin:0 0 15px;display: inline-block;width: 100%;font-size: 18px !important;color: #fff !important;}
#videobox .btn:hover{background:#013972}
#videobox img{width: 100%;}


#solutions-box{border: 1px solid #d3d3d3;margin:1%;padding: 20px 10px;transition: 0.6s;display: table;max-width: calc(49% - 1%);}
#solutions-box h4{margin: 10px 0}
#solutions-box a{background:#00AFD9;transition: 0.6s;border-radius: 50px;padding: 8px 45px;display:inline-block;margin: 1px 0 0;color:#fff !important; }
#solutions-box:hover{background: #00AFD9;color: #fff;transition: 0.6s}
#solutions-box:hover h4{color:#fff;}
#solutions-box:hover a{background: #fff;color:#000 !important;}
#solutions-box:hover img{filter: brightness(0) invert(1);}



/*--------------Blog Section------------------*/

.blog{padding: 65px 0px 45px;width: 100%;float: left;clear:both;text-align: center;}
.blog .col-md-4{background: #F5F5F5;box-shadow: 1px 2px 5px 0px rgba(46, 61, 73, 0.15);
border-radius: 4px;transition: all 0.3s ease; margin: 25px 10px;max-width: 31.5%;padding: 0;}
.blog .col-md-4:hover{box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}


.blog .col-md-4 img{width: 100%;display: block;height: auto;min-height: 180px;}
.blog .col-md-4 .post-title {line-height:30px;font-size: 24px;padding: 15px;font-weight: bold;display: table;text-align: left}
.blog .col-md-4:hover .post-title{color:#00AFDC;}
.blog .col-md-4 .post{padding: 0 15px;text-align: justify;}

.blog .col-md-4 .more-link{background: none;color:#00AFDC;border: none;padding:10px 0;margin: 0;text-align: right;display: table;float: right}
.blog .col-md-4 .more-link:hover{color:#212121 !important;}





#single-post {padding: 45px 0 0;}
#single-post .post-title {font-size: 26px;font-weight: 600;color: #555555;margin: 15px 0;display: block;
border-bottom: 1px solid #eee;line-height: 50px;}
#single-post .post-title:hover {color: #794DF0;}
#single-post p {margin: 0 0 20px 0;text-align:justify;}
#single-post img {max-width: 100%;height: auto;margin-bottom: 25px;}
#single-post #featured-img img {max-width: 100%;display: block;margin-top: 35px;height: auto;}

.info li{line-height:30px;display:flex;font-weight:300;}
.info .address:before {content: "\f041"; margin-right: 10px;font-size: 24px;color:#6ACE26}
.info .phone:before {content: "\f2a0"; margin-right: 10px;font-size: 24px;color:#6ACE26}
.info .email:before {content: "\f0e0"; margin-right: 10px;font-size: 24px;color:#6ACE26}


.blink-bg{display: inline;font-weight: bold;color:#fff;padding: 0 15px;background: #00AFDC;animation: blinking 2s infinite;}

 @keyframes blinking {
        50%{background-color: #01457F;}
        100%{background-color:#00AFDC;}
}




.post {padding:0 10px;margin: 0 0 10px 0;}
.post h3{line-height:  1.6;}
.post p {margin: 0 0 20px 0;}
.post p a {font-weight: bold;}
.post a {color: #191919;}
.post ul {margin: 10px 0 0px 0px;}
.post ul li {list-style :none;margin: 0 0px 10px 0px; display: flex; list-style-position: inside;}


#main {padding: 45px 10px 45px 10px;}
#side {padding: 45px 10px 45px 10px;text-align: left}
#side h3 {border-bottom: 1px solid #191919;line-height: 50px;}
#main p {text-align: justify;font-weight: unset;height: 100%;}
#main a {color: #191919;font-weight: bolder;}
#main a:hover {color: #555555;}
#main h3{margin: 0px 0 25px;}

.header-wrapper {width: 100%;float: left;padding: 15px 0;background: #3B4345;}
.header-wrapper h1{font-size: 20px;font-weight: 600;color: #fff;margin: 5px;float: left;display: inline-block;}

#pagetitle {background-color:#f1f1f1;color:#fff;background-size:cover;margin:0 0 20px 0;position: relative;float: left;width: 100%;}
#pagetitleinner {padding:100px 0;z-index: 99;position: relative;/*! float: left; *//*! width: 100%; */text-align: center;}
#pagetitle h1 {color:#fff;text-align: center;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
#pagetitle .breadcrumb{text-align: center;color: #fff;}
#pagetitle .breadcrumb a{text-align: center;color: #fff;}

.breadcrumb a{color: #fff;}
.breadcrumb{text-align: center !important;margin: 0 auto !important;color:#fff !important;}


#sidebar {margin: 10px 0;}
#sidebar label.screen-reader-text {display: none;}
#sidebar input {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
#sidebar input#s {border: 1px solid #ccc;color: #555;padding: 5px;background: #fafafa;width: 70%;}
#sidebar input#s:focus {background: #fff;}
#sidebar input#searchsubmit {width: 25%;background: #3C5AA8;color: #fff;border: none;padding: 5px;}

.widget {margin: 10px 0 25px 0;}
.widget h3 {border-bottom: 2px solid #191919;margin: 0 0 15px 0;text-transform: uppercase;padding: 0 0 2px 0;text-align: left;font-weight:400;font-family: 'Raleway', sans-serif;}
.widget span.post-date {color: #555555;font-size: 12px;}
.widget ul {margin: 10px 0 0 0px;}
.widget ul li {margin: 0 0 12px 18px;list-style-type:square;border-bottom: 1px solid #eee;}

.gform_confirmation_message {text-align:center;}

#commentlist {padding: 5px;}
#commentlist .comment {padding: 5px;margin: 0 0 10px 0;border: 1px solid #eee;border-radius: 5px;}
#commentlist .fn {font-weight: bold;font-style: normal;}
#commentlist .commentmetadata {font-size: 11px;margin: 0 0 5px 0;}
#commentlist .commentmetadata a {color: #888;font-size: 11px;}

#respond {padding: 10px;background: #fafafa;border: 1px solid #ddd;border-radius: 5px;margin: 5px;}
#respond h4 {margin: 0 0 10px 0;}
#respond p {margin: 0 0 10px 0;}
#respond input,
#respond textarea {padding: 3px;background: #fafafa;border: 1px solid #ccc;border-radius: 3px;}
#respond input:focus,
#respond textarea:focus {background: #fff;}
#respond textarea {width: 500px;max-width: 90%;}
#respond input#author {width: 200px;margin: 0 5px 0 0;}
#respond input#email {width: 200px;margin: 0 5px 0 0;}

#bottom {color:#fff;font-size: 15px;padding-top: 100px;position: relative;
background:#fff url(https://corumhealth.com.au/wp-content/uploads/2019/11/footer-pattern.jpg);}
#bottom a {color: #fff;}
#bottom a:hover {color:#00AFDC;}
#bottom .col-md-3{max-width: 20%;}


#bottom .widget h3 {font-size: 16px;border: none;text-align: left;font-family: 'Raleway', sans-serif;color: #fff;margin: 0px 0px 25px;}


#bottom .widget li {border: none;text-decoration: none;color:#fff ;list-style: none;margin: 0 0 10px 0px;font-size: 14px;}
#bottom .widget li:before {content: "\f061";color:#fff;margin-right: 10px;font-style: normal;font-style: normal;font-family: 'icomoon';}

.noicon{margin:0px 0px 5px 30px !important;}
.noicon:before{display:none;}
#bottom .footer-contact li{line-height:20px;display:flex;}
#bottom .footer-contact .address:before {content: "\f015"; margin-right: 10px;font-size: 24px;}
#bottom .footer-contact .phone:before {content: "\f2a0"; margin-right: 10px;font-size: 24px;}
#bottom .footer-contact .email:before {content: "\f0e0"; margin-right: 10px;font-size: 20px;}

#footer {clear: both;background: top;color: #fff;padding: 0px 0 15px;text-align: center;font-size: 14px;position: relative;}
#footer a {color: #fff;}
#footer a:hover {color:#00AFDC;}
.fleft {float: left;width:100%;text-align:center;}
.fcenter li{display: inline-block;text-align: center;margin:15px;}

.fright {float: right;}

.header-wrapper .breadcrumb {list-style: none;border-radius: 4px;float: none;font-size: 14px;color: #fff;font-weight: 300;text-align: right !important;margin: 5px;}
.header-wrapper .breadcrumb>li {display: inline-block;}
.header-wrapper .breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff}
.header-wrapper .breadcrumb> a {color: #fff}

@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none;}
.inner {width: 100%;padding: 0%;}
	#firstslide{width:55%;left:30%;}
	#firstslide .btn-primary {    display: table;    margin: 10px auto !important;
}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto;}
	
.site-menu-toggle{display: block;color:#00AFDC;margin: 20px;}
.site-navbar{display: none;}
	
#logo .site-title{margin: 10px 0;}	
#logo img{width: 50%;height: auto;float:left;}
	
.top-header .icoFacebook, .top-header .icoLinkedin{display: none;}
	#product .col-md-6{width:100%;margin:10px}
#about p{padding: 0 15px;}
#support .container{padding: 15px;}	
.testimonial .testimonial-item {padding: 15px 10px 20px;}
#counter .col-md-2 {max-width: 50%;margin: 35px 0;}
.header-wrapper h1{text-align: center !important;float: none;display: block;}
.breadcrumb{float: none;text-align: center !important;}
	
#videobox .btn{margin: 15px 0;}	
	
#bottom {width: 100%;display: block;}
#footer {font-size: 12px;padding: 10px 0;}
.fleft, .fright {float: none;}
 .fleft {width:100%;text-align:center;} 
#faq .panel-group{padding: 0px !important;}  
#accordion .panel-title a{border-radius: 10px !important;}
 
.arc .col-md-4{clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%) !important;padding: 20px !important;}
.arc h4{font-size:20px }
.arc .col-md-8{padding: 10px !important;}
	
.epresarc .col-md-7{clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%) !important;
padding: 20px !important;}
}

@media screen and (min-width: 981px) {
.mobileonly {display: none;}
.lefthalf {float: left;width: 48%;}
.righthalf {float: right;width: 48%;}
.site-menu-toggle{display:none;}
}


@media screen and (min-width: 220px) and (max-width: 420px) {
.top-header .text-left, .top-header .text-right{text-align: center !important;float: none;}	
.header_area.navbar_fixed .main_menu #logo img{width: 30%;}
.header_area.navbar_fixed .main_menu .site-menu-toggle{margin: 0px !important;}	
	
#slider .item{background-size: cover;background-position: top center;}
#slider .item img{height: 200px;}

#slider .owl-nav .owl-next, #slider .owl-prev{font-size: 24px;}
.carousel-caption span {font-size: 16px;}   
.carousel-caption p{font-size: 12px;} 
#firstslide h1,.carousel-caption h1 {font-size: 20px;}
  #firstslide h1{padding:10px}
#slider .btn-primary{padding:5px 25px;margin:10px 0;font-size: 12px}
#threebox .col-md-4 {width: 100%;}	
#support .col-md-4{margin: 25px 0 0;padding: 10px;}		
#fourboxes .col-md-4{width: 100%;margin:10px 0;}	
  .blog .col-md-4{max-width: 100%;}
#product .col-md-5 {padding: 20px 15px;margin: 15px auto;width: 95%;	}
#product .col-md-5:before{display: none;}
#product .smallbox  {width: 95%;text-align: center;margin: 15px 0;}
#product .smallbox a{text-align: center !important;margin: 0 auto;}
#product #f1_container {padding: 20px 15px;margin: 15px;width: 95%;min-height: 300px;	}

#solutions-box{max-width:calc(100% - 1%)}	
	
#bottom .col-md-3{max-width: 100%;}	
#partner-logo .gallery-item{min-width: 100% !important;margin: 10px;} 
#partner-logo #gallery-2 .gallery-item{width: 100%;} 
#partner-logo #gallery-2 .gallery-item img{width: 95%;margin: 0 }
 #portfolio .col-md-4 {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 1000%;max-width: 100%;} 
  }

@media screen and (min-width: 421px) and (max-width: 500px) {
.top-header .text-left, .top-header .text-right{text-align: center !important;float: none;}
#logo img{width: 45%;}
.header_area.navbar_fixed .main_menu #logo img{width: 30%;}
.header_area.navbar_fixed .main_menu .site-menu-toggle{margin: 8px !important;}	
	
#bottom .col-md-3{width: 49%;float: left;word-wrap: anywhere} 
#slider .item{background-size: cover;background-position: center top;/*! height: 350px; */}
#slider .item img{height: 250px;}
	
#slider .owl-nav .owl-next, #slider .owl-prev{font-size: 24px;}
.carousel-caption span {font-size: 20px;}   
.carousel-caption p{font-size: 16px;} 
#firstslide h1,.carousel-caption h1 {font-size: 30px;} 
#slider .btn-primary{padding:5px 25px;margin:10px 0;font-size: 12px}
#threebox .col-md-4 {width: 100%;}	
#support .col-md-4{margin: 25px 0 0;padding: 10px;}		
#fourboxes .col-md-4{width: 100%;margin:10px 0;}
	  .blog .col-md-4{max-width: 100%;}
#product .col-md-5 {padding: 20px 15px;margin: 15px;width: 95%;	}
#product .col-md-5:before{display: none;} 
#product .smallbox  {width: 95%;text-align: center;margin: 15px 0;}
#product .smallbox a{text-align: center !important;display: block;margin: 0 auto}
#product #f1_container {padding: 20px 15px;margin: 15px;width: 95%;	}
	
#solutions-box{max-width:calc(100% - 1%)}	

#bottom .col-md-3{max-width: 100%;}		
  
#partner-logo .gallery-item{min-width: 100% !important;margin: 10px;}  
 #partner-logo #gallery-2 .gallery-item{width: 100%;} 
#partner-logo #gallery-2 .gallery-item img{width: 95%;margin: 0 } 
 #portfolio .col-md-4 {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;} 
   
}

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

 #firstslide{left:31%;width:60%}
  #firstslide h1{padding:5px 0px}
#logo img{width: 35%;}
.header_area.navbar_fixed .main_menu #logo img{width: 28%;}
.header_area.navbar_fixed .main_menu .site-menu-toggle{margin: 8px !important;}	
	
#bottom .col-md-3{max-width: 47%;float: left;}
#slider .item{background-size: cover;background-position: center top;}
#slider .item img{height: 250px;}

#slider .owl-nav .owl-next, #slider .owl-prev{font-size: 24px;}
.carousel-caption span {font-size: 20px;}   
.carousel-caption p{font-size: 15px;} 
#firstslide h1,.carousel-caption h1 {font-size: 40px;} 
#slider .btn-primary{padding:5px 25px;margin:10px 0;font-size: 12px}
#threebox .col-md-4 {width: 100%;}	
#support .col-md-4{margin: 25px 0 0;padding: 10px;}		
#fourboxes .col-md-4{width: 44%;}
  .blog .col-md-4{max-width: 46%;}
#product .col-md-5 {padding: 20px 15px;margin: 15px;width: 95%;	}
#product .col-md-5:before{display: none;}
#product .smallbox  {width: 33%;text-align: center;margin: 15px 0;}
#product .smallbox a{text-align: center !important;display: block;margin:0 auto;}
#product #f1_container {padding: 20px 15px;margin: 15px;width: 95%;	}	
 
 #partner-logo .gallery-item{min-width: 46% !important;margin: 10px;}  
 #partner-logo #gallery-2 .gallery-item{width: 46%;} 
#partner-logo #gallery-2 .gallery-item img{width: 90%;margin: 0 } 
  #portfolio .col-md-4 {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}  
  
}

@media screen and (min-width: 769px) and (max-width: 980px) {
#logo img{width: 28% !important;}
.header_area.navbar_fixed .main_menu #logo img{width: 28%;}
.header_area.navbar_fixed .main_menu .site-menu-toggle{margin: 20px !important;}	
 #portfolio .col-md-4 {-webkit-box-flex: 0;-ms-flex: 0 0 33.33%;flex: 0 0 33.33%;max-width: 33.33%;}  
  
   .blog .col-md-4{max-width: 46%;} 
  
}

@media screen and (min-width: 769px) and (max-width: 1120px) {
	
#bottom .col-md-3{max-width: 30%;float: left;}
#slider .item{background-size: cover;background-position: center top;}

#firstslide h1,.carousel-caption h1 {font-size: 40px;}   
#slider .btn-primary{padding:10px 35px;margin:10px 0;}
#fourboxes .col-md-4{width: 45%;}
#threebox .col-md-4 {width: 33%;margin: 0 ;}	
#support .col-md-4{margin: 25px 0 0;padding: 10px;}		
  .blog .col-md-4{max-width: 31%;}	
#product .col-md-5 {padding: 20px 15px;margin: 15px;width: 100%;	}
#product .smallbox  {width: 33%;text-align: center;margin: 15px 0;}
#product .smallbox a{text-align: center !important;display: block;}
#product #f1_container {padding: 20px 15px;margin: 15px;width: 45%;	}		
  


}


/* Portfolio Section
--------------------------------*/
#portfolio {padding: 15px 0 35px; width:100%; text-align:center; }

#portfolio .category{text-transform: uppercase;font-size: 12px !important;}

#portfolio #portfolio-flters {padding: 0; margin: 5px 0 5px 0; list-style: none; text-align: center; }
#portfolio #portfolio-flters li {cursor: pointer; margin: 15px 5px; display: inline-block; padding: 10px 10px; font-size: 13px; color: #000; border-radius: 4px; text-transform: uppercase; background: #fff; transition: all 0.3s ease-in-out; background: #02457D;color: #fff;}
#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {background: #02AFDB; color: #fff; }
#portfolio #portfolio-flters li:last-child {margin-right: 0; }
#portfolio .portfolio-wrap {box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); transition: 0.3s; width: 100%;}
#portfolio .portfolio-wrap:hover {box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16); }
#portfolio .portfolio-item {position: relative;  overflow: hidden; margin: 15px 0;}

#portfolio .portfolio-item figure {background: #000; overflow: hidden; height:auto; position: relative; border-radius: 4px 4px 0 0; margin: 0; }
#portfolio .portfolio-item figure iframe{max-width: 100%;width:370px;height:180px;}



#portfolio .portfolio-item .portfolio-info {background: #eee; text-align: center; padding: 10px 0px; border-radius: 0 0 3px 3px; }
#portfolio .portfolio-item .portfolio-info h4 {font-size: 16px;  display: contents;font-weight: normal;}
#portfolio .portfolio-item .portfolio-info h4 a {color: #333; }
#portfolio .portfolio-item .portfolio-info h4 a:hover {color: #BE2126; }
#portfolio .portfolio-item .portfolio-info p {padding: 0; margin: 0; color: #b8b8b8; font-weight: 500; font-size: 14px; text-transform: uppercase; }



/*----------------------Faq-----------------*/
#faq .template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
#faq .panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #00AFDC;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #00AFDC;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "\e313";
    font-family: icomoon;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    font-family: icomoon;
    color: #333;
    content: "\e315";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}
#accordion .fade {
 opacity:0;
 -webkit-transition:opacity .15s linear;
 -o-transition:opacity .15s linear;
 transition:opacity .15s linear
}
#accordion .fade.in {
 opacity:1
}
#accordion .collapse {
 display:none;
 visibility:hidden
}
#accordion .collapse.in {
 display:block;
 visibility:visible
}
#accordion tr.collapse.in {
 display:table-row
}
#accordion tbody.collapse.in {
 display:table-row-group
}
#accordion .collapsing {
 position:relative;
 height:0;
 overflow:hidden;
 -webkit-transition-timing-function:ease;
 -o-transition-timing-function:ease;
 transition-timing-function:ease;
 -webkit-transition-duration:.35s;
 -o-transition-duration:.35s;
 transition-duration:.35s;
 -webkit-transition-property:height,visibility;
 -o-transition-property:height,visibility;
 transition-property:height,visibility
}


/*---------------Typing effect css-------------------*/

@keyframes typewriter {
  0%, 100% {
    width: 0;
  }
  20%, 80% {
    width: 4.3em;
  }
}

.blink {
  background: #00AFDB;
  padding: 0 10px;  
  color:#fff;  
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  animation: typewriter;
  display: inline-block;
  position: relative;
  animation-duration: 30s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: initial;
}

@keyframes typewriter2 {
  0%, 100% {
    width: 0;
  }
  20%, 80% {
    width: 6.3em;
  }
}

.blink2 {
  background: #00AFDB;
  padding: 0 10px;  
  color:#fff;  
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  animation: typewriter2;
  display: inline-block;
  position: relative;
  animation-duration: 30s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: initial;
}


.arc{
  background-color:#fff;
  width:100%;
  float:left;
  border-radius:20px;
   overflow:hidden;}
.arc .col-md-4{background-color:#00AFDC;clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);padding: 25px 20px 25px 0px;transition:0.6s}
.arc .col-md-4 img{width:64px;margin: 0 auto;display: block;}
.arc:hover .col-md-4{background-color:#064A82;transition:0.6s}
.arc .col-md-8{ padding:25px 10px 0px;}
.arc h4{font-size:22px}
.arc p{margin:0;}

/*---------------ePrescription---------------*/
.epresarc{  background-color:#fff;  width:100%;  float:left;  border-radius:20px;   overflow:hidden;}
.epresarc .col-md-7{background-color:#00AFDC;clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);padding:10px 25px 40px;transition:0.6s;}
.epresarc .col-md-7 h3{color:#fff;margin:0px 0px 0px 40px;}
.epresarc .col-md-7 ul{float:right;color:#fff;}
.epresarc .col-md-7 ul li{margin-bottom:15px}
.epresarc ul li span{color:#00447b;font-size:20px;margin:5px 5px 0 0}
.epresarc h3{text-align:center}
.epresarc ul li{margin:0;}
.epresarc .col-md-7 ul li::before {
    content: "\f061";color: #fff;margin-right: 10px;font-style: normal;font-family: 'icomoon';
}


.steps-header {margin-bottom: 20px;  text-align: center;font-weight: 400;}
.steps-timeline {  outline: 1px dashed rgba(255, 0, 0, 0);}
.steps-one:hover .steps-img,.steps-two:hover .steps-img,.steps-three:hover .steps-img{background:#064a82}

@media screen and (max-width: 600px) {
  .steps-img{float: left;}
  .steps-timeline {border-left: 2px solid #3498DB;    margin-left: 25px;  }
}
@media screen and (min-width:600px) {
  .steps-timeline {
    border-top: 2px solid #3498DB;padding-top: 20px;margin-top: 40px;margin-left: 16.65%;margin-right: 16.65%;  }
}
.steps-timeline:after {
  content: "";  display: table;  clear: both;}

.steps-one,.steps-two,.steps-three {  outline: 1px dashed rgba(0, 128, 0, 0);}

@media screen and (max-width:600px) {
  .steps-one,.steps-two,.steps-three {    margin-left: -25px;  }
}
@media screen and (min-width:600px) {
  .steps-one,.steps-two,.steps-three {    float: left;    width: 33%;    margin-top: -50px;  }
}

@media screen and (max-width: 600px) {
  .steps-one,  .steps-two {    padding-bottom: 40px;  }
}

@media screen and (min-width:600px) {
  .steps-one {    margin-left: -16.65%;    margin-right: 16.65%;  }
}

@media screen and (max-width:600px) {
  .steps-three {    margin-bottom: -100%;  }
}
@media screen and (min-width:600px) {
  .steps-three {margin-left: 16.65%;margin-right: -16.65%;}
}

.steps-img {  display: block;margin: auto; width: 50px;height: 50px;border-radius: 50%;background: #00afdc;color: #fff;text-align: center;
  padding: 10px;}

.steps-description {  overflow: hidden;}

@media screen and (min-width:600px) {
  .steps-description {
    text-align: center;
  }
}