/* Updated on 19 July 2023*/
*
{
    margin: 0px;
    padding: 0px;
}
html, body {
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    font-family: arial;
}
ol, li
{
  color: #fff;
}
.margin_zero
{
  margin-left: 0px;
}
.mrg_bottom
{
  margin-bottom:0px;
}
.padding_photogallery_box
{
  padding: 8px 0px;
}
.border_left
{
  border-right: 1px solid #2c2c60;
}
.top_bar{
    background:#2c2c60; /* Previous was green #00652e;*/
   /* background: -webkit-linear-gradient(#00652e,#db6520,#ed7e3d); 
    background: -o-linear-gradient(#00652e,#db6520,#ed7e3d);
    background: -moz-linear-gradient(#00652e,#db6520,#ed7e3d); 
    background: linear-gradient(#00652e,#db6520,#ed7e3d);*/
    height: 23px;
  } 
  .header_setting
  {
    background:#fff;
  }
   .top_bar ul
   {
   margin-right:18px; 
  }
  .top_bar ul li
  {
    display: inline-block;
    padding: 2px;
  }
.top_bar ul li a
{
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    
}
@media(max-width:767px)
{
  .border_left
  {
    border-right: none;
  }
  .mrg_bottom
  {
    margin-bottom:10px;
  }
    .top_bar{

   height: 19px;
  } 
   .top_bar ul
  {
   margin-right:18px; 
       margin-top: -3px;
  }
  .top_bar ul li
  {
    display: inline-block;
    font-size: 9px;
  }
.top_bar ul li a
{
   
    font-size: 9px;
    text-decoration: none;
    
}

}
@media(min-width: 768px) and (max-width: 991px)
{
  .mrg_bottom
  {
    margin-bottom:10px;
  }
    .top_bar{

   height: 20px;
  } 
   .top_bar ul
  {
   margin-right:18px; 
  }
  .top_bar ul li
  {
    display: inline-block;
    font-size: 11px;
  }
.top_bar ul li a
{
   
    font-size: 9px;
    text-decoration: none;
    
}
} 
@media(min-width: 992px) and (max-width: 1199px)
{
      .top_bar ul li
  {
    display: inline-block;
    font-size: 12px;
  }
    .top_bar ul li a
    {
       
        font-size: 10px;
        text-decoration: none;
        
    }
} 
@media(min-width: 1200px) and (max-width: 1600px)
{
      .top_bar ul li
  {
    display: inline-block;
    font-size: 12px;
  }
    .top_bar ul li a
    {
       
        font-size: 11px;
        text-decoration: none;
        
    }
} 
.social_icons{
  margin-right:15px;
  }
  .email_setting
  {
    font-size:12px; color:#fff; margin-left:5px; font-family: arial;
  }
  .glyphicon{
    color: #fff;
  }

/*nav menu*/

/*header
{
  position:relative;width:100%;background:#fff;
}*/
header
{
  
    width: 100%;
    height: auto;
    top: 0px;
    background: #fff;
}
.fixedheader
{
  position:relative;
   position: fixed;
   z-index: 9999999;
/*  padding: 0px;*/
  transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border-bottom: 2px solid #2c2c60;
    width: 100%;
    height: auto;
    top: 0px;
   
    }
.slider_setting
{
  margin-top: 99px;
}
.slider_setting_Imfgallery
{
  margin-top: 120px;
}
@media(max-width: 767px)
{
  
.slider_setting_Imfgallery
{
  margin-top: 104px;
}
}
@media(min-width: 768px) and (max-width:991px)
{
  .slider_setting
{
  margin-top: 82px;
}
 .slider_setting_Imfgallery
{
  margin-top: 107px;
}
}
@media(min-width: 992px) and (max-width:1199px)
{
  .slider_setting
{
  margin-top: 83px;
}
 .slider_setting_Imfgallery
{
  margin-top: 107px;
}
}
@media(min-width: 1200px) and (max-width:1600px)
{
  .slider_setting
{
  margin-top: 95px;
}
 .slider_setting_Imfgallery
{
  margin-top: 113px;
}
}
.logo
{
    position: relative;
    z-index: 123;
    width: 275px;
    float: right;
    margin-bottom: 2px;
    margin-top: -6px;
  }

/*-------Social Media-------------*/
.ddplindia_social {
  position: relative;
  z-index: 1050
}
.social {
  position: fixed;
    top: 5%;
    right: 17px;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(0, -350px, 0);
  -moz-transform: translate(0, -350px, 0);
  -ms-transform: translate(0, -350px, 0);
  -o-transform: translate(0, -350px, 0);
  transform: translate(0, -350px, 0)
}
.social ul li {
  
   display: inline-block;
    margin: 5px 0 0 0;
    background: rgba(234, 234, 234, 0.5);
    border: 1px solid #d2d2d2;
    width: 32px;
    height: 25px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social ul li:hover {
  /*height: 135px;*/
  /*-webkit-transform: translate(0, 0px, 0);
  -moz-transform: translate(0, 0px, 0);
  -ms-transform: translate(0, 0px, 0);
  -o-transform: translate(0, 0px, 0);
  transform: translate(0, 0px, 0);
  background: rgba(255, 255, 255, 1)*/
}
.social ul li a {
  color: transparent
}
.social ul li:hover a {
  color: #000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}
.social ul li:hover i {
  color: #fff;

  /*-webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s*/
}
.social ul li i {
  margin-right: 10px;
    color: #fff;
    padding: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 20px;
    font-size: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.androidapp
{
  color:#2c2c60;
  background:rgb(175, 201, 4);
  text-align: center;
}
.androidapp:hover 
{
  background: rgba(175, 201, 4, 0.5);
}

.youtube {
  background: rgba(187, 0, 0, 1);
  text-align: center;
}
.youtube:hover {
  background: rgba(187, 0, 0, 0.5)
}
.fb {
  background: rgba(59, 89, 152, 1);
  text-align: center;
}
.fb:hover {
  background: rgba(109, 132, 180, 0.5)
}
.blog {
  background: rgba(242, 108, 55, 1);
  text-align: center;
}
.blog:hover {
  background: rgba(242, 108, 55, 0.5)
}
.twitter {
  background: rgba(85, 172, 238, 1);
  text-align: center;
}
.twitter:hover {
  background: rgba(85, 172, 238, 0.5)
}
.insta {
  text-align: center;
  background: rgba(138, 58, 85, 1);
  background: -webkit-linear-gradient(45deg, #f5d006, #ef0717, #7a37ab);
  background: -o-linear-gradient(45deg, #f5d006, #ef0717, #7a37ab);
  background: -moz-linear-gradient(45deg, #f5d006, #ef0717, #7a37ab);
  background: linear-gradient(45deg, #f5d006, #ef0717, #7a37ab)
}
.insta:hover {
  background: rgba(138, 58, 85, 0.5);
}
.googleplus {
  background: rgba(221, 75, 57, 1);
  text-align: center
}
.googleplus:hover {
  background: rgba(221, 75, 57, 0.5);
}
/*-------Social Media-------------*/


nav{position:relative;margin:0 auto; margin-right: 110px}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile
{
  border:0;list-style:none;line-height:1;display:block;position:relative;
  -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}

#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
#cssmenu #head-mobile{display:none;}
#cssmenu{font-family:arial;margin-top: 16px;float: right; display: inline-block !important;}
#cssmenu > ul > li{float:left;}
#cssmenu > ul > li > a
{
  padding:10px 10px 10px 54px;font-size:17px;letter-spacing:1px;
  text-decoration: :none;color:#2c2c60;font-weight:bold; font-family: arial;
 ;}
#cssmenu ul li a:hover
{
  color: #2c2c60/*00afef*/; text-decoration: none;
}

#cssmenu > ul > li.has-sub > a {    padding-right: 30px;}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;
  display:block;background:#bb964f;content:'';}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;
  height:8px;background:#bb964f;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease;}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0;}
#cssmenu ul ul{position:absolute;left:-9999px;z-index: 10000; }
#cssmenu ul ul li
{
  height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease; background:#2c2c60; 
    transition:all .25s ease;}/*menu bg  */
#cssmenu li:hover > ul{left:auto;}
#cssmenu li:hover > ul > li{
  height:35px; margin-left:0px;
/*-moz-box-shadow:    inset 0 0 2px silver;
   -webkit-box-shadow: inset 0 0 2px silver;
   box-shadow:         inset 0 0 10px silver;*/
}
#cssmenu ul ul ul{margin-left:100%;top:0;}

#cssmenu ul ul li a
{
 
  padding:11px 15px;width:240px;font-size:15px;text-decoration:none;font-weight:bold;
    border-top:1px solid #807f7f; color:white;
  }
#cssmenu ul ul li a:hover{background:#2c2c60;box-shadow: 1px 1px solid;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0;}
/* hover effect menu*/
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover
{
  color:#fff;font-weight: bolder;box-shadow: 5px 5px 10px #2c2c60;
  background: #bb964f;
    -moz-box-shadow:    inset 0 0 2px silver;
   -webkit-box-shadow: inset 0 0 2px silver;
   box-shadow:         inset 0 0 10px silver;}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#fff;content:'';}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#fff;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease;}

#cssmenu ul ul li.has-sub > a:after:hover{background:#000;content:'';}
#cssmenu ul ul li.has-sub > a:before:hover{background:#000;content:'';}

#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0;}
/*#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background: #fff; 
  /*border: 1px solid #5ECBF1;*//* color:#825aa3;}*/

#cssmenu ul ul ul li.active a{border-left:1px solid #333;}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{/*border-top:1px solid #f58634;*/}

    @media(max-width:767px)
{
  .logo
  {
    position: relative;
    z-index: 123;
    float: left;
    width: 150px;
    margin-left: 15px;   
    margin-top: 2px;
    margin-bottom: 2px;
  }
  
 .ddplindia_social
  {
    visibility: hidden;
  }

.button {
        width: 36px;
    height: 31px;
    position: absolute;
    right: 15px;
    top: -10px;
    cursor: pointer;
    z-index: 12399994;
    background-color: #2c2c60;
}
}
/* mobile */
@media(max-width: 767px)
{
  #cssmenu ul
{
    width: 140%;
    display: none;
    z-index: 999;
    position: absolute;
    background: #2c2c60;
    padding-top: 1px !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
    overflow-scrolling: touch!important;
    overflow: scroll!important;
    top: 24px;
    height: 232px;
    overflow: auto;
    right: 0px;
}

}
@media(min-width: 768px) and (max-width:991px)
{
  #cssmenu ul
{
    width: 90%;
    display: none;
    z-index: 999;
    position: absolute;
    background: #2c2c60;
    padding-top: 1px !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
    overflow-scrolling: touch!important;
    overflow: scroll!important;
    top: 33px;
    height: 232px;
    overflow: auto;
    right: 0px;
}
}
@media screen and (max-width:991px)
{

nav{
  width:100%;
}
#cssmenu{
  width:100%;
      float: none;
}

#cssmenu ul li{width:100%;border-top:1px solid #807f7f;}
#cssmenu ul li:hover{background: #bb964f; color:#2c2c60;border:none;
    -moz-box-shadow:    inset 0 0 2px silver;
   -webkit-box-shadow: inset 0 0 2px silver;
   box-shadow:         inset 0 0 10px silver;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a
{ 
  border-bottom: 0;
    color: #fff;
    margin-left: -30px;
    font-size: 13px;
    text-align: left;}
#cssmenu ul li a:hover {
      color: #fff;
}
#cssmenu ul ul li a
{
  color: #fff;
}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a
{
  padding-bottom: 16px;
    margin-left: 12px;
    border: none;
  }
#cssmenu ul ul li{}
#cssmenu ul ul li:hover{background:#bb964f!important;}
#cssmenu ul ul ul li a{padding-left:35px}/*
#cssmenu ul ul li a{color:#000;background:#fff;}*/
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color: #fff;margin-left: 0px;}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left;
  height: auto;/*margin-top: -17px;    margin-bottom: 25px;*/}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,
#cssmenu ul ul > li.has-sub > a:before
{display:none}
#cssmenu #head-mobile
{
  display:block;color:#000;font-size:12px;font-weight:700
}
.button:after{position:absolute;top:19px;right:8px;display:block;height:4px;width:20px;border-bottom:2px solid #fff;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:11px;right:8px;display:block;height:2px;width:20px;background:#fff;content:''}
.button.menu-opened:after
{
  -webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:18px;
  border:0;height:2px;width:20px;background:#fff;-webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);-ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);transform:rotate(45deg)
}
.button.menu-opened:before
{
  top:18px;background:#fff;width:20px;-webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);
  transform:rotate(-45deg)
}
#cssmenu .submenu-button
{
  position:absolute;z-index:99;right:0;top:0;display:block;
  height:32px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after
{
  position:absolute;top:22px;right:19px;width:8px;
  height:2px;display:block;background:#fff;content:''
}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff; overflow-y: scroll !important;
  -webkit-overflow-scrolling:touch !important;}
#cssmenu .submenu-button:before
{
  position:absolute;top:19px;right:22px;
  display:block;width:2px;height:8px;background:#fff;content:''
}
#cssmenu ul ul .submenu-button:before
{
  top:12px;right:16px
}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}/* @media screen and (max-width:991px) */

/*#cssmenu ul
{
   overflow-y: scroll !important;
  -webkit-overflow-scrolling:touch !important;
}*/
@media(max-width: 991px)
{
  #cssmenu .submenu-button.submenu-opened{overflow-y: scroll !important;
  -webkit-overflow-scrolling:touch !important;overflow-scrolling: auto!important;
}
}
@media(min-width: 768px) and (max-width:991px)
{
    .button {
    width: 36px;
    height: 34px;
    position: absolute;
     right: 16px;
    top: -5px;
    cursor: pointer;
    z-index: 12399994;
    background-color: #2c2c60;
  }
  .logo
  {
        width: 190px;
    float: left;
    margin-left: 16px;
    margin-top: 3px;
  }
  .social
    {
    position: fixed;
    top: 5%;
    right: 175px;
    }
 } 
@media(min-width: 992px) and (max-width:1199px)
{
  .logo
  {
     width: 207px;
    margin-top: 0px;
  }
   .social {
    position: fixed;
    top: 2%;
    right: 17px;
}
#cssmenu
{
      margin-top: 16px;
}
    #cssmenu ul 
    {
        display: block !important;
    }
   #cssmenu ul {
    border: 0;
    list-style: none;
    display: block; 
    position: relative; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:-4px;
    margin-left: 11px;
    margin-right: -49px;
}

#cssmenu > ul > li > a {
    font-size: 16px;
    text-decoration: none;
    padding: 9px 0px 2px 63px;
}

}
@media(min-width: 992px) and (max-width:1199px)
{
  .Health_Div
  {
    margin-left: -3px !important;
    padding-right: 50px !important;
  }
  .Opportunity_Div
  {
    margin-left: -3px !important;
  }
 }
 @media(min-width: 1200px) and (max-width:1500px)
{ 

  
  .Health_Div
  {
    margin-left: -3px !important;
  }

 } 
@media(min-width: 1200px) and (max-width:1500px)
{
    .logo
    {
      width: 240px;
     margin-top:0px;
    }
    #cssmenu
    {
          margin-top: 16px;
          margin-right: 60px;
    }
    #cssmenu ul{
    
   /* float: right;*/
  }
  #cssmenu ul ul ul {
    margin-left: 105%;
    top: 0;
  }
    #cssmenu  ul li.has-sub  a {
        padding-right: 20px;
    }
#cssmenu > ul > li {
    float: left;
}
    #cssmenu ul li a 
    {
      font-size: 16px;
      text-decoration: none;
      padding: 10px 0px 10px 77px;
    }
    #cssmenu li:hover > ul > li {
        height: 35px;
        margin-left:-12px;
    }
    .social {
    
    top: 3%;
    
   }
}
@media(min-width: 1501px) and (max-width:1920px)
{
    /*.logo
    {
    position: relative;
    z-index: 123;
    width: 275px;
    margin-bottom: 2px;
    margin-top: -5px;
  }*/
}
.Border_Top
{
  border-top: 5px solid #0d95dc;
  padding-bottom: 5px;
}
/*style for slider*/
.cust_silder
{
margin-top: -20px;
}
/**/
.Banner_Setting
{
  margin-top: 0px;
}
/*start code for scroll top arrow*/
.scroll_top
{
  float: right;
  margin: -18px 9px;
}
/*end code for scroll top arrow*/

/* Home Page - Residential */

.bg-primary 
{
  background: #2c2c60; /*#dfe8cc;*/
  

}

.bg-primary:hover
{
  transform: scale(0.9); 
}

.service-arrow .block 
{
    padding: 70px 30px;
}

.service-arrow .block:hover
{
 transition: all .3s ease-in-out;
 /* -webkit-transform: rotate(10deg);*/
}
    
 /* Home Page - Residential */


/*standard style sheet*/
.Page_Heading
{
  font-size: 25px;
  font-family: arial; 
  text-align: center;
  font-weight: bold;
  color:#fff;
  background: #bb964f;    
  background-size: 5px 27px;
  letter-spacing: 1px;
  padding: 5px;
  margin:8px 0px;
}

.Paragraph_Heading
{
  font-size: 20px;
  margin: 0px 20px;
 font-family: arial;
  font-weight: bold;
  color:#db580b;
  
}

.Paragraph_Sub_Heading
   {
    font-size: 16px;
    padding: 0px 0px;
    margin: 0px 0px;
    font-weight: bold;
   font-family: arial;
 
    color:black;
   
   }


.Paragraph
{ 
  font-size: 16px;
  padding: 0px 0px;
  margin: 0px 20px;
  text-align: justify;
 font-family: arial;
 
  color:black;
  /*margin-top: 12px;*/

}


@media (min-width: 1200px) and (max-width: 1500px)
{
  .Page_Heading
  {
   font-size: 20px;
   background-size: 5px 22px;  
  } 
  .Paragraph_Heading
  {
    font-size:17px;
  }
  .Paragraph_Sub_Heading
    {
     font-size:14px;
     margin: 0px 0px
    } 
  .Paragraph
  {
  font-size:14px;

  
  } 
 
  
}   


@media (min-width: 992px) and (max-width: 1199px)
{
  .Page_Heading
  {
    font-size: 19px;  
    background-size: 5px 21px;  
  } 
   .Paragraph_Heading
  {
    font-size:17px;
  }
  .Paragraph_Sub_Heading
    {
    font-size: 14px;
    } 
  .Paragraph
  {
  font-size: 14px;
  
  } 
  .scroll_top 
  {
        width: 16%;
       margin: -18px 10px;
 }
  
}

@media (min-width: 768px) and (max-width: 991px)
{
  .Page_Heading
  {
  font-size: 17px;
  background-size: 5px 19px;
  } 
  .Paragraph_Heading
  {
    font-size: 15px;
  }
  .Paragraph_Sub_Heading
    {
    font-size:13px;
    } 
  .Paragraph
  {
  font-size: 13px;
  } 
  .scroll_top 
  {
       display: none;
  }
} 

@media (min-width: 481px) and (max-width: 767px)
{
  .Banner_Setting
  {
    margin-top: -30px;
  } 
  .Page_Heading
  {
  font-size: 16px;
  background-size: 5px 18px;  
  } 
  .Paragraph_Heading
  {
    font-size: 14px;
    margin: 0px 24px;
  }
  .Paragraph_Sub_Heading
  {
    font-size:13px;
  } 
  .Paragraph
  {
  font-size: 13px;
  margin: 0px 25px;
  
  } 
 .scroll_top 
  {
     
     display: none;

 }
  
  
}

@media (max-width:480px)
{
  .Banner_Setting
  {
    margin-top: -30px;
  } 
  .Page_Heading
  {
    font-size: 15px;  
    background-size: 5px 17px;  
  } 
  .Paragraph_Heading
  {
  font-size: 13px;
  margin: 0px 24px;
  } 
  .Paragraph_Sub_Heading
    {
    font-size: 12px;
    margin: 0px 12px;
    } 
  .Paragraph
  {
  font-size:12px; 
  margin: 0px 25px;
  
  }
 .scroll_top 
  {
      display: none;
 }
  
  
}




 @media (max-width: 767px) and (min-width: 320px)
 {  
   .Menu_Visibility
  { 
    display: none;
  }
 } 

.Read_More_Button
{
   
   height: 29px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 23px;
    margin-top: 16px;
    border-radius: 13px 13px;
    background:#2c2c60; 
    color: #fff;
    border: none;
    font-size: 17px; 
    font-family: arial;
    font-weight: bold;
}
.Read_More_Button:hover
{
  background: #bb964f;
  
  color:#fff;
  border-radius: 8px 8px;
  border:1px solid #2c2c60;
  font-family: sans-serif;
  /*text-shadow:1px 1px 1px #00652e;*/ 
 /* background: -webkit-linear-gradient(#00652e,#db6520,#ed7e3d);
  background: -o-linear-gradient(#00652e,#db6520,#ed7e3d); 
  background: -moz-linear-gradient(#00652e,#db6520,#ed7e3d);
  background: linear-gradient(#438f68,#efefef,#438f68); */
  letter-spacing: 1px;
/*  border: 1px dotted #196888;*/
}

@media(max-width: 767px)
{
  .Read_More_Button
{
   height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 23px;
    margin-top: 3px;
    font-size: 10px;

}
}
@media(min-width: 768px) and (max-width: 991px)
{
  .Read_More_Button
{
     /*height: 41px;
    font-size: 13px;*/
    height: 25px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 23px;
    margin-top: 16px;
    font-size: 12px;
}
}
@media(min-width: 992px) and (max-width: 1199px)
{
  .Read_More_Button
{
     
    height: 25px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 23px;
    margin-top: 14px;
    font-size: 13px;
}
}
@media(min-width: 1200px) and (max-width: 1500px)
{
  .Read_More_Button {
    height: 27px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 23px;
    margin-top: 16px;
    font-size: 15px;
}
}


/*scroll*/
.scroll-button{
  box-sizing: border-box;
  font-size: 43px;
    line-height: 4rem;
    padding: 5px;
    width: 40px;
    height: 40px;
    right: 54px;
    bottom: 31px;
  visibility: visible;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: pointer;
  transition: all 1.2s;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  color: #38a9f6;
}

/* STYLE BUTTON 1 - filled in */
/* .scroll-button{
  background: rgb(249, 104, 211);
  border: none;
  color: white;
} */

/* STYLE BUTTON 2 - only outlines */
.scroll-button{
  color: #db580d;
  border: solid 2px #db580d;
 /* color: rgb(249, 104, 211);*/
  background: #fff;
}

/* SHAPE BUTTON 1 - round */
.scroll-button{
  border-radius: 0;
} 

/* POSITION BUTTON 1 - on the bottom of the screen */
.scroll-button{
  position: fixed;
}

.scroll-button:hover{
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.scroll-button--hidden{
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}
@media(max-width: 767px)
{
    .scroll-button{
  box-sizing: border-box;
    font-size: 27px;
    line-height: 2rem;
    padding: 4px;
    width: 25px;
    height: 25px;
    right: 5px;
    bottom: 36px;
    visibility: visible;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: pointer;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    
}
}
@media(min-width: 768px) and (max-width: 1199px)
{
    .scroll-button{
  box-sizing: border-box;
    font-size: 30px;
    line-height: 2.5rem;
    padding: 4px;
    width: 30px;
    height: 30px;
    right: 5px;
    bottom: 36px;
    visibility: visible;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: pointer;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
   
}
}
@media(min-width: 1200px) and (max-width: 1500px)
{
    .scroll-button{
  box-sizing: border-box;
    font-size: 36px;
    line-height: 3.5rem;
    padding: 4px;
    width: 35px;
    height: 35px;
    right: 5px;
    bottom: 36px;
    visibility: visible;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    cursor: pointer;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
   
}
}
/* End of scrolling button */


/*------Footer---*/
.Footer_BG
  {
    /* background:url(../Images/Footer_BG.jpg) no-repeat center 0px; 
     background-size: cover;*/
   /* background-attachment: fixed;*/
    /*height: 500px*/
  }
.footer_1
{
    background: #bb964f;
    padding-top: 15px;
    padding-bottom: 13px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    opacity: 0.8;
}
.service-title
{

    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 0 14px;
    /*margin: 0 0 16px;*/
    position: relative;
    border-bottom: 1px dotted #fff;

}
.Mission_Div
{
  margin: 10px 10px;

}
.Footer_Sub_Section
 {
   background-color:#2c2c60;
    border-top: 1px solid #eee;
    color: #fff;
    text-align: center;
    padding-top: 9px;
     }
.Disclaimer
{
    color: #000;
    font-family: arial;
    font-size: 12px;
     padding-bottom: 0px;
     text-align: justify;
     margin-top: 9px;
}

/*.Footer_Anchor*/
.footer_1 ul li a, .footer ul li a:hover 
{
  color: #fff;
  line-height: 0px;
 font-family: arial;
  font-weight: bold;
  font-size: 15px;
}
.Mission_Div
{
      margin-left: 130px;  
}
 .Footer_Sub_Section ul li{
  color: #fff;
  text-align: left;
      margin-left: 32px;

}
 .Footer_Sub_Section ul a{
  list-style-type: bold;

}
.Footer_Anchor 
  {
    color: #fff;
    line-height: 11px;
    /* font-family: arial; */
    margin-left: -3px;
    line-height: 15px;
    font-size: 10px;

}
.Footer_Sub_Section p a{
  color: #fff;
}
.Footer_Sub_Section p a:hover{
  color:#fff;
}
 .Copyright_Text
{   

    color: #fff;
    font-family: arial;
    font-size: 14px;
}
.Footer_Sub_Section ul li{
  color: #fff;
  text-align: left;
 margin-left: 25px;

}
.Footer_Sub_Section ul a{
  list-style-type: bold;

}
.footer_Address_text
  {
    text-align: left;
    color: #2c2c60;
  }
 /*footer upperpart*/
 .footer_Address_heading
 {
    text-align: center;
    color: #bb964f;
    margin-left: 0px;
 }
  .Padding_for_div
  {
    padding: 10px;
  }
  .border_dashed
  {
    border-top: 2px dashed #bb964f;
    border-bottom: 2px dashed #bb964f;
  }
/* close footer upperpart*/
@media (max-device-width : 480px)
 {
   .Footer_Anchor 
  {
    margin-left: -3px;
    line-height: 10px;
    font-size: 10px;
  }
 .Mission_Div 
   {
      margin-left: 9px;
  }
 }
@media(min-width: 481px) and (max-width: 767px)
{
 .Mission_Div {
    margin-left: 56px;
}
}
@media(max-width: 767px)
{
  
  .footer_1
  {
    margin-top: 4px;
  }
  .service-title
{

    font-size: 12px;

}
.footer_1 ul li a, .footer ul li a:hover 
  {
    line-height: -18px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 2px;
  }
  .Footer_Sub_Section ul li
  {
  color: #fff;
  text-align: left;
  margin-left: 0px;

  }
  .Copyright_Text
   {
    
    font-size: 10px;
    padding: -2px;
    margin-bottom: 5px;
  }
.Footer_Sub_Section
   {

    padding-top: 6px;
    }
}  
@media (min-width: 768px) and (max-width: 870px)
{
    .Footer_Address
    {
      margin-left: -15px;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
  .Footer_BG
  {
     background:url(../Images/Footer_BG_991.jpg) no-repeat center 0px; 
  }
   .footer_1
  {
        margin-top: 4px;
  }  
  .footer_1 ul li a
  {
    line-height: 0px;
    font-size: 13px;
  } 
  .Footer_Sub_Section ul li 
  {
    color: #fff;
    text-align: left;
    margin-left: 17px;
  } 
   .Disclaimer
  {
    
    font-size: 9px;
    padding-bottom: 0px;
  } 
  .Copyright_Text
  {   
    font-size: 11px;
    margin-bottom: 5px;
  }   
  .Footer_Sub_Section
   {

    padding-top: 6px;
    }
  .Mission_Div {
    margin-left: 0px;
}
}
  @media (min-width: 992px) and (max-width: 1199px)
{
  .Footer_BG
  {
     background:url(../Images/Footer_BG_1199.jpg) no-repeat center 0px; 
  }
.footer_1 ul li a
  {
    line-height: 0px;
    font-size: 14px;
  }
  .Mission_Div 
  {
    margin-left: 69px;
  }
  .Disclaimer 
  {
    font-family: arial;
    font-size: 9px;
    padding-bottom: 0px;
}
  .Copyright_Text
     {
    color: #fff;
    font-family: arial;
    font-size: 13px;
  }
 .Footer_Sub_Section p a 
  {
    color: #39a5de;
  }
} 
 @media (min-width: 1200px) and (max-width: 1500px)
{
  .Mission_Div 
  {
      margin-left: 94px;
  }
}

 
 /*------End-Footer---*/
/* read more button */
.Link_ReadMore
{
    font-weight: bold;
    background: white;
    width: 108px;
    height: 32px;
    border: none;
    border: 1px solid #000;
    border-radius: 7px;
    margin-bottom: 7px;
    box-shadow: 2px 2px 2px;
}
@media(min-width: 992px)and(max-width: 1199px)
{
  .Link_ReadMore
{
    font-weight: bold;
    background: white;
    width: 108px;
    height: 32px;
    border: none;
    border: 1px solid #000;
    border-radius: 7px;
    margin-bottom: 7px;
    box-shadow: 2px 2px 2px;
    font-size: 12px;
}
}
/* close read more button */
/* testimonial */
.Testimonial_BG
{
  background: url(../Images/Testimonial_Bg_1.jpg) no-repeat center 0px;
    width: 100%;
    height: 500px;
    background-size: cover;
}
.testimonial_setting
{
      /*background: darkseagreen;*/
    margin-top: 17px;
    /*padding: 10px 5px 37px 5px;
        box-shadow: 2px 2px 5px #000;*/
}
.carousel-indicators
{
  top: 95px;
}
@media(min-width: 320px) and (max-width: 420px)
{
  .carousel-indicators 
  {
    top: 152px;
  }
}
@media(min-width: 421px) and (max-width: 520px)
{
  .carousel-indicators 
  {
    top: 121px;
  }
}
@media(min-width: 521px) and (max-width: 620px)
{
  .carousel-indicators 
  {
    top: 107px;
  }
}
@media(min-width: 621px) and (max-width: 767px)
{
  .carousel-indicators 
  {
    top: 87px;
  }
}

@media(max-width: 580px)
{
  
  .Testimonial_BG
{
  background: url(../Images/Bg_Testimonial_580.jpg) no-repeat center 0px;
    width: 100%;
    height: 270px;
    background-size: cover;
}
}
@media(min-width: 581px) and (max-width: 767px)
{
  
  .Testimonial_BG
{
  background: url(../Images/Bg_Testimonial_767.jpg) no-repeat center 0px;
    width: 100%;
    height: 270px;
    background-size: cover;
}
}
@media(min-width: 768px) and (max-width: 991px)
{
  .Testimonial_BG
{
  background: url(../Images/Testimonial_Bg_991.jpg) no-repeat center 0px;
    height: 350px;
}
}
@media(min-width: 992px) and (max-width: 1199px)
{
  .Testimonial_BG
{
  background: url(../Images/Testimonial_Bg_1199.jpg) no-repeat center 0px;
    height: 390px;
}
}
/* testimonial */
/*Profile*/
   
  .Vision_setting
  {
    border: 1px solid #bb964f;
    margin-top: 35px;
    background: #448e6a;
    padding: 20px;
  }
@media(max-width: 767px)
{
  .Footer_BG
  {
    
  }
}
@media(min-width: 768px) and (max-width: 991px)
{
  .Footer_BG
  {
    /*height: 540px;*/
  }
  .Vision_setting
  {
    margin-top: 40px;
  }
}
@media(min-width: 992px) and (max-width: 1199px)
{
  .Footer_BG
  {
    /*height: 520px;*/
  }
  .Vision_setting
  {
    margin-top: 52px;
  }
}
@media(min-width: 1200px) and (max-width: 1500px)
{
  .Footer_BG
  {
    /*height: 460px;*/
  }
  .Vision_setting
  {
    margin-top: 50px;
  }
}
/*end body part*/
/*code for Contact*/
.BG_Contact
{
  /*background: url(../Images/BG_Contact.jpg) no-repeat;
  background-attachment: fixed;*/
  background: url(../Images/BG.jpg) no-repeat;
}
.Address
{
  text-align: center;
}
.Address_Map
{
  text-align: center;
  margin-left: 57px;
  margin-right: 60px;
 border: 1px solid #bb964f;
  margin-top: 27px;
}
.add_text {
    text-align: left;
    margin-left: 27px;
    font-size: 16px;
    margin-top: 23px;
    font-family: verdana;
}

@media (max-width: 430px)
{
.add_text {
    font-size: 12px;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 2px;
}
}
@media(min-width: 431px) and (max-width: 767px)
{
  .add_text
{
   font-size: 12px;
  text-align: center;
   margin-left:0px;
  margin-right:0px;
  margin-top: 2px;
}
}
@media(max-width: 767px)
{
  .BG_Contact
  {
    background: url(../Images/ContactBG_767.jpg) no-repeat;
  }
.Address_Map
{
  
  margin-left: 30px;
  margin-right: 30px;
 
  margin-top: 27px;
}
}
@media(min-width: 768px) and (max-width: 991px)
{
  .BG_Contact
  {
    background: url(../Images/ContactBG_991.jpg) no-repeat;
  }
   .add_text
{
  text-align: center;
   margin-left:0px;
  margin-right:0px;
  margin-top: 14px; font-size: 14px;
}

}

@media(min-width: 992px) and (max-width:1199px)
{
  .BG_Contact
  {
    background: url(../Images/ContactBG_1199.jpg) no-repeat;
  }
  .add_text
{
  
   margin-left:0px;
  margin-right:0px;
  font-size: 14px;
}
}
@media(min-width: 1200px) and (max-width:1500px)
{
  .add_text
{
      text-align: left;
    margin-left: 193px;
    margin-right: 107px;
    font-size: 16px;
    margin-top: 30px;
    
}
}
@media(min-width: 1200px) and (max-width:1599px)
{
    .add_text 
    {
    text-align: left;
    margin-left: 22px;
    font-size: 16px;
    margin-top: 20px;
    margin-right: -21px;
  }
} 
.contact
{
    padding: 1em 0;
    background: url('../Images/BG_Img_For_Contact_lg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height:100%;
    text-align: center;
    margin-top: 10px;
}
.contact-details
{
   margin-top: 16px; 
}
.map-details iframe 
{
    width: 100%;
    min-height: 29.5em;
    border: none;
}
.getin
{
  color:#bb964f;font-weight: bold;font-size: 22px;margin-bottom:12px;
    margin-top: 14px;
}

.contact-form input[type="text"] 
{
    width: 100%;
    color: #000;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .8em 1em;
    border: 1px solid #000;
    -webkit-appearance: none;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-form input[type="text"].email 
{   
    width: 100%;
    margin-bottom: 10px;
   
}
.contact-form input[type="text"].phone 
{
    margin-bottom: 10px;
    width: 100%;
}
.contact-form textarea 
{
    width: 100%;
    background: none;
    color: #000;
    font-size: 1em;
    outline: none;
    padding: .8em 1em;
    border: 1px solid #000;
    min-height: 10em;
    -webkit-appearance: none;
    font-weight: 600;
}
.contact-form input[type="submit"] 
{
        outline: none;
    color: #fff;    
    font-size: 1.1em;
    -webkit-appearance: none;
    background: #1393da;
    border: 1px solid silver;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    width: 10%;
    box-shadow: 1px 2px 5px #afc904;
    border-radius: 33px;
    padding: 5px;
    margin: 6px 0px 5px 0px;
}
.contact-form input[type="submit"]:hover 
{
g
    background: #afc904;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 3px;
    box-shadow: 4px 6px 12px #30441A;
    border-radius: 0px 10px 0px 10px;
}
::-webkit-input-placeholder 
{
    color:#000 !important;
}

:-moz-placeholder 
{ 
    color:#000 !important; 
}

::-moz-placeholder 
{ 
    color:#000 !important;
}

:-ms-input-placeholder 
{  
    color:#000 !important;
}
.feedback_bg
{
      margin-top: 72px;
}
@media (max-width: 767px)
{
    .contact-form input[type="text"] 
    {
       width: 100%;
       font-size: 10px;
           margin-bottom: 0px;
    }
    .contact-form input[type="text"].phone 
    {
       width: 100%;
       margin-top: 11px;
        margin-left: 0px;
    }
    
    .contact-form textarea 
    {
       font-size: 10px;        
    }
     .contact-form input[type="submit"] 
{
    width: 34%;
    padding: 3px;
    margin: 6px 0px 5px 0px;
    font-size: 10px;

}
.contact-form input[type="submit"]:hover 
{
  
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 3px;
}
    .getin
    {
      font-size: 14px;
      margin-bottom: -52px;
      margin-top: 0px;
    }
    .feedback_bg
{
      margin-top: 0px;
}
}
@media(min-width: 768px) and (max-width: 991px)
{
   .contact-form input[type="text"] 
    {
       width: 100%;
           font-size: 13px;
               margin-bottom: 0px;
    }
    .contact-form input[type="text"].phone 
    {
       width: 100%;
       margin-top: 11px;
        margin-left: 0px;
    }
     .contact
    {
        padding: 1em 0;
        background: url('../Images/BG_Img_For_Contact_xs.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height:100%;
        text-align: center;
        margin-top: 6px;
        margin-bottom: -27px;
    }
    .contact-form textarea 
    {
       font-size: 13px;        
    }
     .contact-form input[type="submit"] 
{
    width: 16%;
    padding: 5px;
    margin: 6px 0px 16px 0px;
    font-size: 10px;

}
.contact-form input[type="submit"]:hover 
{
  
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 3px;
}
    .getin
    {
      font-size: 14px;
      margin-bottom: -18px;
      margin-top: 1px;
    }
 .feedback_bg
{
      margin-top: 0px;
}
}
@media(min-width: 992px) and (max-width:1199px)
{
  .getin
    {
    font-size: 17px;
    margin-bottom: -18px;
    margin-top: 1px;
  }
  .contact-form input[type="text"] 
  {
    font-size: 14px;
  }
  .contact-form input[type="text"].email 
  {
    width: 99%;
  }
   .contact-form textarea 
    {
       font-size: 14px;
       width: 99%;        
    }
    .contact-form input[type="submit"] 
{
    width: 16%;
    padding: 6px;
    margin: 6px 0px 16px 0px;
    font-size: 15px;
}
 .feedback_bg
{
      margin-top: 58px;
}
}
@media(min-width: 1200px) and (max-width:1599px)
{
  .getin
    {
    font-size: 16px;
    margin-bottom: -18px;
    margin-top: 1px;
  }
  .contact-form input[type="text"] 
  {
    font-size: 15px;
  }
   .contact-form textarea 
    {
       font-size: 15px;
       width: 99%;        
    }
    .contact-form input[type="text"].email 
  {
    width: 99%;
  }
  .contact-form input[type="submit"] 
{
    width: 12%;
    padding: 6px;
    margin: 6px 0px 16px 0px;
    font-size: 15px;
}
}
/*end code for Contact*/

/*Projects*/
.Projects_Box_Setting
{
  border: 1px solid #2c2c60;
}
.Projects_Box_Img
{
  border: 1px solid #2c2c60;
}
.Projects_Box_Heading
{
  text-align: center;color: #2c2c60;text-decoration: underline;margin-bottom: 10px;margin-left: 0px;
}
.Projects_Box_text
{
  text-align: center;background: #bb964f;color: #fff;
     margin-top: 5px;
}
.Border_Right
{
  border-right: 1px solid #000;
}
@media(max-width: 480px)
{
  .Projects_Box_text 
  {
    margin-left: 0px;
    margin-right: 0px;
}
}
@media(max-width: 768px)
{
  .Border_Right
{
  border-right: none;
}
}
@media(min-width: 768px) and (max-width: 991px)
{
  .Border_Right
{
  border-right: none;
}
}
/* close Projects*/
/*-------Social Media-------------*/

 .rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  margin-top: 55px;
  font-size: 16px
}
.Site_Social {
  position: relative;
  z-index: 1050
}
.social {
  position: fixed;
  top: 30%;
  right: 0px
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(0, -350px, 0);
  -moz-transform: translate(0, -350px, 0);
  -ms-transform: translate(0, -350px, 0);
  -o-transform: translate(0, -350px, 0);
  transform: translate(0, -350px, 0)
}
.social ul li {
  display: block;
  margin: 5px 0 0 0;
  background: rgba(234, 234, 234, 0.5);
  border: 1px solid #d2d2d2;
  width: 50px;
  height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}
.social ul li:hover {
  height: 135px;
  -webkit-transform: translate(0, 0px, 0);
  -moz-transform: translate(0, 0px, 0);
  -ms-transform: translate(0, 0px, 0);
  -o-transform: translate(0, 0px, 0);
  transform: translate(0, 0px, 0);
  background: rgba(255, 255, 255, 1)
}
.social ul li a {
  color: transparent
}
.social ul li:hover a {
  color: #000;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}
.social ul li:hover i {
  color: #fff;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}
.social ul li i {
  margin-right: 10px;
  color: #fff;
  padding: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg)
}
.youtube {
  background: rgba(187, 0, 0, 1);
  text-align: center
}
.youtube:hover {
  background: rgba(187, 0, 0, 0.5)
}
.fb {
  background: rgba(59, 89, 152, 1);
  text-align: center
}
.fb:hover {
  background: rgba(109, 132, 180, 0.5)
}
.blog {
  background: rgba(242, 108, 55, 1);
  text-align: center
}
.blog:hover {
  background: rgba(242, 108, 55, 0.5)
}
.twitter {
  background: rgba(85, 172, 238, 1);
  text-align: center
}
.twitter:hover {
  background: rgba(85, 172, 238, 0.5)
}
.insta {
  text-align: center;
  background: rgba(138, 58, 85, 1);
  background: -webkit-linear-gradient(45deg, #f5d006, #ef0717, #7a37ab);
  background: -o-linear-gradient(45deg, #f5d006, #ef0717, #7a37ab);
  background: -moz-linear-gradient(45deg, #f5d006, #ef0717, #7a37ab);
  background: linear-gradient(45deg, #f5d006, #ef0717, #7a37ab)
}
.insta:hover {
  background: rgba(138, 58, 85, 0.5)
}
.googleplus {
  background: rgba(221, 75, 57, 1);
  text-align: center
}
.googleplus:hover {
  background: rgba(221, 75, 57, 0.5)
}
 @media (max-width: 767px) and (min-width: 320px)
 {  
   .Menu_Visibility
  { 
    display: none;
  }
 } 
/*------- close Social Media-------------*/
/* FAQs */
.Div_for_li
{
  margin-left: 38px;
}
.Div_for_li li
{
  color: #000
}
/* close FAQs */
/* careers */
.click_text
{
  color: #2c2c60;
  text-decoration: none;
}
.click_text:hover
{
  color: #bb964f;
  font-weight: bold;
  text-decoration: none;
}
/* close careers */