/*
Theme Name: Tower-Artic
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: WSI Dev
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/*scrollbar Setting*/
::-webkit-scrollbar {
-webkit-appearance: none;
}
::-webkit-scrollbar {
width: 13px;
}
  
::-webkit-scrollbar-track {
background: #ddd;
/*border:1px solid #ccc;*/
}
  
::-webkit-scrollbar-thumb {
background: #1177b7;
/*border:1px solid #eee;*/
height:60px;
}
  
::-webkit-scrollbar-thumb:hover {
background: #1177b7;
}

body p{
	text-align: justify !important;
}

h2.title.space-bottom-3x:after {
    content: "\A brief overview of the footprint Tower Arctic Ltd. has etched throughout the Arctic. \A \A From our early beginnings on the beachhead at Resolute Bay over 70 years ago, Tower Arctic Ltd. has successfully completed well over 1500 large, medium and small projects for government and private owners throughout Canada. Click to view full-size image.";
    white-space: pre-line;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    line-height: 1px;
}

/*  */
/* #main ul>li:before {
    content: '';
    position: absolute !important;
    height: 4px !important;
    width: 12px !important;
    background-color: #1177b7 !important;
    top: 6px !important;
    left: 0 !important;
    display: block !important;
}
 */
/* #main ul>li {
    list-style-type: none !important;
    position: relative !important;
    padding-left: 42px !important;
    line-height: 16px !important;
    margin-bottom: 15px !important;
}
 */
/*  #main ol li, #main ul li {
    margin: 0 0 5px !important;
	 padding-bottom: 15px !important;
	     line-height: normal !important;
} */