
/*--------------------------------------------------------------------- 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,400,600,700,900&display=swap');


/*--------------------------------------------------------------------- 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;
     scroll-behavior: smooth;

}

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 10px 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;
}

ul.btn {
     float: right;
}

ul.btn li {
     display: inline-block;
     padding: 0 25px;
}

ul.btn li a {
     color: #fff;
     font-size: 16px;
}

ul.btn li:last-child {
     padding-right: 0;
}

.login_btn {
     padding-left: 50px;
}

.login_btn a {
     background-color: #fff;
     display: inline-block;
     padding: 7px 35px;
     border-radius: 10px;
     color: #292e39 !important;
     font-size: 17px;
}

.login_btn a:hover {
     color: #fff !important;
     background: #0808ff;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 17px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 25px;
     color: #000000;
     font-size: 17px;
     line-height: 20px;
     font-weight: 600;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #b71e1e;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #b71e1e;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.padd_right {
     padding-right: 10px;
}

.sign_btn {
     padding-left: 50px;
}

.sign_btn a {
     display: inline-block;
     padding: 7px 10px;
     color: #fff;
     font-size: 17px;
}

.sign_btn a:hover {
     color: #fff;
}

.header {
     width: 100%;
     padding: 20px 30px;
     background: #fff;
}

.logo img {
     width: 40%;
}

@media (max-width: 575px) {

     .logo img {
          width: 19%;
          margin-right: 405px;
     }
}


.en{
     text-transform: uppercase;
     background-color: #fff;
     color: #000;
     font-weight: 600;
     padding-left: 5px;
     padding-right: 5px;
     transition:0.5s;
     background-color: #292e39;
     color: #fff;
}

@media (max-width: 768px) {
     .en{
          width: 9%;
          background-color: #292e39;
          color: #fff;
     }
}

/** banner section **/

.banner_main {
     background: url(../images/bg.jpeg);
     background-repeat: no-repeat;
     min-height: 700px;
     background-size: 100% 100%;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
}


.text-bg {
     text-align: right;
     margin-right: 45px;
}

.text-bg h1 {
     text-transform: uppercase;
     color: #b71e1e;
     font-size: 65px;
     line-height: 80px;
     padding-bottom: 35px;
     font-weight: bold;
}

.text-bg span {
     text-transform: uppercase;
     color: #fff;
     font-size: 51px;
     line-height: 68px;
     font-weight: 700;
     padding-bottom: 20px;
     display: block;
}

.text-bg p {
     line-height: 28px;
     font-weight: 500;
     padding-bottom: 20px;
     display: block;
}

.text-bg figure img {
     width: 100%;
     padding-top: 70px;
     padding-left: 40px;
}

.text_img figure {
     margin: 0;
}

.text_img figure img {
     width: 70%;
     border-radius: 20px;
}

.carousel-caption {
     position: inherit;
}

#banner1 .carousel-indicators {
     display: none;
}

.carousel-control-prev {
     left: inherit;
     right: 17%;
}

.carousel-control-next {
     right: 12%;
}

#banner1 a.carousel-control-next,
#banner1 a.carousel-control-prev {
     opacity: 1;
     top: 100%;
}

#banner1 .carousel-control-next i,
#banner1 .carousel-control-prev i {
     width: 50px;
     height: 50px;
     border-radius: 30px;
     background: #fff;
     opacity: 1;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #000;
}

#banner1 .carousel-control-next i:focus,
#banner1 .carousel-control-next i:hover,
#banner1 .carousel-control-prev i:focus,
#banner1 .carousel-control-prev i:hover {
     background: #2f2c2c;
     color: #fff;
}

.text-bg a {
     text-transform: uppercase;
     font-size: 17px;
     background-color: #fff;
     color: #000;
     font-weight: 600;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     margin-right: 10px;
}

.text-bg a:hover {
     background-color: #292e39;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 35px;
     color: #090807;
     line-height: 55px;
     font-weight: bold;
     padding: 0;
     border-bottom: #0556c4 solid 1px;
     max-width: 300px;
     margin: auto;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.blu {
     color: #0808ff;
}

/** three_box section **/

.three_box {
     padding: 0 40px;
}

.box_text {
     background: #fff;
     text-align: center;
     padding: 50px 20px 20px 20px;
     margin-top: -80px;
     box-shadow: #00000085 0px 0px 14px -6px;
     border-radius: 10px;
}

.box_text h3 {
     color: #121010;
     font-size: 18px;
     font-weight: 600;
}

.box_text p {
     font-size: 17px;
}

.box_text i {
     padding: 6px 0px 10px 0px;
     display: block;
}


/** end three_box section **/


/** about section **/

.about {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 50px;
     margin-top: 120px;
   }
   
   .about .image-container {
     width: 30%;
   }
   
   .about .image-container img {
     width: 100%;
     border-radius: 10px;
   }
   
   .about .text-container {
     width: 60%;
   }
   
   @media (max-width: 768px) {
     .about {
       flex-direction: column;
       align-items: center;
     }
     .about .image-container,
     .about .text-container {
       width: 100%;
     }
   }
   .about .card-container {
     display: flex;
     gap: 30px; 
     justify-content: center;
   }
   
   .about .card {
     background-color: green;
     color: white;
     text-align: center;
     padding: 20px;
     border-radius: 10px;
     width: 250px;
     height: 200px;
   }
   
   
   .about h2{
       font-size: 45px;
       margin-top: 5.35px;
       margin-bottom: 16.35px;
       color: #c52011;
   }
   
   .about span{
       color: blue;
   }
   
   .about p{
       font-size: 20px;
       margin-bottom: 35px;
   }
   
   .about .btn1 {
       background-color: #c52011;
       width: 160px;
       height: 50px;
       border: none;
       border-top-right-radius: 10px;
       border-bottom-left-radius: 10px;
       color: white;
       font-size: 20px;
     }
     
     .about.btn1:hover{
       background-color: blue;
     }
   
     .about{
       border-bottom-left-radius: 50px;
       border-bottom-right-radius: 50px;
     }
   
     .about h3{
       font-size: 25px;
     }
   
    .about img{
       box-shadow: 0px 0px 15px 4px;
     }

/** end about section **/





/* Start Service */

.Service .title {
     display: flex;
     justify-content: center;
     color: #c52011;
     font-size: 2.2em;
     font-weight: 800;
     margin-bottom: 30px;
 }
 
 .Service .content {
     display: flex;
     justify-content: center;
     flex-direction: row;
     flex-wrap: wrap;
 }
 
 
 
 .Service .card1 {
     background-color: #fff;
     width: 18.25em;
     box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
     border-radius: 10px;
     margin: 15px;
     transition: 0.7s ease;
     border: solid 1px;
     height: 320px;
}
 
 .Service .card1:hover {
     transform: scale(1.1);
 }
 
 
 .Service .button {
     position: relative;
     transition: all 0.3s ease-in-out;
     box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
     padding-block: 0.5rem;
     padding-inline: 1.25rem;
     background-color: #c52011;
     border-radius: 9999px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #ffff;
     gap: 10px;
     font-weight: bold;
     border: 3px solid #ffffff4d;
     outline: none;
     overflow: hidden;
     font-size: 15px;
     cursor: pointer;
     top: 11px;
     left:50px;
   }
   
   .Service .icon {
     width: 24px;
     height: 24px;
     transition: all 0.3s ease-in-out;
   }
   
   .Service .button:hover {
     transform: scale(1.05);
     border-color: #fff9;
   }
   
   .Service .button:hover .icon {
     transform: translate(4px);
   }
   
   .Service .button:hover::before {
     animation: shine 1.5s ease-out infinite;
   }
   
   .Service .button::before {
     content: "";
     position: absolute;
     width: 100px;
     height: 100%;
     background-image: linear-gradient(
       120deg,
       rgba(255, 255, 255, 0) 30%,
       rgba(255, 255, 255, 0.8),
       rgba(255, 255, 255, 0) 70%
     );
     top: 0;
     left: -100px;
     opacity: 0.6;
   }
   
   @keyframes shine {
     0% {
       left: -100px;
     }
   
     60% {
       left: 100%;
     }
   
     to {
       left: 100%;
     }
   }

   /* End Service */





   /* Start Section quistion */

   #eqution{
     background: #c52011;
     padding: 10px;
     border: solid 1px;
     width: 590px;
     border-radius: 5px;
     text-align: center;
     margin: auto;
     color: white;
     font-size: 25px;
     cursor: pointer;
   }
   
   #replay{
     width: 599px;
     padding: 5px;
     border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
     margin-top: -22px;
     margin-left: 12px;
     text-align: center;
     font-size: 20px;
     display: none;
     margin-top: 0px;
     margin-top: -7px;
     margin: auto;
     background: rgba(231, 231, 231, 0.45);
   }
   
   
   #eqution2{
     background: #c52011;
     padding: 10px;
     border: solid 1px;
     width: 590px;
     border-radius: 5px;
     text-align: center;
     margin: auto;
     color: white;
     font-size: 25px;
     cursor: pointer;
   }
   
   #replay2{
     width: 599px;
     padding: 5px;
     border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
     margin-top: -22px;
     margin-left: 12px;
     text-align: center;
     font-size: 20px;
     display: none;
     margin-top: 0px;
     margin-top: -7px;
     margin: auto;
     background: rgba(231, 231, 231, 0.45);
   }
   
   
   
   
   #eqution3{
     background: #c52011;
     padding: 10px;
     border: solid 1px;
     width: 590px;
     border-radius: 5px;
     text-align: center;
     margin: auto;
     color: white;
     font-size: 25px;
     cursor: pointer;
   }
   
   #replay3{
     width: 599px;
     padding: 5px;
     border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
     margin-top: -22px;
     margin-left: 12px;
     text-align: center;
     font-size: 20px;
     display: none;
     margin-top: 0px;
     margin-top: -7px;
     margin: auto;
     background: rgba(231, 231, 231, 0.45);
   }
   
   
   
   #eqution4{
     background: #c52011;
     padding: 10px;
     border: solid 1px;
     width: 590px;
     border-radius: 5px;
     text-align: center;
     margin: auto;
     color: white;
     font-size: 25px;
     cursor: pointer;
   }
   
   #replay4{
     width: 599px;
     padding: 5px;
     border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
     margin-top: -22px;
     margin-left: 12px;
     text-align: center;
     font-size: 20px;
     display: none;
     margin-top: 0px;
     margin-top: -7px;
     margin: auto;
     background: rgba(231, 231, 231, 0.45);
   }
   
   
   
   #eqution5{
     background: #c52011;
     padding: 10px;
     border: solid 1px;
     width: 590px;
     border-radius: 5px;
     text-align: center;
     margin: auto;
     color: white;
     font-size: 25px;
     cursor: pointer;
   
   }
   
   #replay5{
     width: 599px;
     padding: 5px;
     border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
     margin-top: -22px;
     margin-left: 12px;
     text-align: center;
     font-size: 20px;
     display: none;
     margin-top: 0px;
     margin-top: -7px;
     margin: auto;
     background: rgba(231, 231, 231, 0.45);
   }
   
   
   #eqution6{
     background: #c52011;
     padding: 10px;
     border: solid 1px;
     width: 590px;
     border-radius: 5px;
     text-align: center;
     margin: auto;
     color: white;
     font-size: 25px;
     cursor: pointer;
   }
   
   #replay6{
     width: 599px;
     padding: 5px;
     border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
     margin-top: -22px;
     margin-left: 12px;
     text-align: center;
     font-size: 20px;
     display: none;
     margin-top: 0px;
     margin-top: -7px;
     margin: auto;
     background: rgba(231, 231, 231, 0.45);
   }
   
   #eqution span{
     cursor: pointer;
     margin-left: 10px;
     margin-right: -74px;
   }
   #eqution2 span{
     cursor: pointer;
     margin-left: 13px;
     margin-right: -29px;
   }
   
   #eqution3 span{
     cursor: pointer;
     margin-left: 10px;
     margin-right: 3px;
   }
   
   #eqution4 span{
     cursor: pointer;
     margin-left: 17px;
     margin-right: -51px;
   }
   
   #eqution5 span{
     cursor: pointer;
     margin-left: 15px;
     margin-right: 16px;
   }
   
   #eqution6 span{
     cursor: pointer;
     margin-left: 16px;
     margin-right: -150px;
   }
   
   
   #span{
     cursor: pointer;
   }
   
   .tit{
     color: #c52011;
     text-align: center;
     font-size: 40px;
   }
   
   @media (max-width: 654px) {
     #eqution,#eqution2,#eqution3,#eqution4,#eqution5,#eqution6{
       font-size: 20px;
       width: 400px;
     }
     #replay,#replay2,#replay3,#replay4,#replay5,#replay6{
       font-size: 17px;
       width: 400px;
     }
   }
   
   @media (max-width: 460px) {
     #eqution,#eqution2,#eqution3,#eqution4,#eqution5,#eqution6{
       font-size: 19px;
       width: 308px;
     }
     #replay,#replay2,#replay3,#replay4,#replay5,#replay6{
       font-size: 15px;
       width: 308px;
     }
     #eqution span{
       margin-right: 0px;
     }
     #eqution6 span{
       margin-right: 0px;
     }
   }

   /* Start Section quistion */




/** footer **/

footer .container{
	max-width: 1170px;
	margin:auto;
	text-align: center;
}
footer .row{
	display: flex;
	flex-wrap: wrap;
}
footer ul{
	list-style: none;
}
.footer{
	background-color: #53060c;
    padding: 70px 0;
	height: 100%;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 37px;
	width: 37px;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;	
	transition: all 0.5s ease;
	border: solid 1px #7a7a7a;
  margin: 5px;
}
.footer-col .social-links a:hover{
	color: #ffffff;
	background-color: #464545;
}

@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

footer hr{
	margin-top: 22px;
  margin-bottom: -34px;
}


footer .end{
	background-color: #134251;
	width: 100%;
	height: 100px;
	margin-top: 33px;
  }



  @media (max-width: 716px) {
	footer .p-end{
		padding-top: 27px;
          padding-right: 185px;
	}
  }


/** end footer **/



#btn_up{
     background-color: #c52011;
     border-radius: 50%;
     border: none;
     height: 50px;
     width: 50px;
     color: white;
     cursor: pointer;
     position: fixed;
     bottom: 10px;
     display: none;
     font-size: 30px;
 }

 .p-prodact{
     text-align: end;
  padding: 10px;
 }

 @media (max-width: 429px) {
	.navigation .navbar-collapse{
		    right: -6px;
	}
}

.main-section{
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 133px;
     background-color: #edede9;
}

.container {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
   }
   
   .container .card {
     position: relative;
     min-width: 320px;
     height: 380px;
     box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
       inset -5px -5px 15px rgba(255, 255, 255, 0.1),
       5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
     border-radius: 15px;
     margin: 30px;
     transition: 0.5s;
   }
   
   .container .card:nth-child(1) .box .content a {
     background: #2196f3;
   }
   
   .container .card:nth-child(2) .box .content a {
     background: #e91e63;
   }
   
   .container .card:nth-child(3) .box .content a {
     background: #23c186;
   }
   
   .container .card .box {
     position: absolute;
     top: 20px;
     left: 20px;
     right: 20px;
     bottom: 20px;
     background: #2a2b2f;
     border-radius: 15px;
     display: flex;
     justify-content: center;
     align-items: center;
     overflow: hidden;
     transition: 0.5s;
     left: 24px;
   }
   
   .container .card .box:hover {
     transform: translateY(-50px);
   }
   
   .container .card .box:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 50%;
     height: 100%;
     background: rgba(255, 255, 255, 0.03);
   }
   
   .container .card .box .content {
     padding: 20px;
     text-align: center;
   }
   
   .container .card .box .content .heading {
     position: absolute;
     top: -10px;
     right: 30px;
     font-size: 8rem;
     color: rgba(255, 255, 255, 0.1);
   }
   
   .container .card .box .content .content {
     font-size: 1.8rem;
     color: #fff;
     z-index: 1;
     transition: 0.5s;
     margin-bottom: 15px;
   }
   
   .container .card .box .content p {
     font-size: 1rem;
     font-weight: 300;
     color: #858589;;
     z-index: 1;
     transition: 0.5s;
     margin-bottom: -46px;
   }
   
   .container .card .box .content a {
     position: relative;
     display: inline-block;
     padding: 8px 20px;
     background: black;
     border-radius: 5px;
     text-decoration: none;
     color: white;
     margin-top: 20px;
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
     transition: 0.5s;
   }
   
   .container .card .box .content a:hover {
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
     background: #fff;
     color: #000;
   }
   

   
 @media (max-width: 1132px) {
	.main-section{
		   display: grid;
	}
}

.title-gool {
     color: #c52011;
     top: 100px;
  text-align: center;
  font-size: 2.2em;
  font-weight: 800;
 }