/*font-family: 'Poppins', sans-serif;
	font-family: 'Roboto', sans-serif;
	*/
body
{
	
	font-family: 'Roboto', sans-serif;

}
h1
{
	color: #d8a75b;
	font-size: 50px;
	font-family: 'Roboto', sans-serif;
}
h2
{
	text-transform: uppercase;
	color: #08264b;
	font-size: 30px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
h2:after
{
	content: '\f30b';
	display: block;
	font-family: "Font Awesome 5 Free";
	color: #d8a75b;
}
h2 span
{
	font-size: 14px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
h3
{
	color: #d9a75c;
	margin-bottom: 15px;
	font-weight: bold;
}
h4
{
	font-size: 20px;
	margin-top: 10px;
}
h4 span
{
	font-size: 16px;
}
.container
{
	max-width: 1200px;
}
header
{
	background: url(../img/banner_bg.jpg) no-repeat top center #06264c;
	float: left;
	width: 100%;
	background-size: 100%;
}
.navigation
{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.navigation ul
{
	margin-left: auto;
	
}
.navigation ul li
{
	margin-right: 15px;
}
.navigation ul li a
{
	color: #fff;
	font-size:18px;
	margin-bottom: 1px;
	font-family: 'Poppins', sans-serif;
}
.navigation ul li a:hover
{
	border-bottom: 1px solid #fff;
	margin-bottom: 0px;
}
.dropdown-item
{
	color: #444 !important;
}
.dropdown-item:hover
{
	background: #03274b;
	color: #fff !important;
}
.banner
{
	float: left;
	width: 100%;
	margin-top: 100px;
}
.number_section
{
	float: left;
	width: 100%;
	background: #d8a75b;
	padding:40px;
	position: relative;
	height: 400px;
	margin-bottom: 200px;
}
.number_section h3
{
	color: #fff;
	font-size: 120px;
}
.banner-img
{
	position: absolute;
	top: 0px;
	left: 200px;
	padding-right: 100px;
}
.banner_text
{
	position: absolute;
	top: 20%;
	right: 0px;
	color: #fff;
	background: #03274b;
	padding:40px;
	line-height: 42px;
	text-transform: uppercase;
	width: 40%;
}
.banner_text p
{
	font-size: 37px;
	margin:0px;
	font-weight: 600;
}
.number_section a
{
	position: relative;
	z-index: 1;
	background: #03274b;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	margin-left: 60px;
	padding: 15px 65px;
	margin-top: 88px;
}
.number_section a:hover
{
	text-decoration: none;
}
.about_us_section
{
	float: left;
	width: 100%;
	padding-bottom: 100px;
	color: #fff;
}
.about_text_area
{
	float: left;
	width: 100%;
	border-left: 3px solid #d8a75b;
	padding-left: 60px;
	padding-right: 20px;
		text-align: justify;
}
.content
{
	float: left;
	width: 100%;
	padding:70px 0;
	background: #f4f5fa;
}
.img_section h2
{
	position:absolute;
	bottom: 0px;
	left: 15px;
	padding:10px 20px;
	margin: 0px;
	font-weight: 500;
	background: #fff;
}
.img_section h2 span
{
	color: #d8a75b;
	font-weight: 400;
}
.img_section h2:after
{
	display: none;
}
.button_img_sec
{
	float: left;
	width: 100%;
	margin-top: -250px;
}
.client_says
{
	float: left;
	width: 100%;
	background: url(../img/client_say.png) no-repeat bottom center #07284b;
	background-size: 100%;
	text-align: center;
	padding:100px 0 30% 0px;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	font-style: italic;
}
.photo_list
{
	float: left;
	width: 100%;
}
.client_details
{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-style: normal;
}
footer
{
	float: left;
	width: 100%;
	background: #07284b;
	padding:60px 0 0 0;
}
.footer_menu
{
	float: right;
	margin-top: 25px;
}
.footer_menu li
{
	margin-right: 30px !important;
}
.footer_menu li a
{
	color: #fff;
}
.inquiry_form
{
	float: left;
	width: 100%;
	margin-top: 50px;
	background: #06264c;
	box-shadow: 2px 2px 5px #031021;
	padding:25px 40px;
}
.inquiry_form h3
{
	text-align: center;
	float: left;
	width: 100%;
}
.inquiry_form form
{
	float: left;
	width: 100%;
	border-top:0px: 
}
.inquiry_form form input
{
	float: left;
	width: 100% !important;
	font-size: 18px;
	height: 30px;
	background: none;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom:1px solid #ccc;
	margin-bottom: 40px;
	border-radius: 0px;
	padding-left: 0px;
	color: #fff;
}
.inquiry_form form input:hover
{
	background: none;
}
.inquiry_form form select
{
	float: left;
	width: 100% !important;
	font-size: 12px;
	height: 30px;
	margin-bottom: 13px;
	border-radius: 0px;
	border:1px solid #ced4da;
}
.inquiry_form form textarea
{
	float: left;
	width: 100% !important;
	font-size: 18px;
	margin-bottom: 25px;
	border-radius: 0px;
	background: none;
	border-top: 0px;
	border-left: 0px;
	padding-left: 0px;
	color: #fff;
	border-right: 0px;
	border-bottom:1px solid #ccc;
}
.inquiry_form form button
{
	float: left;
	background: #d8a75b;
	text-transform: uppercase;
	font-weight: 600;
	width: 100% !important;
	font-size: 18px;
	margin-bottom: 13px;
	border-radius: 0px;
	height: 45px;
	border-color: #1e306e;
}
.inquiry_form form button:hover
{
	background: #9b8144;
	color: #fff;
	border:1px solid #000;
}
.inquiry_form form button img
{
	width:20px;
	margin-right: 4px;
}
.inquiry_form form p
{
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin-bottom: 0px;
	color: #fff;
}
input.phone_number_input::-webkit-outer-spin-button,
input.phone_number_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.phone_number_input[type=number] {
  -moz-appearance: textfield;
}
.content_info
{
	float: left;
	width: 100%;
	margin-top: 70px;
	text-align: center;
	color: #fff;
	font-weight: 300;
}
.content_info ul li
{
	margin-top: 40px;
}
.content_info ul li strong
{
	font-weight: bold;
	font-size:20px;
}
.content_info ul li a
{
	color: #fff;
}
.footer_links
{
	float: left;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 20px;
}
.footer_links ul
{
	border-left: 4px solid #d8a75b;
	padding-left: 20px;
	float: left;
}
.footer_links ul li a
{
	color: #fff;
}
.footer_links ul li a:hover
{
	color: #d8a75b;
}
.powered_by_link
{
	float: right;
	color: #fff;
}
.powered_by_link:before
{
	content: '';
	height: 3px;
	margin-top: 12px;
	margin-right: 10px;
	width: 100px;
	float: left;
	background: #d8a75b;
}
.navbar-toggler span
{
	color: #fff;
}

/*==============Inner Page CSS===================*/

.inner_page_heading
{
	margin-top: 40px;
	margin-bottom: 70px;
	float: left;
	width: 100%;
}
.inner_page_heading h1
{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 70px;
	font-weight:300;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}
.inner_page_links
{
	margin-top:0px;
}
.inner_page_content p
{
	color: #05274c;
	text-align: justify;
}
.inner_page_content ul li
{
	color: #05274c;
	line-height: 28px;
}
/*=================================*/


@media (max-width: 1024px) {
      
	.banner-img{
		padding-right: 0px;
	}


  }
  @media (max-width: 1200px) {

    header
    {
    	background-size: 150%;
    }
    .button_img_sec
    {
    	margin-top: -200px;
    }
  }

  @media (max-width: 990px) {
      
      .banner_text p
      {
      	font-size: 28px;
      }
      .banner
      {
      	margin-top: 50px;
      }
      .number_section
      {
      	height: auto;
      	margin-bottom: 100px;
      }
    	.button_img_sec
    {
    	margin-top: -175px;
    }
  }

  @media (max-width: 767px) {

    .about_text_area
    {
    	padding-left: 0px;
    	padding-right: 0px;
    	border-left:0px;
    	border-top: 3px solid #d8a75b;
    	padding-top: 50px;
    	text-align: center;
    }
    	.button_img_sec
    {
    	margin-top: 50px;
    	text-align: center;
    }
    .img_section h2
    {
    	width: 100%;
    	left: 0px;
    }
    .footer_nav
    {
    	text-align: center;
    }
  }
  @media (max-width: 668px) {

    .number_section
    {
    	padding:15px;
    	text-align: center;
    }
    .number_section a
    {
    	margin-bottom: 25px;
    	margin-left: 0px;
    	margin-top: 0px;
    }
    .banner-img
    {
    	position: static;
    	padding-right: 0px;
    }
    .banner_text
    {
    	position: static;
    	width: 100%;
    	text-align: center;
    }
  }
  @media (max-width: 580px) {
    
    .navbar-brand
    {
    	width: 60%;
    }
    .navbar-brand img
    {
    	width: 100%;
    }

  }
 
  @media (max-width: 480px) {

  	.footer_links ul
  	{
  		width: 100%;
  		text-align: center;
  		border-left: 0px;
  		padding-left: 0px;
  	}
  	.powered_by_link
  	{
  		width: 100%;
  		text-align: center;
  	}
    .powered_by_link::before
    {
    	width: 100%;
    	margin-top: 0px;
    	margin-bottom: 10px;
    	height: 2px;
    }
  }
   @media (max-width: 430px) {

   
  }

  @media (max-width: 360px) {

    

  }  
