:root {
    --ATG_Main: #589d62;
    --ATG_Second: #b0d3bf;
    --ATG_Third: #c6dc93;
    --ATG_Four: #1a512e;
}

/* -------------------------------AllSetting */

.mycontent {
    margin-top: 0;
    margin-bottom: 0;
}
/* -----------------------Menu */
/*
.SkinHeader {
  background-color: var(--ATG_Main);
  position: relative;
}
.is-sticky .StickyNav {
  z-index: 905;
  background-color: var(--ATG_Main);
}
.is-sticky .StickyNav .Navbar > .row {
  display: flex;
  flex-wrap: wrap;
}
.menuborder {
  border-top: solid 0px #d9d0d0;
  border-bottom: solid 0px #d9d0d0;
  width: 100%;
  display: block;
  height: 100%;
}
.datePane {
  text-align: left;
  padding: 0 16px;
  position: absolute;
  top: calc(50% - 10px);
  width: 100%;
  left: 120px;
}
.NavMenu {
  height: 100%;
}
#dnnMenu {
  height: 100%;
}
.DNNStandard ul.topLevel {
  height: 100%;
}
.DNNStandard ul.topLevel>li
{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dnn-logo {
  margin: 0;
}
.Navbar {
  padding: 5px 0 5px 0;
}
.DNNStandard li a {
  padding: 13px 16px;
}
.DNNStandard > ul > li > a::before,
.DNNStandard > ul > li > a::before,
.DNNStandard > ul > li.selected > a::before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: Calc(50% - 3.5px);
  bottom: -5px;
  transition: 0.4s all;
}

.DNNStandard > ul > li.hover > a::before,
.DNNStandard > ul > li > a:hover::before,
.DNNStandard > ul > li.selected > a::before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid white;
  content: "";
  width: 0;
  height: 0;
  display: block;
  bottom: 0px;
}
.DNNStandard > ul > li.hover > a,
.DNNStandard > ul > li > a:hover,
.DNNStandard > ul > li.selected > a {
  border-bottom: 0px solid white;
}
.DNNStandard .subLevel {
  top: calc(100% + 5px);
}
.sticky-wrapper {
  height: 100% !important;
}
.dnn-logo img {
  transition: 0.5s all;
}
.is-sticky .dnn-logo img {
  max-height: 70px;
  margin-top: 3px;
  margin-right: auto;
  transition: 0.5s all;
} */
.wrapper {
    position: relative;
    background-repeat: repeat;
    background-size: 50px;
}
.is-sticky .StickyNav {
    z-index: 905;
    background: var(--ATG_Main);
}
.is-sticky .DNNStandard .subLevel {
    background: var(--ATG_Second);
}
.DNNStandard .subLevel {
    margin-top: 5px;
    min-width: 280px;
    text-align: right;
    background: rgb(0 0 0 / 30%);
}
.is-sticky {
    transition: 0.5s all;
}
.SkinHeader {
}

.menuborder {
    border-top: solid 0px #fff;
    border-bottom: solid 2px #fff;
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
}
.DNNStandard > ul > li > a::before,
.DNNStandard > ul > li > a::before,
.DNNStandard > ul > li.selected > a::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid transparent;
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: Calc(50% - 3.5px);
    bottom: -5px;
    transition: 0.4s all;
}

.DNNStandard > ul > li.hover > a::before,
.DNNStandard > ul > li > a:hover::before,
.DNNStandard > ul > li.selected > a::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid white;
    content: "";
    width: 0;
    height: 0;
    display: block;
    bottom: 0px;
}
.DNNStandard > ul > li.hover > a,
.DNNStandard > ul > li > a:hover,
.DNNStandard > ul > li.selected > a {
    border-bottom: 0px solid white;
}
.MobileMenu,
.TreeMenu {
    max-width: 100%;
    margin: 0px auto;
    padding: 0 0px;
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 90px;
}
/* ---------------------------------------Menu */

.top-bg::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -37px;
    right: 0;
    background: url() no-repeat top center;
    height: 38px;
}
.top-bg::before {
    content: "";
    width: 100%;
    position: absolute;
    top: -250px;
    right: 0;
    background: url() no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    height: 0px;
    background-size: 1140px auto;
    background-position-x: center;
    background-position-y: top;
}
.bg-pattern {
    background: url() repeat scroll center bottom var(--ATG_Main);
    min-height: 0px;
    margin-top: 0px;
}
#dnn_ContentPane {
    margin: 0;
    padding: 0;
}
.owl-carousel {
    background-color: transparent;
}
.bg-map {
    margin-bottom: 0px;
}
.bg-map .SkinWidth {
    max-width: 100%;
}
.top-bg {
    margin-bottom: 0;
}
.BackgroundColorfix {
    background: url() no-repeat scroll transparent;
    background-position: center top 0px;
    margin-bottom: 0px;
    position: relative;
}
.BackgroundColorfix::after {
    content: "";
    background-color: #efefef;
    display: block;
    width: 100%;
    height: 45%;
    visibility: visible;
    position: absolute;
    top: 50%;
}
div#dnn_FooterPaneb .DnnModule {
    margin-right: 0;
}
.copyright,
.footer-bar .col-sm-4 #dnn_dnnLOGIN_loginLink {
    color: white !important;
}
.skin-footer {
    background: #3a3a3a;
}
.footer-main {
    padding: 0px;
    border-top: 0px solid #3a3a3a;
    background: url() no-repeat scroll center bottom transparent;
    min-height: 100%;
}
.footer-main::before,
.footer-main::after {
    content: "";
    border-top: solid 6px transparent;
}
.footer-main .SkinWidth {
    max-width: 100%;
    margin-right: Calc((100% - 1200px) / 2);
    padding-left: 0;
}
.footer-bar {
    background: var(--ATG_Main);
}
div#dnn_FooterPaneb,
div#dnn_FooterPanec,
div#dnn_FooterPaned {
    margin-top: 0px;
}
div#dnn_FooterPanea,
div#dnn_FooterPaneb,
div#dnn_FooterPanec {
    padding-top: 50px;
    padding-bottom: 15px;
    width: Calc(1200px / 4);
}
#dnn_FooterPaned {
    width: calc((100% - 900px));
}
.dnntitle span {
    font-size: 22px;
}
.Container014 .dnntitle {
    margin-bottom: 0;
}
.Container014 .clear {
    height: 3px;
    background: white;
    width: 80px;
    margin-top: 15px;
}
.Container014 .contentpane {
    padding: 10px 0px 10px 0px;
}
.FooterPanec .dnntitle span,
.FooterPaneb .dnntitle span {
    font-size: 22px;
    font-weight: bold;
}

.Container001 .dnntitle {
    font-size: 22px;
    color: var(--ATG_Main);
    text-align: center;
}
.Container001 .dnntitle span {
    font-size: 22px;
    color: var(--ATG_Main);
    text-align: center;
    font-weight: bold;
    font-weight: bold;
}
.Container001 .dnntitle::after {
    content: "";
    height: 3px;
    background: var(--ATG_Main);
    width: 80px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.Container001 {
    margin: 0px 0 15px 0;
    position: relative;
}

.Container002 .dnntitle {
    font-size: 22px;
    color: var(--ATG_Main);
    text-align: right;
    padding: 0;
}

.Container002 .dnntitle span {
    font-size: 22px;
    color: var(--ATG_Main);
    text-align: center;
    font-weight: bold;
    padding: 0;
    font-weight: bold;
}
.Container002 .dnntitle::after {
    content: "";
    height: 3px;
    background: var(--ATG_Main);
    width: 80px;
    margin-top: 5px;
    display: block;
}

.Container002 {
    margin: 0px 0 15px 0;
    position: relative;
    padding: 0;
}

/* ---------------------------------------------Shoar */
.is-sticky {
    transition: 0.5s all;
}
.is-sticky .Sph_Shoar {
    width: 70px;
    transition: 0.5s all;
}
.Sph_Shoar {
    width: 100px;
}
.Sph_Shoar img {
    width: 100%;
    position: absolute;
    left: 0;
    top: -50px;
}
.skin-search {
    display: none;
}
/* --------------------Language */
.headerlink a {
    color: #fff !important;
    border: solid 0.12em #fff !important;
    padding: 2px 15px;
    border-radius: 15px;
    margin-right: 14px;
    transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
}
.headerlink a:hover {
    border: solid 0.12em var(--ATG_Main) !important;
    background: var(--ATG_Main);
}
/* --------------------Slider */

.Slider_1 {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    /* border-bottom: 5px solid var(--ATG_Second) !important; */
}
.Slider_1 .center {
    margin-top: 0px;
}
.Slider_1 .owl-item.center img {
    transform: scale(1);
    animation: zoom-in-zoom-out2 20s ease-out infinite;
}
.Slider_1 .Sph_Dv {
    width: 100%;
    position: relative;
}
.Slider_1 .Sph_Dv .Des {
    font-size: 18px;
    color: white;
    position: absolute;
    bottom: 70px;
    right: Calc((100% - 1200px) / 2);
    background-color: #00000087;
    padding: 25px 45px;
    width: 400px;
    border-radius: 5px;
    font-weight: 100;
}
.Slider_1 .Sph_Dv H2 {
    font-size: 18px;
    color: white;
    font-weight: 900;
    margin-bottom: 7px;
}
.Slider_1 .Sph_Dv P {
    font-size: 16px;
    color: white;
    font-weight: 100;
    line-height: 1.7em;
}
@keyframes zoom-in-zoom-out2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.2);
    }
}
.Slider_1 .owl-dots {
    position: absolute;
    width: 400px;
    bottom: 20px;
    /* right: 0; */
    border-radius: 50px;
    padding: 2px 5px;
    right: calc((100% - 1200px) / 2);
    z-index: 4;
}

.Slider_1 .owl-dots .owl-dot {
    display: inline-block !important;
}

.Slider_1 .owl-dots .owl-dot span {
    background-color: var(--ATG_Main) !important;
    border: 0px solid var(--ATG_Main);
    width: 15px !important;
    height: 15px !important;
    margin: 3px 3px !important;
    transition: 0.5s all !important;
}

.Slider_1 .owl-dots .owl-dot.active span {
    background-color: var(--ATG_Second) !important;
    border: 0px solid var(--ATG_Second);
    width: 40px !important;
}
.BannerPaneDiv {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 50px;
}
.BannerPaneDiv::before {
    content: "";
    height: 25%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 30%), transparent);
    z-index: 9;
}
.owl-carousel {
    border: 0px solid #f0f1f2;
    box-shadow: 0 0px 0px #edeef0;
    margin-bottom: 0;
}
/* ----------------------------------------------News */
#dnn_TopGrid4A,
#dnn_TopGrid8B {
    width: 50%;
    margin-top: -20px;
    padding-left: 0;
    padding-right: 0;
}

.Slider_2 {
    overflow: hidden;
    padding: 0;
}
.Slider_2 .Cover {
    background-color: #00000065;
    position: absolute;
    width: calc(100% - 0px);
    height: 100%;
    bottom: 0;
    padding: 20px;
}
.Slider_2 .cvrfull {
    height: 100% !important;
}
.Slider_2 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    filter: blur(0px);
    transition: 1s all;
}

.Slider_2 .ItemDes {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 30px);
    right: 15px;
    border-right: 4px solid var(--ATG_Second);
    padding: 8px;
}
.Slider_2 .ItemDes img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}
.Slider_2 .ItemDes h2 {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
}
.Slider_2 .ItemDes p {
    color: white;
    font-size: 14px;
    background-color: var(--ATG_Second);
    border-radius: 0;
    padding: 3px 25px;
    display: inline-block;
    margin-top: 7px;
}
.Slider_2 .ItemDes span {
    color: white;
    display: block;
    font-size: 12px;
}
.Slider_2 .owl-dots {
    position: relative;
    width: 100%;
    text-align: left !important;
    border-radius: 50px;
    margin-top: 5px;
}

.Slider_2 .owl-dots .owl-dot {
    display: inline-block !important;
}

.Slider_2 .owl-dots .owl-dot span {
    background-color: var(--ATG_Second) !important;
    border: 2px solid var(--ATG_Second);
    box-shadow: 0px 0px 0px 2px var(--ATG_Second);
    width: 12px !important;
    height: 12px !important;
    margin: 5px 5px !important;
    transition: 0.5s all !important;
}

.Slider_2 .owl-dots .owl-dot.active span {
    background-color: var(--ATG_Main) !important;
    border: 2px solid white;
    box-shadow: 0px 0px 0px 2px var(--ATG_Main);
}
.DnnModule-5246 {
    margin-top: 50px;
    margin-bottom: -40px;
}
.DnnModule-5218 {
    margin-top: 0px;
}
.Sph_News_Four {
    overflow: hidden;
    padding: 0;
    transition: 0.5s all;
}
.Sph_News_Four .Cover {
    background-color: #00000065;
    position: absolute;
    width: calc(100% - 15px);
    height: 100%;
    bottom: 0;
    padding: 30px;
    right: 15px;
}
.Sph_News_Four .cvrfull {
    height: 100% !important;
}
.Sph_News_Four img {
    width: 100%;
    height: 192px;
    object-fit: cover;
    object-position: center;
    filter: blur(0px);
    transition: 1s all;
}

.Sph_News_Four .ItemDes {
    position: absolute;
    bottom: 5px;
    width: calc(100% - 50px);
    right: 25px;
    padding: 8px;
}
.Sph_News_Four .ItemDes img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}
.Sph_News_Four .ItemDes h2 {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
}
.Sph_News_Four .ItemDes p {
    color: white;
    font-size: 14px;
    background-color: var(--ATG_Second);
    border-radius: 0;
    padding: 3px 25px;
    display: inline-block;
    margin-top: 7px;
    transition: 0.5s all;
    transform: scale(0);
}
.Sph_News_Four:hover .ItemDes p {
    transform: scale(1);
}
.Sph_News_Four .ItemDes span {
    color: white;
    display: block;
    font-size: 12px;
}

.Sph_GalleryButton {
    padding: 5px 30px;
    background-color: var(--ATG_Main);
    font-size: 16px;
    color: white;
    text-align: center;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 20px;
}
.Sph_GalleryButton:hover {
    color: white;
}
.Sph_ArhiveButton {
    color: var(--ATG_Main) !important;
    font-size: 16px;
    padding: 0px 15px;
    border-right: 3px solid var(--ATG_Main) !important;
    font-weight: 600;
}
.Sph_ArhiveButton:hover {
    color: var(--ATG_Main);
}
.Sph_ArhiveButton span.fa {
    font-size: 20px;
    color: var(--ATG_Main);
    padding-left: 7px;
    position: relative;
    top: 5px;
}
/* ---------------------------------------------------------Video */
#dnn_TopGrid4aCenter {
    width: 50%;
    padding: 0;
    margin-top: 30px;
}
#dnn_TopGrid4Right,
#dnn_TopGrid4Left {
    width: 25%;
    padding: 0;
    margin-top: 30px;
}
.DnnModule-5232,
.DnnModule-5231 {
    margin-top: 62px;
}
.Slider_5 {
    overflow: hidden;
    padding: 0;
}
.Slider_5 .Cover {
    background-color: #00000065;
    position: absolute;
    width: calc(100% - 0px);
    height: 100%;
    bottom: 0;
    padding: 20px;
}
.Slider_5 .cvrfull {
    height: 100% !important;
}
.Slider_5 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    filter: blur(0px);
    transition: 1s all;
}

.Slider_5 .ItemDes {
    height: 100%;
    position: absolute;
    bottom: -30px;
    width: calc(100% - 30px);
    right: 15px;
    /* border-right: 4px solid var(--ATG_Second); */
    padding: 8px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.Slider_5 .ItemDes img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}
.Slider_5 .ItemDes h2 {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
}
.Slider_5 .ItemDes p {
    color: white;
    font-size: 14px;
    background-color: var(--ATG_Second);
    border-radius: 0;
    padding: 3px 25px;
    display: inline-block;
    margin-top: 7px;
}
.Slider_5 .ItemDes span {
    color: var(--ATG_Main);
    display: block;
    font-size: 100px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ShadowAnimation 3s infinite;
    background-color: white;
}
@keyframes ShadowAnimation {
    0% {
        box-shadow: 0px 0px 0px 10px var(--ATG_Main);
    }
    100% {
        box-shadow: 0px 0px 0px 30px transparent;
    }
}
.Slider_5 .owl-dots {
    position: relative;
    width: 50%;
    text-align: right !important;
    border-radius: 50px;
    margin-top: 5px;
    display: inline-block;
    margin-left: 50%;
}

.Slider_5 .owl-dots .owl-dot {
    display: inline-block !important;
}

.Slider_5 .owl-dots .owl-dot span {
    background-color: var(--ATG_Second) !important;
    border: 2px solid var(--ATG_Second);
    box-shadow: 0px 0px 0px 2px var(--ATG_Second);
    width: 12px !important;
    height: 12px !important;
    margin: 5px 5px !important;
    transition: 0.5s all !important;
}

.Slider_5 .owl-dots .owl-dot.active span {
    background-color: var(--ATG_Main) !important;
    border: 2px solid white;
    box-shadow: 0px 0px 0px 2px var(--ATG_Main);
}

/* ------------------------------------------------------Project */
/* .Slider_3 {
  padding: 0 10px;
  transform: scale(1) !important;
  margin-top: 0px;
  transition: all 0.3s;
  background-color: transparent;
}

.Slider_3 .owl-item {
  border-radius: 0px;
  overflow: hidden;
}
.Slider_3 .Sph_BOX_Gallery_Slider img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
}
.Slider_3 .Sph_BOX_Gallery_Slider .Sph_Box_Des {
  position: absolute;
  top: 0;
  height: 100%;
  background: linear-gradient(
    0deg,
    var(--ATG_Main) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  width: 100%;
  padding: 15px 15px 15px 15px;
  color: white;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.Slider_3 .center .Sph_BOX_Gallery_Slider .Sph_Box_Des {
  position: absolute;
  top: 0;
  height: 100%;
  background: linear-gradient(
    0deg,
    var(--ATG_Second) 0%,
    rgba(255, 255, 255, 0) 80%
  );
  width: 100%;
  padding: 15px 15px 15px 15px;
  color: white;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.Slider_3 .Sph_BOX_Gallery_Slider .Sph_Box_Des h2 {
  font-size: 12px;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 15px;
  color: white;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  margin-bottom: 5px;
}

.Slider_3 .Sph_BOX_Gallery_Slider .Sph_Box_Des img {
  width: 50px !important;
  display: inline-block;
  margin: 0 auto;
}
.Slider_3 .Sph_BOX_Gallery_Slider .Sph_Box_Des p {
  opacity: 0;
  font-size: 12px;
}
.Slider_3 .center .Sph_BOX_Gallery_Slider .Sph_Box_Des p {
    no-repeat;
  background-position: center;
  background-size: auto 100%;
  opacity: 1;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  height: 90px;
}
.Slider_3 .Sph_BOX_Gallery_Slider .Sph_Box_Des p b {
  display: block;
  font-size: 20px;
  color: white;
  line-height: 0.7em;
  margin-top: 15px;
}
.Slider_3 .Sph_BOX_Gallery_Slider .Sph_Box_Des span {
  font-size: 12px;
  color: white !important;
  text-align: center;
  display: block;
}

.Slider_3 .Sph_BOX_Gallery_Slider .Sph_Box_Des:hover h2 {
  font-size: 12px;
  line-height: 1.7em;
  text-align: center;
}

.Slider_3 .owl-item {
  transform: scale(1) !important;
  transition: all 0.3s;

}

.Slider_3 .owl-stage {
  padding: 80px 0 80px 0;
}

.Slider_3 .owl-stage-outer {
  padding-top: 20px;
}

.Slider_3 .Secondactiveitem,
.Slider_3 .SecondLastactiveitem {
  position: relative !important;
  transition: all 0.3s;
  transform: scale(1.4) !important;
  overflow: visible;
  opacity: 1 !important;
  z-index: 2;
  overflow: hidden;
  border-radius: 0px;
  opacity: 1 !important;
}
.Slider_3 .Firstactiveitem,
.Slider_3 .FirstLastactiveitem {
  position: relative !important;
  transition: all 0.3s;
  transform: scale(1.1) !important;
  overflow: visible;
  opacity: 1 !important;
  z-index: 1;
  overflow: hidden;
  border-radius: 0px;
  opacity: 1 !important;
}
.Slider_3 .center {
  position: relative !important;
  transition: all 0.3s;
  transform: scale(1.8) !important;
  overflow: visible;
  opacity: 1 !important;
  z-index: 10;
  box-shadow: 0px 20px 20px -25px #000000ac;
  overflow: hidden;
  border-radius: 0px;
  margin-top: 0;
}
.Slider_3 .owl-dots {
  display: block;
  width: 100%;
  position: RELATIVE;
  margin-top: -35px !important;
}
.Slider_3 .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}

.Slider_3 .owl-nav .owl-prev {
}
.Slider_3 .owl-nav .owl-prev span {
  font-size: 45px;
  background-color: var(--ATG_Main);
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0%;
  padding: 11px 14px;
  position: absolute;
  top: calc(50% - 30px);
  right: -10px;
}
.Slider_3 .owl-nav .owl-next span {
  font-size: 45px;
  background-color: var(--ATG_Main);
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0%;
  padding: 11px 14px;
  position: absolute;
  top: calc(50% - 30px);
  left: -10px;
} */
/* ------------------------------ProjectVersion2 */

.Slider_3 {
    margin-top: -65px;
}
.Slider_3 img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 180px;
    object-fit: cover;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;

    padding: 5px;
    background: white;
}

.Slider_3 .owl-item {
    height: 180px;
    position: relative;
    transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.2s;
    -webkit-transform: scale(1);
    z-index: 1;
    opacity: 0;
}
#dnn_FullContentBottom .Container001,
#dnn_FullContentBottom .Container001 .contentpane {
    padding-bottom: 0;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .Slider_3 .owl-item {
        height: 270px;
    }
}

@media (max-width: 380px) {
    .Slider_3 .owl-item {
        height: 200px;
    }
}

.Slider_3 .owl-stage-outer {
    padding: 100px 0;
}

.Slider_3 .owl-item.big {
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    z-index: 3;
    opacity: 1;
    -webkit-box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 20%);
}

.Slider_3 .owl-item.medium {
    transform: scale(1.25);
    -ms-transform: scale(1.25);
    z-index: 2;
    -webkit-box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 20%);
}

.Slider_3 .owl-item.medium.mdright {
    /*border: solid 1px red;
  */
    position: relative;
    /* margin: 0 -1%; */
    opacity: 0.8;
    -webkit-box-shadow: 20px 17px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 20px 17px 20px 0px rgb(0 0 0 / 20%);
    box-shadow: 20px 17px 20px 0px rgb(0 0 0 / 20%);
}

@media (min-width: 768px) {
    .Slider_3 .owl-item.medium.mdright {
        left: 0px;
    }
}

.Slider_3 .owl-item.medium.mdleft {
    /*border: solid 1px blue;
  */
    position: relative;
    /* margin: 0 -1%; */
    opacity: 0.8;
    -webkit-box-shadow: -20px 17px 20px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: -20px 17px 20px 0px rgb(0 0 0 / 20%);
    box-shadow: -20px 17px 20px 0px rgb(0 0 0 / 20%);
}

@media (min-width: 768px) {
    .Slider_3 .owl-item.medium.mdleft {
        right: 0px;
    }
}

.Slider_3 .owl-item.smallRight.active {
    transform: scale(1);
    -ms-transform: scale(1);
    position: relative;
    /* margin: 0 -1%; */
    opacity: 0.5;
    -webkit-box-shadow: 20px 17px 20px 0px rgb(0 0 0 / 29%);
    -moz-box-shadow: 20px 17px 20px 0px rgb(0 0 0 / 29%);
    box-shadow: 20px 17px 20px 0px rgb(0 0 0 / 29%);
}

.Slider_3 .owl-item.smallLeft.active {
    transform: scale(1);
    -ms-transform: scale(1);
    position: relative;
    /* margin: 0 -1%; */
    opacity: 0.5;
    -webkit-box-shadow: -20px 17px 20px 0px rgb(0 0 0 / 29%);
    -moz-box-shadow: -20px 17px 20px 0px rgb(0 0 0 / 29%);
    box-shadow: -20px 17px 20px 0px rgb(0 0 0 / 29%);
}

.Slider_3 .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}

.Slider_3 .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 10px;
    background: transparent !important;
    color: #000 !important;
    font-size: 40px !important;
}

.Slider_3 .owl-nav .owl-prev:hover {
    color: #adadad !important;
}

.Slider_3 .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 10px;
    background: transparent !important;
    color: #000 !important;
    font-size: 40px !important;
}

.Slider_3 .owl-nav .owl-next:hover {
    color: #adadad !important;
}
.Slider_3 .center {
    margin-top: 0;
}
.Slider_3 .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}

.Slider_3 .owl-nav .owl-prev i {
    font-size: 25px;
    background-color: var(--ATG_Second);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0%;
    padding: 11px 14px;
    position: absolute;
    top: calc(50% + 30px);
    right: -0px;
}
.Slider_3 .owl-nav .owl-next i {
    font-size: 25px;
    background-color: var(--ATG_Second);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0%;
    padding: 11px 14px;
    position: absolute;
    top: calc(50% + 30px);
    left: -0px;
}
.Slider_3 .owl-nav {
    display: block !important;
    right: 0;
}
.Slider_3 .Sph_BOX_Gallery_Slider .Sph_Box_Des {
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(
            0deg,
            var(--ATG_Main) 0%,
            rgba(255, 255, 255, 0) 80%
    );
    width: 100%;
    padding: 15px 15px 15px 15px;
    color: white;
    font-size: 14px;
    line-height: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    opacity: 0;
    transition: 0.5s all;
}
.Slider_3 .Sph_BOX_Gallery_Slider .Sph_Box_Des:hover {
    opacity: 1;
}
.Slider_3 .center .Sph_BOX_Gallery_Slider .Sph_Box_Des {
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(
            0deg,
            var(--ATG_Main) 0%,
            rgba(255, 255, 255, 0) 80%
    );
    width: 100%;
    padding: 15px 15px 15px 15px;
    color: white;
    font-size: 14px;
    line-height: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    opacity: 0;
    transition: 0.5s all;
}
.Slider_3 .center .Sph_BOX_Gallery_Slider .Sph_Box_Des:hover {
    opacity: 1;
}
.Slider_3 .Sph_BOX_Gallery_Slider .Sph_Box_Des h2 {
    font-size: 12px;
    line-height: 1.7em;
    text-align: center;
    margin-bottom: 15px;
    color: white;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-bottom: 5px;
}

.Slider_3 .Sph_BOX_Gallery_Slider .Sph_Box_Des p {
    opacity: 0;
    font-size: 12px;
}
.Slider_3 .Sph_BOX_Gallery_Slider .Sph_Box_Des p b {
    display: block;
    font-size: 20px;
    color: white;
    line-height: 0.7em;
    margin-top: 15px;
}
.Slider_3 .Sph_BOX_Gallery_Slider .Sph_Box_Des span {
    font-size: 12px;
    color: white !important;
    text-align: center;
    display: block;
}

.Slider_3 .Sph_BOX_Gallery_Slider .Sph_Box_Des:hover h2 {
    font-size: 12px;
    line-height: 1.7em;
    text-align: center;
}
/* ------------------------------Amar */
.Sph_Amar_Circle {
    text-align: center;
}
.Sph_Amar_Circle::before {
    width: 150px;
    height: 80px;
    background-color: transparent;
    border-top-left-radius: 190px;
    border-top-right-radius: 190px;
    border: 5px solid white;
    border-bottom: 0;
    transform: rotate(90deg);
    margin-top: 80px;
    margin-bottom: 80px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    content: "";
}
.Sph_Amar_Circle .Des {
    text-align: right;
    position: absolute;
    top: 85px;
    width: 100%;
    padding-right: 120px;
}
.Sph_Amar_Circle h2 {
    font-size: 50px;
    color: white;
    font-weight: 900;
    width: 100%;
    line-height: 0.8em;
    padding-right: 15px;
}
.Sph_Amar_Circle p {
    font-size: 14px;
    line-height: 1.7em;
    color: white;
    width: 100%;
    font-weight: bold;
}
/* ----------------------------------------------Link */
.Slider_4 a {
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    min-height: 220px;
    transition: 0.5s all;
}
.Slider_4 a:hover {
    transform: scale(1.1);
}
.Slider_4 a img {
    width: 70px !important;
    margin-bottom: 5px;
    margin-top: -40px;
}
.Slider_4 a h2 {
    color: white;
    font-size: 16px;
}
/* ---------------------------------------------Vahedha */
.circle-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    no-repeat top center;
    background-size: 700px auto;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.circle-container .Center {
    overflow: hidden;
    position: relative;
    transition: 1s all;
    z-index: 2;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    text-align: center;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
}
.circle-container .Center img {
    width: 200px;
}
.circle-container .Des {
    text-align: center;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: var(--ATG_Second);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    opacity: 0;
    color: white;
    padding: 8px;
}

.circle-container .Des span {
    font-size: 12px !important;
    line-height: 1.5em;
    font-weight: 800;
    text-shadow: 1px 1px 30px #6c4400;
}

.circle-container a {
    display: block;
    overflow: hidden;
    position: absolute;
    transition: 1s all;
    color: white;
    width: 100px;
    height: 100px;
}

.Big {
    width: 500px !important;
    height: 500px !important;
}

.MainContent {
    display: none;
}

@media screen and (max-width: 800px) {
    .circle-container .Center {
        overflow: hidden;
        position: relative;
        transition: 1s all;
        z-index: 2;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        text-align: center;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        background-color: var(--ATG_Second);
        border-radius: 50%;
        width: 80px;
        height: 80px;
    }

    .circle-container .Des {
        text-align: center;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        background-color: var(--ATG_Second);
        border-radius: 50%;
        width: 80px;
        height: 80px;
    }

    .circle-container .Des span {
        font-size: 10px !important;
    }
}
/* -----------------------------------------VahedhaVerssion2 */
.ParallaxFullPane .contentpane {
    no-repeat scroll transparent;
    background-position: center top 0px;
    padding-top: 40px;
    background-size: 500px;
}
.Slider_6 .DvImg {
    width: 100px !important;
    height: 100px !important;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background-color: #ebebeb;
    padding: 10px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0 0 0px 4px #ebebeb;
    position: relative;
    margin: 0 auto;
}

.Slider_6 .owl-item:hover .DvImg {
    background-color: var(--ATG_Second);
    box-shadow: 0 0 0px 4px var(--ATG_Second);
}

.Slider_6 .owl-item:hover .DvImg img {
    filter: grayscale(0);
    opacity: 1;
}
.Slider_6 P {
    font-size: 13px;
    line-height: 1.7em;
    color: #adadad;
    text-align: center;
    margin-top: 25px;
    font-weight: 700;
}
.Slider_6 .owl-item:hover .DvImg::before {
    background-color: var(--ATG_Second);
    bottom: -25px;
}

.Slider_6 img {
    width: 100% !important;
    height: 100% !important;
    margin: auto;
    object-fit: cover;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    /* filter: grayscale(100%); */
    opacity: 0.5;
}

.Slider_6 .owl-item {
    position: relative;
    transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.2s;
    -webkit-transform: all 0.2s;
    z-index: 1;
    opacity: 0;
    margin-top: 0;
}

.Slider_6 .owl-stage-outer {
    padding: 50px 0;
}

.Slider_6 .owl-item.big {
    z-index: 3;
    opacity: 1;
    margin-top: 0px;
}
.Slider_6 .owl-item:hover P {
    font-size: 13px;
    line-height: 1.7em;
    color: var(--ATG_Main);
    text-align: center;
    margin-top: 25px;
    font-weight: 700;
}

.Slider_6 .DvImg::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ebebeb;
    position: absolute;
    border-radius: 50%;
    left: Calc(50% - 5px);
    bottom: -12px;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.Slider_6 .owl-item.medium {
    z-index: 2;
}

.Slider_6 .owl-item.medium.mdright {
    position: relative;
    opacity: 1;
    margin-top: 30px;
}

.Slider_6 .owl-item.medium.mdleft {
    position: relative;
    opacity: 1;
    margin-top: 30px;
}

.Slider_6 .owl-item.smallRight.active {
    position: relative;
    opacity: 1;
    margin-top: 60px;
}

.Slider_6 .owl-item.smallLeft.active {
    position: relative;
    opacity: 1;
    margin-top: 60px;
}

.Slider_6 .owl-item.xsmallRight.active {
    position: relative;
    opacity: 1;
    margin-top: 120px;
}

.Slider_6 .owl-item.xsmallLeft.active {
    position: relative;
    opacity: 1;
    margin-top: 120px;
}

.Slider_6 .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}

.Slider_6 .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 10px;
    background: transparent !important;
    color: #000 !important;
    font-size: 40px !important;
}

.Slider_6 .owl-nav .owl-prev:hover {
    color: #adadad !important;
}

.Slider_6 .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 10px;
    background: transparent !important;
    color: #000 !important;
    font-size: 40px !important;
}

.Slider_6 .owl-nav .owl-next:hover {
    color: #adadad !important;
}
.Sph_SliderLogo {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    position: relative;
    display: BLOCK;
    margin-top: -130px;
}
/* ----------------------------------------Footer */

.ATG_Footer_P p {
    font-size: 14px;
    text-align: justify;
    color: white;
    line-height: 1.9em;
}

.ATG_Footer_P a.ButtonCu {
    display: block;
    width: 100%;
    text-align: center;
    padding: 4px 10px;
    color: #3a3a3a;
    background-color: white;
    margin: 15px 0;
    font-size: 16px;
    margin-top: 40px;
}

.ATG_Footer_Link_ul {
    margin-bottom: 15px;
}

.ATG_Footer_Link_ul li {
    color: white !important;
    font-size: 14px;
    padding: 6px 0;
}

.ATG_Footer_Link_ul li:last-child {
    color: white !important;
    font-size: 14px;
    padding: 6px 0;
}

.ATG_Footer_Link_ul li:before {
    content: "";
}

.ATG_Footer_Link_ul li a,
.ATG_Footer_Link_ul li A:link,
.ATG_Footer_Link_ul li A:active,
.ATG_Footer_Link_ul li A:visited {
    color: white !important;
    font-size: 14px;
}

.ATG_Footer_Link_Fdot {
    font-size: 14px;
    color: white !important;
    padding-left: 10px;
}

.ATG_Footer_Address p {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: JUSTIFY;
    line-height: 1.9em;
}

.ATG_Footer_Address span.fa {
    font-size: 18px;
    padding-left: 15px;
    color: WHITE;
}

.ATG_Footer_Address span {
    font-size: 14px;
    color: white;
}

.ATG_Footer_Address a.ButtonCu {
    display: block;
    width: 100%;
    text-align: center;
    padding: 4px 10px;
    color: #3a3a3a;
    background-color: white;
    margin: 50px 0 15px 0;
    font-size: 16px;
}

.ATG_Footer_Address a {
    color: white;
}
.ATG_Footer_Address img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    padding: 0px;
    border: 0px solid white;
    margin-top: 0px;
}

#VideoPopmodalbody video {
    max-height: 600px;
}
