/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts -
--------------------------------------------------------------------*/

@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=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');


/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background: #fefefd;
}

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: normal;
    font-size: 17px;
    line-height: 28px;
    color: #323232;
}

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%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.titlepage {
    padding-bottom: 60px;
}
.titlepage h2 {
    font-size:35px;
    color: #2d2d2c;
    line-height: 40px;
    font-weight: bold;
    padding: 0;
    display:block;
}
.titlepage h2 span {
    color: #fcd63c;
}
.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.read_more {
    font-size: 18px;
    background: #2ba3d7;
    max-width: 205px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height:71px;
    line-height:71px;
    text-align: center;
    font-weight:normal;
    border-radius: 5px;
    text-transform: uppercase;
}
.read_more:hover {
    background: #242323;
    color: #fff;
}
.text_align_left {
    text-align: left;
}
.text_align_right {
    text-align: right;
}
.text_align_center {
    text-align: center;
}
.img_responsive {
    max-width: 100%;
}


/**-- 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;
}


/*-- header --*/

.header-area {
    border-top:#349bd2 solid 15px;
    width: 100%;
    background: #fafbfd;
    height: 123px;
    padding: 30px 0px;
}

.logo a {
    font-family: 'Poppins', sans-serif;
    color: #2ba3d7;
    font-weight: bold;
    font-size: 35px;
    display: block;
    line-height: 30px;
    text-align: left;
}
.logo a img {padding-right: 17px;}
.logo a span {
    color: #313131;
}

.navbar-area {
    float: right;
}
.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.site-navbar ul li a {
    color: #999898;
    font-size: 18px;
    display: block;
    text-decoration: none;
    padding:0px 30px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 20px;
    transition: ease-in all 0.5s;
}
.site-navbar ul li {
    padding-right: 0px;
}

.site-navbar ul li:last-child {
    padding-right: 0;
}

.site-navbar ul li a:hover {
    color: #292929;
    transition: ease-in all 0.5s;
}
.site-navbar ul li a.active {
    color: #292929;
    transition: ease-in all 0.5s;
}

/* navbar regular css end */


/* nav-toggler css start */

.nav-toggler {
    border: 3px solid #2ba3d7;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    z-index: 99999;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #2ba3d7;
    display: block;
    transition: .3s;
}

.nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: '';
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}


/* nav-toggler css start */


/* intro-area css start */

.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

/* intro-area css end */


/** end header **/


/** banner section **/
.full_bg {
    background:#fafbfd;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.slider_main {
    padding-top: 40px;
    padding-bottom: 200px;
}
.container-wifgr {
    max-width: 1500px;
    width: 100%;
    display: block;
    margin: 0 auto;
    clear: both;
    padding: 0 15px;
}
.relative {
    position: inherit;
    left: 0;
    right: 0;
    text-align: left;

}

.carousel-item {
    height: 100%;
    width: 100%;
}

.creative {
    float: left;
    max-width: 680px;
    width: 100%;
    text-align: left;
    position: relative;
}
.creative h1 {
    font-size: 50px;
    line-height: 55px;
    color: #2c2c2c;
    font-weight: bold;
    text-transform: uppercase;
}
.creative::before {
    position: absolute;
    content: "";
    width: 77px;
    height: 84px;
    top: 0;
    right: -90px;
    background: url(../images/right.png);
    background-repeat: no-repeat;
}
.creative::after {
    position: absolute;
    content: "";
    width: 77px;
    height: 84px;
    bottom: 0;
    right: -90px;
    background: url(../images/right.png);
    background-repeat: no-repeat;
}
.futu_img {
    position: relative;
}
.futu_img::before {
    position: absolute;
    content: "";
    width: 51px;
    height: 94px;
    top: 0;
    left: 0px;
    background: url(../images/left.png);
    background-repeat: no-repeat;
    z-index: 999;
}
.futu_img figure {
    margin: 0;
}


.slider_main .carousel-indicators {
    bottom: 60px;
    display: flex;
    align-items: center;
}

#banner1 .carousel-indicators li {
    width: 21px;
    height: 21px;
    border-radius: 40px;
    border: #1f91cd solid 6px;
    background: #fff;
    cursor: pointer;
}
#banner1 .carousel-indicators .active {
    width: 28px;
    height: 28px;
    border: #f69679 solid 6px;
}
#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
display: none;
}

.serch_form {
     padding-top: 30px;
}
.serc {
     color: #cfcfcf;
     border: inherit;
     box-shadow: 4px 0 24px rgba(2, 3, 8, 0.10);
     padding: 0px 15px;
     height: 70px;
     width: 100%;
     font-size: 17px;
     background:#fff;
     font-weight: normal;
     margin-bottom: 20px;
     border-radius: 5px;
}
.sear_btn {
    max-width: 232px;
    display: inline-block;
    background: #2ba3d7;
    color: #fff;
    height: 74px;
    font-size: 18px;
    width: 100%;
    transition: ease-in all 0.5s;
    text-transform: uppercase;
    border-radius: 5px;
}

.sear_btn:hover {
     background: #f69679;
     color: #fff;
     transition: ease-in all 0.5s;
}

/** end banner section **/



/** innva section **/

.innva {
    background:#fefefd;
    padding-top:90px;
}

.innva .titlepage {
    padding-bottom: 0;
}
.innva .titlepage p {
    padding-top: 15px;
    padding-bottom: 60px;
}

.innva_img figure {
    margin: 0;
}

/** end innva section **/

/** services section **/  
.services {
    padding:90px 0;
    margin-top: 90px;
    background: #2ba3d7;
}
.services .titlepage h2 {
    color: #fff;
}
.services .titlepage p {
    color: #fff;
    padding-top: 5px;
}
.services_box figure {
    margin: 0;
}
.services_box {
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 20px;
}

.services_box h3 {
    color: #212120;
    font-size: 30px;
    line-height: 30px;
    padding-top: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.services_box p {
    padding-top: 15px;
}
.owl-carousel .owl-item img {
    text-align: center;
    margin: 0 auto;
}
.owl-carousel .owl-nav.disabled {
     display: inherit !important;
}

.owl-carousel .owl-item img {
    width: inherit !important;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
     width: 96px;
     height: 90px;
     background-color: #ffffff !important;
     color: #000000 !important;
     font-size: 60px !important;
     line-height: 30px !important;
     opacity: 1;
     transition: ease-in all 0.5s;
     top: 40%;
}
.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover {
     background-color: #f69679 !important;
     transition: ease-in all 0.5s;
     color: #fff !important;
}
.owl-next {
    position: absolute;
    right: -13%;
}
.owl-prev {
    position: absolute;
    left: -13%;
}


/** end services section **/



/** secret section **/

.secret {
    background:#fefefd;
    padding-top:90px;
}

.secret .titlepage {
    padding-bottom: 0;
}
.secret .titlepage p {
    padding-top: 15px;
    padding-bottom: 60px;
}

.secret_img figure {
    margin: 0;
}

/** end secret section **/


/** market section **/

.market {
    background:#fefefd;
    padding-top:90px;
}

.market .titlepage {
    padding-bottom: 0;
}
.market .titlepage p {
    padding-top: 15px;
    padding-bottom: 60px;
}

.market_img figure {
    margin: 0;
}

/** end market section **/

/** testimonial **/
.testimonial {
    background:#fefefd;
    padding-top: 130px;
    position: relative;
}

.clients_banner {
    padding-bottom: 90px;
}
.container-wid {
    max-width: 1320px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    clear: both;
}
.clients_banner .tetxs {
    position: inherit;
    bottom: 0;
}
.custom {
    background: #2ba3d7;
    text-align: center;
    padding: 20px 20px 25px 20px;
    border-radius: 10px;
}
.custom span {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: #ffffff;
    border-radius: 50px;
    color: #242323;
    display: block;
    margin: 0 auto;

}
.top_middile span {
    width: 97px;
    height: 97px;
    line-height: 97px;
    background: #242323;
    border-radius: 50px;
    color: #fff;
    display: block;
    margin: 0 auto;

}
.custom h3 {
    padding-top: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom:5px;
}
.top_middile {
    background: #fff;
    box-shadow: 0 0 10px rgba(13, 3, 3, 0.15);
    padding-bottom: 50px;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
}
.top_middile h3 {
    padding-top: 20px;
    padding-bottom: 15px;
    color: #2ba3d7;
}
.top_middile p {
    color: #090c0a !important;
}
.custom p {
    color: #fff;
    line-height: 30px;
}


#myCarousel .carousel-indicators {
    bottom: 0;
}
#myCarousel .carousel-indicators li {
    width: 21px;
    height: 21px;
    border-radius: 50px;
    background: #2ba3d7;
    cursor: pointer;
}
#myCarousel .carousel-indicators .active {
    background: #1f1716;
}
#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
   display: none;
}
.padd0 {
    padding: 0;
}
/** end testimonial **/

/** contact **/
.contact {
    padding-top: 90px;
    background:#fefefd;
}
.main_form {
    max-width: 440px;
    float: right;
    width: 100%;
}
.main_form .form_control {
    padding:0 20px;
    margin-bottom: 25px;
    width: 100%;
    height:74px;
    background:#f7f4f8;
    color: #363636;
    font-size: 16px;
    font-weight: normal;
    border:inherit;
}
.main_form .form_cont {
     margin-bottom: 60px;
    width: 100%;
    background:#f7f4f8;
    color: #363636 !important;
    font-size: 15px;
    font-weight: normal;
    padding:65px 20px 0 20px;
    height: 167px;
    border:inherit;
}
.main_form .send_btn {
    font-size: 24px;
    transition: ease-in all 0.5s;
    background-color: #2ba3d7;
    color: #fff;
    max-width:224px;
    width:100%;
    font-weight: 600;
    height: 70px;
    line-height: 70px;
    text-transform: uppercase;
    border-radius: 5px;
}
.main_form .send_btn:hover {
    background-color: #2c2c2c;
    transition: ease-in all 0.5s;
}
#request *::placeholder {
    color: #363636;
    opacity: 1;
}
/** end contact **/

/** footer **/

.footer {
     background: #363636;
     padding-top: 90px;
     margin-top: 135px;
 }
ul.conta {
    display: flex;
    justify-content: space-between;
}
ul.conta li {
    line-height: 25px; 
    color:#acaba9;
    display: block;
}
ul.conta li a {
     color:#acaba9;
}
ul.conta li span {
    font-weight:500;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    display: block;
    padding-bottom: 10px;
}
ul.conta li a:hover {
     color: #2ba3d7;
}

.newslatter_form {
     padding-top: 80px;
     display: flex;
}
.ente {
     color: #515151;
     border: inherit;
     padding:0 20px;
     height: 62px;
     width: 100%;
     font-size: 17px;
     background:#fefefd;
     font-weight: normal;
     margin-bottom: 20px;
     border-radius: 5px;
}
.subs_btn {
    max-width: 80px;
    display: inline-block;
    background: #2ba3d7;
    color: #fff;
    height: 62px;
    font-size: 13px;
    width: 100%;
    transition: ease-in all 0.5s;
    text-transform: uppercase;
    border-radius: 5px;
    margin-left: -10px;
}

.subs_btn:hover {
     background: #fff;
     color: #2ba3d7;
     transition: ease-in all 0.5s;
}

ul.social_icon {
     padding-top: 25px;
}

ul.social_icon li {
     display: inline-block;
     padding-right: 3px;
}

ul.social_icon li:last-child {
     padding-right: 0;
}

ul.social_icon li a {
     background: #ffffff;
     color: #2c2c2c;
     width: 33px;
     height: 33px;
     display: inline-block;
     text-align: center;
     line-height: 33px;
     border-radius: 100%;
     font-size: 20px;
     font-weight: bold;
}

ul.social_icon li a:hover {
     background: #2ba3d7;
     color: #fff;
     transition: ease-in all 0.7s;
}

.copyright {
    background:#2ba3d7;
    padding: 20px 0px;
    margin-top: 90px;
}

.copyright p {
     color: #fff;
     text-align: center;
   
}
.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #111111;
}

/** end footer **/


/**  inner page css **/

/** blog section **/  
.blog {
    padding:90px 0;
    margin-top: 90px;
    background: #2ba3d7;
}
.blog .titlepage h2 {
    color: #fff;
}
.blog .titlepage p {
    color: #fff;
    padding-top: 5px;
}
.blog_box figure {
    margin: 0;
}
.blog_box {
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 20px;
}

.blog_box h3 {
    color: #212120;
    font-size: 30px;
    line-height: 30px;
    padding-top: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.blog_box p {
    padding-top: 15px;
}

/** end blog section **/

