/*! Generated by Font Squirrel (https://www.fontsquirrel.com) */

@font-face {
    font-family: 'proxima_novabold';
    src: url('../fonts/proximanova-bold-webfont.woff2') format('woff2'), url('../fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'), url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'), url('../fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novablack';
    src: url('../fonts/proximanova-black-webfont.woff2') format('woff2'), url('../fonts/proximanova-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('../fonts/proximanova-extrabold-webfont.woff2') format('woff2'), url('../fonts/proximanova-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.woff2') format('woff2'), url('../fonts/proximanova-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}  

/* ===== Genreal ===== */

body{
	font-family: 'proxima_nova_rgregular';
}
main{
	padding-top: 88px;
}

/* ===== Header ===== */

.navbar-brand img{
	max-width: 200px;
}
.navbar-custom{
	padding-top: 15px;	
	padding-bottom: 15px;
	background-color: #ffffff;	
}
#navbarNav{
	background-color: #efefef;
	padding-top: 10px;	
	padding-bottom: 10px;
}
.navbar-light .navbar-nav .nav-link{
	color: #303030;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'proxima_nova_rgregular';
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
}
.navbar-light .navbar-nav .nav-link:hover{
	color: #00BFFF;
}

.navbar-light .navbar-nav .active>.nav-link{
	color: #00BFFF;
}

.banner-poverlay h2{
	font-size: 26px;
	line-height: 45px;
	color: #303030;
	font-family: 'proxima_novablack';
}
.banner-poverlay h2 br{
	display: none;
}

.banner-poverlay p{
	font-size: 20px;
	line-height: 35px;
	color: #303030;
	font-family: 'proxima_nova_rgregular';
}

/* ===== Banner ===== */

#banner{
	padding-top: 50px;
	background-image: url(../img/featurestop-back.png),url(../img/World-map.png);
	background-repeat: no-repeat,no-repeat;
	background-position: bottom,top;	
}
.download-links a{
	margin-right: 10px;
	display: inline-block;
}
.download-links a img{
	max-width: 150px;
}
#banner .d-flex{
	display: block !important;
}
.banner-image img{
	max-width: 100%;
	width: 300px;
}
.banner-image{
	text-align: center;
}
.banner-poverlay{
	text-align: center;
}

/* ===== Features ===== */

#features{
	background-image: url(../img/features-back.png);
	background-color: #202020;
	padding: 40px 0;
}

.section-heading{
	margin-bottom: 50px;	
}

.section-heading h4{
	color: #ffffff;
	font-size: 26px;	
	text-align: center;
	font-family: 'proxima_novabold';
	text-transform: uppercase;
	padding-bottom: 20px;
}
.section-heading p{
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
}
.features-listing .d-flex{
	display: block !important;
}
.features-screen img{
	max-width: 100%;
	width: 300px;
}
.features-screen{
	text-align: center;
}
.feature-text{
	color: #ffffff;
	padding-left: 0px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.feature-text h5{
	font-size: 24px;
	font-family: 'proxima_novabold';
}
.feature-text p{
	font-size: 18px;
}
.feature-info{
	text-align: center;
}

/* ===== About Cambassy ===== */

#about-cambassy{
	padding: 50px 0;
}
h5.brand-heading{
	font-family: 'proxima_novabold';
	color: #00BFFF;
	font-size: 26px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#about-cambassy .card-header{
	background-color: transparent;
	border:none;
}
#about-cambassy .card{
	border:none;
	margin-bottom: 15px;
	padding-left: 15px;
}
.card-header h5 a{
	font-size: 22px;
	font-family: 'proxima_novabold';
	color: #303030;
	text-decoration: none;	
}
.card-body{
	padding-top: 0;
}
.card-body p{
	font-size: 18px;
}
.arrow{
	background-image: url(../img/minus.png);
	width: 20px;
	height: 20px;
	float: right;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 20px;	
	background-size: 100% auto;
}
.collapsed .arrow{
	background-image: url(../img/plus.png);
	left: 0px;
	top: 15px;
}

/* ===== Get It ===== */

#get-it{
		background-image: url(../img/download-nowback.png);
		background-repeat: no-repeat;
		padding: 50px 0;
		background-color: #00BFFF;
		background-size: 100% auto;
}
h5.heading-white{
	font-family: 'proxima_novabold';
	font-size: 32px;
	color: #ffffff;
	padding-bottom: 15px;
}

/* ===== Footer ===== */

footer{
	padding: 15px 0; 
}
.footer-navigation {
    padding: 25px 0 0 0;
}
.social-sharing{
	padding: 20px 0;
}
.copyright{
	padding: 20px 0 0 0;
}
.footer-navigation a{
	font-size: 14px;
	color: #303030;
	font-family: 'proxima_nova_rgregular';
	line-height: 14px;		
	margin-left: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 15px;
	display: inline-block;
}
.social-sharing a img{
	max-width: 40px;
}
.seprator{
	background-color: #303030;
	height: 12px;	
	width: 1px;
	display: inline-block;
	margin-left: 12px;
}
.social-sharing a{
	display: inline-block;
	margin:0 10px;
}
.copyright p{
	color: #707070;
	font-size: 13px;
}


/* ===== InnerPage Banner  ===== */

#innerpagebanner{ background-image: url(../img/banner.png); background-repeat: no-repeat,no-repeat; background-position: center,top; font-size:40px; color: #fff; 
font-family: 'proxima_novabold'; font-weight: 500; text-align: center; padding:100px 0px 100px 0px; }


.privacypolicy { color:#303030; font-size:18px; font-family: 'proxima_nova_rgregular'; line-height:32px; }
.privacypolicy p { margin: 0px; padding: 0px 0px 10px 0px; }
.privacypolicy img{ padding-right:5px; padding-top:0px;}
.privacypolicy ul{ margin: 0px; padding: 0px; list-style: none;}
.privacypolicy li{ margin: 0px; padding: 0px 0px 10px 30px; list-style: none; background: url(../img/dot.png) no-repeat left 8px; }

.pagetitle { font-size:40px; color:#959595; font-family:'proxima_novabold'; font-weight: 500; padding: 0px 0px 10px 0px;}
.subtitle { font-size:24px; color:#000000; font-family:'proxima_novabold'; font-weight: 500; padding: 0px 0px 10px 0px;}

.termsparegraph{ color:#303030; font-size:18px; font-family: 'proxima_nova_rgregular'; line-height:32px;}
.termsparegraph p { padding: 0px 0px 0px 20px;}
.termsparegraph ul{ margin: 0px 0px 0px 40px; padding: 0px; list-style: none;}
.termsparegraph li{ margin: 0px; padding: 0px 0px 10px 10px; list-style:decimal; }

.dot ul{ margin:0px; padding:0px; list-style: none;}
.dot li { margin: 0px; padding: 0px 0px 10px 30px; list-style: none; background: url(../img/dot.png) no-repeat left 8px;}

.nomargin{ margin:0px!important; }
.titlepedding { padding: 20px 0px 30px 0px;}

.presstoptebs {  text-align: center;}
.presstoptebs ul{ margin: 0px; padding: 0px; list-style: none; text-align: center; display:inline-block;}
.presstoptebs li { padding: 0px 15px 10px 15px; color: #303030; text-decoration: none; float: left; }
.presstoptebs li a { padding: 0px 0px 10px 0px; text-decoration: none; color:#303030; font-size:20px; font-family: 'proxima_nova_rgregular';}
.presstoptebs li a:hover {  color: #00BFFF; border-bottom: 3px solid #00BFFF;}
.feelfreetext { font-size:20px; color: #303030; padding:30px 0px 20px 0px; }
.pagetitle32 { font-size:32px; color:#959595; font-family:'proxima_novabold'; font-weight:500; padding: 0px 0px 10px 0px;}

.cambasylogo { padding:50px 0px 0px 0px;}
.logotitle{ color: #303030; font-size: 20px; padding: 10px 0px 0px 0px;}
.countrytitle{ color: #303030; font-size: 20px; padding:0px 0px 10px 0px; min-height: 50px;}
.sep20 { height: 20px;}
.img-responsive{ max-width: 100%;}




/* ===== Responsive ===== */

/* Small devices (landscape phones, 576px and up) */
@media (max-width:762px) { 
	
	.pagetitle { font-size:30px; line-height:40px;}
	.subtitle { font-size:22px;}
	#about-cambassy{ padding:0px 0; }
	.presstoptebs li { float:none; }

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) { 
	
	.presstoptebs li a { padding: 0px 0px 10px 0px; font-size:16px; }

	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.banner-image{
		text-align: right;
	}
	.banner-poverlay{
		text-align: left;
	}
	.navbar-brand img{
		max-width: none;
	}	
	#navbarNav{
		background-color: transparent;
		padding-top: 0;
		padding-bottom: 0; 
	}
	.navbar-light .navbar-nav .nav-link{
		padding-left: 0;
	}
	.banner-poverlay h2{
		font-size: 32px;
		line-height: 45px;		
	}
	.banner-poverlay h2 br{
		display: inline-block;
	}
	#banner{
		padding-top: 50px;
		background-size: auto,100% auto;
	}
	.banner-poverlay p {
    	font-size: 24px;
    	line-height: 35px;    		
	}
	.download-links a img{
		max-width: 130px;
	}
	.download-links a{
		margin-right: 20px;
	}
	#banner .d-flex{
		display: flex !important;
	}
	.banner-image img{
		max-width: 330px;
		width: auto;
	}
	.section-heading h4{
		font-size: 36px;
	}
	#features{
		padding: 40px 0;
	}
	.section-heading p{
		font-size: 22px;
		line-height: 35px;
	}
	.section-heading{
		margin-bottom: 50px;	
	}
	.features-listing .d-flex{
		display: flex !important;
	}
	.features-screen img{
		max-width: 350px;
		width: auto;
	}
	.feature-text h5{
		font-size: 22px;
	}
	.features-screen{
		text-align: left;
	}
	.feature-text{
		padding-left: 35px;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.feature-info{
		text-align: left;
		margin-top: 50px;
	}
	#about-cambassy {
    	padding: 120px 0;
	}
	h5.brand-heading{
		font-size: 36px;
	}
	.card-header h5 a{
		font-size: 26px;
	}
	.card-body p {
    	font-size: 24px;
	}
	.arrow{
		width: 20px;
		height: 20px;
		top: 25px;
	}
	.collapsed .arrow{
		top: 15px;
	}
	h5.brand-heading{
		padding-bottom: 30px;
	}
	#about-cambassy .card{
		padding-left: 45px;
	}
	.card-body p{
		font-size: 22px;
	}
	#about-cambassy .card{	
		margin-bottom: 10px;
	}
	#about-cambassy {
    	padding: 60px 0;
	}
	#get-it{
		
		background-color: transparent;
		padding: 50px 0;
	}
	h5.heading-white{
		font-size: 36px;
		padding-bottom: 20px;
	}
	footer {
    	padding: 30px 0;
	}
	.seprator{
		margin-left: 20px;
	}
	.footer-navigation a{
		font-size: 16px;
		margin-left: 20px;
		line-height: 16px;
		margin-bottom: 0;
	}
	.social-sharing a img{
		max-width: 50px;
	}
	.footer-navigation {
    	padding: 25px 0;
	}
	.social-sharing a{
		margin: 0px 15px;
	}
	.social-sharing {
    	padding: 0px 0;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 	
	.navbar-brand img{
		max-width: none;
	}	
	#navbarNav{
		background-color: transparent;
		padding-top: 0;
		padding-bottom: 0; 
	}
	.navbar-light .navbar-nav .nav-link{
		margin-left: 30px;
		margin-right: 30px;
	}
	.banner-poverlay{
		margin-top: 50px;
	}
	.banner-poverlay h2{
		font-size: 46px;
		line-height: 64px;	
	}
	#banner{
		padding-top: 100px;
	}
	.banner-poverlay p {
    	font-size: 30px;
    	line-height: 45px;
	}
	.download-links a img{
		max-width: none;
	}
	.download-links a{
		margin-right: 20px;
	}
	#banner .d-flex{
		display: flex !important;
	}
	.banner-image img{
		max-width: none;
		width: auto;
	}
	.section-heading h4{
		font-size: 46px;
	}
	#features{
		padding: 80px 0;
	}
	.section-heading p{
		font-size: 24px;
	}
	.feature-text h5{
		font-size: 24px;
	}
	.section-heading{
		margin-bottom: 100px;	
	}
	.features-listing .d-flex{
		display: flex !important;
	}
	.features-screen img{
		max-width: none;
		width: auto;
	}
	.features-screen{
		text-align: left;
	}
	.feature-text{
		padding-left: 35px;
		margin-top: 0;
		margin-bottom: 50px;
	}
	.feature-info{
		text-align: left;		
	}
	#about-cambassy {
    	padding: 120px 0;
	}
	h5.brand-heading{
		font-size: 46px;
	}
	.card-header h5 a{
		font-size: 22px;
	}
	.card-body p {
    	font-size: 18px;
	}
	.arrow{
		width: 30px;
		height: 30px;
		top: 30px;
	}
	.collapsed .arrow{
		top: 15px;
	}
	h5.brand-heading{
		padding-bottom: 80px;
	}
	#about-cambassy .card{
		padding-left: 45px;
	}
	.card-body p{
		font-size: 18px;
	}
	#about-cambassy .card{	
		margin-bottom: 30px;
	}
	#about-cambassy {
    	padding: 60px 0;
	}
	#get-it{		
		background-color: transparent;
		padding: 50px 0;
	}
	h5.heading-white{
		font-size: 48px;
		padding-bottom: 30px;
	}
	footer {
    	padding: 50px 0;
	}
	.social-sharing a{
		margin: 15px;
	}
	.seprator{
		margin-left: 20px;
	}
	.footer-navigation a{
		font-size: 16px;
		margin-left: 20px;
		line-height: 16px;
		margin-bottom: 0;
	}
	.social-sharing a img{
		max-width: 50px;
	}
	.footer-navigation {
    	padding: 25px 0;
	}
	.social-sharing a{
		margin: 15px 15px;
	}
}
/* Extra Large  high resolution devices Device (HD devices, 1400px and up) */
@media (min-width: 1400px) { 
	#get-it{
		padding: 100px 0;
	}
}

