

/*---------------------------------------------------------------------
    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');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,600,700,700i,800,800i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700&display=swap');

/*****----------------------------------------
     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(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;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Raleway', 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;
    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: 0px;
    font-weight: 500;
    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;
}

.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: 90px;
}

.layout_padding_2 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.light_silver {
    background: #f9f9f9;
}

.theme_bg {
    background: #38c8a8;
}

.margin_top_30 {
    margin-top: 30px !important;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}


/**-- heading section --**/


/*----------------------------
    preloader area
----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*----------------------------
    scroll to top area
----------------------------*/


/*---------------------------------------------------------------------
    layout new css 
---------------------------------------------------------------------*/

.right_header_info {
    width: 100%;
    float: left;
    padding: 8px 0 0;
}

.right_header_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.right_header_info ul li {
    display: inline;
    font-size: 18px;
    margin-left: 60px;
    color: #b5b4b4;
    font-weight: 500;
}

.right_header_info ul li a {
    color: #b5b4b4;
}

.slider_cont_section h4 {
    color: #f36b2a;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    padding: 0;
    line-height: normal;
}

.slider_cont_section h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 135px;
    font-weight: 700;
    padding: 0;
    line-height: 125px;
    margin-bottom: 35px;
}

.slider_cont_section p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    line-height: normal;
    margin-bottom: 50px;
}

.button_section a {
    width: 190px;
    height: 50px;
    background: #f36b2a;
    float: left;
    margin-right: 15px;
    line-height: 50px;
    border-radius: 100px;
    font-size: 17px;
    color: #fff;
    text-align: left;
    padding: 0 25px;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.1px;
}

.button_section a:hover,
.button_section a:focus {
    background: #040f45;
}

.button_section a::after {
    width: 60px;
    content: ">";
    background: #ddd;
    position: absolute;
    right: -2px;
    top: 0;
    color: #040f45;
    height: 100%;
    border-radius: 0 100px 100px 0;
    text-align: center;
    font-size: 22px;
}

.full.slider_cont_section {
    padding-top: 120px;
    padding-left: 340px;
    right: 70px;
}

.center {
    display: flex;
    justify-content: center;
}

#slider_main {
    padding-top: 205px;
}

.top_section div.button_section {
    display: flex;
}

.login_btn {
    background: #000;
    border-radius: 10px;
    padding: 7px 25px;
    margin: 0 10px;
}

.login_btn:hover {
    background: #0bebf9;
}

.header {
    padding: 40px 35px;
    background: #f1f1f0;
    z-index: 99;
    width: 100%;
}

.logo a {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
}


/** end banner_main **/

.banner_main {
    padding-bottom: 120px;
    background: #f1f1f0;
    position: relative;
    padding-top: 45px;
}

.banner_main::after {
    position: absolute;
    content: "";
    height: 225px;
    bottom: -130px;
    background: url(../images/cross_banner_bottom.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.relative {
    position: inherit;
    top: 50%;
    transform: translateY(-50px);
    bottom: 0;
    padding: 0;
}

.img_box figure {
    margin: 0;
}

.img_box figure img {
    width: 100%;
}

.text-bg {
    text-align: left;
    max-width: 570px;
    width: 100%;
    float: right;
}

.black_bold {
    font-weight: 700;
    color: #1866b1;
    font-size: 70px;
    line-height: 70px;
}

.banner_main .text-bg h1 {
    color: #121110;
    font-size: 130px;
    line-height: 120px;
    padding-bottom: 20px;
    font-weight: 700;
}

.padding_right {
    padding-right: 40px;
}

.banner_main .text-bg p {
    font-size: 17px;
    line-height: 28px;
    color: #121110;
}

.banner_main .img_box {
    text-align: left;
}

.banner_main .img_box h3 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 28px;
    padding: 10px 0px 5px 0px;
    color: #121110;
    font-weight: 600;
}

.banner_main .img_box p {
    font-size: 15px;
    line-height: 26px;
    color: #121110;
}

.white_bg {
    background: #fff;
    padding: 15px 15px 15px 30px;
    margin-top: 40px;
}

.banner_main .text-bg a {
    background: #fff;
    color: #121110;
    max-width: 183px;
    display: inline-block;
    margin: 50px 4px 0 4px;
}

.banner_main .text-bg a:hover {
    background: #1866b1;
    color: #fff;
}

.carousel-indicators {
    display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    width: 60px;
    height: 50px;
    background: #fff;
    opacity: 1;
    font-size: 30px;
    color: #c7c5c4;
    top: 35%;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-next:focus {
    background: #1866b1;
    color: #121110;
}

.carousel-control-next {
    left: 0;
    top: 46% !important;
}


/** end banner_main **/

.titlepage {
    text-align: center;
    padding-bottom: 60px;
}

.titlepage h2 {
    font-size: 40px;
    line-height: 50px;
    color: #1866b1;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.black {
    font-weight: 500;
    color: #000404;
}

.read_more {
    background: #000;
    max-width: 190px;
    width: 100%;
    font-size: 17px;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 500;
    padding: 10px 0;
}

.read_more:hover {
    background: #1866b1;
    color: #fff;
}

.d_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.titlepage .black_bg {
    color: #fff;
    background: #060f03;
    padding: 3px 3px 3px 11px;
    margin-right: 15px;
}


/** designs section **/

.designs {
    background: #fff;
    padding-top: 90px;
}

.designs .titlepage {
    text-align: left;
}

.designs .titlepage p {
    color: #0f0f0e;
    font-size: 17px;
    padding-top: 20px;
    line-height: 20px;
}

.designs .designs_img figure {
    margin: 0;
}

.designs .designs_img figure img {
    width: 100%;
}

.designs .designs_text h3 {
    color: #0f0f0e;
    font-size: 35px;
    line-height: 30px;
    font-weight: 700;
}

.designs .designs_text p {
    color: #0f0f0e;
    font-size: 17px;
    line-height: 30px;
    padding: 20px 0px 35px 0px;
}

.padding_bottom {
    padding-bottom: 30px;
}


/** end designs section **/


/** service section **/

.service {
    margin-top: 90px;
    padding: 60px 0;
    background: url(../images/ser_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.service .titlepage {
    text-align: left;
}

ul.retail {
    float: right;
    padding-top: 12px;
}

ul.retail li {
    display: inline-block;
}

ul.retail li a {
    font-size: 17px;
    padding: 10px 25px;
    text-transform: uppercase;
    display: inline-block;
}

ul.retail li a:hover {
    background: #151313;
    color: #fff;
}

.service_img figure {
    margin: 0;
}

.service_img figure img {
    width: 100%;
}

.service_box {
    padding-top: 25px;
}

.service_box h3 {
    font-size: 20px;
    line-height: 15px;
    font-weight: 700;
    color: #1866b1;
}

.service_box p {
    font-size: 17px;
    line-height: 28px;
    color: #0a0c0a;
    padding: 10px 0 20px 0;
}

.service_img2 {
    margin-top: -134px;
}

.service_img2 figure {
    margin: 0;
}

.service_img2 figure img {
    width: 100%;
}


/** end service  section **/


/** clients section **/

.clients {
    background: #fff;
    padding-top: 90px;
}

.clients .titlepage h2 {
    color: #1866b1;
}

.titlepage strong {
    border-bottom: #575757 solid 1px;
    max-width: 361px;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.black {
    color: #000;
    font-weight: 700;
}

.clients_img {
    background: #fff;
    padding: 20px 25px;
    box-shadow: #e8e7e7 0px 0px 28px 0px;
    border-bottom: #1866b1 solid 15px;
}

.clients_img i {
    text-align: center;
    display: block;
}

.clients_img p {
    font-size: 17px;
    line-height: 28px;
    padding-top: 15px;
    color: #0f0f0e;
}


/** end clients section **/


/** map section **/

.contact {
    margin-top: 90px;
    background: url(../images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 85px 0;
}

.contact .titlepage {
    text-align: left;
}

.contact .titlepage h2 {
    color: #fff;
}

.main_form {
    background: #d4d4d4;
    padding: 75px 60px;
}

.form-control {
    border: inherit;
    margin-bottom: 20px;
    padding: 13px 20px;
    background: #fff;
    border-radius: 10px;
}

.form-control:focus {
    border-color: inherit;
    box-shadow: inherit;
    background: #fff;
}

.textarea {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 13px 20px;
    font-size: 17px;
    width: 100%;
    padding-top: 40px;
    border: inherit;
}

.send {
    background: #1866b1;
    color: #fff;
    max-width: 200px;
    padding: 14px 0px;
    width: 100%;
    font-size: 17px;
    border-radius: 30px;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
}

.send:hover {
    background: #f73b0f;
}

#color_chang *::placeholder {
    color: #fff;
}


/** end map section **/


/** footer section **/

.footer {
    background: #1e1e1e;
    padding-top: 90px;
    position: relative;
}

.footer h2 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
}

.footer .address h3 {
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: #1866b1 solid 4px;
    max-width: 200px;
    margin-bottom: 20px;
}

.location_section {
    background-color: #fff;
    margin-bottom: 40px;
    border-radius: 10px;
    padding: 20px 35px;
}

.news {
    padding-bottom: 50px;
    margin-top: 35px;
}

.news .newslatter {
    color: #fff;
    padding: 18px 30px;
    box-shadow: inherit;
    border: inherit;
    width: 70%;
    font-size: 19px;
    background: #c7c4c4;
    border-radius: 30px 0px 0px 30px;
}

.submit {
    padding: 18px 45px;
    background: #1866b1;
    color: #fff;
    margin-left: -5px;
    font-weight: 500;
    font-size: 19px;
    max-width: 271px;
    width: 100%;
    border-radius: 0px 30px 30px 0px;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
}

.submit:hover {
    background: #f73b0f;
    color: #fff;
    transition: all 0.3s ease-in;
}

ul.Links_footer {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

ul.Links_footer li a {
    display: inline-block;
    color: #fcfbfb;
    font-size: 17px;
    max-width: 130px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

ul.Links_footer li a:hover {
    color: #1866b1;
}

ul.Links_footer li {
    color: #3e7f21;
}

ul.Links_footer li a i {
    padding-right: 15px;
    font-size: 20px;
}

.offf {
    padding-bottom: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: contents;
}

ul.loca li {
    color: #fcfbfb;
    padding-bottom: 10px;
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
    align-items: center;
}

ul.loca li a {
    padding-right: 16px;
    color: #fcfbfb;
    margin-top: 4px;
}

.logo1 {
    border: dashed;
    color: #fff;
    padding: 10px 15px;
}

ul.sociel {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 30px;
}

ul.sociel li {
    display: inline-block;
    padding: 0px 4px;
}

ul.sociel li a {
    color: #1e1e1e;
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    font-size: 22px;
    border-radius: 30px;
    border: #ddd solid 2px;
    background: #fff;
}

ul.sociel li a:hover {
    color: #fff;
    background-color: #1866b1;
}

.copyright {
    background-color: #ffffff;
    padding: 20px 0px;
    margin-top: 90px;
}

.copyright p {
    color: #0c2c3c;
    font-size: 18px;
    line-height: 22px;
    display: block;
    padding: 0 10px;
    text-align: center;
    margin: 0 auto;
}

.copyright a {
    color: #0c2c3c;
}

.copyright a:hover {
    color: #1866b1;
}

#map {
    height: 100%;
    min-height: 575px;
}


/** end footer section **/


/*---------------------------------------------------------------------
    ener page css
---------------------------------------------------------------------*/


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 280px;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    background: #111;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #1866b1;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebarCollapse {
    background: transparent;
    padding: 0;
    border: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 55px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 25px;
    font-size: 1.3em;
    display: block;
    font-weight: 500;
}

#sidebar ul li a:hover {
    color: #1866b1;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #1866b1;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#content {
    width: 100%;
    min-height: auto;
    transition: all 0.3s;
    position: relative;
    top: 0;
    right: 0;
}

