@import url('https://fonts.googleapis.com/css2?family=Philosopher&family=Poppins&display=swap');
body { color: #fff; font-size: 16px; line-height: 1.2; font-family: 'Poppins', sans-serif; overflow: hidden; }
ul, ol, li { list-style: none; margin: 0; padding: 0; }
img { max-width: 100%; }
p, h1, h2, h3, h4, h5 { margin: 0; }
a { -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
a:hover, a:focus { text-decoration: none; outline: none !important; }
.disp-table { display: table; width: 100%; height: 100%; }
.disp-cell { display: table-cell; padding: 50px; }
.left-side-section { position: fixed; left: 0; top: 0; overflow: hidden; width: 50%; height: 100vh; background-image: url('../images/background-bg.png'); }
.left-side-section .main-content .upper-box a:hover { color: #fff; }
.left-side-section .main-content { width: 100%; height: 100vh; }
.left-side-section .main-content .logo img { width: 200px; color: #fff; }
.left-side-section .main-content .upper-box .logo { display: inline-block; width: 60%; vertical-align: middle; }
.left-side-section .main-content .upper-box a { display: inline-block; }
.left-side-section .main-content .upper-box .mail-box { display: inline-block; text-align: right; width: 40%; margin-left: -5px; }
.left-side-section .main-content .upper-box .mail-box a { font-size: 22px; font-weight: 400; color: #fff; vertical-align: middle; margin-left: 10px; }
.left-side-section .main-content .inner-content { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; }
.left-side-section .main-content .bottom-box { position: absolute; bottom: 50px; left: 50px; right: 50px; }
.left-side-section .main-content .bottom-box .copyright { width: 50%; display: inline-block; vertical-align: middle; font-size: 22px; }
.left-side-section .main-content .bottom-box .copyright ul { padding-top: 7px; }
.left-side-section .main-content .bottom-box .copyright ul li { display: inline-block; width: 35%; margin-bottom: 5px; }
.left-side-section .main-content .bottom-box .copyright ul li:last-child { margin-bottom: 0; }
.left-side-section .main-content .bottom-box .copyright  a { color: #fff; font-size: 16px; }
.left-side-section .main-content .bottom-box .addres { display: inline-block; width: 49%; vertical-align: top; }
.left-side-section .main-content .bottom-box .addres h4 { margin-bottom: 7px; text-align: right; }
.left-side-section .main-content .bottom-box .addres p { line-height: 22px; font-size: 16px; width: 70%; text-align: right; margin-left: auto; }
.left-side-section .main-content .bottom-box .social-box { width: 65%; display: inline-block; vertical-align: middle; text-align: right; margin-left: -5px; }
.left-side-section .main-content .bottom-box .social-box li { display: inline-block; margin-right: 15px; }
.left-side-section .main-content .bottom-box .social-box li:last-child { margin-right: 0; }
.left-side-section .main-content .title h2 { color: #fff; font-size: 42px; margin-bottom: 20px; font-family: 'Philosopher', sans-serif; }
.left-side-section .main-content .counter-box-content h1 { font-size: 80px; margin-bottom: 35px; font-family: 'Philosopher', sans-serif; }
.left-side-section .main-content .content p { font-size: 18px; font-weight: 400; width: 61%; margin: 0 auto; line-height: 30px; }
.right-side-section { position: absolute; right: 0; height: 100vh; width: 50%; }
.right-side-section .slider-box img { width: 100% !important; margin: 0 auto; height: 100vh; }
.left-side-section .main-content #counter { font-size: 65px; font-weight: 600; margin-bottom: 35px; }
.left-side-section .main-content .bottom-box .social-box li a svg { fill: #ffffff; transition: all 0.3s ease-out; }
.left-side-section .main-content .bottom-box .social-box li a svg:hover { transform: scale(0.8); transition: all 0.3s ease-in; }
.left-side-section .main-content .bottom-box .copyright a:hover { color: greenyellow; }
.left-side-section .main-content .upper-box .mail-box a:hover { color: greenyellow; }