@-webkit-keyframes animate-fade-in-left
{
   0% { -webkit-transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-left
{
   0% { -moz-transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes animate-fade-in-right
{
   0% { -webkit-transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-right
{
   0% { -moz-transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-right
{
   0% { transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes transform-bounce
{
   0% { -webkit-transform: rotate(0deg) ;  }
   20% { -webkit-transform: rotate(0deg) ;  }
   40% { -webkit-transform: translate(0px,-30px) rotate(0deg) ;  }
   50% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
   60% { -webkit-transform: translate(0px,-15px) rotate(0deg) ;  }
   80% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-moz-keyframes transform-bounce
{
   0% { -moz-transform: rotate(0deg) ;  }
   20% { -moz-transform: rotate(0deg) ;  }
   40% { -moz-transform: translate(0px,-30px) rotate(0deg) ;  }
   50% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
   60% { -moz-transform: translate(0px,-15px) rotate(0deg) ;  }
   80% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-bounce
{
   0% { transform: rotate(0deg) ;  }
   20% { transform: rotate(0deg) ;  }
   40% { transform: translate(0px,-30px) rotate(0deg) ;  }
   50% { transform: translate(0px,0px) rotate(0deg) ;  }
   60% { transform: translate(0px,-15px) rotate(0deg) ;  }
   80% { transform: translate(0px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@-webkit-keyframes transform-shake
{
   0% { -webkit-transform: rotate(0deg) ;  }
   10% { -webkit-transform: translate(-10px,0px) rotate(0deg) ;  }
   20% { -webkit-transform: translate(10px,0px) rotate(0deg) ;  }
   30% { -webkit-transform: translate(-10px,0px) rotate(0deg) ;  }
   40% { -webkit-transform: translate(10px,0px) rotate(0deg) ;  }
   50% { -webkit-transform: translate(-10px,0px) rotate(0deg) ;  }
   60% { -webkit-transform: translate(10px,0px) rotate(0deg) ;  }
   70% { -webkit-transform: translate(-10px,0px) rotate(0deg) ;  }
   80% { -webkit-transform: translate(10px,0px) rotate(0deg) ;  }
   90% { -webkit-transform: translate(-10px,0px) rotate(0deg) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-moz-keyframes transform-shake
{
   0% { -moz-transform: rotate(0deg) ;  }
   10% { -moz-transform: translate(-10px,0px) rotate(0deg) ;  }
   20% { -moz-transform: translate(10px,0px) rotate(0deg) ;  }
   30% { -moz-transform: translate(-10px,0px) rotate(0deg) ;  }
   40% { -moz-transform: translate(10px,0px) rotate(0deg) ;  }
   50% { -moz-transform: translate(-10px,0px) rotate(0deg) ;  }
   60% { -moz-transform: translate(10px,0px) rotate(0deg) ;  }
   70% { -moz-transform: translate(-10px,0px) rotate(0deg) ;  }
   80% { -moz-transform: translate(10px,0px) rotate(0deg) ;  }
   90% { -moz-transform: translate(-10px,0px) rotate(0deg) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-shake
{
   0% { transform: rotate(0deg) ;  }
   10% { transform: translate(-10px,0px) rotate(0deg) ;  }
   20% { transform: translate(10px,0px) rotate(0deg) ;  }
   30% { transform: translate(-10px,0px) rotate(0deg) ;  }
   40% { transform: translate(10px,0px) rotate(0deg) ;  }
   50% { transform: translate(-10px,0px) rotate(0deg) ;  }
   60% { transform: translate(10px,0px) rotate(0deg) ;  }
   70% { transform: translate(-10px,0px) rotate(0deg) ;  }
   80% { transform: translate(10px,0px) rotate(0deg) ;  }
   90% { transform: translate(-10px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.visibility-hidden
{
   visibility: hidden;
}
a.LEARN_MORE
{
   color: #4F4F4F;
   text-decoration: none;
}
a.LEARN_MORE:visited
{
   color: #4F4F4F;
   text-decoration: none;
}
a.LEARN_MORE:active
{
   color: #4F4F4F;
   text-decoration: none;
}
a.LEARN_MORE:hover
{
   color: #4F4F4F;
   text-decoration: none;
}
a.Email
{
   color: #A9A9A9;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Email::after
{
   background: transparent;
   content: "";
   display: block;
   height: 0;
   width: 100%;
   margin-top: 1px;
   -webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.Email:hover::after
{
   background: #FFFFFF;
   height: 1px;
}
a.Email:visited
{
   color: #DCDCDC;
   text-decoration: none;
}
a.Email:active
{
   color: #DCDCDC;
   text-decoration: none;
}
a.Email:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
.style1
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 15px;
   line-height: 27.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   ine-height: 1.5;
}
.style2
{
   font-family: Raleway;
   font-weight: 400;
   font-size: 15px;
   line-height: 23.43px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   ine-height: 1.3;
}
.NOW
{
   font-family: Raleway;
   font-weight: 400;
   font-size: 11px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.AMIR
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 16px;
   line-height: 28.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
@media only screen and (min-width: 1280px) and (max-width: 1919px)
{
.style1
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 15px;
   line-height: 27.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.style2
{
   font-family: Raleway;
   font-weight: 400;
   font-size: 15px;
   line-height: 23.43px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   ine-height: 1.3;
}
.AMIR
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
.style1
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 15px;
   line-height: 27.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.style2
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 15px;
   line-height: 23.43px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   ine-height: 1.3;
}
.AMIR
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
}
@media only screen and (min-width: 980px) and (max-width: 1023px)
{
.style1
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 15px;
   line-height: 27.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.style2
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 12px;
   line-height: 18.23px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   ine-height: 1.3;
}
.AMIR
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
}
@media only screen and (min-width: 800px) and (max-width: 979px)
{
.style1
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 12px;
   line-height: 21.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.style2
{
   font-family: Raleway;
   font-weight: 400;
   font-size: 15px;
   line-height: 23.43px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   ine-height: 1.3;
}
.AMIR
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
}
@media only screen and (min-width: 768px) and (max-width: 799px)
{
.style1
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 12px;
   line-height: 21.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.style2
{
   font-family: Raleway;
   font-weight: 400;
   font-size: 15px;
   line-height: 23.43px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   ine-height: 1.3;
}
.AMIR
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
}
@media only screen and (min-width: 450px) and (max-width: 767px)
{
.style1
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 15px;
   line-height: 27.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.style2
{
   font-family: Raleway;
   font-weight: 400;
   font-size: 12px;
   line-height: 18.23px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   ine-height: 1.3;
}
.AMIR
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 15px;
   line-height: 27.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
}
@media only screen and (max-width: 449px)
{
.style1
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.style2
{
   font-family: Raleway;
   font-weight: 400;
   font-size: 11px;
   line-height: 16.93px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   ine-height: 1.3;
}
.NOW
{
   font-family: Raleway;
   font-weight: 400;
   font-size: 12px;
   line-height: 21.03px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
.AMIR
{
   font-family: "Raleway";
   font-weight: 300;
   font-size: 13px;
   line-height: 22.53px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
}
}
