/*Font Family Used In Website*/
/*Poppins (Integrated From Google Fonts Library)*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap');
body {
  font-family: 'Poppins', sans-serif;
}

section , header , footer {
    float: left;
    width: 100%;
}

a {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    cursor: pointer !important;
    display: inline-block;
    text-decoration: none !important;
}
img {
	max-width: 100%;
}
body {
	overflow-x: hidden;
}
section.copyright {
    background: #424242;
    text-align: center;
    padding: 120px 0px 20px 0px;
}
.footer-menu ul {
    margin-bottom: 30px;
}
.footer-menu ul a {
    color: #cecaca;
    font-weight: 300;
    font-size: 14px;
    margin: 0px 15px;
    border-right: 1px solid #da810c;
    border-left: 1px solid #da810c;
    padding: 0px 15px;
}
.footer-menu span {
    display: block;
    color: grey;
    font-weight: 400;
    letter-spacing: 0.4px;
    font-size: 14px;
}

footer .container {
    background: #2a33aa;
    border-radius: 10px;
    padding: 20px 50px;
    text-align: center;
    margin-bottom: -70px;
    z-index: 99;
    position: relative;
}

.footer-top h5 {
    color: white;
    font-weight: 500;
    font-size: 28px;
    text-transform: capitalize;
    line-height: 40px;
    letter-spacing: 0.7px;
    margin-bottom: 25px;
}

i.fa.fa-phone {
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.footer-top p a {
    margin: 0px 20px;
    background: black;
    color: white;
    padding: 10px 30px;
    letter-spacing: 0.5px;
    border-radius: 5px;
}
.footer-top p a i {
    margin-right: 5px;
}

.detail-text {
    float: left;
    width: 100%;
    margin-top: 80px;
}
.detail-text h5 {
    color: #da810c;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
}

.detail-text p {
    color: black;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-bottom: 25px;
}

.detail-text a {
    background: #424242;
    color: white;
    font-weight: 400;
    letter-spacing: 0.7px;
    padding: 8px 30px;
    font-size: 14px;
}
section.detail-section {
    margin-bottom: 50px;
}

.detail-section .row {
    background: #eee;
    border-radius: 10px;
}
.banner-slider img {
    display: block;
    width: 100%;
}



section.banner {
    background-image: url(../images/banner-bg1.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.banner-text {
    float: left;
    width: 100%;
    margin: 160px 0px;
}

.banner-text h6 {
    color: #da810c;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-text h5 {
    color: white;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 0.6px;
    line-height: 55px;
}
.logo img {
    width: 500px;
}

.navbar-custom {
    float: right;
    padding-top: 18px;
}

.logo {
    float: left;
}
.menu-item {
    float: left;
    margin-left: 50px;
}

.menu-item a {
    color: black;
    font-weight: 500;
    font-size: 16px;
}

header {
    padding: 20px 0px;
}

.about-sec .container {
    background: #3b3b3c;
    padding: 30px 50px;
    text-align: center;
    margin-top: -60px;
}

.about-sec h5 {
    color: white;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.about-sec p {
    color: white;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}

.about-sec a {
    background: black;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 40px;
}
section.about-sec {
    margin-bottom: 70px;
}
.detail-text h6 {
    font-size: 0px;
    display: block;
    width: 100px;
    height: 3px;
    background: #424242;
    margin-bottom: 15px;
}

.footer-menu ul {
    margin-bottom: 30px;
    padding: 0px;
}

.navbar-handler {
    display: none;
}
.detail-image {
    float: left;
    width: 100%;
}

section.breadcrumb-custom {
background-image: url("../images/choose-banner-bg.jpg");
}

.breadcrumb-text {
    float: left;
    width: 100%;
    padding: 75px 0px 65px 0px;
}

.breadcrumb-text h5 {
    color: white;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.breadcrumb-text span {
    display: block;
    height: 2px;
    width: 100px;
    background: #f89514;
}

section.choose-section {
    padding: 70px 0px;
}


.choose-section-head {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}



.choose-section-head h5 {
    color: black;
    font-weight: 600;
    font-size: 26px;
    max-width: 900px;
    line-height: 38px;
    margin: auto;
    margin-bottom: 10px;
}

.choose-section-data {
    float: left;
    width: 100%;
}

.choose-box {
    float: left;
    width: 100%;
    background: white;
    border-radius: 5px;
    box-shadow: 1px 1px 14px silver;
    text-align: center;
    padding: 25px 10px;
    height: 335px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-bottom: 40px;
}
.choose-box:hover {
transform:scale(1.03);
-webkit-transform:scale(1.03);
}


.choose-box img {
    width: 100px;
    margin: auto;
    display: block;
    margin-bottom: 25px;
}

.choose-box h5 {
    color: black;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-align: center;
}

.choose-box p {
    color: grey;
    letter-spacing: 0.3px;
    font-size: 13px;
    line-height: 20px;
}

.footer-top p a:hover {
	background:white;
	color:black;
}

.footer-menu ul a:hover {
	color:white;
}

.menu-item a:hover {
color:#f89514;
}
section.about-content {
    padding: 60px 0px;
}
.about-sec-image {
    float: left;
    width: 100%;
}

.about-sec-text p {
    color: black;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-size: 15px;
    margin-top: 10px;
}

.detail-text a:hover {
background:#da810c;
color:white;
}


section.view-all {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 20px;
}


section.view-all a {
    background: #da810c;
    color: white;
    font-weight: 500;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 13px 40px;
    font-size: 15px;
}

section.view-all a:hover {
    background:#2a33aa;
    color:white;
}


.menu-active a {
    color:#f89514;
}


.support-data h5 a {
    background: #da810c;
    color: white;
    font-weight: 500;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 16px 40px;
    font-size: 15px;
}


.support-data h5 a:hover {

background:#2a33aa;
}
.support-data h5 {
    margin-bottom: 25px;
}
.support-data p {
    color: black;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.3px;
}

.support-data p span {
    display: block;
    color: grey;
    letter-spacing: 0.3px;
    font-size: 15px;
    margin-top: 8px;
}

.contact-main {
    float: left;
    width: 100%;
    background: white;
    box-shadow: 1px 1px 25px silver;
    border-radius: 10px;
    overflow:hidden;
}

.contact-head {
    float: left;
    width: 100%;
    background: #2a33aa;
}


.contact-head h5 {
    color: white;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.7px;
    padding: 20px 25px;
    text-align: center;
}

.contact-data {
    float: left;
    width: 100%;
    padding: 10px 25px;
    margin-top: 15px;
}

.form-field1 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

span.field-name {
    display: block;
    color: black;
    letter-spacing: 0.4px;
    font-size: 15px;
    margin-bottom: 8px;
}
.form-field1 input {
    width: 100%;
    height: 40px;
    border: 1px solid silver;
    border-radius: 5px;
    color: black;
    font-size: 15px;
    padding: 0px 10px;
    outline: none !important;
    max-width: 100% !important;
}


.form-field1 textarea {
    width: 100%;
    height: 100px;
    border: 1px solid silver;
    border-radius: 5px;
    color: black;
    font-size: 15px;
    padding: 10px 10px;
    outline: none !important;
    max-width: 100% !important;
}


.form-field1 input[type="submit"] {
    background: #f89514;
    width: 200px;
    float: right;
    color: white;
    font-weight: 600;
    letter-spacing: 0.7px;
    border: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.form-field1 input[type="submit"]:hover {
    background:#2a33aa;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

.container {
    width: 100%;
    max-width: 1170px;
}
body {
    overflow-x: hidden;
}




/*Media Queries Of Website*/

/*Small Laptops*/
@media screen and (max-width:992px) and (min-width:768px) { 
    .about-sec-text p {
    color: black;
    line-height: 24px;
    letter-spacing: 0.4px;
    font-size: 14px;
    margin-top: 0px;
}

.banner-text {
    float: left;
    width: 100%;
    margin: 140px 0px;
}
.banner-text h6 {
    color: #da810c;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-text h5 {
    color: white;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0.6px;
    line-height: 50px;
}
.about-sec .container {
    background: #3b3b3c;
    padding: 30px 50px;
    text-align: center;
    margin-top: -50px;
}
.detail-image img {
    width: 500px;
    margin: auto;
    display: block;
}
.detail-text {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.detail-text h6 {
    font-size: 0px;
    display: block;
    width: 100px;
    height: 3px;
    background: #424242;
    margin-bottom: 15px;
    margin: auto;
    margin-bottom: 20px;
}
.footer-top h5 {
    color: white;
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 36px;
    letter-spacing: 0.7px;
    margin-bottom: 30px;
}
.navbar-handler {
    float: right;
    width: auto;
    text-align: center;
    margin-top: 8px;
    display: block;
}
.navbar-handler img {
    background: #da810c;
    width: 38px;
    padding: 5px;
    cursor: pointer;
}
.navbar-custom {
    float: right;
    padding-top: 18px;
    width: 100%;
    display: none;
}
.logo img {
    width: 450px;
}
.menu-item a {
    color: black;
    font-weight: 500;
    font-size: 14px;
}
.menu-item {
    float: left;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 5px;
}
.choose-box {
    float: left;
    width: 100%;
    background: white;
    border-radius: 5px;
    box-shadow: 1px 1px 14px silver;
    text-align: center;
    padding: 25px 15px;
    height: 280px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-bottom: 40px;
}
}


/*Tablet Devices*/
@media screen and (max-width:767px) and (min-width:520px) { 
.navbar-handler {
    display: block;
}

footer .container {
    background: #2a33aa;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 0px;
    z-index: 99;
    position: relative;
    margin-bottom: 50px;
}
.footer-top h5 {
    color: white;
    font-weight: 500;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 38px;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
}
.footer-top h5 br {
    display: none;
}
.footer-top p a {
    margin: 0px 20px;
    background: black;
    color: white;
    padding: 10px 30px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    margin-bottom: 0px;
    margin-top: 18px;
    font-size: 13px;
}
section.copyright {
    background: #424242;
    text-align: center;
    padding: 30px 0px;
}
.footer-menu ul a {
    color: #cecaca;
    font-weight: 300;
    font-size: 14px;
    margin: 0px 8px;
    border-right: 1px solid #da810c;
    border-left: 1px solid #da810c;
    padding: 0px 10px;
    margin-bottom: 10px;
}
.footer-menu ul {
    margin-bottom: 10px;
    padding: 0px;
}
.footer-menu span {
    display: block;
    color: grey;
    font-weight: 300;
    letter-spacing: 0.4px;
    font-size: 12px;
}
.detail-text {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.detail-text h5 {
    color: #da810c;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
}
.detail-text p {
    color: black;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin-bottom: 25px;
    font-size: 14px;
}
.detail-text h6 {
    font-size: 0px;
    display: block;
    width: 100px;
    height: 3px;
    background: #424242;
    margin-bottom: 15px;
    margin: auto;
    margin-bottom: 15px;
}
.about-sec .container {
    background: #3b3b3c;
    padding: 30px 20px;
    text-align: center;
    margin-top: 0px;
}
.banner-text h6 {
    color: #da810c;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-text h5 {
    color: white;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 0.6px;
    line-height: 45px;
}
.banner-text {
    float: left;
    width: 100%;
    margin: 110px 0px;
}
.about-sec h5 {
    color: white;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    line-height: 35px;
}
.about-sec p {
    color: white;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
.about-sec a {
    background: black;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 35px;
    font-size: 13px;
}
.logo {
    float: left;
    text-align: left;
}
.navbar-handler {
    float: right;
    width: auto;
    text-align: center;
    margin-top: 0px;
    display: block;
}

.navbar-handler img {
    background: #da810c;
    width: 35px;
    padding: 4px;
    cursor: pointer;
}
.navbar-custom {
    float: right;
    padding-top: 18px;
    width: 100%;
    display: none;
}
.logo img {
    width: 250px;
}
.menu-item a {
    color: black;
    font-weight: 500;
    font-size: 14px;
}
.menu-item {
    float: left;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 5px;
}
.breadcrumb-text h5 {
    color: white;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.choose-section-head h5 {
    color: black;
    font-weight: 600;
    font-size: 22px;
    max-width: 900px;
    line-height: 35px;
    margin: auto;
    margin-bottom: 10px;
}
.choose-box {
    float: left;
    width: 100%;
    background: white;
    border-radius: 5px;
    box-shadow: 1px 1px 14px silver;
    text-align: center;
    padding: 25px 10px;
    height: 300px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-bottom: 40px;
}
.choose-section-data .col-md-4.col-lg-4.col-sm-6.col-xs-6 {
    width: 100%;
}
.choose-section-data .col-md-4.col-lg-4.col-sm-6.col-xs-6 .choose-box {
	height: auto;
}
.about-sec-text p {
    color: black;
    line-height: 26px;
    letter-spacing: 0.4px;
    font-size: 15px;
    margin-top: 30px;
}
}




/*Mobile Devices*/
@media screen and (max-width:519px) and (min-width:320px) { 


footer .container {
    background: #2a33aa;
    border-radius: 10px;
    padding: 15px 20px;
    text-align: center;
    margin-bottom: 0px;
    z-index: 99;
    position: relative;
    margin-bottom: 50px;
}
.footer-top h5 {
    color: white;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 32px;
    letter-spacing: 0.7px;
    margin-bottom: 0px;
}
.footer-top h5 br {
    display: none;
}
.footer-top p a {
    margin: 0px 20px;
    background: black;
    color: white;
    padding: 10px 30px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    margin-bottom: 0px;
    margin-top: 18px;
    font-size: 13px;
}
section.copyright {
    background: #424242;
    text-align: center;
    padding: 30px 0px;
}
.footer-menu ul a {
    color: #cecaca;
    font-weight: 300;
    font-size: 14px;
    margin: 0px 8px;
    border-right: 1px solid #da810c;
    border-left: 1px solid #da810c;
    padding: 0px 10px;
    margin-bottom: 10px;
}
.footer-menu ul {
    margin-bottom: 10px;
    padding: 0px;
}
.footer-menu span {
    display: block;
    color: grey;
    font-weight: 300;
    letter-spacing: 0.4px;
    font-size: 12px;
}
.detail-text {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.detail-text h5 {
    color: #da810c;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
}
.detail-text p {
    color: black;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin-bottom: 25px;
    font-size: 14px;
}
.detail-text h6 {
    font-size: 0px;
    display: block;
    width: 100px;
    height: 3px;
    background: #424242;
    margin-bottom: 15px;
    margin: auto;
    margin-bottom: 15px;
}
.about-sec .container {
    background: #3b3b3c;
    padding: 30px 20px;
    text-align: center;
    margin-top: 0px;
}
.banner-text h6 {
    color: #da810c;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-text h5 {
    color: white;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 40px;
}

.banner-text {
    float: left;
    width: 100%;
    margin: 80px 0px;
}
.about-sec h5 {
    color: white;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    line-height: 28px;
}
.about-sec p {
    color: white;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
}
.about-sec a {
    background: black;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 35px;
    font-size: 13px;
}
.logo {
    float: left;
    text-align: left;
}
.navbar-handler {
    float: right;
    width: auto;
    text-align: center;
    margin-top: 0px;
    display: block;
}

.navbar-handler img {
    background: #da810c;
    width: 35px;
    padding: 4px;
    cursor: pointer;
}
.navbar-custom {
    float: right;
    padding-top: 18px;
    width: 100%;
    display: none;
}
.logo img {
    width: 250px;
}
.menu-item a {
    color: black;
    font-weight: 500;
    font-size: 14px;
}
.menu-item {
    float: left;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 5px;
}
.breadcrumb-text {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.breadcrumb-text h5 {
    color: white;
    font-weight: 500;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.breadcrumb-text span {
    display: block;
    height: 2px;
    width: 80px;
    background: #f89514;
}
.choose-section-head h5 {
    color: black;
    font-weight: 500;
    font-size: 20px;
    max-width: 900px;
    line-height: 30px;
    margin: auto;
    margin-bottom: 10px;
}
.choose-section-data .col-md-3.col-lg-3.col-sm-6.col-xs-6 {
    width: 100%;
}
.choose-box {
    float: left;
    width: 100%;
    background: white;
    border-radius: 5px;
    box-shadow: 1px 1px 14px silver;
    text-align: center;
    padding: 25px 10px;
    height: auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin-bottom: 40px;
}
.choose-section-data .col-md-4.col-lg-4.col-sm-6.col-xs-6 {
    width: 100%;
}
.about-sec-image {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.about-sec-text p {
    color: black;
    line-height: 26px;
    letter-spacing: 0.4px;
    font-size: 14px;
    margin-top: 10px;
}
.support-data h5 a {
    background: #da810c;
    color: white;
    font-weight: 500;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 12px 20px;
    font-size: 15px;
    text-align: center;
}
.contact-head h5 {
    color: white;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.7px;
    padding: 10px 15px;
    text-align: center;
    line-height: 25px;
}
.contact-data {
    float: left;
    width: 100%;
    padding: 10px 15px;
    margin-top: 15px;
}
span.field-name {
    display: block;
    color: black;
    letter-spacing: 0.4px;
    font-size: 14px;
    margin-bottom: 5px;
}
.form-field1 input {
    width: 100%;
    height: 36px;
    border: 1px solid silver;
    border-radius: 5px;
    color: black;
    font-size: 15px;
    padding: 0px 10px;
    outline: none !important;
    max-width: 100% !important;
}
.form-field1 input[type="submit"] {
    background: #f89514;
    width: 100%;
    float: right;
    color: white;
    font-weight: 400;
    letter-spacing: 0.7px;
    border: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
}