/*-----------------------------------------------------------------------------------
Template Name: Shamrat One Page HTML5 Template
Template URI: http://workertm.com
Description: This is html5 template
Author: workertm
Author URI: http://workertm.com
Version: 2.0
-------------------------------------------------------------------------------------
=========================================================

=================== CSS INDEX ===========================

=========================================================
	01. GOOGLE FONTS
	02. RESET CSS
	03. Default CSS
	04. PRELOADERS CSS
	05. ALL IMAGE
	06. HEADER AREA CSS
	07. SLIDER AREA CSS
	08. ABOUT AREA CSS
	09. SERVICES AREA CSS
	10. SUBSCRIBE AREA CSS
	11. PORTFOLIO AREA CSS
	12. COUNTER AREA CSS
	13. OUR TEAM AREA CSS
	14. PRICING TABLE AREA CSS
	15. OUR BLOG AREA CSS
	16. CONTACT FORM AREA CSS
	17. CLIENT SLIDER AREA CSS
	18. FOOTER AREA CSS
----------------------------------------------------------------------------------------*/
/*--------------------
   01. GOOGLE FONTS
----------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700|Ubuntu:400,500,700&display=swap');
/*--------------------
   02. RESET CSS
----------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
a:focus {
    outline: 0px solid
}
img {
    max-width: 100%;
    height: auto
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin: 0 0 15px;
    color: #6f6f6f;
    font-weight: 400;
line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-family: 'Ubuntu', sans-serif;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 none;
}
button{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
button:focus{
    text-decoration: none;
    outline: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: inherit;
    background: #fff;
    color: #000;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
body {
    font-family: 'Poppins', sans-serif;
}
/*--------------------
   03. Default CSS
----------------------*/
.no-marg {
    margin-right: 0px;
    margin-left: 0px;
}
.sec-p-100 {
    padding: 100px 0px
}
.sec-p-50 {
    padding: 50px 0px
}
.pb-50 {
    padding-bottom: 50px
}
.pb-100 {
    padding-bottom: 100px
}
.pt-0 {
    padding-top: 0px !important;
}
.pt-100 {
    padding-top: 100px
}
.mt-35 {
    margin-top: 35px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-20 {
    margin-bottom: 20px
}
.mb-40 {
    margin-bottom: 40px
}
.b-l {
    border-left: 2px solid #0096ff;
    padding-left: 14px;
}
.b-r {
    border-right: 2px solid #0096ff;
    padding-right: 14px;
}
.section-title {
    margin-bottom: 50px;
}
.section-title h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 22px;
    color: #303133;
}
.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    margin: 0px;
	text-transform: capitalize;
}

.buy-btn {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: #f3f3f3;
    padding: 14px 35px;
    color: #0096ff;
    display: inline-block;
    border-radius: 5px;
    position: relative;border: none;
}
.buy-btn:focus{
	background: #f3f3f3;
}
.buy-btn:after {
    position: absolute;
    content: "";
    border-bottom: 3px solid #0096ff;
    left: 20px;
    right: 20px;
    bottom: 0px;
}
.bg-f9f9f9 {
    background: #f9f9f9;
}
/*--------------------
   04. PRELOADERS CSS
----------------------*/
.preloader {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.preloader .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}
.spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
/*--------------------
   05. ALL IMAGE
----------------------*/
.slide-bg-1 {
    background-image: url('assets/img/slider/slider-1.jpg')
}
.slide-bg-2 {
    background-image: url('assets/img/slider/slider-2.jpg')
}
.slide-bg-3 {
    background-image: url('assets/img/slider/slider-3.jpg')
}
.slide-bg-4 {
    background-image: url('assets/img/slider/slider-4.jpg')
}
.subscribe-bg {
    background-image: url('assets/img/paralax/paralax.jpg')
}
.counter-bg {
    background-image: url('assets/img/paralax/paralax.jpg')
}
/*--------------------
   06. HEADER AREA CSS
----------------------*/
.navbar-fixed-top {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.header-area {
    position: relative;
    z-index: 2;
}
.header-area:before {
    background-color: #2192ff99;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}
.logo {
    margin: 21px 0px;
}
.main-menu ul li.active,
.main-menu ul li {
    position: relative;
    display: inline-flex;
    top: 10px;

}
.main-menu ul li:after {

    border-bottom: 1px solid #fff;
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 0%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition: all .3s;transition: all .3s;
}
.main-menu ul li.active:after{
    border-bottom: 1px solid #eee;
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.main-menu ul li:hover:after {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%;
}
.main-menu ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 5px;
	padding: 10px 13px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
.main-menu ul li a:hover{
    text-decoration: none !important;
}
/*--------------------
   07. SLIDER AREA CSS
----------------------*/
.single-slider-item {
    background-position: center center;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    height: 590px;
}
.single-slider-table {
    display: table;
    height: 100%;
    width: 100%;
}
.slider-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.single-slider-item h3 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0px;
}
.single-slider-item h2 {
    color: #fff;
    font-size: 52px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 57px;
}
.single-slider-item h2 span {
    color: #0096ff;
}
.all-slider .owl-nav div {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    line-height: 24px;
    font-size: 12px !important;
    background: rgba(0, 0, 0, 0.36) !important;
    border-radius: 0px !important;
}
.all-slider .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
.slid-social {
    position: absolute;
    left: 0px;
    bottom: 50px;
    width: 100%;
}
.slid-social li {
    display: inline-block;
}
.slid-social li a {
    padding: 0px 5px;
    font-size: 14px;
    color: #fff;
}
.slid-social li a i {
    line-height: 20px;
}
/*--------------------
   08. ABOUT AREA CSS
----------------------*/
.about-content-box h2 {
    font-size: 30px;
    font-weight: 700;
    color: #303133;
    text-transform: capitalize;
}
.about-img {
    position: relative;
}
.about-img img {
    border-radius: 20px;
    width: 100%;
}
.aboutleft-text {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #0f76f7;
    left: -40%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.aboutleft-text h4 {
    font-size: 30px;
    padding: 35px;
    margin: 0px;
    font-weight: 700;
    color: #303133;    text-transform: uppercase;
}
.aboutleft-text h4 span {
    color: #0096ff;
}
/*--------------------
   09. SERVICES AREA CSS
----------------------*/
.single-services-box .services-icon {
    display: inline-block;
    margin: 30px 0px;
    border: 1px solid #d9dbda;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
}
.single-services-box i {
    font-size: 24px;
    line-height: 24px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.single-services-box h4 {
    text-transform: capitalize;
}
/*--------------------
   10. SUBSCRIBE AREA CSS
----------------------*/
.subscribe-area {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 90px 0px;
}
.subscribe-area:before {
    content: "";
    position: absolute;
    left: 0px;
    background: #060606;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.subscribe-text {
    margin: 15px 0px;
}
.subscribe-text h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
	text-transform: capitalize;
}
.subscribe-text h3 span {
    color: #0096ff;
}
.subscribe-form input {
    background: transparent;
    border: 2px solid #f1f1f1;
    padding: 20px 17px;
    border-radius: 5px;
    width: 70%;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
.subscribe-form button {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    background: transparent;
    border: 2px solid #f1f1f1;
    padding: 20px 17px;
    border-radius: 5px;
    margin-left: -6px;
}
/*--------------------
   11. PORTFOLIO AREA CSS
----------------------*/
.mesonari-menu {
    margin-bottom: 25px;
}
.mesonari-menu li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    cursor: pointer;
    padding: 15px;
}
.mesonari-menu li:hover,
.active {
    color: #0096ff
}
.mesonari-menu li:first-child {
    padding-left: 0px;
}
.mesonari-menu li:last-child {
    padding-right: 0px;
}

.portfolios-item {
    margin-bottom: 30px;
}
.single-portfolio {
    position: relative;
    cursor: pointer;
}
.single-portfolio img {
    border-radius: 10px;
    width: 100%;
}
.single-portfolio:before {
    position: absolute;
    content: "";
    border: 2px solid #fff;
    border-radius: 10px;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    -webkit-transition: .3s all;
    transition: .3s all;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.single-portfolio:hover:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.port-hvr-social {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    background: #0f76f7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s all;
    transition: .3s all;
}
.single-portfolio:hover .port-hvr-social {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.port-hvr-social li {
    display: inline-block;
    text-align: center;
    -webkit-transition: .3s all;
    transition: .3s all;
}
.port-hvr-social li a {
    color: #fff !important;
    padding: 8px 15px;
    display: block;
}
.port-hvr-social li:hover {
    background: #fff;
}
.port-hvr-social li:hover a i {
    color: #0f76f7
}
.port-hvr-social li a i {
    color: #fff;
    font-size: 16px;
}
/*--------------------
   12.COUNTER AREA CSS
----------------------*/
.counter-bgd {
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 100%;
}
.counter-bgd:before {
    content: "";
    position: absolute;
    left: 0px;
    background: #060606;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.single-counter {
    margin: 93px 0px;
    border: 2px solid #0096ff;
    padding: 70px 60px;
}
.single-counter i {
    color: rgb(255, 255, 255);
    font-size: 25px;
    line-height: 1;
    margin: 15px 0 0;
    display: inline-block;
}
.counter {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}
.count-name {
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    font-size: 25px;
}
/*--------------------
   13. OUR TEAM AREA CSS
----------------------*/
.single-team {
    position: relative;
    cursor: pointer;
}
.single-team:before {
    content: "";
    position: absolute;
    background: rgba(0, 150, 255, 0.72);
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .3s all;
    transition: .3s all;
}
.single-team:hover:before {
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hvr-link {
    left: 0px;
    right: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    position: absolute;
    top: 50%;
}
.single-team:hover .hvr-link a {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hvr-link a {
    display: inline-block;
    font-size: 24px;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    padding: 10px;
    border-radius: 50%;
    line-height: 24px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s all;
    transition: .3s all;
}
.team-img img {
    width: 100%
}
.hvr-team {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -35px;
    background: #000 none repeat scroll 0% 0%;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s all;
    transition: .3s all;
}
.hvr-team h4 {
    font-size: 20px;
    margin: 0px;
    display: block;
    padding: 25px 0px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
}
.single-team:hover .hvr-team {
    bottom: 0px;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*--------------------
   14. PRICING TABLE AREA CSS
----------------------*/
.pricing-table-box {
    border: 2px solid #282828;
    border-radius: 15px;
    -webkit-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
}
.price-title {
    height: 50px;
    width: 90%;
    border-radius: 0 0 100px 100px;
    background: #000;
    margin: 0px auto;
    -webkit-transition: .3s all;
    transition: .3s all;
}
.price-title h3 {
    color: #fff;
    margin: 0px;
    padding: 8px 0px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}
.table-price {
    margin: 15px 0px;
}
.table-price h4 {
    margin: 0px;
    font-size: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.table-price h4 sup {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    top: -15px;
}
.table-price h4 sub {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.table-service {
    margin: 20px 0px;
}
.table-service li {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
    color: #1d1d1d;
}
.pricing-table-box a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    background: #000;
    color: #fff;
    border-radius: 0px 0px 12px 12px;
    padding: 20px 0px;
    -webkit-transition: .3s all;
    transition: .3s all;
    text-transform: uppercase;
}
.pricing-table-box:hover {
    border-color: #0096ff;
}
.pricing-table-box:hover .price-title,
.pricing-table-box:hover.pricing-table-box a {
    background: #0096ff;
}
/*--------------------
   15. OUR BLOG AREA CSS
----------------------*/
.blog-img {
    position: relative;
}
.blog-img img {
    width: 100%;
}
.hvr-title {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -28px;
    background: #000 none repeat scroll 0% 0%;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s all;
    transition: .3s all;
}
.hvr-title h4 {
    font-size: 20px;
    margin: 0px;
    display: block;
    padding: 30px 0px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 15px;
    text-transform: capitalize;
}
.single-blog p {
    padding: 15px 50px;
    margin: 0;
}
.single-blog:hover .hvr-title {
    background: #0096ff none repeat scroll 0% 0%;
    bottom: 0px;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--------------------
   17. CLIENT SLIDER AREA CSS
----------------------*/
.single-client {
    padding: 20px;
    border: 1px solid #e5e3e4;
    margin: 0px 10px;
    -webkit-transition: .3s all;
    transition: .3s all;
    position: relative;
}
.single-client:before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    -webkit-transition: .3s all;
    transition: .3s all;
}
.single-client:hover {
    border-color: #0096ff;
}
.single-client:hover:before {
    border-color: #0096ff;
}
/*--------------------
   18. FOOTER AREA CSS
----------------------*/
.footer-top {
    background: #fafafa;
    padding: 25px 0px;
}
.footer-social li {
    display: inline-block;
    margin: 12px;
}
.footer-social li a {
    color: rgb(0, 0, 0);
    display: block;
    border: 1px solid #d9dbda;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
}
.footer-social li a i {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.footer-social {
    display: inline-block;
}
.footer-logo {
    display: inline-block;
}
.copuright-area {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #060606;
    margin: 20px 0px;
    text-transform: capitalize;
}
.copuright-area2 {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #060606;
    margin: 20px 0px;
    text-transform: capitalize;
}
.copuright-area a,
.copuright-area span {
    color: #0096ff;
}

.custom-shape-divider-top-1668814459 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;

}

.custom-shape-divider-top-1668814459 svg {
    position: relative;
    display: block;
    width: calc(136% + 1.3px);
    height: 118px;
    transform: rotateY(180deg);

}

.custom-shape-divider-top-1668814459 .shape-fill {
    fill: #fcfcfc;

}
@media (max-width: 1400px) {
    .custom-shape-divider-top-1668814459{
        visibility: hidden;
    }
}

.footer-dark {
    padding:50px 0;
    color:#f0f9ff;
    background-color:#282d32;
  }

  .footer-dark h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
  }

  .footer-dark ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
  }

  .footer-dark ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.6;
  }

  .footer-dark ul a:hover {
    opacity:0.8;
  }

  @media (max-width:767px) {
    .footer-dark .item:not(.social) {
      text-align:center;
      padding-bottom:20px;
    }
  }

  .footer-dark .item.text {
    margin-bottom:36px;
  }

  @media (max-width:767px) {
    .footer-dark .item.text {
      margin-bottom:0;
    }
  }

  .footer-dark .item.text p {
    opacity:0.6;
    margin-bottom:0;
  }

  .footer-dark .item.social {
    text-align:center;
  }

  @media (max-width:991px) {
    .footer-dark .item.social {
      text-align:center;
      margin-top:20px;
    }
  }

  .footer-dark .item.social > a {
    font-size:20px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    margin:0 8px;
    color:#fff;
    opacity:0.75;
  }

  .footer-dark .item.social > a:hover {
    opacity:0.9;
  }

  .footer-dark .copyright {
    text-align:center;
    padding-top:24px;
    opacity:0.3;
    font-size:13px;
    margin-bottom:0;
  }

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
  *
  {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins' ,sans-serif;
  }
  section
  {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      background: #112d42;
  }
  section::before
  {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background: #03a9f4;
  }
  section .container
  {
      position: relative;
      min-width: 1100px;
      min-height: 550px;
      display: flex;
      z-index: 1000;
  }
  section .container .contactinfo
  {
      position: absolute;
      top: 40px;
      width: 350px;
      height: calc(100% - 80px);
      background: #0f3959;
      z-index: 1;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: 0 20px 20px rgba(0,0,0,0.2);
  }
  section .container .contactinfo h2
  {
      color: #fff;
      font-size: 24px;
      font-weight: 500;
  }
  section .container .contactinfo .info
  {
      position: relative;
      margin: 20px 0;
  }
  section .container .contactinfo .info li
  {
      position: relative;
      list-style: none;
      display: flex;
      margin: 20px 0;
      cursor: pointer;
      align-items: flex-start;
  }
  section .container .contactinfo .info li span:nth-child(1)
  {
      width: 30px;
      min-width: 30px;
  }
  section .container .contactinfo .info li span:nth-child(1) img{
      max-width: 30%;
      filter: invert(1);
      opacity: 0.5;
  }
  section .container .contactinfo .info li span:nth-child(2)
  {
      color: #fff;
      margin-left: 10px;
      font-weight: 300;
      opacity: 0.5;
      
  }
  section .container .contactinfo .info li:hover span:nth-child(1) img,
  section .container .contactinfo .info li:hover span:nth-child(2)
  {
      opacity: 1;
  }
  section .container .contactinfo .sci
  {
      position: relative;
      display: flex;
  }
  section .container .contactinfo .sci li
  {
      list-style: none;
      margin-right: 15px;
  }
  section .container .contactinfo .sci li a
  {
      text-decoration: none;
  }
  section .container .contactinfo .sci li a img
  {
      max-width: 70%;
      filter: invert(1);
      opacity: 0.5;
  }
  section .container .contactinfo .sci li:hover a img
  {
      opacity: 1;
  }
  section .container .contactForm
  {
      position: absolute;
      padding:  100px 100px;
      background: #fff;
      margin-left: 150px;
      padding-left: 250px;
      width: calc(100% - 170px);
      height: 100%;
      box-shadow: 0 50px 50px rgba(0,0,0,0.5);
      
  }
  section .container .contactForm h2
  {
      color: #0f3959;
      font-size: 24px;
      font-weight: 500;
      
  }
  section .container .contactForm .formBox
  {
      position: relative;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-top: 30px;
      
  }
  section .container .contactForm .formBox .inputBox
  {
      position: relative;
      margin: 0 0 50px 0;
  }
  section .container .contactForm .formBox .inputBox.w50
  {
      width: 47%;
  }
  section .container .contactForm .formBox .inputBox.w100
  {
      width: 100%;
  }
  section .container .contactForm .formBox .inputBox input,
  section .container .contactForm .formBox .inputBox textarea
  {
      width: 100% !important;
      padding: 15px 0;
      padding-bottom: 1px;
      resize: none;
      font-size: 18px;
      font-weight: 300;
      color: #333;
      border: none;
      border-bottom: 1px solid #777;       
      outline: none;
  }
  section .container .contactForm .formBox .inputBox textarea
  {
      min-height: 70px;
  }
  section .container .contactForm .formBox .inputBox span
  {
      position: absolute;
      left: 0;
      padding: 1px 0;
      font-size: 18px;
      font-weight: 300;
      color: #333;
      transition: 0.1s;
      pointer-events: none;
  }
  section .container .contactForm .formBox .inputBox input:focus ~ span,
  section .container .contactForm .formBox .inputBox textarea:focus ~ span,
  section .container .contactForm .formBox .inputBox input:valid ~ span,
  section .container .contactForm .formBox .inputBox textarea:valid ~ span
  
  {
      transform: translate(-30px);
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 1px;
      color: #ff568c;
  }
  section .container .contactForm .formBox .inputBox input[type="submit"]
  {
      position: relative;
      cursor: pointer;
      background: #0f3959;
      color: #fff;
      border: none;
      max-width: 150px;
      padding: 15px;
  }
  section .container .contactForm .formBox .inputBox input[type="submit"]:hover
  {
      background: #FF568C;
  }