/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 Jan, 2020, 5:55:02 PM
    Author     : Test
*/

:root {
    --color1: #334e9f;
    --color2: #5d9938;
    
}

body {
  background: #fff;
  color: #2f3138;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden; }

a {
  color: #f82249;
  transition: 0.5s; }

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none; }

p {
  padding: 0;
  margin: 0 0 30px 0; }

img {
  max-width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d; }

.list-group-item {
 position: relative;
    display: block;
    padding: .5rem .25rem;
    margin-bottom: 1px;
    background-color: #f2eded00;
    border-bottom: 1px solid rgba(236, 233, 233, 0.45);
    border-top: none;
    border-left: none;
    border-right: none;}

/* removing blue outline from buttons */
button:focus, button:active {
  outline: none; }



.bg-slider{
    height: 90vh;
    overflow: hidden;
    position: relative;
    background-position: 50% !important;
    background-size: cover !important;
}
.bg-over:after{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(45deg,rgba(63, 63, 63, 0.14),rgba(73, 72, 72, 0.52));
}
.slider-sec{
    position: relative;
   
}

.slider-heading{
       position: relative;
    z-index: 9;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 23%;
    top: 90px;
    
}
.slider-heading .h11{
         font-size: 50px !important;
    color: #fff !important; 
    position: relative;
}

.slider-heading .h11:before{
       content: '';
    border-top: solid 1px #fff !important;
    border-bottom: solid 1px #fff !important;
}
.slider-heading .h11:after{
     content: '';
    border-top: solid 1px #fff !important;
    border-bottom: solid 1px #fff !important;
}

.headding-all{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.headding-all .h11{
      font-family: 'Roboto Slab', serif;
    font-size: 40px;
    line-height: 36px;
    font-weight: 300;
    text-shadow: 1px 1px #83878a;
    clear: both;
    display: inline;
    text-transform: uppercase;
    margin: 0px 0px 13px 0px !important;
    position: relative;
    overflow: hidden;
    color: #02a3d8;
}
.headding-all .h11 span{
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.headding-all .h11:before{
        content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: -250px;
    height: 5px;
    width: 30%;
    border-top: solid 1px #83878a;
    border-bottom: solid 1px #83878a;
}
.headding-all .h11:after{
        content: '';
    display: block;
    position: absolute;
    top: 25px;
    right: 125px;
    height: 5px;
    width: 30%;
    border-top: solid 1px #83878a;
    border-bottom: solid 1px #83878a;
}
.headding-all .p1{
    font-size: 25px;
    text-align: center;
    color: #83878a;
}
.slider-heading p{
    color: #fff;
    font-size: 2em;
    text-align: center;
}
.title-wrap{
    width: 100%;
    display: block;
    padding: 0px 0px 5px 0px;
    
}
.sub-title{
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #f76e0b;    
}
.full-width{
    width: 100%;
}
.section-p-m{
    margin-top: 50px;
}
.max-h{
    max-height: 350PX;
    overflow: hidden;
    overflow-y: scroll;
}
.footer-bg{
        background: #059ed7;
        padding: 50px 0px 20px 0px;
}
.text-white{
    color: #fff;
}
.footer-heading .h11:before{
       content: '';
    border-top: solid 1px #fff !important;
    border-bottom: solid 1px #fff !important;
}
.footer-heading .h11:after{
     content: '';
    border-top: solid 1px #fff !important;
    border-bottom: solid 1px #fff !important;
}
.footer-logo{
    text-align: center;
    display: block;
    margin: auto;
    background: #f1f1f100;
    padding: 4px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.bg2{
    background: aliceblue;
    padding: 50px;
}
.mob-num{
    float: right;
    background: #00a0d2;
    padding: 7px 20px;
    border-radius: 20px;
    box-shadow: 4px 6px 0px rgb(152, 178, 210);
}
.mob-num a{
    color: #fff;
}

p{
    text-align: center;
}


.iocn-container i{
    font-size: 72px;
    display: block;
    padding-top: 30px;
    padding-bottom: 23px;
    color: #ca763d;
}
.iocn-container .h4{
    color: #505050;
   font-weight: bold;
   text-transform: uppercase;
}
.iocn-container {
    padding: 0px 30px;
    height: 270px;
    border: 1px solid #83878a;
    border-radius: 10px;
}
.iocn-container{
text-align: center;
}
.iocn-container p{
    text-align: center;
}


@media (max-width: 768px) {
.headding-all .h11:after,
.headding-all .h11:before,
.mob-num{
    display: none;
}
.headding-all .h11{
    font-size: 30px;
}
.headding-all .p1 {
    font-size: 18px;
}
.section-p-m {
    margin-top: 0px;
}
.max-h{
    margin-top: 20px;
}
.slider-heading .h11{
    font-size: 33px !important;
  }
  .slider-heading p{
    font-size: 1.2em;
  }
  p {
    text-align: justify;
  }
  .bg2{
    padding: 50px 0;
  }
}
