@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');
body{
	font-family: 'Roboto', sans-serif;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.about-bg{
	background-image: url("../images/NetworkGraphicBackgroud.jpg");
	height: 400px;
	width: 100%;
	padding-top: 194px;
	padding-bottom: 113px;
	background-position: bottom;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	position: relative;	
}

.insight-bg{
	background-image: url("../images/Insight.jpg");
	height: 400px;
	width: 100%;
	padding-top: 194px;
	padding-bottom: 113px;
	background-position: bottom;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	position: relative;	
}

.insight-bg::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(46,121,168,0.80);
}
.index-bg{
	height: 700px;
	background-image: url("../images/NetworkGraphicBackgroud.jpg");
}

.index-bg::after{
	display: none;
}

.banner-text{
	position: absolute;
	z-index: 2;
	color: #FFFFFF;	
	font-size: 64px;
	bottom: 100px;
	left: 50%;
    transform: translateX(-50%);
}
.menu-header{
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
/*	background: rgba(206,227,246,0.8);*/
}
.menu .nav-item{
	margin: 0 60px;	
}
.menu .nav-item.active .nav-link{
	color: #FFFFFF;
	font-weight: bold;
}
.menu .nav-item:last-child{
	margin-right: 0;
}
.menu .nav-link{
	color: #FFFFFF;
	font-size: 25px;
	transition: all 0.5s ease-in;
    text-align: center;
}
.menu-btn{
	border: 5px solid #FFFFFF;
	border-radius: 50px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.mt-section{
	margin-top: 75px;
	margin-bottom: 50px;
}
.deliverables-section{
	margin-top: 25px;
	margin-bottom: 50px;
}
.bg-blue{
	background: rgba(250,244,246,0.75);
	padding: 25px 50px;
}
.bg-blueinsight{
	background: rgba(226,245,251,0.75);
	padding: 20px 20px;
	height: 480px;
	width: 400px;
}
.story-heading{
	font-size: 42px;
	color: #2C5E93;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}
.text-font{
	color: #000B40;
	font-size: 18px;
	font-weight: normal;
	margin-top: 30px;
}

.quote-font{
	color: #000B40;
	font-size: 16px;
	font-weight: normal;
	margin-top: 30px;
}

.val-heading{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	color: #000B40;
	font-weight: 600;
	
}
.question-heading{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	color: #000000;
	font-weight: 600;
	
}
.ebook-heading{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	
}
.val-text{
	font-size: 20px;
	color: #3B3F41;
	font-weight: normal;
}
.from-text{
	font-size: 16px;
	color: #035a8f;
	font-weight: normal;
}
.val-icon{
	width: 150px;
	height: 150px;
	background: #FFFFFF;
	display: table;
	text-align: center;
	border-radius: 50%;
	box-shadow: 8px 17px 0 10px #95d6e8;
}
.val-icon span{
	display: table-cell;
	vertical-align: middle;
}
.quote-icon{
	display: table;
	text-align: center;
	border-radius: 50%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 5px;
}
.quote-icon span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px
}
.headshot-icon{
	display: table;
	text-align: center;
	border-radius: 25%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 5px;
}
.headshot-icon span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px
}
.main-icon img{
	width: 100px;
}
.logo{
	width: 400px;
	transition: all 0.5s ease-in;
}

.text-blue{
	color: #051549 !important;
}
.text-white{
	color: #FFFFFF !important;
}
.text-skyblue{
	color: #2C5E93;
}
.slider-box{
	background: rgba(5,21,73,0.85);
	text-align: center;
	padding: 80px 70px;
	width: 37%;
	color: #FFFFFF;
	border-radius: 50%;
	position: absolute;
    bottom: 30px;
    left: 150px;
}
.slider-box h1{
	font-size: 45px;
}
.slider-box p{
	font-size: 25px;
	margin-bottom: 0;
}
.slider-box2{
	background: rgba(5,21,73,0.85);
	text-align: center;
	padding: 20px 20px;
	width: 45%;
	color: #FFFFFF;
	border-radius: 0%;
	position: absolute;
    bottom: 30px;
    left: 150px;
}
.sub-box{
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	border-radius: 0%;
	margin: 0 auto;
}
.sub-box h1{
	font-size: 32px;
}
.sub-box p{
	font-size: 22px;
	margin-bottom: 0;
}
.mt-icon{
	margin-top: 100px;
}

.bg-team{
	background: #000B40;
	padding: 50px 15px;
}
.bg-grey{
	background-color: #cccccc;
	padding: 30px;
}
.bg-greyinsight{
	background-color: #cccccc;
	padding: 20px;
	vertical-align: middle
}
.text-black{
	color: #000000;		
}

.form-group .custom-chk {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group .custom-lbl {
  position: relative;
  cursor: pointer;
	color: #4c4c4c;
}

.form-group .custom-lbl:before {
  content:'';
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 2px solid #4c4c4c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-group .custom-chk:checked + .custom-lbl:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #4c4c4c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-input::placeholder{
	color: #CCCCCC;
	font-weight: bold;
}
.custom-input{
	height: 45px;
	border-radius: 15px;
	text-align: center;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
.custom-input-sub{
	height: 36px;
	border-radius: 15px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	width: 250px;
}
.custom-input-q{
	height: 36px;
	border-radius: 15px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	width: 400px;
}
.checkboxes{
	width: 250px;
}
.btn-submit:hover{
	background: #005c95;
}
.btn-submit{
	background: #2C5E93;
	color: #FFFFFF !important;
	border-radius: 15px;
	padding-left: 40px;
	padding-right: 40px;
}
.btn2-submit:hover{
	background: #005c95;
}
.btn2-submit{
	background: #2C5E93;
	color: #FFFFFF !important;
	height: 36px;
	border-radius: 15px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	width: 250px;
}
.divider-brd{
	position: relative
}
.divider-brd::after{
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	right: -2.5px;	
  	background-image:  url("../images/divider.png");	
	background-repeat: no-repeat;
	background-size: cover;
}

.process-bar{
	padding-left: 50px;
	padding-right: 50px;
	list-style: none;
	counter-reset: listNo;
}
.deliverables-bar{
	padding-left: 50px;
	padding-right: 50px;
	list-style: none;
	counter-reset: listNo;
}
.process-bar li{
	padding-left: 60px;
	position: relative;
	margin-top: 50px;
}

.process-bar li::after{
	content: "";
	width: 4px;
	height: 150%;
	background: #000B3E;
	position: absolute;
	top: 50px;
    left: 18px;
}
.process-bar li:last-child::after{
	display: none;
}
.process-bar li::before{
	counter-increment: listNo;
  	content: counter(listNo) ;
	width: 40px;
	height: 40px;
	background: #000B3E;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	border-radius: 50%;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 20px;	
}
/*----------Style1 Start-----------------*/
.bg-blue1{
	/*background: rgba(0,0,0,0.5);*/
	padding: 50px 50px;
}
.bg-payment{
	/*background: rgba(0,0,0,0.5);*/
	padding: 50px 75px;
}

.btn-active{
	color: #FFFFFF !important;
	border: 6px solid #FFFFFF !important;
}

.banner-text1{
	position: absolute;
    z-index: 2;
    color: #FFFFFF;
    font-size: 48px;
    bottom: 50px;
    margin: 0 20px;
 }
.banner-text2{
	position: absolute;
    z-index: 2;
    color: #FFFFFF;
    font-size: 36px;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
 }

.credit h1{
   color: #2C5E93;
   text-align: center;
   font-weight: 400; 
}

.credit p{
	font-size: 20px;
	padding: 20px 0;
	margin: 0;
	color: #000B3E;
}

.cname{
	font-size: 16px;
	margin-top: 20px;
	color: #000B3E;
}

.custom-input1{
	background-color: transparent;
	border-bottom: 1px solid #000B3E;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	cursor: default;
	color: #000B3E;
	font-size: 20px;
	width: 100%;
	padding: 0;
	text-align: left;
	font-size: 16px;
	height: 25px;
	margin-top: 15px;
}

.custom-input1:focus{
  background-color: transparent;
  border-bottom: 1px solid #000000;
  box-shadow: unset;
  outline: unset;
  color: #000000;
  font-size: 16px;
  z-index: -1;
  text-align: left;
  padding-bottom: 0;
}

.row1{
	flex-wrap: nowrap;
}

.note p{
	text-align: center;
	color: #2C5E93;
	font-weight: 500; 
	margin-bottom: 0;
}

.sub-footer a{
	color: #2C5E93;
	font-weight: bold;
	font-size: 16px;
}

.dot-list{
  position: relative;
}


.dot-list::after{
	position: absolute;
	content: " ";
	width: 5px;
	height: 5px;
	border-radius: 50%;   
    left: 0;
    top: 17px;
    background-color: #2C5E93;
    right: 0px;
}

.line{
	width: 80%;
	height: 5px;
	background-color: #000B3E;
	border-radius : 50%;
	margin: 0 auto;

}

.sub-footer a h3{
   color: white;
}

.dot-list1::after{
	position: absolute;
	content: " ";
	width: 8px;
	height: 8px;
	border-radius: 50%;   
    left: 0;
    top: 35%;
    background-color: #2C5E93;
    right: 0px;
}

.img-center{
	display: block;
	margin: 0 auto;
}

.dowanload{
	color: #2C5E93;
	text-align: center;
	font-size: 25px;
	margin: 0 auto;
	display: block;
	font-weight: 700;
}

.dowanload:hover{
	color: #3a72a0;
	text-decoration: none;
}

/*----Style1 Style End---*/

/*----Style2 Style Strat----*/

.back{
	background-color: #cccccc;
	padding-bottom: 50px;
}
.contact1{
   color: #2C5E93;
   text-align: center;
   padding: 20px 0;
   font-weight: bold;
}

.phon{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #2C5E93;
	position: relative;
	margin: 0 auto;
}

.phon svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: white;
	font-size: 50px;
}

.subscribe{
	width: 150px;
	height: 80px;
	border-radius: 50%;
	background-color: #000B3E;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.subscribe p{
	margin: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
	vertical-align: middle;
}

.contact{
   text-align: center;
   display: block;
   margin: 0 auto;
   padding: 30px 0;
   color: #2C5E93;
   font-size: 23px;
   font-weight: 700;
   padding-bottom: 0;
}
.recritment{
	font-weight:600;
	margin: 0 auto;
	text-align: center;
	display: block; 
}
.adress{
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #2C5E93;
	font-weight: 600; 
}

.nav-item{
	position: relative;
}

.hor-border,.demo{
	padding: 15px;
	color: #2C5E93;
	font-weight: bold;
	font-size: 24px;
}

.hor-border:hover,.demo:hover{
	color: #3a72a0;
}

.hor-border::after{
	position: absolute;
	content: " ";
	border-right: 3px solid black;
	height: 50%;   
    right: 0;
    top: 10px;
}

.active{
	color: black !important;
}

.tidemark{
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 30px;
	color: grey;
}

.foot-mar{
	padding-top: 30px;
	background: rgba(250,244,246,0.75);
}

/* ------Style2 style end--- */

.fixed-header {    
	background-color: #000B40;
}
.fixed-header .nav-link{    
	color: #FFFFFF !important; 
}

.navbar-toggler{
	background: #fff;
	color: #3a72a0;
	border-radius: 10px;
}
.about-img{
	width: 125px;
}
/*--------background images---------*/

.w9-margin{
	margin-top: 130px !important;
}

.index-background{
	background-image: url(../images/Third-Pool-Home-Bubbles-Background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -200px;
}

.about-background{
   background-image: url(../images/ThirdPool-About-ThirdPool-Bubbles-Background.jpg);
   background-repeat: no-repeat;	
   background-position: 0px -450px;
   background-size: cover;	
   background-position: -130px -435px;
}

.work-background{
   background-image: url(../images/Thirdpool-How-It-Works-Bubbles-Background.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: 0px -540px;
}

.payment-background{
	background-image: url(../images/ThirdPool-Payment-Options-Bubbles-Background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -450px;
}

.resource-background{
	background-image: url(../images/Thirdpool-Resources-Bubbles-Background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -450px;	
}

.w9-background{
   background-image: url(../images/ThirdPool-W-9-Bubbles-Background.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: 0px -450px;	
}

.request-background{
   background-image: url(../images/Thirdpool-Request-a-Demo-Bubbles-Background.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: 0px -395px;	
}

.thank-you p {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
	top: 290px;
    bottom: 12px;
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.pricing-columns {
  float: left;
  width: 25%;
  padding: 4px;
}

.pricing-price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.pricing-price .pricing-header {
  background-color: #005C95;
  color: white;
  font-size: 20px;
}

.pricing-price li {
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-align: center;
}

.pricing-price .pricing-grey {
  background-color: #eee;
  font-size: 14px;
}

.pricing-button {
  background-color: #0086B9;
  border: none;
  color: white;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  .pricing-columns {
    width: 80%;
  }
}



/* Pricing */
.price-box{
	background-color: #FFFFFF;
	box-shadow: 0 3px 12px rgba(0,0,0,0.20);
	padding: 16px;
	border-radius: 15px;
	text-align: center;
}

.price-box:hover{
	background: #e9f7fc;
}
.price-box.selected{
	background: rgba(226,245,251,0.75) !important;
	transform: scale(1.1);
}

.price-circle{
	width: 100px;
	height: 100px;
	background: #000B3E;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	color: #FFFFFF;
	box-shadow: 2px 5px 6px rgba(58,114,160,0.50);
}
.price-list{
	padding-left: 0;
	list-style: none;
	border-top: 2px solid #000B3E;
	margin-top: 20px;
	padding-top: 30px;	
}
.price-list li{
	margin-bottom: 10px;
	color: #035a8f;
}
.btn-price{
	background: #2C5E93;
	color: #FFFFFF;
	width: 100%;
	margin-top: 20px;
	padding: 8px 15px;
}

.btn-price:hover{
	background: #346186;
	color: #FFFFFF;	
}
.plan-list{
	color: #035a8f;
}

.add-Ons{
	background: rgba(226,245,251,0.75);
	padding: 15px;
	text-align: center;
	font-size: 13px;
	color: #035a8f;
}
.add-Ons h4{
	color: #02174c;
	margin-top: 20px;	
}

.faq{
	margin-bottom: 25px;
}
.faq .faq-Q{
	position: relative;
	color: #02174c;
	padding-left: 30px;
}
.faq .faq-Q::before{
	content: "Q.";
	position: absolute;
	left: 0;
	top: 0;
}
.faq .faq-A{	
	color: #035a8f;	
}

.navbar-toggler .fa-bars{
	color: #051549 !important;
}

.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
