	@font-face {
		font-family: 'Arial Regular';
		font-style: normal;
		font-weight: normal;
		src: local('Arial Regular'), url('../fonts/ARIAL.woff') format('woff');
	}

	@font-face {
		font-family: 'Arial Medium';
		font-style: normal;
		font-weight: normal;
		src: local('Arial Medium'), url('../fonts/ArialMdm.woff') format('woff');
	}
	@font-face {
		font-family: 'Arial Bold';
		font-style: normal;
		font-weight: normal;
		src: local('Arial Bold'), url('../fonts/ARIALBD 1.woff') format('woff');
	}
	@font-face {
		font-family: 'Arial Bold';
		font-style: normal;
		font-weight: normal;
		src: local('Arial Bold'), url('../fonts/ARIALBD.woff') format('woff');
	}

	@font-face {
		font-family: 'Arial Black';
		font-style: normal;
		font-weight: normal;
		src: local('Arial Black'), url('../fonts/ARIBLK.woff') format('woff');
	}
	@font-face {
	font-family: 'Gotham Rounded Bold';
	font-style: normal;
	font-weight: normal;
	src: local('GothamRounded-Bold'), url('../fonts/GothamRounded-Bold.otf') format('woff');
	}
	
	
/*---------------------------------------------------------------------*/	

@charset "UTF-8";
:root {
  --star-size: 50px;
  --star-color: #ddd;
  --star-background: #2b73b5;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*---------------------------------------------------------------------*/	
	

#feedback {
	height: 0px;
	width: 320px;
	position: fixed;
	right:0;
	top: 50%;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback .patch {
	display: inline-flex;
	background:transparent;
	height: 40px;
	width: 320px;
	text-align: center;
	padding: 5px;
	padding-right: 0;
	color: #fff;
	font-family: 'Gotham Rounded Bold';
	font-size: 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-decoration: none;
}
#feedback .patch .fa{
	font-size: 35px;
    transform: rotate(30deg);
}

#feedback .btn-call { margin-left:5px; border-radius:5px; }	

/*------------------Top-bar-------------------------*/

.top-bar{
	background: #f0f0f0;
}
.top-bar span {
	font-family:'Arial Regular';
	font-size:14px;
	color:#323232;
	padding: 10px 0;
}
.fav-icon a{
	text-decoration: none;
	color:#323232;
	font-size: 16px;
	font-family: 'Gotham Rounded Bold';
}
.fav-icon a:hover{
	text-decoration: none;
	color:#2b73b5;
}
.fav-icon .fa{
	font-size: 18px;
	color: #2b73b5;
	padding: 12px;	
	transform: rotate(45deg);
	font-family: 'FontAwesome';
}



/*-------------------Navbar-------------------------*/

.navbar-brand{margin-right:50px;}

.navbar-light .navbar-nav .nav-link{
	color:#323232;
	font-size: 13px;
	font-family: 'Gotham Rounded Bold';
	padding: 0 20px;
	text-transform: uppercase;
    border: 3px solid transparent;	
}

.navbar-light .navbar-nav .nav-link .fa{
	color: #323232;
	font-size: 16px;
	font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-item.active>.nav-link,.navbar-light .navbar-nav .dropdown:hover>.dropdown-toggle
,.navbar-light .navbar-nav .nav-link:focus{
		border:3px solid #024d94;
		border-radius:5px;
		background:#024d94;
}
.navbar-light .navbar-nav  .nav-item.active>.nav-link,.navbar-light .navbar-nav .nav-item.active>.nav-link .fa,
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:hover .fa,
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:focus .fa,
.navbar-light .navbar-nav .dropdown:hover>.dropdown-toggle .fa,.navbar-light .navbar-nav .dropdown:hover>.dropdown-toggle{
		color:white;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown:hover {
  transition:0.5s;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav > li:last-child > a {
    padding-right: 0px;
    margin-right: 0px;
}
.dropdown-menu {
    padding: 0;
    margin-top: 0;
    border: 0px solid transition !important;
	border: 1px solid #f1f1f1;	
	border-radius: 0px;
	background:#f0f0f0;
	color:#323232;
	min-width: 230px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}
.dropdown-item {
	color:#2b73b5;
	border-bottom: 1px solid #f1f1f1;
	font-size: 13px;
	font-family: 'Gotham Rounded Bold';
	font-weight:300;
	text-transform:uppercase;
}
.dropdown-item:hover{
	color:white;
	background:#2b73b5;
}


/*------------------- Header ---------------------------*/
/*.header{overflow: hidden;}*/
.view:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    opacity: 40%;
    padding: 0;
    width: 100%;
    object-fit: cover;
    background: #000000;
}
.view .full-bg-img{
	z-index: 1;
	position: relative;
	padding: 50px 0; 
}



.white-text h1,.white-text h2,.white-text h3,.white-text h4,.white-text h5,.white-text h6{color: white;}

.full-bg-img h2{
	font-family: 'Gotham Rounded Bold';
	font-size: 44px;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing:.05em;
}
.full-bg-img .head-h6{
	font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Helvetica',sans-serif;
    letter-spacing: .03em;
}
.search {
    position: relative;
    z-index: 1;
}
.search form{
    display: flex;
    width: 500px;
    margin: 10px auto;
}
.input-sm{
    border-right: none;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
}
.btn-header{
	color:#fff;
	font-family: 'Arial Bold';
	text-decoration:none;
	font-size: 18px;
	text-transform: uppercase;
	background:#2b73b5;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
}
.btn-header:hover{
	color:#024d94;
	background:#ffffff96;
	border:1px solid #024d94;
}

.row-flex .sc{margin-bottom: 10px;}
.bg-section-header{	
	background: white;
	padding: 5px 5px 16px 5px;
	height: 100%;
}
/*.bg-section-header img{ width: 50px; }*/

.iconfinder{width: 32px;height: 32px;    margin: 10px auto;}
.bg-section-header a{
	font-family: 'Gotham Rounded Bold';
	font-size: 16px;
	color: #7c6020;		
	text-decoration:none;
	text-transform: uppercase;
}

p>strong,p>b{color: #073561;}
p>a{color: #073561;text-decoration:underline;font-weight:600;}
h1,h2,h3,h4,h5,h6{font-family: 'Gotham Rounded Bold';color: #073561;}
/*------------------- Main ---------------------------*/
.main{
    min-height: 500px;
}
.main .section{margin-top: 40px;}
.main .section h1, .main .section h2{
	font-size: 26px;
	color: #073561;
	font-family: 'Gotham Rounded Bold';
	text-transform: uppercase;
	padding: 0;
    margin: 0;
}
.separator.line-separator{
    text-align: center;
    width: 25%;
	margin:auto;
	margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    background: #fff none repeat scroll 0 0;
    height: 4px;
	border-radius:2px;
    position: relative;
}
.section-content{
	background: white;
    width: 100%;
    height: 100%;
}
.section p{
	font-family: 'Arial Regular';
	font-size: 14px!important;
	color: #313131;
	line-height: 24px;
	margin:0;
}
.section1 .justify-content-center{margin-top:20px;}

.section1 p{
	font-family: 'Arial Regular';
	font-size: 16px;
	color: #313131;
	line-height: 24px;	
	text-align:justify;
}
.pd-t-20 {padding-top: 20px;}
.mr-b-10 {margin-bottom: 10px;padding-left: 0;}
.row-flex {
	display: flex;
	flex-wrap: wrap;	
    width: 100%;
    margin: 0;
}

/* vertical spacing between columns */

.section2 .row-flex {
    margin-top: 40px;
}
.row-flex .post-thumb{overflow: hidden;}
.row-flex .post-thumb {
    width: 250px;
    max-width: 100%;
	background: #fff;
	height: 150px;
    object-fit: cover;
}
.row-flex .d-block{
	position: relative;
	margin-bottom: 10px;
}
.main .section2 h2 {
    font-size: 22px;
	line-height:32px;
    color: #fff;
    font-family: 'Gotham Rounded Bold';
    text-transform: uppercase;
    margin-bottom: 20px;
}
.main .section2 h3 {
    font-size: 18px;
	line-height:28px;
    color: #fff;
    font-family: 'Gotham Rounded Bold';
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section.section2{background:#073561;padding: 30px;}
.section2 p{color: white;font-size: 14px;}
.section2 h2{color: white;font-family: 'Gotham Rounded Bold';}

.section3{margin-bottom: 20px;}

.section3>h1:after,.section4 .container>h1:after,.section4 .container>h2:after{
	content:'';
	border:3px solid #2b73b5;
	background:#2b73b5;
	border-radius:5px;
	width:10%;
	vertical-align: middle;
    display: inline-block;
	margin-left:15px;
}
.section1>h1:after{
	content:'';
	border:3px solid #2b73b5;
	background:#2b73b5;
	border-radius:5px;
	width:10%;
	vertical-align: middle;
    display: inline-block;
	margin-left:15px;
}

.section3 .service{
	color: #222222;
	font-family: 'Gotham Rounded Bold';
	font-size:18px;
}

.section4 {background: #f0f0f0;padding:10px;}

.section4 ul{list-style:none;padding:0;}
.section4 ul li a{
	text-decoration:none;
	color:#3c3c3d;
	font-family:'Arial Bold';
	font-size: 18px;
    line-height: 2em;
    letter-spacing: -.01em;
}
.section4 ul li a:hover{
	text-decoration: none;
	color:#9dd6da;
}

#content {
    margin: 20px 0;
    border: 3px solid #165793;
    border-radius: 15px;
    padding-top: 10px;
    background: aliceblue;
}    
#section h1,#content h1{font-size:32px;}
#section h2,#content h2{font-size:28px;}
#section h3,#content h3{font-size:24px;}

/*------------------ Footer ------------------------*/

.f1{background:#165793;}
.f2{
	background:#073561;	
	margin:0;
	padding: 15px 20px;
}
.f1 .row{padding:0 100px;}
.f1 .fa {
    color: #fff;
    background: #094176;
    font-size: 40px;
    padding: 7px 100px;
    margin: 0 20px;
}
.btn-call {
    padding: 13px 20px;
    border: none;
    background-color: #094176;
    color: #ec6607;
    margin: 0 auto;
    border-radius: 0;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.btn-call:hover { color:#fff; }
.phone {
    animation: animphone 0.7s infinite;
}
@keyframes animphone {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.f2 a{
	font-family: 'Arial Regular';
	font-size: 14px;
	text-decoration:none;
	color:white;
}

.cl1,.cl2,.cl3{padding:0 20px;}
.cl2{padding-left:30px;}

.info h5{
	color: #00585f;
	font-family: 'Gotham Rounded Bold';
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 20px;
	margin: 0;
}

.info img.logo{width:auto;padding-top:10px;}


.info h5:after{
	content:'';
	border:2px solid #2b73b5;
	background:#2b73b5;
	border-radius:5px;
	width:20%;
	vertical-align: middle;
    display: inline-block;
	margin-left:15px;
}
.info ul{list-style-type: none;padding-left: 0;margin-top: 16px;}
.info ul li{padding-bottom: 5px;}
.info ul li a{
	color: #545454;
	font-family: 'Arial Regular';
	font-size: 14px;
	text-decoration: none;
}
.info ul li a .fa{
	color: #2b73b5;
	/*font-family: 'Gotham Rounded Bold';*/
	font-weight:bold;
	padding-right:5px;
	font-size: 17px;
	text-decoration: none;
}
.info p{
	color: #545454;
	font-family: 'Arial Regular';
	font-size: 14px;
	text-align:justify;
	padding-top: 5px;
}
.pied-page{background: #f0f0f0;bottom: 0;margin-top: 10px;font-family: 'Arial Regular'; font-size: 13px;padding: 10px 0;}
.pied-page p{margin-bottom: 0;color:#313131;}

/*------------------------- sticky ------------------------------------*/

.sticky-section{
	cursor:pointer;
}

.sticky-section:hover .f1 a{
    color: #fff;
}
.sticky-section:hover .f2 a{
    color: #c1c8d0;
}

.sticky-section.sticky{
	width: 100%;
	z-index:1;
	cursor:pointer;
}
.sticky-section.sticky .f1{background: rgba(22,87,147,0.65);}
.sticky-section.sticky .f2{background: rgba(7,53,97,0.85);}
.sticky-section.sticky:hover .f1 a{color: #fff;}
.sticky-section.sticky:hover .f2 a{color: #c1c8d0;}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    color: white;
    background: #073561;
    border:1px solid #073561;
    display: none;
}
.back-to-top:hover {
    color: #073561;
}

/*--------------------------------*/
/* The Modal (background) */
.modal {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal .btn-header{
	color:#fff;
	font-family: 'Arial Bold';
	text-decoration:none;
	font-size: 18px;
	text-transform: uppercase;
	background:#2b73b5;
	border-radius: 5px;
	margin-bottom:10px;
}
.modal .btn-header:hover{
	color:#024d94;
	background:#ffffff96;
	border:1px solid #024d94;
}
.modal p{
    text-align: left;
    color: #595656!important;
    font-weight: 600;
}
.modal-footer{justify-content: left;}
.modal.show{padding:0;margin:0;}
.modal-backdrop.show{visibility:hidden;}

.modal.hide{display:none!important;}



/*--------------------------------------------------------------
# blog
--------------------------------------------------------------*/
.blog .card.hoverDiv {
    border: none;
}
.blog .card.hoverDiv .card-body {
    background-color: #f8f9fa;
    justify-content: space-between;
}
.blog p {
    text-align: justify;
    font-family: 'Arial Regular';
    font-size: 14px;
}
.blog .card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}
.blog .card-img img {
    width: 100%;
    height: 18vw;
    overflow: hidden;
    object-fit: cover;
    display: block;
    transition: transform 1.5s ease-in-out;
}
.blog .card-img img:hover {
    transform: scale(1.5);
}
.blog .card-img span {
    position: absolute;
    top: 5%;
    left: 0;
    background: #1c79c0;
    padding: 6px;
    color: #fff;
    font-family: 'Arial Regular';
    font-size: 14px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.blog .card.hoverDiv .card-body h3 a {
    font-family: 'Arial Regular', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    text-decoration: none;
}
.blog .date .text-muted {
    color: #212529!important;
    font-family: 'Arial Regular';
}
.blog .card.hoverDiv .card-body .btn-get-started{
    box-shadow:unset;
    margin-top:15px;
}
.blog .widget-title h3 {
    background: #1c79c0;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    border-left: 5px solid #19366b;
}
.blog .widget-categories > ul > li > a {
    color: #484848;
    position: relative;
    font-family: 'Arial Regular';
    font-size: 14px;
    text-decoration: none;
}
.blog .widget-categories > ul > li > a .fa {
    color: #1c79c0;
}
.blog .blog-content .date {
    padding: 12px;
}
.blog .widget-categories > ul > li {
    border-bottom: 1px dotted #aaa;
    margin-bottom:5px;
    padding-bottom: 5px;
}
.blog .widget-categories > ul > li:last-child {
    border-bottom: none;
}

/*******************************************************************************/


	
	@media (max-width: 1200px) { 
	 
		.cl1,.cl2,.cl3{padding:0 20px;}
		.cl2{padding-left:20px;}
		.f1 a {
			margin-left: 20px;
		}
		.logo-navbar{
			width:220px;
		}
		.iconTel img {
            max-width: 220px;
        }
	 
	}
	
	/* Increase all font sizes on mobile */
	@media (max-width: 992px) { 
	/* Increase all font sizes on mobile */
	    @charset "UTF-8";
        :root {
          --star-size: 40px!important;
          --star-color: #ddd;
          --star-background: #12a89d;
        }
        
        .Stars {
          --percent: calc(var(--rating) / 5 * 100%);
          display: inline-block;
          font-size: var(--star-size);
          font-family: Times;
          line-height: 1;
        }
        .Stars::before {
          content: "★★★★★";
          letter-spacing: 3px;
          background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
        }
		.f1 .row {
			padding: 0px;
			justify-content:center;
		}
		.full-bg-img h2{
			line-height:40px;
		}
        .navbar-brand {
            margin-right: 0;
        }
		.logo{
			width:200px!important;
		}
	}
	/* Increase all font sizes on mobile */
	@media (max-width: 768px) { 
		
	 
	}
	/* Increase all font sizes on mobile */
	@media (max-width: 640px) { 
	 
		.full-bg-img h2{
		/* default is 1rem or 16px */
			font-size: 1.5rem;
			line-height: 1rem;
		}
	 
	}

	/* Increase all font sizes on mobile */
	@media (max-width: 576px) { 
	
		/*.f1 img {width:60%;}*/
		.top-bar span {
			width:150px;
			font-size: 12px;
		}
		.iconTel{padding: 15px 0;}
		.navbar-nav{padding: 5px 0;}
		.navbar-nav li{padding-bottom: 1px;}
		.section4 ul li a {
			font-size: 12px;
			line-height: 1em;
		}
		.logo-navbar{
			width:200px;
		}
		.iconTel img {
            max-width: 200px;
        }
        .navbar-brand {
            margin-right: 0;
        }
	}
	
	@media (max-width: 510px) { 
    	.f1 a {
            margin-left: 0px;
        }
        .search form{
            width: auto;
            padding: 10px;
        }
        
	}
	@media (max-width: 470px) { 
    	.btn-call {
            margin: 0px;
        }
        .f1 .row>img {
            width: 70%;
            margin: 10px 0;
        }
	}
	
	/* Increase all font sizes on mobile */
	@media (max-width: 370px) { 
	
		.fav-icon a {
			font-size: 12px;
		}
		.fav-icon .fa {
			font-size: 14px;
			color: #2b73b5;
			padding: 8px;
			font-family: 'FontAwesome';
		}
	}



