/* Googlefont Poppins CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

.show101
{
  display: block;
  display: none;
}

.sidemenu
{
  display:none !important;
}

.box{
  border-radius: 25px;
}

.card-wrapper
{
  height: 460px;
  border-color: pink !important;
  padding: .5em .5em .5em;
  /*box-shadow: 0 5px 10px rgba(0,0,0,.2);*/
}


.single-article hr {
    margin: 0px -285px 20px;
    border: 0;
    border-top: 2px solid #c9c7c7;
    border-color: pink;
}


.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    border-radius: 10px;
    padding-top: 10px;
}

.card-box {
    width: 100%;
    border-radius: 10px;
}

.card-title {
    margin-bottom: 0.75rem;
}

.display-7 {
  /*
    font-size: 1.2rem;
    font-display: swap;
    */
}

.mbr-text {
    font-style: normal;
    line-height: 1.6;
}

h5{
  font-weight: 500;
    margin-bottom: 0;
    text-align: left;
    padding-top: 2rem;
}




/* removed
.cid-rSE43oY8Db {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffff;
}
 */
section {
    top: 1250px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section, .container, .container-fluid {
    position: relative;
    word-wrap: break-word;
}
section {
    background-color: #ffff;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}


hr.new {
  border-top: 2px solid #d760e6;
}

.myclass1
{
margin-right:155%;
}

.myclass2
{
margin-right:90%;
}

.myclass3
{
margin-right: 80%;
}

.card{
border:4px!important solid!important;
padding:10px!important;
border-radius: 1.0rem!important;
border-color: #e176b8!important;
}
/*1.5rem*/
.fa {
  padding: 20px;
  font-size: 20px!important;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
    text-decoration:none!important;
}

.fa-facebook {
  color: #3b5998!important;
}

.fa-twitter {
  color: #55acee!important;
}


.fa-linkedin {
    color: #007bb5!important;
}

.fa-instagram {
  color: #007bb5!important;
}



*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
	margin: 0;
  padding-top:165px;
  overflow-x: hidden;
}

.wrapper{
  background: #fff;
  position: absolute;
  width: 100%;
}

.content .links li a{
  color: #fff;
}



.content .links1 a,
.content .links2 a,
.content .links a{
  list-style: none;
}

.soc-item a,
.content .links a{
color: #fff;
font-size: 15px;
font-weight: 200px;
padding: 7px 17px;
border-radius: 8px;
transition: all 0.3 ease;
}

.links2 a{
color: #fff;
font-size: 15px;
font-weight: 200px;
padding: 7px 17px;
border-radius: 8px;
transition: all 0.3 ease;
}

.links1  a{
color: #000;
font-size: 15px;
font-weight: 200px;
padding: 6px 17px;
border-radius: 10px;
transition: all 0.3 ease;
/*background-color: green;*/
}

.content .links2 li label{
color: black;
font-size: 15px;
font-weight: 200px;
padding: 7px 17px;
border-radius: 5px;
transition: all 0.3 ease;
text-decoration: none;
}

.content .links li:hover a{
background: #0f2a8f;
}

.content .links1 a:hover a{
background: #468f01;
}

.links1 a:hover {
  color: white!important;
  text-decoration:none!important;
  background-color: green!important;
}


nav .links li a:hover,
nav .links li label:hover{
  color: gray;
  opacity: .5;
}

.container1
{
  top: 165px;
  left: 10;
  width: 100%;
  height: 100%;
  position: absolute;
}

.container2
{
  top: 0px;
  left: 10;
  width: 100%;
  height: 100%;
  height: 70px;
  position: absolute;
}


nav{
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background: #fff;
  box-shadow: 0 0.1px 1px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
nav .navbar{
  height: 100%;
  //max-width: 1250px; 
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  //margin: auto;
margin:0;
background: #fff;
  padding: 0 60px;
  border:4px solid #d760e6;
  border-left: 0px solid;
   border-right: 0px solid;
   border-top-color: #fff;
   border-bottom-color: #e176b8;
}
.navbar .logo a{
  font-size: 30px;
  color:black;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 70px;
  /*  height:auto; added this line for auto size of scrolling for links  */
   height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 20px;
  white-space: nowrap;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: black;
  font-size: 15px;
  font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .htmlcss-arrow11{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow .arrow11{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  color: black;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu {
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .htmlCss-sub-menu11{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: black;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more1-arrow,
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more1-sub-menu,
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more1-sub-menu,
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more1:hover .more1-sub-menu,
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: absolute;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color:black;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #0f2a8f;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}


.navbar .nav-links .sidebar-logo{
  display: none;
}

.logo {
  height: 55px;
}

.logo2 {
  height: 75px;
}

.navbar .bx-menu{
  display: none;
}

@media (max-width:1200px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 20px;
  }


}




@media (max-width:1100px){
  section {
      top: 2450px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
  }

  .myclass1
  {
  margin-right:20%;
  }

  .myclass2
  {
  margin-right:25%;
  }

  .myclass3
  {
  margin-right: 30%;
  }



  .content .links1 li a{
  color: #fff;
  font-size: 10px;
  font-weight: 200px;
  padding: 7px 17px;
  border-radius: 10px;
  transition: all 0.3 ease;
  text-decoration: none;
  }

  .content .links2 li a{
  color: #fff;
  font-size: 10px;
  font-weight: 200px;
  padding: 7px 17px;
  border-radius: 10px;
  transition: all 0.3 ease;
  text-decoration: none;
  }

  nav{
    top: 40px;
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 328px;
    width: 100%;
    background:  #fff;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: black;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color:black;
    }

    .topMenu
   {
     display:none !important;
   }
   .sidemenu
   {
     display:block !important;
   }

  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow .arrow11{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more1-sub-menu,
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more1-sub-menu li
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .htmlcss-arrow11{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more1-sub-menu
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more1 span,
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

   .links li .sub-menu .more1:hover .more1-sub-menu,
  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .htmlCss-sub-menu11{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
.navbar .nav-links.show11 .links .htmlCss-sub-menu11,
  .navbar .nav-links.show4 .links .more1 .more1-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu,
  .navbar .nav-links.show22 .links .more11 .more-sub-menu11{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow
    .navbar .nav-links.show11 .links .htmlcss-arrow11{
        transform: rotate(180deg);
}
    .navbar .nav-links.show4 .links .more1-arrow,
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }

}

@media (max-width:800px){
  nav{
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
  }
}

@media (max-width:550px){

  section {
      top: 2600px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
  }

  nav{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
  }

  .myclass1
  {
  margin-right:1%;
  }

  .myclass2
  {
margin-left: -137px;
margin-top: 21px;
margin-bottom: 2px;
  content: "\a";
   white-space: pre;
  }

  .myclass3
  {
    margin-left: 85px;
    margin-top: 45px;
    margin-bottom: 2px;
  }

  .content .links1 li a{
  color: #fff;
  font-size: 8px;
  font-weight: 200px;
  padding: 7px 17px;
  border-radius: 10px;
  transition: all 0.3 ease;
  text-decoration: none;
  content: "\a";
   white-space: pre;
  }

  .content .links2 li a{
  color: #fff;
  font-size: 8px;
  font-weight: 200px;
  padding: 7px 17px;
  border-radius: 10px;
  transition: all 0.3 ease;
  text-decoration: none;
  }

  nav .navbar .nav-links{
  max-width: 100%;
}

/*
  .fa {
    padding: 20px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
*/

  .soc-item a,
  .content .links li a{
  color: #fff;
  font-size: 15px;
  font-weight: 100px;
  padding: 3px 4px;
  border-radius: 10px;
  transition: all 0.3 ease;
  }

  .content .links1 li a{
  color: #fff;
  font-size: 8px;
  font-weight: 100px;
  padding: 7px 17px;
  border-radius: 10px;
  transition: all 0.3 ease;
  text-decoration: none;
  }

  .content .links2 li a{
  color: #fff;
  font-size: 8px;
  font-weight: 100px;
  padding: 7px 17px;
  border-radius: 10px;
  transition: all 0.3 ease;
  text-decoration: none;
  }

  nav .navbar .nav-links{
  max-width: 100%;
}

.links2 a{
color: #fff;
font-size: 10px;
font-weight: 200px;
padding: 7px 17px;
border-radius: 8px;
transition: all 0.3 ease;
}
.hide101
{
  display: block;
  display: none;
}
.show101
{
  text-align: right;
  display: inline;
}

}




@media (max-width:370px){



  section {
      top: 2800px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
  }

  .soc-item a,
  .content .links li a{
  color: #fff;
  font-size: 10px;
  font-weight: 100px;
  padding: 3px 4px;
  border-radius: 10px;
  transition: all 0.3 ease;
  }

  nav{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
  }

  .myclass1
  {
  margin-right:1%;
  }

  .myclass2
  {
margin-left: -137px;
margin-top: 20px;
margin-bottom: 2px;
  content: "\a";
   white-space: pre;
  }

  .myclass3
  {
    margin-left: -30px;
    margin-top: 45px;
    margin-bottom: 2px;
  }

  .content .links1 li a{
  color: #fff;
  font-size: 10px;
  font-weight: 200px;
  padding: 7px 17px;
  border-radius: 10px;
  transition: all 0.3 ease;
  text-decoration: none;
  content: "\a";
   white-space: pre;
  }

  .content .links2 li a{
  color: #fff;
  font-size: 10px;
  font-weight: 200px;
  padding: 7px 17px;
  border-radius: 10px;
  transition: all 0.3 ease;
  text-decoration: none;
  }

  nav .navbar .nav-links{
  max-width: 100%;
}

.links2 a{
color: #fff;
font-size: 10px;
font-weight: 200px;
padding: 7px 17px;
border-radius: 8px;
transition: all 0.3 ease;
}

}








/* .gtco-banner-area a, .gtco-feature a, .gtco-features a, .gtco-news .owl-carousel .card a, #gtco-footer .submit-button { */
  /* background-image: -moz-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%); */
  /* background-image: -webkit-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%); */
  /* background-image: -ms-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%); */
  /* font-size: 18px; */
  /* font-family: "OpenSans-Semibold"; */
  /* color:black; */
  /* border-radius: 50px; */
  /* padding: 5px 30px; */
  /* display: inline-block; */
  /* text-transform: uppercase; */
  /* padding-right: 5px; */
  /* text-decoration: none !important; */
/* } */

/* .gtco-banner-area a .fa, .gtco-feature a .fa, .gtco-features a .fa, .gtco-news .owl-carousel .card a .fa, #gtco-footer .submit-button .fa { */
  /* background:black; */
  /* border-radius: 50%; */
  /* height: 32px; */
  /* width: 32px; */
  /* color: #37eaf9; */
  /* font-size: 22px; */
  /* text-align: center; */
  /* padding-top: 5px; */
  /* margin-left: 15px; */
/* } */

/* .gtco-banner-area { */
  /* margin-top: 40px; */
  /* min-height: 500px; */
/* } */

/* .gtco-banner-area h1 { */
  /* font-family: "Lato-Light"; */
  /* font-size: 42px; */
  /* color: #000000; */
  /* max-width: 600px; */
  /* margin-top: 10px; */
/* } */
/* .gtco-banner-area h1 span { */
  /* font-family: "Lato-Medium"; */
/* } */

/* @media (max-width: 1199px) { */
  /* .gtco-banner-area h1 { */
    /* margin-top: 30px; */
  /* } */
/* } */
/* .gtco-banner-area p { */
  /* max-width: 450px; */
  /* margin: 20px 0; */
  /* margin-bottom: 40px; */
/* } */
/* .gtco-banner-area a { */
  /* display: inline; */
  /* padding: 10px 30px; */
  /* padding-right: 5px; */
/* } */

/* .gtco-banner-area .main-card { */
  /* background:black; */
  /* box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08); */
  /* /*margin: 0 30px; */
  /* padding: 0 20px;*/ */
  /* border: 2px solid #e7017e; */
  /* border-radius: 50px; */
  /* margin-top: 50px;; */
/* } */
/* .gtco-banner-area .main-card .card-text { */
  /* max-width: 100%!important; */
/* } */


<style>
/* Red border */
hr.new1 {
  border-top: 2px solid red;
}

</style>



/************* LOGO LIST FOR INDEX ******/
.logo-list {
        padding: 20px 0;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    .logo-list img {
        display: inline-block;
        max-width: 85%;
        padding: 15px 0;
        transition: all 0.3s ease-in-out;
        -webkit-filter: grayscale(100);
        -moz-filter: grayscale(100);
        filter: grayscale(100);
    }
    .logo-list img:hover {
        filter: none;
        transform: scale(1.2);
        -webkit-filter: none;
        -moz-filter: none;
	}		
 
 .logo3  {
	 height: 95px;
 }

 .logo4  {
	 height: 120px;
 }
/** END**/

/* CARD1  */




.card1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  background: #F6F5FA;
  margin-bottom: 2rem;
}



.card1 h3 {
  margin-bottom: 2rem;
}

.card1 img {
  height: 200px;
}

.card1 > div {
  padding: 2rem;
}
/*
.card1:nth-child(even) img {
  order: 2;
}
**/

.btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0.8rem 1.8rem;
  margin-top: 2rem;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.8;
}

@media(max-width:600px) {
  .card1 {
    display: block;
  }
}



.back-to-top {
    position: sticky;
	bottom: 25px;
    right: 25px;
    display: none;
}

.back-to-top:hover {
  opacity: 0.8;
}


#scrollToTop
        {
			 border-radius: 8px;
             cursor:pointer;
             background-color:green;
             display:inline-block;
             height:40px;
             width:40px;
             color:#fff;
             font-size:14pt;
             text-align:center;
             text-decoration:none;
             line-height:40px;
        }
		
#scrollToTop:hover {
  opacity: 0.9;
}		
/******end****/		

.hd1 {
  color: green;
}

/*************table ********************/
table.dltrc {
  width: 95%;
  border-collapse: separate;
  border-spacing: 0px;
  border: solid green 2px;
  border-radius: 8px;
}

tr.dlheader {
  text-align: center;
  font-weight: bold;
  border-left: solid green 1px;
  padding: 8px
}

td.dlheader {
  background: #D4FFD4;
  text-align: left;
  font-weight: bold;
  border-left: solid green 1px;
  border-radius: 0px;
  padding: 8px
}

tr.dlinfo,
td.dlinfo {
  text-align: left;
  border-left: solid green 1px;
  border-top: solid green 1px;
  padding: 8px
}

td.dlinfo:first-child,
td.dlheader:first-child {
  border-left: none;
}

td.dlheader:first-child {
  border-radius: 5px 0 0 0;
}

td.dlheader:last-child {
  border-radius: 0 5px 0 0;
}


/*===== hover effects =====*/


/*tr.hover01:hover,
tr.hover02:hover {
  background-color: #E0FFE0;
}*/


/* === ROW HOVER === */


/*tr.hover02:hover:last-child {
  background-color: #E0FFE0;
  border-radius: 0 0 6px 6px;
  }*/


/* === CELL HOVER === */

td.hover01:hover {
  background-color: #E0FFE0;
}

td.hover02:hover {
  background-color: #E0FFE0;
}

td.hover02:first-child {
  border-radius: 0 0 0 6px;
}

td.hover02:last-child {
  border-radius: 0 0 6px 0;
}
/****end*/

.center1 {
  padding: 100px 0;
  border: 0px solid green;
}


.padtop {
	padding-top: 10px;
}

p.ex1 {
   padding-top: 50px;
}

/***for services page***/

.myauto {
  /*background: red;*/
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
}

img.rounded-corners {
  border-radius: 15px;
}


@media (max-width:600px) {
  .center1{
    padding: 20px 0px;
  }
  
  p.ex1 {
   padding-top: 0px;
}

}

.mydiv { border-radius:30px;}

#example1 {
  border: 2px solid red;
  padding: 10px;
  border-radius: 25px;
}

/***end - for services page***/


/*** PRE LOADER****/
body{margin-top:20px;}
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader .loader {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid #ffffff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(40% - 21px);
  top: calc(40% - 21px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .indicator {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1.5);
          transform: translateY(-50%) scale(1.5);
}

.preloader .loader .indicator svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.preloader .loader .indicator svg polyline#back {
  stroke: #ffffff;
}

.preloader .loader .indicator svg polyline#front {
  stroke: #1A76D1;
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  -webkit-animation: dash 1s linear infinite;
          animation: dash 1s linear infinite;
}

.preloader::before, .preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  /*background: #1A76D1;*/
  background: green;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/****end of pre load****/