body{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #fff;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-family: 'Kanit', sans-serif;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
a{
    text-decoration: none;
}
ul, ol, figcaption, figure, p{
    margin: 0;
    padding: 0;
}
ul li, ol li{
    list-style: none;
}
::selection {
    background: #223a69;
    color: #fff;
}
 header , .about , .services , footer , .service , .contact {
    overflow: hidden;
   }

/* ************Header*********** */

span {
    color: #EB1E23;
}
.sidebar-contact{
  position:fixed;
  top:50%;
  left:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 9999;
}
.sidebar-contact.active{
  left:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#f00;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.toggle{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#f00;
  top:0;
  right:-48px;
  line-height:48px;
}
.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}
header .header-top{
    background-color: #EB1E23;
}
header .header-top .wrap .info a{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
header .header-top .wrap .info a i{
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
header .social-icon a i{
    color: #fff;
    font-size: 15px;
    margin: 0 10px;
}





.navbar {
    background-color: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3;
}
.navbar .navbar-brand img{
    width: 180px;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #000;
    font-weight: 800;
    font-size: 16px;
    margin: 0 10px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #0d6efd;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #0d6efd;
}
.navbar .navbar-toggler-icon{
    color: #232b7b;
}
.navbar-toggler:focus {
    text-decoration: none;
    box-shadow: 0 0 0 0.25rem #fff;
}
.dropdown-menu[data-bs-popper] {
    top: 140%;
    left: 0;
    margin-top: 0.125rem;
}
.dropdown-menu {
    box-shadow: 1px 2px 15px rgb(0 0 0 / 55%);
}
.dropdown-item {
    margin: 2px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-weight: 600;
    text-transform: uppercase;
    color: #223a69;
}
.dropdown-item:hover {
    border-top: 1px solid #223a69;
    border-bottom: 1px solid #223a69;
    margin: 2px 0;
    background-color: #223a69;
    color: #fff;
}
.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #223a69;
    border-top: 1px solid #223a69;
    border-bottom: 1px solid #223a69;
}



/* ************Banner************ */


.carousel .carousel-inner{
   height: 550px;
   display: flex;
   align-items: center;
}
.carousel .carousel-inner .carousel-item .carousel-caption {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: left;
}
.carousel .carousel-inner .carousel-item .carousel-caption h5 {
    color: #fff;
    text-shadow: 3px 5px 4px #0000009d;
    font-size: 60px;
    line-height: 80px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.carousel .carousel-inner .carousel-item .carousel-caption p {
    color: #fff;
    text-shadow: 3px 5px 4px #0000009d;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.carousel .carousel-inner .carousel-item .carousel-caption a.btn{
    color: #0396d3;
    background: transparent;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border: 2px solid #0396d3;
    padding: 15px 25px;
    border-radius: 0;
    display: inline-block;
    width: fit-content;
    margin: 0;
    transition: all 0.5s ease;
}
.carousel .carousel-inner .carousel-item .carousel-caption a.btn:hover{
    color: #fff;
    background-color: #0396d3;
}



/* ************About********** */

.about .wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.about .wrap h1{
    color: #0067B7;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 25px;
}
.about .wrap h2{
    color: #223a69;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.about .wrap p{
    color: #223a69;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 25px;
}







.why{
    background-image: url(../images/about/why-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.why .why-head{
    text-align: center;
    margin-bottom: 50px;
}
.why .why-head h4{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #0067B7;
    margin-bottom: 20px;
}
.why .why-head p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #223a69;
}
.why .wrap{
    margin: 20px 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding: 25px;
}
.why .box h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #0067B7;
    margin-bottom: 5px;
}
.why .box p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
.why .box figure img{
    width: 65px;
    margin-bottom: 10px;
}

.about figure img{
    border-radius: 15px;
}


/* ***************Product************** */

.product{
    overflow: hidden;
}
.product .head h6{
    font-size: 50px;
    line-height: 56px;
    font-weight: 800;
    color: #0067B7;
    margin-bottom: 50px;
    text-align: center;
}
.product .wrap{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #f1f1f1;
    margin: 20px 0;
}
.product .wrap .media-box .content{
    padding: 25px 15px;
}
.product .wrap .media-box .content h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #0067B7;
    padding-bottom: 15px;
    border-bottom: 1px solid #0067B7;
}
.product .wrap .media-box .content .rating{
    margin-top: 5px;
}
.product .wrap .media-box .content .rating a i{
    color: #fbb039;
    margin-right: 2px;
}
.product .wrap .media-box .content .rating b{
    margin-left: 20px;
    color: #223a69;
}
.product .wrap .media-box .content p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    margin: 15px 0;
}
.product .wrap .media-box .content a.btn {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background: #EB1E23;
    border: 2px solid #EB1E23;
    display: inline-block;
    transition: all 0.5s ease;
    padding: 10px 20px;
    letter-spacing: 2px;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 0;
    border-radius: 100px;
}
.product .wrap .media-box .content a.btn:hover {
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
}

/* ***************Service**************** */

.service{
    background-image: url(../images/service/service-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.service .head{
    margin-bottom: 50px;
}
.service .head h5{
    font-size: 50px;
    line-height: 56px;
    font-weight: 800;
    color: #0067B7;
    margin-bottom: 20px;
    text-align: center;
}
.service .head p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #223a69;
    margin-bottom: 10px;
    text-align: center;
}
.service .wrap{
    position: relative;
    padding: 50px 30px;
    margin-left: 10px;
    margin-bottom: 50px;
}
.service .wrap::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    z-index: -1;
    border-radius: 10px;
}
.service .wrap .border-side{
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -2;
    width: 32px;
    bottom: 30px;
    border: 4px solid #000;
    -ms-transform: skewY(20deg);
    transform: skewY(20deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.service .wrap:hover .border-side{
    border-color: #ff1414;
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}
.service .wrap img{
    width: 65px;
    margin-bottom: 10px;
}
.service .wrap h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #0067B7;
    margin-bottom: 10px;
}
.service .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #223a69;
}



/* *********************Testimonial**************** */

.testimonial{
    position: relative;
    overflow: hidden;
    padding: 110px 0px 100px;
}

.testimonial .item{
    padding: 30px 0;
    margin: 0 10px;
}
.testimonial h4{
    color: #223a69;
    font-size: 40px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}
.testimonial .wrap{
    position: relative;
    padding: 50px 40px;
}
.testimonial .wrap::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 8px;
    background-color: #ffffff;
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    z-index: -1;
}
.testimonial .item figure img{
    width: 50px;
    display: inline-block;
    margin-right: 100px;
}
.testimonial .box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
}
.testimonial .box figure{
    display: inline-block;
}
.testimonial .box figure h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #223a69;
    margin-bottom: 20px;
    display: inline-block;
}
.testimonial .box figure h6 span{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #f90d0d;
    margin-right: 15px;
}
.testimonial .box figure .rating{
    margin-top: 5px;
}
.testimonial .box figure .rating a i{
    color: #fbb039;
    margin-right: 2px;
}
.testimonial .box figure .rating b{
    margin-left: 20px;
    color: #223a69;
}
.testimonial .box p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
}



/* *****************Footer*************** */

footer{
    background-color: #0067B7;
    overflow: hidden;
    position: relative;
}
footer .footer-circle{
    position: absolute;
    right: -400px;
    bottom: -400px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background-color: #ff1414;
}
footer .footer-wrap{
    margin: 25px 0 40px;
}
footer .footer-wrap img{
    width: 250px;
    margin: 30px 0 20px;
}
footer .footer-wrap p{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
footer .footer-wrap .social-icon a i{
    color: #fff;
    font-size: 15px;
    background-color: #eb1e23;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 0.5s ease;
}

footer .footer-wrap h4{
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin: 55px 0 20px 0;
}
footer .footer-wrap ul li a{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 0;
    transition: all 0.5s ease;
}
footer .footer-wrap .tags li a i{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 5px;
    transition: all 0.5s ease;
}

footer .footer-wrap ul li a i{
    color: #fff;
    margin-right: 10px;
    transition: all 0.5s ease;
}
footer .footer-bottom{
    background-color: #EB1E23;
    /*border-top: 1px solid #fff;*/
}
footer .copy-right{
    margin: 30px 0 20px;
    color: #fff;
}
footer .copy-right span{
   color: #fff;
   font-weight: 800;
   text-transform: uppercase;
}
footer .copy-right a{
   color: #fff;
   font-weight: 800;
}





/* *************Breadcum*************** */

.breadcum{
    background-image: url(../images/breadcum/breadcum.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    padding: 50px 0;
    position: relative;
}
.breadcum::after{
    background: rgb(6 36 72 / 70%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.breadcum .wrap{
    position: relative;
    z-index: 2;
}
.breadcum .wrap h5{
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.breadcum .wrap h6{
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
}
.breadcum .wrap p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}
.breadcum .wrap p a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 10px;
}
.breadcum .wrap p a:hover{
    color: #fbb039;
}


/* --------our-service-------- */

.our-service{
    background-color: #f3f3f3;
}
.our-service .wrap{
    background-color: #fff;
    padding: 15px;
    margin: 15px 0;
    border-radius: 15px;
}
.our-service .wrap figure img{
    border-radius: 15px;
}
.our-service .wrap figcaption{
    padding: 20px 10px;
}
.our-service .wrap h6{
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #223a69;
    margin-bottom: 15px;
}
.our-service .wrap p{
    font-size: 15px;
    line-height: 31px;
    font-weight: 400;
    color: #223a69;
}





/* ---------------contact------------- */

.contact{
    overflow: hidden;
}
.contact .wrap h6 {
    font-size: 24px;
    font-weight: 700;
    color: #072d5a;
    margin-bottom: 15px;
}
.contact .wrap a {
    color: #000;
    font-weight: 600;
    transition: 0.5s all ease;
    margin: 10px 5px;
    display: block;
    transition: 0.5s all ease;
}
.contact .wrap i{
    color: #0396d3;
    font-size: 20px;
    margin: 0 auto;
    display: block;
}
.contact .wrap a:hover{
    color: #0396d3;
    transform: scale(1.05);
}
.contact .contact-border{
    border-right: 2px solid #000;
    height: 100%;
}


/* -----------career---------- */

.about-career{
    margin:30px 0;
}
.about-career h6{
    font-size: 30px;
    font-weight: 700;
    color: #072d5a;
    margin-bottom: 20px;
}
.about-career .form-group {
    margin-bottom: 25px;
}
.about-career #contact-form .form-group label {
    color: #072d5a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-career #contact-form .form-group .form-control{
    color: #000;
    font-size: 16px;
    background-color: #f6f6f6;
}
.about-career #contact-form .form-group .form-control:focus {
    color: #003936;
    background-color: #f6f6f6;
    outline: 0;
    box-shadow: none;
}
.about-career #contact-form label {
    color: #003936;
    font-size: 14px;
    margin-bottom: 15px;
}
.about-career #contact-form button.btn {
    color: #0396d3;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #0396d3;
    border-radius: 15px;
    display: inline-block;
    width: fit-content;
    margin: 10px 0;
}
.about-career #contact-form button.btn:hover{
    color: #fff;
   background-color: #0396d3;
}

.enquire-btn {
    background: #09B500;
    color: #fff;
    text-align: center;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 12px;
    padding-top: 12px;
    border-radius: 100px;
    font-weight: bold;
}
.enquire-btn:hover {
    background: #09B500;
    color: #fff;
}


/* ***************Sub-page**************** */

.sub-page{
    padding: 20px 0;
    overflow: hidden;
}
.sub-page .head{
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
    justify-content: center;
}
.sub-page .head h1{
    font-size: 50px;
    line-height: 56px;
    font-weight: 800;
    color: #223a69;
    margin-bottom: 20px;
}
.sub-page .head p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #223a69;
    margin-bottom: 10px;
    text-align: left;
}
.sub-page .sub-head{
    margin-bottom: 50px;
}
.sub-page .sub-head h5{
    font-size: 40px;
    line-height: 46px;
    font-weight: 800;
    color: #223a69;
    margin-bottom: 10px;
    text-align: center;
}
.sub-page .sub-head h6{
    font-size: 30px;
    line-height: 36px;
    font-weight: 800;
    color: #223a69;
    margin-bottom: 0px;
    text-align: center;
}
.sub-page .sub-head p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #223a69;
    margin-bottom: 30px;
    text-align: left;
}
.sub-page .wrap{
    position: relative;
    padding: 50px 30px;
    margin-left: 10px;
    margin-bottom: 50px;
}
.sub-page .wrap::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    -ms-transform: skewY(2deg);
    transform: skewY(2deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    z-index: -1;
    border-radius: 10px;
}
.sub-page .wrap .border-side{
    position: absolute;
    left: -12px;
    top: 0px;
    z-index: -2;
    width: 32px;
    bottom: 30px;
    border: 4px solid #000;
    -ms-transform: skewY(20deg);
    transform: skewY(20deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sub-page .wrap:hover .border-side{
    border-color: #ff1414;
    -ms-transform: skewY(-20deg);
    transform: skewY(-20deg);
}
.sub-page .wrap h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #223a69;
    margin-bottom: 10px;
}
.sub-page .wrap p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
}
.sub-page .wrap .why-section h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #29539b;
    margin: 0 0 20px 0;
}
.sub-page .wrap .why-section p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}
.sub-page .wrap .why-section ul li{
    list-style-type: disc;
    color: #29539b;
    margin: 5px 0;
}
.sub-page .wrap .why-section ul li p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4c4c4c;
}

.sub-page figure img{
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}


/* Back to top button */

#button {
    display: inline-block;
    background-color: #8fb5e3;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/up-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 10px;
  }
  #button:hover {
    cursor: pointer;
    background-color: #8fb5e3;
  }
  #button:active {
    background-color: #8fb5e3;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }


/* ************floating-icon************* */

.floating-icon{
    position: fixed;
    bottom: 10%;
    left: 10px;
    display: flex;
    flex-direction: column;
    z-index: 4;
}
.floating-icon .wp{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #0fc33b;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
}
.floating-icon .call{
    display: inline-block;
    margin: 15px;
    width: 50px;
    height: 50px;
    background-color: #EB1E23;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
}
.floating-icon a .fa-whatsapp{
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
}
.floating-icon a .fa-phone{
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
}


/* **************************floating-icon-bottom************************** */

.floating-icon-bottom{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    
}
.floating-icon-bottom .whatsapp{
    background-color: #fff;
    color: #0396d3;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 15px 0 0 0;
    border: 2px solid #0396d3;
}
.floating-icon-bottom .call{
    background-color: #fff;
    color: #0396d3;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border: 2px solid #0396d3;
}
.floating-icon-bottom .mail{
    background-color: #fff;
    color: #0396d3;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 0 15px 0 0;
    border: 2px solid #0396d3;
}
.floating-icon-bottom i{
    color: #0396d3;
    display: block;
    font-size: 20px;
}

form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #EB1E23;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    position:relative;
  padding: 40px;
  color: #fff;
}
.close-button {
  background:none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}

.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}



#preloader{
    background: #fff url(../images/preloader/loader.gif);
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
}

.btns {
    background: #fff;
    color: #000;
    border: none;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 100px;
}

.butns {
        background: #EB1E23;
        color:  #fff;
        width: 150px;
        text-align: center;
        border-radius: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.butns:hover {
        background: #0065B5;
        color:  #fff;
    }






/* ******************RESPONSIVE******************* */


/* 
mw-1399-----------c-1200
mw-1199-----------c-992
mw-991------------c-768
mw-767------------c-576
mw-575------------c-480
mw-479------------c-375
 */


 /* 
 xl-1399 to 1200
 lg-1199 to 992
 md-991 to 768
 lg-767 to 576 
 */



/* ******1399px****** */                 

@media only screen and (max-width: 1399px) {

   header , .about , .services , footer , .service , .contact {
    overflow: hidden;
   }
}
/* ******1199px****** */                 

@media only screen and (max-width: 1199px) {

    .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 45px;
        line-height: 55px;
    }
    .about .wrap h1 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .about .wrap p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    .testimonial .box p {
        font-size: 15px;
        line-height: 20px;
    }
    .testimonial .item figure img {
        margin-right: 50px;
    }
    .sub-page .head h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .sub-page .head p {
        font-size: 16px;
        line-height: 24px;
    }
    .sub-page .wrap .why-section h4 {
        font-size: 25px;
        line-height: 31px;
        margin: 0 0 15px 0;
    }
    .sub-page .wrap .why-section p {
        font-size: 16px;
        line-height: 22px;
    }
    .sub-page .wrap .why-section ul li p {
        font-size: 15px;
        line-height: 24px;
    }

}
/* ******991px****** */                 

@media only screen and (max-width: 991px) {

    .navbar-toggler-icon {
        display: inline-block;
        width: auto;
        height: auto;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .navbar .navbar-nav {
        align-items: center;
    }
    .carousel .carousel-inner {
        height: 435px;
    }
    .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 40px;
        line-height: 50px;
    }
    .about .wrap h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .product .wrap .media-box {
        display: block !important;
        text-align: center;
    }
    .testimonial .item figure img {
        display: block;
        margin: 0 auto 10px;
    }
    .testimonial .box figure h6 {
        margin-bottom: 5px;
    }
    .testimonial .box figure .rating {
        margin-top: 0px;
    }
    footer .footer-wrap h4 {
        font-size: 22px;
        line-height: 26px;
    }
    footer .footer-wrap p {
        font-size: 12px;
        line-height: 18px;
    }
    footer .footer-wrap ul li a {
        font-size: 13px;
        line-height: 19px;
    }
    .contact .wrap a {
        font-size: 12px;
    }

    .sub-page .head h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .sub-page .head p {
        font-size: 15px;
        line-height: 21px;
    }
    .sub-page .wrap .why-section p {
        font-size: 14px;
        line-height: 20px;
    }
    .sub-page .wrap .why-section ul li p {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 8px;
    }

}
/* ******767px****** */                 

@media only screen and (max-width: 767px) {

    header {
        display: none;
    }
    .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .carousel .carousel-inner {
        height: 180px;
    }
    .about figure img {
        display: none;
    }
    .product .wrap .media-box {
        display: flex !important;
        text-align: left;
    }

    footer .footer-wrap h4 {
        margin: 0px 0 20px 0;
    }
    .footer-bottom .copy-right p{
        font-size: 14px;
    }

    /*.sub-page figure img {
        display: none;
    }*/

    .contact .contact-border {
        border: none;
        height: 0%;
    }

    .main {
            text-align: center;
        }

        .geek1 {
            font-size: 36px;
            font-weight: bold;
            color: white;
            padding-bottom: 10px;
        }

}
/* ******575px****** */                 

@media only screen and (max-width: 575px) {

    .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 23px;
        line-height: 30px;
    }
    .carousel .carousel-inner .carousel-item .carousel-caption p {
        font-size: 16px;
        line-height: 20px;
    }
    

}
/* ******479px****** */                 

@media only screen and (max-width: 479px) {

    .carousel .carousel-inner .carousel-item .carousel-caption h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .product .wrap .media-box {
        display: block !important;
        text-align: center;
    }


    .floating-icon-bottom .whatsapp , .floating-icon-bottom .call , .floating-icon-bottom .mail {
        font-size: 14px;
    }
    
}



