@import url('https://fonts.googleapis.com/css2?family=Truculenta:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}

body {
margin:0;
color: #626262;
font-size: 14px;
line-height: 22px;
font-weight: 400;
}
h3
{
font-weight: 400;
}
h1, h2, h3, h4, h5, h6, li {
margin:0;
padding:0;
font-family: 'Truculenta', sans-serif !important;
}
p
{
margin:0;
padding:0;
font-family: 'Quicksand', sans-serif;
}
.banner-content-main
{
width:100%;
float:left;
background-color:#000;
padding:50px 0;
}
.banner-content-main h1
{
font-size:45px;
color:#fff;
}
.logo-out a {
font-size: 30px;
font-weight: bold;
padding-top: 30px !important;
font-family: 'Truculenta', sans-serif !important;
display: block;
color: #fff;
}
.content-outer
{
width:100%;
float:left;
background-color:#fff;
padding:50px 0;
}
.content-inner img {
box-shadow: -30px -30px 0px #efefef;
}
.content-outer img {
float: left;
margin: 0 2% 20px 0;
border: 10px #393054 solid;
padding: 10px;
}
.listing-main
{
list-style:disc;
padding:0 20px !important;
margin:0;
}
.listing-main li {
list-style: disc;
font-size: 16px;
color: #000;
padding-bottom: 10px;
}
.content-outer h3
{
font-size:25px;
color:#000;
margin-bottom:10px;
}
.content-inner
{
background-color:#fff;
padding:50px !important;
}
.content-inner p
{
font-size:16px;
color:#000;
line-height:30px;
margin-bottom:20px;
text-align:justify;
}
.network-technician-outer
{
width:100%;
float:left;
padding:50px 0;
}
.network-technician-outer h3
{
font-size:30px;
color:#000;
margin-bottom:10px;
}
.network-technician-outer p
{
font-size:16px;
line-height:30px;
text-align:justify;
}
a.readmore {
font-size: 20px;
display: inline-block;
margin-top: 20px;
color: #fff;
padding: 15px 10px;
width: 100%;
font-family: 'Truculenta', sans-serif !important;
}
footer li a {
color: #d0c5c5;
font-size: 20px;
display: block;
padding: 16px 0;
border-bottom: 1px #afa9a9 solid;
text-align: left;
}
footer li:last-child a
{
border-bottom: 1px transparent solid;
}
footer li a:hover
{
color:#fff;
border-bottom: 1px #fff solid;
}
footer h4 {
text-align: left;
font-size: 30px;
margin-bottom: 20px;
padding-bottom:20px;
color: #fff;
text-transform: uppercase;
font-weight: 300;
position: relative;
}
footer h4:after
{
content:"";
background-color:#fff;
height:1px;
width:160px;
position:absolute;
left:0;
bottom:0;
}
.fotter-left:last-child {
margin-right: 0;
}
.copyright
{
background-color:#000000;
width:100%;
margin-top:30px;
float:left;
}
.copyright p {
text-align: center;
color: #FFF;
font-size: 20px;
}
.fotter-left {
width: 32%;
margin-right: 2%;
}
a.readmore:hover {
background-color: #0f3a4f;
color: #fff;
}
a:hover {
text-decoration:none;
}

ul, ol {
margin:0;
padding:0;
list-style:none;
}
img {
outline:none;
border:none;
}

:active, :hover 
{
    text-decoration: none !important;
}

 [class^="col-"], [class*=" col-"] {
 padding-left: 0;
 padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}
.logo img
{
	width:auto;
}

header,section,footer
{
	width:100%;
	float:left;
}

/*header part start*/


header {
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
background-color: #33cc99;
border-radius: 0;
width: 100%;
}
header.sticky 
{
	position: fixed;
	height:auto;
	width: 100%;
	background: #efc47D;
	text-align: left;
	left:0;
	right:0;
	top:0;
	z-index:999;
	    border-radius: 1px !important;

	background-color:#fcfcfc;
	-webkit-box-shadow: 0 4px 4px -5px black;
	-moz-box-shadow: 0 4px 4px -5px black;
	box-shadow: 0 4px 4px -5px black;
}



/*.main-conatiner
{	
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);	
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);	
	max-width: 1360px;
	margin: 0 auto;
	display:block;
}*/

.sticky .header-top {
	padding: 0 20px;
}
.sticky  .logo-out img {
    width: 150px;
}
.sticky .nav-bar li a {
line-height: 38px;
color: #000;
padding: 10px 35px;
font-family: 'Truculenta', sans-serif !important;
}
.sticky .logo-out a {
color: #000;
padding-top: 18px !important;
font-family: 'Truculenta', sans-serif !important;
}
.header-top
{
padding:0 20px 0;
	
}

.nav-bar
{
	float:left;
}
.nav-bar ul
{
	float:right;
}
.nav-bar li 
{
    float:left;
}
.nav-bar li:last-child
{
	margin-right:0;
}
.nav-bar li a {
color: #fff;
border-right: 1px #000 solid;
border-radius: 0;
display: inline-block;
line-height: 40px;
font-family: 'Truculenta', sans-serif !important;
font-size: 20px;
padding:20px 35px;
text-decoration: none;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
text-transform: uppercase;
border-right: 1px #fff solid;
}
.nav-bar li:last-child a
{
border-right:none;
}
#active, .nav-bar li a:hover {
background: #0f3a4f;
color: #fff;
text-decoration: none;
}
.top-bar-right
{
	color: #fff !important;
	border:1px transparent solid;
	border-radius:20px;
	display:inline-block;
	line-height:47px;
	background:#7bb6e9 !important;
	transition: all 0.3s ease-in-out 0s;	
}
.top-bar-right:hover
{
background-color:#000 !important;
}
.slider-center .category-blog {
    text-align: center;
    padding: 160px 310px 90px;
    font-style: normal;
    line-height: 30px;
    color: #444444;
    font-size: 18px;
}



/*header part end*/


/*banner part start*/

.better-person-sec {
  background: #f3f4f4;
  padding:32px 0 0;
  text-align: center;
}

.better-person-sec h1
{
	font-weight: 400;
	font-weight:normal;
	color: #272727;
	margin:0;
	padding:0;
	font-size: 45px;
	line-height: 45px;
	font-family: 'Montserrat', sans-serif;
}
.center-top-bg
{
	position:relative;
	bottom:0;	
}
.category-otr
{
	background:#fcfcfc;
	width:100%;
	display:block;
}
.category-blog
{
	padding:160px 0 0;
	display:inline-block;
	width:100%;
}
.category-option
{
	width:100%;	
	display:inline-block;
	padding:55px 70px;
	background:url(../images/home_coaching_sep2.png) left bottom no-repeat;
}
.category-option:nth-child(2)
{
	padding-left:240px !important;
}
.category-option:last-child
{
	background:none;
}
.category-blog-text
{
	display:inline-block;
}
.inconvenience-outer p {
font-size: 18px;
margin: 15px 0;
color: #fff;
text-align: justify;
line-height: 30px;
font-weight: 200;
}
.category-blog-text h5
{
    font-size: 16px;
    line-height: 21px;
	color: #a8a8a8;
	margin:0 0 10px;
	 font-weight: 400;
}
.category-blog-text p
{
	font-size: 110%;
	line-height: 180%;
	color: #626262;
}
.how-easy-outer
{
	width:100%;
	border-bottom:4px #e4edee solid;
	position:relative;
	background-color:#fcfcfc;
}

.how-easy-outer.top-border
{
	width:100%;
	border-top:4px #e4edee solid;
	border-bottom:none;
	position:relative;
	background-color:#fcfcf;
}
.how-easy-outer.top-border::after
 {
  content:"";
  background: #e4edee;
  border-radius: 4px;
  top:-4px;
  float: left;
  height: 4px;
  left: 50%;
  border-right:20px solid #fcfcfc;
  border-left:20px solid #fcfcfc;
  position: absolute;
  width:113px;
  margin-left: -55px;
}


.how-easy-outer::after
 {
  content:"";
  background: #e4edee;
  border-radius: 4px;
  bottom: -4px;
  float: left;
  height: 4px;
  left: 50%;
  border-right:20px solid #fcfcfc;
  border-left:20px solid #fcfcfc;
  position: absolute;
  width:113px;
  margin-left: -55px;
}
.how-easy-it
{
	padding:70px 190px;
	width:100%;
	font-size: 110%;
	line-height: 180%;
}



/*home page*/



.how-easy-it a
{
	padding:10px 28px;
	font-weight: 700;
	float:right;
	margin-right:30px;
	font-size: 17px;
    color: #fff;
	background:url(../images/box_shadow_button.png) bottom repeat-x, #db3a1b;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	transition: all 0.3s ease 0s;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
}
.how-easy-it a:hover
{
	background:#d0371a;
	text-decoration:none;
	color:#fff;	
}


.home-banner-sec
{
	/*background:url(../images/home_coaching_slider_bg.jpg) left top no-repeat;*/
	padding:0;
	text-align:center;
	background-color:#fff;
	display:inline-block;
}
.home-banner-sec .center-top-bg img {
    width: 100%;
}
  
.home-banner-sec h1
{
	font-weight:normal;
	color: #272727;
	margin:0;
	padding:0;
	font-size: 45px;
	line-height: 45px;
	font-family: 'Montserrat', sans-serif;
} 

/*banner page */

.best-coaches
{
	display:inline-block;
	width:100%;
	text-align:center;
	padding:64px 0 57px;
	background:#fcfcfc;
}
.best-coaches h2
{
	font-weight:300;
	color: #272727;
	margin:0 0 30px; 
	padding:0;
	font-size: 38px;
    line-height: 38px;
	font-family: 'Montserrat', sans-serif;
}
.best-coaches ul
{
	padding:0 20px !important;
}
.client-img
{
	 border:8px solid #f8f8f8;
	 display:inline-block;
}
.best-coaches li .client-img img
{
	width:100%;
}
.best-coaches li
 {
	display:inline-block;
    text-align: center;
    width: 13%;
	margin-right:60px;
}
.best-coaches li:last-child
{
	margin-right:0;
}
.client-detail
{
	display:block;
	padding:20px 0;
}

.client-detail h4
{
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	margin:0 0 3px;
}
.client-detail h5
{
	color: #a8a8a8;
	margin:5px 0 0;
}

.map-outer
{
	width:100%;
}
.map-outer img
{
	width:100%;
	float:left;
}
.word-about-outer
{
	padding:50px 0;
	background-color:#f5f0f0;
}
.word-about-inner
{
	width:100%;
}
.word-about-lft
{
	padding:50px !important;
	background:#fff;
}


.word-about-lft h4
{
	 font-size: 38px;
    line-height: 38px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	color: #272727;
	margin:0;
	
}
.word-about-lft  h4 span
{
	font-size: 16px;
    line-height: 21px;
	font-family: 'Montserrat', sans-serif;
	 color: #a8a8a8;
	margin:5px 0 15px;
	font-weight: 400;
	width:100%;
	display:block;
}
.word-about-lft p
{
    font-size: 110%;
    line-height: 180%;
	color: #272727;
}
.word-about-lft ul
{
	margin-top:60px;
}
.word-about-lft li
{
	float:left;
	margin-right:5px;
}
.word-about-lft li:last-child
{
	margin-right:0;
}
.word-about-lft li a
{
	color:#0b9aaf;
}
.word-about-lft li a:hover
{
	text-decoration:underline !important;
}
.list {
  font-size: 18px !important;
  margin-right: 8px;
  vertical-align: bottom;
}


.word-about-bottom
{
	padding:50px 0 0;
}
.word-about-bottom ul
{
	padding:0 20px;
}
.word-about-bottom li
{
    display: inline-block;
    margin-right: 40px;
    position: relative;
    text-align: center;
    width: 22%;
}
.word-about-bottom li:last-child
{
	margin-right:0;
}
.word-about-bottom li img
{
	transition: all 0.3s ease 0s;
	margin-bottom:10px;
}

.effects {
text-align: center;
padding: 10px 10px !important;
background-color: #35af87;
width: 23% !important;
margin: 0 1%;
}
.word-about-outer h4:after {
content: "";
background-color: #000;
width: 100px;
height: 2px;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 0;
}
.word-about-outer h4 {
font-size: 40px;
text-align: center;
color: #000;
font-weight: 600;
position: relative;
padding-bottom: 15px;
}
.item img
{
width:100%;
}
.effects img {
width: 100%;
border: 10px #eee solid;
}
.effects-inner h5 {
font-size: 23px;
line-height: 24px;
font-weight: 600;
color: #fff;
margin: 20px 0 10px;
padding: 0;
}
.effects-inner p {
font-size: 16px;
line-height: 26px;
font-weight: 500;
color: #fff;
}









.hvr-underline-from-center::before {
    background: #db3a1b;
    bottom: 0;
    content: "";
    height:2px;
    left:50%;
    position: absolute;
    right: 50%;
    transition-duration: 0.3s;
    transition-property: left, right;
    transition-timing-function: ease-out;
    z-index: -1;
}
.hvr-underline-from-center {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    vertical-align: middle;
}

/*.hvr-underline-from-center:hover::before, .hvr-underline-from-center:focus::before, .hvr-underline-from-center:active::before {
    left:20%;
    right:20%;
}*/
.effects:hover a > .hvr-underline-from-center::before
{
  left: 0;
  right: 0;
}
.effects:hover a > .hvr-underline-from-center img {
	position: relative;
	top: -10px;
	transition:all ease-in-out 2s;
}
.effects:hover a > .hvr-underline-from-center
{
  left: 0;
  right: 0;
}

.effects:hover a > .hvr-underline-from-center img
{
	 -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .4s, 1.5s;
  animation-duration: .4s, 1.5s;
  -webkit-animation-delay: 0s, .4s;
  animation-delay: 0s, .4s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
  
}

/*/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}*/

.slider-center .category-blog
{
	text-align:center;
	padding:160px 310px 90px;	
	font-style: normal;
    line-height: 30px;
	 color: #444444;
	 font-size: 18px;
}

.slider-center .category-blog .owl-nav
{
	display:none;
}

.slider-center .category-blog .owl-dots
{
	margin-top:30px;
}

.member-detail-sec
{
	padding:30px 20px;
	background:url(../images/home_coaching_sep2.png) left bottom no-repeat, #fcfcfc;
}
.member-detail-inner
{
	padding:30px !important;
}
.best-coaches.team-container
{
	background:#fcfcfc;
	display:flex;
}
.best-coaches.team-container ul
{
	padding:0 20px;
}
.best-coaches.team-container li {
    float: left;
    margin-right:24px;
    position: relative;
    text-align: center;
    width: 31%;
}
.best-coaches.team-container li:last-child
{
	margin:0;
	padding:0;
}
.best-coaches.team-container li p
{
	color:#626262;
	line-height:23px;
	margin:28px 0;	
}


.coach-team
{
	display:inline-block;
	background:#edf2f5;
	width:360px;
	height:360px;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
}
.coach-team img
{
	width:100%;	
	height:100%;	
}

.social-links
{
	display:inline-block;
	margin-top:65px;
}
.social-links img
{
	float:left;
	margin-right:34px;
}
.social-links li
{
	display:inline-block;
}
.social-links li a
{
	display:inline-block;
}
.bg-icons, .bg-icons2, .bg-icons3 {
	background: #f0f0f0;
	padding: 14px 10px 10px;
	height: 43px;
	width: 43px;
	text-align: center;
}
.bg-icons:hover
{
	background:#3a589b;
	color:#fff;
}
.bg-icons2:hover
{
	background:#d6492f;
	color:#fff;
}
.bg-icons3:hover
{
	background:#32ccfe;
	color:#fff;
}

.social-links li i
{
	color:#fff;
	font-size:15px !important;
}



















.social-links2 li
{
	float:left;
	margin:0 0 0 2px!important;
}
.social-links2 li a
{
	background:#f0f0f0;
	padding:10px;
	height:43px;
	width:43px;
	text-align:center;
	margin:0;
	display:inline-block;
	color:#fff;
	font-size:15px !important;
}
.social-links2 li a:hover
{
	color:#db3a1b;
}

.social-links2 ul
{
	width:150px;
	display:inline-block;
	padding:0 !important;
	margin:50px 0 0;
}
/*banner part end*/

/*home page end*/





/*footer part start*/

footer
{
	background:#2f2a40;
	text-align:center;
	padding:45px 0 0;
	border-radius:0 0 15px 15px;
	-moz-border-radius:0 0 15px 15px;
	-webkit-border-radius:0 0 15px 15px;
}
.social-icon
{
	display:inline-block;
	margin-bottom:20px;
}
.social-icon li
{
	display:inline-block;
	margin-right:10px;
}
.social-icon li:last-child
{
	margin-right:0;
}
.social-icon li a 
{
    color: #d8dfde;
    font-size: 35px;
    line-height: 35px;
}

.social-icon li a i
{
	background:#fff;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    line-height: 20px;
    padding: 8px 0;
    text-align: center;
    width: 35px;
	transition: all 0.3s ease-in-out 0s;	
}
.social-icon li a i:hover
{
	background:#db3a1b;
}
footer p {
color: #fff;
font-size: 14px;
display: inline-block;
padding: 15px 0;
margin: 0;
line-height: NORMAL;
}

footer p a
{
	color: #fff;
	text-decoration:none;
	margin-left:5px;
}
footer p a:hover
{
	color: #8d8f92;
	text-decoration:underline !important;
}


/*footer part end*/

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    / Safari only override /
::i-block-chrome,.hvr-underline-from-center:hover
{
	border-bottom:2px solid #000 !important;
}

}




.banner-outer {
width: 100%;
float: left;
background-color: #7bb6e9;
padding: 80px 0;
}
.banner-outer h1 {
font-size: 55px;
color: #fff;
position:relative;
}
.banner-outer h1:after
{
content:"";
background-color:#fff;
width:200px;
height:2px;
position:absolute;
bottom:-20px;
left:0;
}
.content-outer p {
font-size: 18px;
color: #000;
line-height: 30px;
text-align: justify;
margin-bottom: 20px;
font-weight: 300;
}
.content-outer li {
margin: 0;
padding: 0 0 10px;
font-size: 18px;
list-style: disc !important;
}
.content-outer h2, .content-outer h3 {
font-size: 30px;
color: #000;
margin-bottom: 20px;
font-weight: 600;
}
.content-outer ul {
padding: 0 20px;
}
section.contact-form {
padding: 50px 0;
width: 100%;
float: left;
}
.contact-form h3 {
padding-bottom: 30px;
font-size: 30px;
color: #000;
}
.contact-field {
width: 47%;
float: left;
margin-right: 3%;
margin-bottom: 20px;
}
.contact-field {
width: 47%;
float: left;
margin-right: 3%;
margin-bottom: 20px;
}
.submit-button {
font-size: 17px;
text-transform: uppercase;
text-align: center;
border: none;
outline: none;
width: auto;
margin-top: 20px;
color: #fff;
padding: 10px 40px;
float: left;
cursor: pointer;
background-color: #000;
}
.contact-field input[type="text"], .contact-field input[type="email"] {
padding: 5px 15px;
width: 100%;
float: left;
font-size: 18px;
color: #000;
}
.contact-comment textarea {
width: 97%!important;
float: left;
font-size: 18px;
color: #000;
height: 100px !important;
padding: 5px 15px;
}
.contact-form li {
font-size: 20px;
border-bottom: 1px #000 solid;
padding: 16px 0;
float: left;
line-height: 30px;
margin: 0;
width: 100%;
}
.ser-col img {
background: #35af87;
padding: 20px;
border-radius: 50%;
border: 4px #fff solid;
}
.contact-form li a {
color: #000;
}
.footer-inner li {
float: none;
font-size: 16px;
line-height: 50px;
}
.footer-right .fa {
margin-top: 18px;
}
.footer-inner li i {
float: left;
}
.contact-us li a {
display: inline-block !important;
border:none;
}
.contact-us strong {
color: #fff;
font-size: 17px;
margin-right: 10px;
}
.contact-us li  {
font-size: 20px;
text-align:left;
border-bottom:1px #5f5779 solid;
}
.contact-us li a:hover
{
border:none;
}
section.typesof-technician {
padding: 50px 0;
text-align: center;
width: 100%;
float: left;
background-color: #ddd;
}
.typesof-technician h3:after {
background-color: #000;
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 4px;
width: 200px;
margin: auto;
}
.typesof-technician h3 {
margin-bottom: 30px;
color: #000;
font-size: 60px;
text-align: center;
font-weight: bold;
position: relative;
padding-bottom: 15px;
}
.typesof-technician li {
display: inline-block;
font-size: 25px;
color: #fff;
background-color: #75787d;
padding: 17px 55px;
border-radius: 30px;
margin: 0 5px 20px;
}
.typesof-technician li:hover
{
background-color:#000;
color:#fff;
}
section.latest-services {
width: 100%;
float: left;
padding: 50px 0;
background-color:#19658a;
}
.latest-services h2 {
text-align: center;
color: #fff;
font-size: 45px;
padding-bottom: 40px;
}
.ser-col {
border-bottom: 1px #fff solid;
border-right: 1px #fff solid;
padding: 20px 20px;
min-height: 170px;
margin-bottom: 0;
}
.ser-col h5 {
font-size: 30px;
font-weight: 300;
color: #fff;
margin-bottom: 10px;
}

.ser-col p {
color: #fff;
font-size: 18px;
text-align: justify;
font-weight: 300;
}
.overseen-networks-outer
{
width:100%;
float:left;
padding:50px 0;
text-align:center;
}
.overseen-networks-outer h3
{
font-size:35px;
color:#000;
}
.overseen-networks-outer p {
font-size: 17px;
margin: 20px 0;
color: #000;
line-height: 30px;
}
.overseen-networks-outer p strong {
font-weight: bold;
font-size: 25px;
}
.overseen-networks-outer li {
font-size: 20px;
margin-bottom: 10px;
color: #000;
font-weight: 300;
}
.neighborhood-outer
{
width:100%;
float:left;
padding:50px 0;
background-color:#000;
}
.neighborhood-outer h4
{
font-size:35px;
color:#fff;
}
.neighborhood-outer p {
font-size: 20px;
margin: 20px 0;
color: #fff;
line-height: 30px;
}
.inconvenience-outer {
width: 100%;
padding: 30px 0 100px;
float: left;
}
.inconvenience-outer h4
{
font-size:35px;
color:#fff;
}
.inconvenience-outer p {
font-size: 17px;
margin: 20px 0;
color: #fff;
text-align: justify;
line-height: 25px;
font-weight: 400;
}
.inconvenienc-inner {
width: 100%;
float: left;
padding: 50px 40px;
background-color: #0f3a4f;
box-shadow: 50px 50px 0px #4e7190;
}
.banner-main
{
width:100%;
float:left;
text-align:center;
padding:40px 0;
}
.logo-out a:focus {
text-decoration: none;
}
.overseen-networks-outer li {
display: inline-block;
margin: 0 2%;
width: 22%;
}
.overseen-networks-outer img {
display: inline-block;
width: 100%;
}
.inconvenienc-left {
float: left;
width: 60%;
}
.camera-image-right {
width: 50%;
float: right;
margin-right: -220px;
border: 30px #4e7190 solid;
margin-top: 30px;
}
.camera-image-right img
{
width:100%;
float:left;
}
.home-security-outer
{
width:100%;
float:left;
padding:50px 0;
}
.home-security-inner
{
width:100%;
float:left;
}
.home-security-outer p {
font-size: 19px;
color: #000000;
margin-bottom: 20px;
line-height: 30px;
padding-top: 5px;
}
.home-security-outer p strong {
font-size: 24px;
}
.home-security-inner h4 {
font-size: 28px;
color: #000;
}
.footer-container
{
width:100%;
float:left;
padding:30px 50px;
}




