﻿
@media (min-width:1024px) {
.hm-divide-panel, .hm-divide-panel .container{position:relative;}
.hm-divide-panel .container{z-index:2;}
.hm-divide-panel:before, .hm-divide-panel:after{z-index:1;}
/*.hm-divide-panel:before{content:''; background:#dee5f0; position:absolute; top:0; left:0; height:100%; width:50%; overflow:hidden;}*/
.hm-divide-panel:before{content:''; background:#0d4381; position:absolute; top:0; left:0; height:100%; width:50%; overflow:hidden;}
/*.hm-divide-panel:after{content:''; background:#edf2f8; position:absolute; top:0; right:0; height:100%; width:50%; overflow:hidden;}*/
.hm-divide-panel:after{content:''; background:#F5F5F5; position:absolute; top:0; right:0; height:100%; width:50%; overflow:hidden;}
}
@media (max-width:1023px) {
.hm-divide-panel, .hm-divide-panel .container{position:relative;}
.hm-divide-panel .container{z-index:2;}
.hm-divide-panel:before, .hm-divide-panel:after{z-index:1;}
/*.hm-divide-panel:before{content:''; background:#dee5f0; position:absolute; top:0; left:0; height:100%; width:50%; overflow:hidden;}*/
.hm-divide-panel:before{content:''; background:#0d4381; position:absolute; top:0; left:0; height:50%; width:100%; overflow:hidden;}
/*.hm-divide-panel:after{content:''; background:#edf2f8; position:absolute; top:0; right:0; height:100%; width:50%; overflow:hidden;}*/
.hm-divide-panel:after{content:''; background:#F5F5F5; position:absolute; bottom:0; right:0; height:50%; width:100%; overflow:hidden;}
}
@media (max-width:767px) {
.hm-divide-panel .col-lg-6.pe-lg-4{background:#0d4381;}
.hm-divide-panel .col-lg-6.ps-lg-4{background:#F5F5F5;}
}
.arrow{position:absolute; width:100%; text-align:center; z-index:999; display:block; bottom:0px;left:0!important; right:0!important; margin:0 auto!important;}
.arrow a.scroll{color:#fff; text-decoration:none;}
.arrow a.scroll:hover{color:#fff; text-decoration:none;}
.scroll-btn2	{position: relative; left:0px; right:0; margin:0 auto; font-size:.8em; color:#fff; text-align:center; text-transform:uppercase; bottom:20px;  width: 60px; height:40px;  z-index: 3900; opacity:.8; padding-top:30px;} 
.scroll-btn2	{-webkit-animation: arrows 3.8s infinite; -webkit-animation-delay: 1s; animation: arrows 3.8s infinite; animation-delay:1s;}
@keyframes arrows {
0%		{bottom:30px;}
10% 	{bottom:40px;}
20% 	{bottom:30px;}
30% 	{bottom:40px;}
40% 	{bottom:20px;}
50%		{bottom:40px;}
60%		{bottom:30px;}
70%		{bottom:40px;}
80% 	{bottom:20px;}
90%		{bottom:40px;}
100%	{bottom:30px;}
}
@-webkit-keyframes arrows {
0%		{bottom:30px;}
10% 	{bottom:40px;}
20% 	{bottom:30px;}
30% 	{bottom:40px;}
40% 	{bottom:20px;}
50% 	{bottom:40px;}
60% 	{bottom:30px;}
70% 	{bottom:40px;}
80% 	{bottom:20px;}
90% 	{bottom:40px;}
100%	{bottom:30px;}
}
