@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
/*
  font-family: "Barlow", sans-serif;
 font-family: "Rajdhani", sans-serif;
light 300
regular 400
medium 500
semi-bold 600
bold 700

*/



* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none !important;
  transition-duration: 0.8s;
  transition-property: all;
  outline: none !Important;
}
ul, li {
  list-style: none;
}
img {
  max-width: 100%;
  outline: none;
}
body {
  font-family: "Barlow", sans-serif;
}



.toptxt { display:block; }

.toptxtmob{ display:none;  }

.container { max-width:1140px;}

header {
    float: left;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 15px 0px 0px 0px;
}

header ul, footer ul { float:right; margin: 0; padding: 0;}
header ul li, footer ul li { display:inline-block; }
    
    
    .book-content {   float: left;
    width: 100%;
    background: #fff;
  
    margin: 0;
    padding: 0px 0px 100px 0px; }
    
  .book-text {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0px 35px 0px;
    background: url(../images/bg_top1.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 10px; margin-bottom: 70px;
}
    
.text1 {
    font-size: 36px;
    float: left;
    width: 100%;
    display: grid;
    line-height: 1.2em;     font-weight: 500;
}

.text1 strong {
    font-size: 56px;
    float: left;
    width: 100%; color:#c91e01; padding: 2px 0px 10px 0px;
}

.bookimg { float:right; margin-right: 30px; }


.book-content p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1.4em;
}

.about {   float: left;
    width: 100%;
    background: #fff;
  
    margin: 0;
    padding: 100px 0px 100px 0px; }

.about h2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0px 35px 0px;
    background: url(../images/border-bar.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 42px;
    font-weight: 600; margin-bottom: 20px;
}

.about p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 35px;
}

.about img { float:right; margin-right: 30px; }

.testimonials {
    float: left;
    width: 100%;
    margin: 0;
    padding: 100px 0px;
    background: url(../images/testi_bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    
}

.testimonials h2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0px 35px 0px;
    background: url(../images/border-bar2.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 42px;
    font-weight: 600; ;
}

.carousel-item p { font-size:20px; color:#fff; }
.carousel-item strong { font-size:22px;  color:#fff; }

.carousel-inner {
    background: url(../images/testimonialbg.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 45px 85px;
}

.carousel-control-prev-icon {
    background-image: url(../images/tesi_arrow_left.png);
    height: 135px;
    width: 135px;
    opacity: 1;
}

.carousel-control-next-icon {
    background-image: url('../images/tesi_arrow_right.png');
     height: 135px;
    width: 135px;
    opacity: 1;
}

.carousel-control-prev {
    left: -150px;
    opacity: 1;
}

.carousel-control-next {
    right: -150px;
    opacity: 1;
}

.buybtn {
    background: #ef1700;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 10px 20px 15px 20px;
    display: inline-block;
    margin-top: 50px;
}


.img_gallery {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px 0px 20px 0px; }

.contact-area {
    float: left;
    width: 100%;
    margin: 0;
    padding: 100px 0px;
    background: url(../images/form_bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    
}

.contact-area h2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0px 35px 0px;
    background: url(../images/border-bar.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 42px;
    font-weight: 600; ;
}

.formbox { width:600px; margin: 0px auto;}

.formfiled  {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px 0px 0px 0px; margin-bottom: 20px; }

 .formfiled input {
    float: left;
    width: 100%;
    margin: 0;
    padding: 13px 15px;
    background: #2c6a82;
    color: #fff;
    border: 1px solid #2c6a82;
    border-radius: 0;
    font-size: 18px;
}

.formfiled textarea  {
float: left;
    width: 100%;
    margin: 0;
    padding: 13px 15px;
    background: #2c6a82;
    color: #fff;
    border: 1px solid #2c6a82;
    border-radius: 0;
    font-size: 18px;
    height: 120px; color: #fff;  border:1px solid #2c6a82; }



.formfiled input[type="submit"]  {
    float: left;
    width: 100%;
    margin: 0;
      padding:10px 10px; background: #2c6a82;  color: #fff; background: #ef1700;
    border-color: #ef1700; font-size: 20px; text-transform: uppercase; font-weight: 600; }



::placeholder { color: #fff;}

footer  {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0px 30px 0px; }

footer p  {
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 0px; font-size: 18px; }




@media(max-width:1200px) {}
@media(max-width:1024px) {}
@media(max-width:900px) {}
@media(max-width:769px) {
    
    button.carousel-control-prev, button.carousel-control-next { display:none;}
    
    header ul, footer ul {
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
   
    .book-text {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0px 35px 0px;
    background: url(../images/bg_top1.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 10px;
           margin-bottom: 25px;
    background-size: 100% 100%;
}
    
    .text1 strong {
    font-size: 56px;
    float: left;
    width: 100%;
    color: #c91e01;
    padding: 2px 0px 10px 0px;
    line-height: 1.03em;
}
    
        .bookimg {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .book-content p {
    
    text-align: center;
}
    
    .book-content {
    
    padding-bottom: 40px;
}
    
    .testimonials {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0px;
    background: url(../images/testi_bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
    
    .carousel-inner {
     
    padding: 15px;
    background: #041730;
}
    
    .about {
    
    padding: 50px 0px;
    text-align: center;
}
    
    .about img {
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
}
    
    .about .mt-4 {
    margin-top: 0 !important;
}
    
   .img_gallery .col {
    flex: none;
    margin-bottom: 15px;
}
    
    .contact-area {
     
    padding: 50px 0px;
    
}
    
    footer {
  
    text-align: center;
}

.formbox {
    width: 100%;
    margin: 0px auto;
}

.toptxt { display:none; }

.toptxtmob{ display:block;  }

}
@media(max-width:640px) {}
@media(max-width:480px) {}
@media(max-width:360px) {}



  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 70%;
    margin: auto;
  }
 