@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Work Sans');
@import url('https://fonts.googleapis.com/css2?family=Work Sans:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn&display=swap');
body {
        background: white;
        transition: 0.5s ease;
        background-size: 100% 100%;
      font-family: "Montserrat", sans-serif;    text-decoration: none;
      font-size: 12pt;

    }
body, h1, h2, h3, div, p, i, ul, li, a, span, img {
      font-family: "Montserrat", sans-serif;    text-decoration: none;
      font-weight: normal;
      margin: 0;
      padding: 0;
      text-align:left;
    }
    a
    {
      text-decoration: none;
      color: black;
    }
body
{
    margin: 0px;
    padding: 0px;
    background: white;
/*  background: url('../img/backimg.jpg');
  background-size: 100% 100%;
  background-attachment: fixed;
*/  }
.container
{
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.page
{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
}
.page-md
{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
}

/*-------header---------*/
.header
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px -5px black;
}
.header .header-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.header .header-con .web-logo
{
  position: relative;
  float: left;
  width: 30%;
  box-sizing: border-box;
  padding: 14px 0px;
  transition: 0.5s ease;
}
.header .header-con .web-logo img
{
  position: relative;
  float: left;
  width: 90%;
  box-sizing: border-box;
}
.header .header-con .header-right
{
  position: relative;
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding: 0px 0px;
        transition: 0.5s ease;
}
.header .header-con .header-right .hr-top
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
}
.header .header-con .header-right .hr-top .d-box
{
  position: relative;
  float: right;
  width: 70%;
  box-sizing: border-box;
  padding: 0px 0px;
}
.header .header-con .header-right .hr-top .d-box .dcol
{
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0px 6px;
}
.header .header-con .header-right .hr-top .d-box .dcol span
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 10px;
}
.header .header-con .header-right .hr-top .d-box .dcol span a
{
  float: left;
  width: 100%;
  color: white;
  padding: 5px 25px;
  border:0px solid #79B31B;
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 1s ease;
    background: linear-gradient(250deg, #c69145, #d2a85b);
    font-family: 'Montserrat';
    cursor: pointer;
    font-size: 14pt;
    box-sizing: border-box;
    text-align: center;
}
.header .header-con .header-right .hr-top .d-box .dcol span a.get_app
{
  animation: get_appo_new 1s infinite;
}
@keyframes get_appo_new {
  0%   {
    background: linear-gradient(250deg, #c69145, #d2a85b);
    box-shadow: 0px 0px 20px -10px black;

    }
  100% {
    background: linear-gradient(250deg, #111, #222);
        box-shadow: 0px 0px 0px 0px black;


  }
}


.slider
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.slider .slider-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.body-content
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.body-content .body-content-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.header .header-con .header-right-mob
{
  display: none;
}


.anim_masked{
  background: url('../img/webicon/anim1.jpg') repeat;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text ;
  -webkit-animation-name: masked-animation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes masked-animation {
  0% {background-position: left;}
  100% {background-position: right;}
}


.web_masked{
  background: url('../img/webicon/anim1.jpg') repeat, white;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: web-masked-animation;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes web-masked-animation {
  0% {background-position: left bottom;}
  100% {background-position: right bottom;}
}


.text_masked{
  background: url('../img/webicon/heading.jpeg') repeat, white;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation-name: text_masked_animation;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes text_masked_animation {
  0% {background-position: left bottom;}
  100% {background-position: right bottom;}
}




.navbar
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px; 
}
.navbar .navbar-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.navbar .navbar-con .nav-menu
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
  list-style-type: none;
}
.navbar .navbar-con .nav-menu li
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
}

.navbar .navbar-con .nav-menu li a
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  color: #111;
  font-weight: bold;
  font-family: 'Montserrat', serif;
  font-size: 12pt;
  cursor: pointer;
  
}
.navbar .navbar-con .nav-menu li a:hover
{
  /*background: #5b9b19;*/
}
.navbar .navbar-con .nav-menu li:hover a
{
  /*background: #5b9b19;*/
}
.navbar .navbar-con .nav-menu li:hover .submenu
{
  display: block;
}

.navbar .navbar-con .nav-menu li .submenu
{
  position: absolute;
  float: left;
  width: 250px;
  box-sizing: border-box;
  background: white;
  margin-top: 38px;
  list-style: none;
  z-index: 100;
  display: none;
  box-shadow: 0px 0px 10px -5px;
 /* background: linear-gradient(139deg, rgb(93, 140, 13) 0%, rgb(97, 138, 27) 3%, rgb(145, 208, 40) 15%, rgb(94, 140, 16) 28%, #6fa713 45%, rgb(100, 140, 31) 61%, rgb(112, 169, 18) 75%, rgb(151, 216, 43) 85%, rgb(130, 181, 45) 95%, rgb(105, 165, 4) 100%);*/
}
.navbar .navbar-con .nav-menu li .submenu li
{
  width: 100%;
}
.navbar .navbar-con .nav-menu li .submenu li a
{
  width: 100%;
  color: gray;
}
.navbar .navbar-con .nav-menu li a i
{
  font-size: 8pt;
}

.navbar .navbar-con .nav-menu li .submenu li a:hover
{
  background: #eee;
  color: black;
}
    .common-image
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .common-image .common-image-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 120px;
  }
  .common-image .common-image-con img
  {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
       .breadcrumb
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 5px solid #444;
    background: #fff;
    box-shadow: 0px 0px 20px -5px black;
  }
  .breadcrumb .breadcrumb-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }
  .breadcrumb .breadcrumb-con a
  {
    position: relative;
    float: left;
    width: auto;
    box-sizing: border-box;
    font-family: inherit;
    padding: 10px 6px;
    font-size: 12pt;
    color: black;
  }

  .cnt-box
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.cnt-box .cnt-box-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
}
.cnt-box .cnt-box-con img
{
  position: relative;
  float: left;
  width: 40%!important;
  margin-left: 30%;
  box-sizing: border-box;
  padding: 10px 30px;
}

.cnt-box .cnt-box-con p
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 30px;
  font-family: 'Montserrat';
  text-align: left;
  color: gray;
  padding-bottom: 10px;
}
.cnt-box .cnt-box-con h3
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 30px;
  font-family: 'Josefin Sans';
  text-align: left;
  color: #016399;
  font-size: 18pt;
}
.cnt-box .cnt-box-con strong
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 30px;
  font-family: 'Josefin Sans';
  text-align: left;
  color: gray;
  font-size: 13pt;
}
.cnt-box .cnt-box-con span
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 30px;
  font-family: 'Montserrat';
  text-align: left;
  color: black;
}
.cnt-box .cnt-box-con img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 30px;
  font-family: 'Montserrat';
  text-align: center;
  color: gray;
  padding-bottom: 50px;
}
.cnt-box .cnt-box-con ul
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 60px;
  font-family: 'Montserrat';
  text-align: center;
  color: gray;
  padding-bottom: 50px;
}
.cnt-box .cnt-box-con ul li
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Montserrat';
  text-align: left;
  color: gray;
  padding: 4px;
}

/*----------footer css-------*/

.footer
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0px;
  background: linear-gradient(250deg, #eee, #ccc);
}
.footer .footer-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
}
.footer .footer-con .footer-top .ft-link
{
  position: relative;
  float: left;
  width: 25%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .ft-link h2
{
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Exo 2';
  box-sizing: border-box;
}
.footer .footer-con .footer-top .ft-link a
{
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Montserrat';
  padding: 4px 0px;
  box-sizing: border-box;
  transition: 0.5s ease;
}
.footer .footer-con .footer-top .ft-link a:hover
{
  color: #f18614;
  padding: 4px 10px;
}

.footer .footer-bottom
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
background: linear-gradient(250deg, #c69145, #d2a85b);
}
.footer .footer-bottom p
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  text-align: center;
  font-family: 'Montserrat';
  color: white;
}



  .heading
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px;
  }
  .heading h1,h2,h3,h4,h5,h6
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px;
    font-family: 'Montserrat'!important;
    font-weight: normal;
    color: #424146;
  }
  .heading h1
  {
    font-size: 25pt;
  }
  .heading h1.center
  {
    text-align: center;
    font-weight: 600;
  }
  .heading h2
  {
    font-size: 25pt;
  }
  .heading h2 span
  {
    color: orange;
    
    font-weight: normal;
  }
  .heading h1 span
  {
    color: orange;
    
    font-weight: normal;
  }
.heading h1 img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 500px;
}
  .heading line
  {
    padding: 2px;
    border-radius: 50px;
    background: white;
    position: relative;
    float: left;
    width: 5%;
    margin-left: 47.5%;
    margin-top: 0px;
      border: 3px solid;
  border-color: #c69145 #c69145  #c69145 #c69145;
  display: none;
  }


    .content-box
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .content-box .content-box-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0px;
  }
  .content-box .content-box-con img
  {
    position: relative;
    float: left;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    box-sizing: border-box;
    padding: 20px 0px;
  }
  .content-box .content-box-con h1,h2,h3,h4,h5,h6
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px;
    
    font-weight: normal;
    color: #2e2e2e;
  }
  .content-box .content-box-con h1
  {
    font-size: 30pt;
  }
  .content-box .content-box-con h2
  {
    font-size: 25pt;
  }
  .content-box .content-box-con h3
  {
    font-size: 20pt;
  }
  .content-box .content-box-con h4
  {
    font-size: 16pt;
  }
  .content-box .content-box-con h5
  {
    font-size: 14pt;
  }
  .content-box .content-box-con h2 span
  {
    color: orange;
    
    font-weight: normal;
  }
  .content-box .content-box-con h1 span
  {
    color: orange;
    
    font-weight: normal;
  }


  .content-box .content-box-con p
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0px;
    
    line-height: 30px;
    font-weight: 300;
    color: #2e2e2e;
    text-align: justify;
    font-size: 12pt;
  }
  .content-box .content-box-con ul
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 30px;
    
        line-height: 30px;
    font-weight: 300;
  }
  .content-box .content-box-con ul li
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 0px;
    
        line-height: 30px;
    font-weight: 300;
    color: #2e2e2e;
  }


