*{
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -webkit-font-smoothing:antialised;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
}
html,body{
    padding: 0;
    margin: 0;
    border-radius: 0;
    overflow-x: hidden;
}
em{
    font-style: normal;
}
body{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #242424;
    background-color: #f0f0f0;
}
a,
button,input,input[type="button"],input[type="submit"],.btn{
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -mox-transition:all 300ms ease-in-out;
    -ms-transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    outline: none !important;
    text-decoration: none;
    border: none;
    font-style: normal;
    text-decoration: none;
}
input{
    width: 100px;
}
img,figure{
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
ul,ol,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
a,a:hover,a:focus{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p{
    font-weight:normal;
    margin: 0;
}
input,textarea{
    padding: 5px 10px;
    transition: all .3s ease;
    -webkit-transition:all .3 ease;
    -moz-transition:all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition:all .3s ease;
}

/*buttons*/

input: :-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    opacity: 1;
    color: #000;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
    opacity: 1;
    color: #000;
}
input: :-moz-placeholder,
textarea::-moz-placeholder{ 
    opacity: 1;
    color: #000;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
    opacity: 1;
    color: #000;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0 auto;
}

.cms_area .container{
    max-width: 1140px;
    margin: 0 auto;
}

.cms_area{
    padding: 65px 0;
}
.cms_hdng{
    text-align: center;
}
h1,h2,h3,h4,h5,h6{
    margin-bottom: 20px;
    margin-top: 0;
}
p{
    margin-bottom: 20px;
    font-size: 15px;
}
.cms_hdng h1{
    color: #333;
    font-size: 40px;
    font-weight: bold;
}
.cms_editor_content{
    background:rgba(255,255,255,1)
    padding: 30px;
    border-radius:10px;
}
.cms_editor_content ul li,.cms_editor_content ol li{
    margin-bottom: 15px;
}
.cms_editor_content ul, .cms_editor_content ol{
    margin:0 0 40px;
    padding: 0 0 0 20px;
}
.cms_editor_content ul li{
    list-style:disc;
}
.cms_editor_content ol li{
    list-style: auto;
}
.cms_editor_content img{
    margin-bottom: 30px;
}
.about-box{
    background-color:#b81f25;
     text-align:center;
      font-size:40px;
       text-decoration:none;
    width:100%;
     height:200px;
      padding:10px;
       border:1px solid #fff;
        color:#fff;
    }
.breadcrumb{
    font-size: 20px;
    text-decoration:none; 
    color:#fff; 
    text-align:left;
    list-style:none;
    
}

 /* Footer   */ 
  
  
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
 *{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: "Poppins" , sans-serif;
 }
 body{
   min-height: 100vh;
   width: 100%;
   background: #fff;
 }
 footer{
   
   background: #24262b;;
   width: 100%;
   bottom: 0;
   left: 0;
 }
 footer::before{
  
 }
 footer .content{
   max-width: 1250px;
   margin: auto;
   padding: 30px 40px 40px 40px;
 }
 footer .content .top{
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 50px;
 }
 .content .top {
   color: #fff;
   font-size: 30px;
 }
 .content .top d{
   display: flex;
 }
 .content .top  a{
   height: 40px;
   width: 40px;
   margin: 0 8px;
   border-radius: 50%;
   text-align: center;
   line-height: 40px;
   color: #fff;
   font-size: 17px;
   text-decoration: none;
   transition: all 0.4s ease;
 }
 .top  a:nth-child(1){
   background: #4267B2;
 }
 .top  a:nth-child(1):hover{
   color: #4267B2;
   background: #fff;
 }
 .top  a:nth-child(2){
   background: #1DA1F2;
 }
 .top  a:nth-child(2):hover{
   color: #1DA1F2;
   background: #fff;
 }
 .top  a:nth-child(3){
   background: #E1306C;
 }
 .top  a:nth-child(3):hover{
   color: #E1306C;
   background: #fff;
 }
 .top  a:nth-child(4){
   background: #0077B5;
 }
 .top  a:nth-child(4):hover{
   color: #0077B5;
   background: #fff;
 }
 .top  a:nth-child(5){
   background: #FF0000;
 }
 .top  a:nth-child(5):hover{
   color: #FF0000;
   background: #fff;
 }
 footer .content .link-boxes{
   width: 100%;
   display: flex;
   justify-content: space-between;
 }
 footer .content .link-boxes .box{
   width: calc(100% / 5 - 10px);
 }
 .content .link-boxes .box .link_name{
   color: #fff;
   font-size: 18px;
   font-weight: 400;
   margin-bottom: 10px;
   position: relative;
 }
 .link-boxes .box .link_name::before{
   content: '';
   position: absolute;
   left: 0;
   bottom: -2px;
   height: 2px;
   width: 35px;
   background: #fff;
 }
 .content .link-boxes .box li{
   margin: 6px 0;
   list-style: none;
 }
 .content .link-boxes .box li a{
   color: #fff;
   font-size: 14px;
   font-weight: 400;
   text-decoration: none;
   opacity: 0.8;
   transition: all 0.4s ease
 }
 .content .link-boxes .box li a:hover{
   opacity: 1;
   text-decoration: underline;
 }
 .content .link-boxes .input-box{
   margin-right: 55px;
 }
 .link-boxes .input-box input{
   height: 40px;
   width: calc(100% + 55px);
   outline: none;
   border: 2px solid #AFAFB6;
   background: #E1306C;
   border-radius: 4px;
   padding: 0 15px;
   font-size: 15px;
   color: #fff;
   margin-top: 5px;
 }
 .link-boxes .input-box input::placeholder{
   color: #AFAFB6;
   font-size: 16px;
 }
 .link-boxes .input-box input[type="button"]{
   background: #fff;
   color: #140B5C;
   border: none;
   font-size: 18px;
   font-weight: 500;
   margin: 4px 0;
   opacity: 0.8;
   cursor: pointer;
   transition: all 0.4s ease;
 }
 .input-box input[type="button"]:hover{
   opacity: 1;
 }
 footer .bottom-details{
   width: 100%;
   background: #0F0844;
 }
 footer .bottom-details .bottom_text{
   max-width: 1250px;
   margin: auto;
   padding: 20px 40px;
   display: flex;
   justify-content: space-between;
 }
 .bottom-details .bottom_text span,
 .bottom-details .bottom_text a{
   font-size: 14px;
   font-weight: 300;
   color: #fff;
   opacity: 0.8;
   text-decoration: none;
 }
 .bottom-details .bottom_text a:hover{
   opacity: 1;
   text-decoration: underline;
 }
 .bottom-details .bottom_text a{
   margin-right: 10px;
 }
 @media (max-width: 900px) {
   footer .content .link-boxes{
     flex-wrap: wrap;
   }
   footer .content .link-boxes .input-box{
     width: 40%;
     margin-top: 10px;
   }
 }
 @media (max-width: 700px){
   footer{
     position: relative;
   }
   .content .top {
     font-size: 26px;
   }
   .content .top  a{
     height: 35px;
     width: 35px;
     font-size: 14px;
     line-height: 35px;
   }
   footer .content .link-boxes .box{
     width: calc(100% / 3 - 10px);
   }
   footer .content .link-boxes .input-box{
     width: 60%;
   }
   .bottom-details .bottom_text span,
   .bottom-details .bottom_text a{
     font-size: 12px;
   }
 }
 @media (max-width: 520px){
   footer::before{
     top: 145px;
   }
   footer .content .top{
     flex-direction: column;
   }
   .content .top d{
     margin-top: 16px;
   }
   footer .content .link-boxes .box{
     width: calc(100% / 2 - 10px);
   }
   footer .content .link-boxes .input-box{
     width: 100%;
   }
 }
 
/* pop up */ 
*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.btn-color-a{
	color:#fff;
	text-decoration:none;
    list-style:none;	
}
.btn-color-a a{
	color:#fff;
    font-weight:bold;
}


.popup{
  background-color:#b81f25;
  width: 500px;
  padding: 30px 40px;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 70%;
  border-radius: 8px;
  font-family: "Poppins",sans-serif;
  display: none;
 z-index:9999;
  color:#fff;
}
.popup button{
  display: block;
  margin:  0 0 20px auto;
  background-color: transparent;
  font-size: 30px;
  color: #c5c5c5;
  border: none;
  outline: none;
  cursor: pointer;
}
.popup p{
  font-size: 14px;
  text-align: justify;
  margin: 20px 0;
  line-height: 25px;
}
 .popup:a{
  display: block;
  width: 150px;
  position: relative;
  margin: 10px auto;
  text-align: center;
  background-color: #0f72e5;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .popup{
    width:350px ;
  } 
}
@media screen and (max-width: 480px) {
  .popup{
   width:350px ;
  } 
}
@media screen and (max-width: 580px) {
  .popup{
   width:350px ;
  } 
}

*
{
	margin: 0;
	padding:0;
}

.floating-social-icon-on
{
	position: fixed;
	top: 50%;
	padding:auto;
  
	right:-8px;
  transform: rotate( 315deg );
  background-color: #660029;
  z-index: 999;
  
}

.floating-social-icon-call
{position: fixed;
	top: 75%;
	padding: auto;
	right:0px;
  transform: rotate( 315deg );
  background-color: #660029;
  z-index: 999;}






*
{
	margin: 0;
	padding:0;
}

.floating-social-icon
{
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
  z-index: 999;
}
.floating-social-icon a
{
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat';
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.floating-social-icon a .icon
{
	width: 40px;
	height: 40px;
	display: inline-block;
	background-color: #333;
	text-align: center;
}

.floating-social-icon a .icon .fa
{
	line-height: 40px;
}

.floating-social-icon a .text
{
	display: inline-block;
	font-size: 14px;
	background-color: #333;
	height: 40px;
	padding: 0 15px;
	opacity: 0;
	visibility: hidden;
	position: relative;
	left: 15px;
	transition: left .2s linear;
	line-height: 40px;
}

.floating-social-icon a:hover .text
{
	left: 25px;
	opacity: 1;
	visibility: visible;
}

.floating-social-icon a .text:before
{
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: -8px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	background-color: #333;
}


.floating-social-icon a:nth-child(1) .text,
.floating-social-icon a:nth-child(1) .icon,
.floating-social-icon a:nth-child(1) .text:before
{
	background-color: #4966ab;
}

.floating-social-icon a:nth-child(2) .text,
.floating-social-icon a:nth-child(2) .icon,
.floating-social-icon a:nth-child(2) .text:before
{
	background-color: #35abda;
}
.floating-social-icon a:nth-child(3) .text,
.floating-social-icon a:nth-child(3) .icon,
.floating-social-icon a:nth-child(3) .text:before
{
	background-color: #9d3d8c;
}
.floating-social-icon a:nth-child(4) .text,
.floating-social-icon a:nth-child(4) .icon,
.floating-social-icon a:nth-child(4) .text:before
{
	background-color: #0c6fae;
}
.floating-social-icon a:nth-child(5) .text,
.floating-social-icon a:nth-child(5) .icon,
.floating-social-icon a:nth-child(5) .text:before
{
	background-color: #e13d38;
}
.floating-social-icon a:nth-child(6) .text,
.floating-social-icon a:nth-child(6) .icon,
.floating-social-icon a:nth-child(6) .text:before
{
	background-color: #0f9b26;
}


.top_bar{background: #b81f25;padding: 5px 0px;}
.top_bar h6{margin: 0px;font-size: 14px;color: #fff;}
.top_bar h6 a{color:inherit;margin-right: 3px;margin-left: 3px;}
.top_bar h6 span{margin-right:5px;font-size: 16px;}
.top_bar .top_iso{text-align:right;}
.top_iso a{color:#fff;}





