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


/*--------------------------------------------------------------------- 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: 'Montserrat', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    background-color: #2ea0f8;
    border: 15px solid #ffffff;
    display: flow-root;
    height: 100%;
}

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 0 0;
    font-weight: normal;
    line-height: normal;
    color: #fff;
    font-weight: bold;
    margin: 0
}

h1 {
    font-size: 45px
}

h2 {
    font-size: 40px
}

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 0;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

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: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: #2ea0f8;
}

.header_bg {
    background: #fff;
    border-bottom: 1px solid #ffffff;
}

.navbar-toggler{ background-color:#fff !important; }

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

.ml-auto,
.mx-auto {
    margin: 0 auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #fefefd;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    margin: 0px 5px;
    background-color: transparent;
    border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fefefd;
    background-color: #252525;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fefefd;
    background-color: #252525;
}

.navbar-brand {
    margin: 0px;
    float: right;
    width: 250px;
}

ul.menu{ display:block !important; }
ul.menu li.menu-item{ display:inline-block !important; }
ul.menu li.menu-item a{ display:block !important; color:#fff; padding:5px 10px; font-size:18px; font-weight:bold; }
ul.menu li.menu-item a:hover, ul.menu li.menu-item a.active{ background-color:#000; border-radius:3px; }

.navbar {
    padding: 15px 15px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 18px;
    line-height: 1.5;
    color: #252525;
    background-color: #fefefd;
    background-clip: padding-box;
    border: 0px !important;
    border-radius: 20px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input.form-control::placeholder {
    color: #252525;
}

.form-inline .form-control {
    color: #252525;
}

.has-search .form-control-feedback {
    z-index: 2;
    display: block;
    width: auto;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: right !important;
    pointer-events: none;
    color: #252525;
    margin-left: -30px;
}

.user_icon {
    width: 42px;
    background-color: #fff;
    padding: 5px 13px;
    font-size: 18px;
    color: #252525;
    border-radius: 100%;
    height: auto;
    margin-left: 20px;
}

.user_icon a {
    background-color: #fff;
    color: #252525;
}

.user_icon a:hover {
    background-color: #fff;
    color: #252525;
}

.slick-arrow{ position: absolute; z-index: 3; top: 30%; /*transform: translateY(-50%); width: 50px !important; height: 80px !important;*/ overflow: hidden; background-color:white !important; background-size: contain !important; background-repeat: no-repeat; background-position: center; border: none; border-radius: 50%;  width: 60px; height: 60px; font-size: 0; color: transparent; transition: all 0.4s; }
.slick-arrow::after{ font-family:"FontAwesome"; font-size:35px; color:rgba(0,0,0,1); padding:0 0; position: absolute; right:0; left: 0; top: 0; bottom: 0; transform: translateY(0%); display: block; width: 100%; height: 100%; line-height: 1.8em; text-align: center; }
.slick-arrow:hover{ background-color: rgba(0,0,0,1) !important; }
.slick-arrow:hover::after{ color: #fff !important;  }
.slick-next{ right: 0px; }
.slick-next:after{ content:"\f054"; }
.slick-prev{ left: 0px; }
.slick-prev:after{ content:"\f053"; }
.slick-arrow:hover{ border:none; }

ul.slick-dots{ position: absolute; z-index: 3; left: 50%; text-align: center; right: auto; top: auto; bottom: 0; transform: translateX(-50%); }
ul.slick-dots::before{ position: absolute; left: 5px; top: 0; width: 10px; height: 50px; background-color: #fff; }
ul.slick-dots::after{}
ul.slick-dots li{ display: inline-block; width:15px; height: 15px; border-radius: 50%; overflow: hidden; margin:0 5px; font-size: 0; color:transparent; }
ul.slick-dots li button{ display: block; width:15px; height: 15px; border-radius: 50%; overflow: hidden; color: #e4e0e0; border: none; background-color: #fff !important; }
ul.slick-dots li.slick-active button{  background-color: rgba(0,0,0,1) !important; }



/*---------------------------------PRELOADER START-----------------------------------------*/
#preloader{ position:fixed; z-index:9; top:0; bottom: 0; left: 0; right:0; background-color: transparent; display: flex; align-items: center; justify-content: center; color: #ccc; cursor: pointer; transition: .2s linear; }
.preloader_top{ width: 100%; height: 50vh; background-color: rgba(13,177,75,1); position: absolute; top: 0; left: 0; right: 0; transform: translateY(0); }
.preloader_top.off{ transform: translateY(-100%);}
.preloader_bottom{ width: 100%; height: 50vh; background-color: rgba(255,194,15,1); position: absolute; bottom: 0; left: 0; right: 0; transform: translateY(0); }
.preloader_bottom.off{ transform: translateY(100%);}
.preloader_top, .preloader_bottom{ transition-delay: 1000ms; }
#preloader .logo img{ width:100%; height: auto; text-align: center; }
.loader { position: relative; width: 200px; height: 200px; background-color: #fff; background-size: cover; background-repeat: no-repeat; background-position: center center; border-radius: 50%; position: relative; }      
.loader div{ position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: auto; }
.loader div img{ width: 100%; height: auto; }
/*---------------------------------PRELOADER END-----------------------------------------*/


/* header section end */


/* banner section start */


#home_banner{ width: 100%; min-height: 500px; height:auto; transform: translate(0, 0) scale(1);  position: relative; background-attachment: fixed; background-color: transparent; }
#home_banner .global_wrapper{ padding:40px 0; }
#home_banner .slick-arrow{ /*top: auto !important; bottom: auto;*/ }
#home_banner .slick-next{ right: 0; }
#home_banner .slick-prev{ left: 0; }
#home_banner ul.slick-dots{ /*position: absolute; z-index: 3; right: 30px; top: 50%; transform: translateY(-50%);*/ }




.banner_section {
    width: 100%;
    min-height: 700px;
    height: auto;
    overflow: hidden;
    float: none;
    /*padding: 90px 15px 0px 15px;*/
}

.bannerWriteUp{ position: absolute; z-index: 2; width: 30%; height: auto; top: 50%; left:8%; transform:translateY(-50%); }
.bannerWriteUp h1{ color: #fff; }
.bannerWriteUp p{  color: #fff; }

.bannerImg{ width:50%; height: auto; min-height: 450px; background-position: center; background-size: cover; background-repeat: no-repeat; position: relative; z-index: 1; left:40%; right:0px; top:50% }


.banner_taital {
    width: 100%;
    font-size: 40px;
    color: #fefefd;
    text-transform: uppercase;
    font-weight: bold;
    transform: rotate(90deg);
}

.images_main {
    width: 100%;
    display: flex;
    background-color: rgb(138, 186, 222, 0.8);
    padding: 10px;
    border-radius: 20px;
}

#main_slider a.carousel-control-prev {
    top:auto;
    bottom: 0;
    left:40px;

    /*left: 220px;
    top: 280px;
    right: 0px;
    color: #252525;
    background-color: #ffffff;*/
}

#main_slider a.carousel-control-next {
     top:auto;
    bottom: 0;
    left:100px;
    right: auto;

    /*right: 0px;
    top: 225px;
    left: 220px;*/
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #90ccfa;
    opacity: 1;
    font-size: 15px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    border-radius: 100%;
}

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


/* banner section end */


/* about_section section start */

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

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    padding-top: 50px;
    font-weight: bold;
}

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

.video_bt {
    width: 100%;
    float: left;
    padding-top: 70px;
}

.play_icon img {
    width: 80px;
}

.play_icon {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: initial;
    margin: 0 auto;
    z-index: -1;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.about_img {
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}


/* about section end */


/* design section start */

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

.design_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #363636;
    font-weight: bold;
    text-align: center;
}

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

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

.design_section_main {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 60px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: /*rgb(138, 186, 222, 0.8)*/ rgba(0,0,0,0.8);
    margin: 0 auto;
}

.container_main:hover .overlay {
    opacity: 0;
}

.container_main {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

.margin_top_30 {
    margin-top: 30px;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.some_text {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding-bottom: 0;
}

.jony_text {
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 0;
    width: 150px;
    margin: 0 auto;
    font-weight: bold;
}

.btn_main {
    width: 100%;
    text-align: center;
}

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

.buy_bt a {
    width: 70%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding: 8px 0px;
    background-color: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
}

.buy_bt a:hover {
    color: #1a1c18;
}

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

.read_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 12px 0px;
    background-color: #454545;
    border-radius: 5px;
}

.read_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}


/* design section end */


/* company section start */

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

.company_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #424242;
    font-weight: bold;
}

.company_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #e2e3e5;
    margin: 0px;
    padding-bottom: 50px;
}

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

.home_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #323232;
    font-weight: 600;
    padding-top: 50px;
}

.lorem_text {
    width: 100%;
    float: left;
    margin: 0px;
    font-size: 16px;
    color: #e2e3e5;
    padding-top: 20px;
}

.seemore_bt {
    width: 160px;
    float: left;
    padding-top: 20px;
}

.seemore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    padding: 8px 8px 8px 0px;
}

.seemore_bt a:hover {
    color: #323232;
}


/* company section end */


/* client section start */

.clients_wrap .slick-prev { left: -60px; }
.clients_wrap .slick-next { right: -60px; }

.client_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding: 70px 0px;
}

.client_section h1{ font-size: 40px; color: #494a4a;}
.client_section h2{ font-size: 30px; color: #494a4a;}

.client_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #494a4a;
    font-weight: 600;
}

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

.client_taital_main {
    width: 100%;
    display: flex;
    padding-top: 30px;
}

.client_left {
    width: 30%;
    float: left;
}

.client_img {
    width: 100px;
    height: 100px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.client_right {
    width: 70%;
    float: left;
    padding-top: 5px;
}

.moark_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #191919;
    text-transform: uppercase;
}

.client_text {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #767675;
    margin: 0px;
}

#my_slider a.carousel-control-prev {
    left: -90px;
    top: 50px;
}

#my_slider a.carousel-control-next {
    right: -90px;
    top: 50px;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 40px;
    color: #333333;
}

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


/* client section end */


/* faqs section start */

.faq_section{
    width: 100%;
    height: auto;
    display: block;
    padding: 70px 0px;
    overflow: hidden;
}

.faq_section h1{ margin: 0; padding: 0; font-size: 20px; }

.faqQuestion, .faqAnswer { width: 100%; height: auto; overflow: hidden; }
.faqQuestion{ margin:20px 0 5px; }
.faqAnswer{ margin:5px 0 20px; color:#fff !important; }
.faqQuestion h1{ margin: 0; padding: 0; font-size: 30px; display: block; margin: 0; padding: 0; line-height: 1.3em; }
.faqAnswer p{  margin: 0; padding: 0; color:#fff; }

/* faqs section end */



/* news section start */

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

.news_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #363636;
    font-weight: bold;
    text-align: center;
}

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

.news_taita_main {
    width: 100%;
    float: left;
    padding-top: 60px;
}

.news_taital_1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fefefd;
    font-weight: bold;
}

.news_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #e2e3e5;
    margin: 0px;
    padding-top: 20px;
}

.readmore_bt {
    width: 200px;
    float: left;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 8px 8px 8px 0px;
}

.readmore_bt a:hover {
    color: #333333;
}

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


/* news section end */


/* contact section start */

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

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1f1e1e;
    text-align: center;
    font-weight: bold;
}

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

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

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #989696;
    background-color: #fff;
    padding: 8px 15px;
    margin-top: 40px;
    border-radius: 5px;
    border: 0px;
}

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

.massage-bt {
    color: #989696;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #fff;
    padding: 40px 15px 0px 15px;
    border: 0px;
    height: 110px;
    margin-top: 40px;
    border-radius: 5px;
}

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

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

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #2c2c2c;
    padding: 12px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
}

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

.map_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}


label { width:100%; }
input[type="text"],  input[type="email"] , input[type="tel"] ,  textarea , input[type="submit"]{ display:block; width:100%; height:auto; padding:3px 5px; }
input[type="submit"]{ text-align:center; background-color:#000; color:#fff; font-weight:bold; cursor:pointer; padding:5px 0; }
input[type="submit"]:hover{ background-color:rgba(0,0,0,0.4) !important; }

.wpcf7-response-output{ color: #fff !important; }

/* contact section end */

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

.footer_taital {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fefefe;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.footer_text {
    width: 85%;
    float: left;
    font-size: 16px;
    color: #fefefe;
    margin: 0px;
    padding-top: 20px;
}

.footer_menu {
    width: 100%;
    float: left;
    padding-top: 20px;
}

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

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

.footer_menu li a {
    color: #ffffff;
}

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

.location_text {
    width: 100%;
    float: left;
    padding-top: 20px;
}

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

.location_text li {
    font-size: 16px;
    color: #ffffff;
    padding: 0px;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #363636;
}

.padding_left_10 {
    padding-left: 10px;
}

.footer_section {
    width: 100%;
    float: left;
    padding: 40px 0px;
}

.input_bt {
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    border-bottom: 1px solid #fefefe;
}

.mail_bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefe;
    background-color: transparent;
    padding: 5px 0px 5px 0px;
    height: 60px;
    border: 0px;
}

input.mail_bt.mail_bt::placeholder {
    color: #fefefe;
}

.subscribe_bt {
    width: 30%;
    float: right;
    font-size: 16px;
    color: #fefefe;
    background-color: transparent;
    padding: 20px 0px 5px 0px;
    border-radius: 30px;
    border: 0px;
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
}

.subscribe_bt a {
    color: #fefefe;
}

.subscribe_bt a:hover {
    color: #363636;
}

.footer_social_icon {
    width: 100%;
    float: right;
    text-align: right;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_social_icon li {
    float: left;
}

.footer_social_icon li a {
    float: left;
    padding: 5px 10px;
    background-color: #fff;
    color: #2ea0f8;
    border-radius: 100%;
    font-size: 19px;
    margin-right: 5px;
    width: 44px;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon li a:hover {
    background-color: #ffffff;
    color: #363636;
}


/* copyright section start */

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

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.copyright_text a {
    color: #333333;
}

.copyright_text a:hover {
    color: #2ea0f8;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}


@media only screen and (max-width: 1000px) {


.navbar-nav{ position: absolute; width: 100%; height: auto; background-color: #000; z-index: 9; }

.design_section_main .col-md-4{ margin: 0 auto 20px; }


}


@media only screen and (max-width: 960px) { 
	

ul.menu{ display:block !important; text-align:center; }
ul.menu li.menu-item{ display:block !important; text-align:center; }
ul.menu li.menu-item a{ display:block !important; color:#fff; padding:10px 0; font-size:18px; font-weight:bold; text-align:center; }
ul.menu li.menu-item a:hover, ul.menu li.menu-item a.active{ background-color:#000; border-radius:3px; }

.bannerWriteUp{ position: relative; z-index: 2; width: 80%; height: auto; top: auto; left:auto; transform:translateY(0%); margin: 0 auto; text-align: center; }
.bannerImg{ width:80%; height: auto; margin: 0 auto; min-height: 400px; background-position: center; background-size: cover; background-repeat: no-repeat; position: relative; z-index: 1; left:auto; right:auto; top:auto; }
.carousel-control-prev{ width: 55px; height: 55px; left: 0; top: 50%; }
.carousel-control-next{ width: 55px; height: 55px; left:auto; right: 0; top: 50%; }

#main_slider a.carousel-control-prev { top:20%; bottom: auto; left:0px; }
#main_slider a.carousel-control-next { top:20%; bottom: auto; left:auto; right: 0px; }

.footer_logo { width: 250px; margin: 0 auto !important; float: none; }

.faq_section .container{ display: block; margin: 0 auto; width:80%; }
	
.about_section{ text-align:center; }	
  
}

@media only screen and (max-width: 700px) { 

.client_taital_main{ display:block !important; }
.client_left { width: 100%; float: none; }
.client_img { width: 100px; height: 100px; margin:0 auto; }
.client_right { width: 100%; float: none; }
.moark_text{ float:none; text-align:center; }
p.client_text{ float:none; text-align:center; }
	
.clients_wrap .slick-prev { left: 5px; }
.clients_wrap .slick-next { right: 5px; }
	
.slick-arrow { width: 40px; height: 40px; }


}

@media only screen and (max-width: 500px) { 


    
}