/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.logo {
    width: 100%;
    float: left;
    text-align: center;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/toggle-icon.png);
}

.navbar-dark .navbar-toggler {
    border: 0px !important;
}

.header_section {
    width: 100%;
    float: left;
    position: relative;
}

.header_section::after {
    content: '';
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: 0px;
    right: initial;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
    z-index: -1;
}

.header_bg:after {
    display: none;
}

.header_section.header_bg {
    background: #273558;
}

.bg-dark {
    background-color: transparent !important;
}

.navbar-toggler-icon {
    width: 40px;
}

.menu_main {}

.menu_main ul {
    margin: 0px;
    padding: 0px;
}

.menu_main li {
    font-size: 18px;
    color: #fff;
}

.menu_main li a {
    color: #fff;
}

.menu_main li a:hover {
    color: #c3a30e;
}

.search_button {
    float: right;
    padding: 0px 0px 0px 15px;
    border-radius: 4px;
}

.submit {
    padding: 0px 10px;
    float: right;
    text-align: right;
    color: #243053;
    font-size: 24px;
}

.submit a {
    color: #243053;
}

.submit a:hover {
    color: #f5b904;
}

.menu_bg {
    color: #fff;
}

.menu_bg a {
    color: #ffffff;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 160px;
}

.banner_taital {
    width: 100%;
    float: left;
    color: #fff;
    font-weight: bold;
    font-size: 90px;
}

.banner_text {
    width: 85%;
    float: left;
    font-size: 16px;
    margin: 0px;
    color: #fdfefe;
}

.caoursel_img-container {
    width: 75%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 45px 0;
    margin: 100px 0 0 auto;
    position: relative;
    overflow: hidden;
    border: 10px solid yellow;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    background: linear-gradient(to bottom, #34629e, #0c1a40);
    transform: rotate(45deg);
}

.image_2 {
    width: 75%;
    margin: 25px auto 35px auto;
    text-align: center;
}

.contact_bt {
    width: 170px;
    float: left;
    margin-top: 30px;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fdfefe;
    background-color: #f5b904;
    border-radius: 40px;
    text-align: center;
    padding: 8px 15px;
}

.contact_bt a:hover {
    color: #000;
    background-color: #fdfefe;
}

i.slider {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-style: initial;
    width: 68px;
    height: 68px;
    background: #2b2b29;
    border-radius: 100px;
    font-size: 20px;
    color: #ffffff;
    padding: 15px 12px 10px 12px;
}

i.slider:hover {
    background: #000;
    color: yellow;
}

.carousel-indicators {
    margin-right: 30px;
    margin-left: 30px;
}

#my_slider {
    transform: rotate(-45deg);
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: -120px;
    top: 95%;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: 330px;
    top: 95%;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #000;
    opacity: 1;
    font-size: 20px;
    color: #ffffff;
    border-radius: 100px;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background: #000;
    color: yellow;
}

.carousel-controls-custom {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    margin-left: 100px;
}

.carousel-indicators.indicator-2 {
    position: unset;
}

.carousel-indicators.indicator-2 li {
    text-indent: unset;
    opacity: 1;
    height: auto;
    border: none;
    border-radius: 100px;
    transform: translateY(10px);
    padding: 10px 0px;
    width: 45px;
}

.carousel-indicators.indicator-2 li.active {
    background-color: #f5b904;
}

.carousel-control-next,
.carousel-control-prev {
    position: unset;
    width: 45px;
    height: 45px
}


/* banner section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2b2b29;
    text-align: center;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2b2b29;
    text-align: center;
    margin: 0px;
}

.services_section_2 {
    width: 100%;
    float: left;
}

.section-box-ten {
    height: 250px;
    background: radial-gradient(#6e6e6e, #2f2f2f);
    background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
    background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.section-box-ten figure {
    position: absolute;
    text-align: left;
    padding: 10px 19px 19px 19px;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    background: rgba(12, 26, 64, 0.80);
    bottom: -85%;
    transition: ease-in-out .5s;
}

.section-box-ten:hover figure {
    bottom: -29px;
}

.section-box-ten figure h3 {
    margin: 0;
    padding-bottom: 10px;
}

.section-box-ten img {
    height: 100%;
}

figure {
    margin: 1em 0px;
}

.wall_text {
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin: 0px;
}

img.img-responsive {
    width: 100%;
}

.readmore_bt {
    width: 170px;
    margin: 0 auto;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #f5b904;
    padding: 8px 15px;
    text-align: center;
    border-radius: 40px;
    margin-top: 60px;
}

.readmore_bt a:hover {
    color: #ffffff;
    background: rgba(12, 26, 64, 0.80);
}


/* services section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_img {
    width: 100%;
    float: left;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2b2b29;
    padding-top: 20px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2b2b29;
    margin: 0px;
    padding-top: 30px;
}

.read_bt {
    width: 170px;
    float: left;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #f5b904;
    padding: 8px 15px;
    text-align: center;
    border-radius: 40px;
    margin-top: 60px;
}

.read_bt a:hover {
    color: #ffffff;
    background: rgba(12, 26, 64, 0.80);
}


/* about section end */


/* choose section start */

.choose_section {
    width: 100%;
    float: left;
    background-image: url(../images/choose-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 35px;
}

.choose_main {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    padding: 40px;
}

.choose_taital {
    width: 100%;
    font-size: 40px;
    color: #0b0f1b;
    text-align: center;
}

p.choose_text {
    width: 100%;
    font-size: 16px;
    color: #181818;
    text-align: center;
    margin: 0px;
}

.house_icon {
    width: 150px;
    height: 150px;
    background-color: #f5b904;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 50px;
}

.house_icon img {
    width: 45px;
}

.house_icon .image_2 {
    display: none;
}

.house_icon:hover .image_2 {
    display: block;
}

.house_icon:hover .image_1 {
    display: none;
}

.house_icon:hover {
    background-color: #162448;
}

.work_text {
    width: 100%;
    font-size: 26px;
    color: #181818;
    text-align: center;
    font-weight: 500;
    padding-top: 20px;
}

.long_text {
    width: 100%;
    font-size: 18px;
    margin: 0px;
    text-align: center;
    color: #2b2b29;
    font-weight: 400;
}


/* choose section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #0d0d0d;
    text-align: center;
}

.testimonial_section_2 {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.testimonial_box {
    width: 72%;
    margin: 0 auto;
    background-color: #162448;
    height: auto;
    padding: 40px;
}

.tectimonial_mail {
    width: 100%;
    display: flex;
}

.quite_icon {
    width: 50px;
    height: 50px;
    margin-top: 10px;
}

.border_1 {
    border: 1px solid #ffffff !important;
    width: 1px;
    height: 100px;
    margin: 0px 15px;
}

p.testimonial_text {
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin: 0px;
}

.deno_text {
    width: 19%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-align: right;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    right: 40px;
    top: 33%;
    background: #f5b904;
    color: #fff;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 40px;
    top: 33%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #162448;
    opacity: 1;
    font-size: 20px;
    color: #ffffff;
    border-radius: 100px;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: #f5b904;
    color: #ffffff;
}


/* testimonial section end */


/* contact section start */

.contact_srction {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #131313;
    text-align: center;
    padding-bottom: 40px;
}

.contact_srction_2 {
    width: 100%;
    float: left;
}

.mail_main {
    width: 80%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #424343;
    border: 1px solid #8e8e8e;
    background-color: #ffff;
    padding: 15px;
    margin-top: 20px;
}

input.mail_text::placeholder {
    color: #424343;
}

.massage-bt {
    color: #424343;
    width: 100%;
    font-size: 18px;
    background-color: #ffff;
    padding: 15px;
    border: 1px solid #8e8e8e;
    height: 60px;
    margin-top: 20px;
}

textarea#comment::placeholder {
    color: #424343;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    float: left;
    background-color: #f5b904;
    color: #fefeff;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    margin-top: 40px;
    border-radius: 40px;
}

.send_bt a:hover {
    background-color: #152447;
    color: #ffffff;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-image: url(../images/footer-bg.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 90px;
}

.foter_logo {
    width: 180px;
    float: left;
    text-align: center;
    border: 1px solid #ffffff;
    border-style: dotted;
    padding: 30px;
    border-radius: 10px;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    padding-top: 5px;
    font-size: 16px;
    color: #ffffff;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #f5b904;
}

.location_text {
    width: 70%;
    float: left;
    font-size: 16px;
    color: #fffcfc;
    font-family: 'open', sans-serif;
    padding-top: 10px;
}

.location_text a {
    color: #fffcfc;
}

.location_text a:hover {
    color: #f5b904;
}

.Enter_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #162448;
    background-color: #ffffff;
    padding: 8px 10px;
    margin-top: 10px;
    border: 0px;
    text-align: center;
}

input.Enter_text::placeholder {
    color: #162448;
}

.subscribe_bt {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #f5b904;
    text-align: center;
    padding: 8px 0px;
    text-transform: uppercase;
}

.subscribe_bt a:hover {
    color: #162448;
    background-color: #ffffff;
}

.social_icon_main {
    width: 100%;
    float: left;
}

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
#social {
    padding: 20px 0px;
    width: 100%;
    float: left;
}

.smGlobalBtn {
    /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #0e2246;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
}


/* facebook button class*/

.facebookBtn {
    background: #f5b904;
}

.facebookBtn:before {
    /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a";
    /* add facebook icon */
}

.facebookBtn:hover {
    color: #162447;
    background: #ffffff;
}


/* twitter button class*/

.twitterBtn {
    background: #f5b904;
}

.twitterBtn:before {
    font-family: "FontAwesome";
    content: "\f099";
    /* add twitter icon */
}

.twitterBtn:hover {
    color: #162447;
    background: #ffffff;
}


/* instagram button class*/

.instagramBtn {
    background: #f5b904;
}

.instagramBtn:before {
    font-family: "FontAwesome";
    content: "\f0d5";
    /* add instagrm icon */
}

.instagramBtn:hover {
    color: #162447;
    background: #ffffff;
}


/* linkedin button class*/

.linkedinBtn {
    background: #f5b904;
}

.linkedinBtn:before {
    font-family: "FontAwesome";
    content: "\f0e1";
    /* add linkedin icon */
}

.linkedinBtn:hover {
    color: #162447;
    background: #ffffff;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #162447;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f5b904;
}


/* copyright section end */

.margin_top_90 {
    margin-top: 90px;
}