/* Google Fonts Import Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Tangerine');

:root {
    --primary-color: #3F9FFF;
    --primarydark-color: #60b0ff;
    --black-color: #182031;
    --dark-color: #0a0e17;
    --secondary-color: #cecfd1;
    --grey-color: #f5f5f1;
    --white-color: #ffffff;
    --body-fonts: 'Roboto', sans-serif;
    --title-fonts: 'Jost', sans-serif;
}
::-moz-selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

::-moz-selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

::selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

/*================================================
General
================================================*/
body {
    background: var(--dark-color);
    font-family: var(--body-fonts);
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    color: var(--secondary-color);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: var(--title-fonts); */
    /* color: var(--white-color); */
    font-style: normal;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.02em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-style: normal;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    font-style: normal;
    line-height: 44px;
}

h3 {
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
}

h4 {
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
}

h5 {
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
}

h6 {
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
}

/*=============================================== 
HTML Tags 
=================================================*/
a,
.button {
    color: var(--primary-color);
    outline: none !important;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

a:focus,
a:hover {
    color: var(--primary-color);
    outline: none;
    text-decoration: none !important;
}
p {
    margin-bottom: 30px;
}

img {
    max-width: 100%;
    height: auto;
}

pre {
    background: var(--white-color);
    padding: 15px;
    border: 1px solid var(--grey-color);
}

hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
}

b,
strong {
    font-weight: 600;
}

/*===== Lists (Nested) =====*/
ol,
ul {
    padding-left: 25px;
    margin-bottom: 1em;
}

ol li {
    list-style: decimal;
}

ol ol {
    padding-left: 25px;
}

ul li {
    list-style: inherit;
}

/*===== Definition Lists =====*/
dl dd {
    margin-bottom: 15px;
}

dl dd:last-child {
    margin-bottom: 0px;
}

.txt-14{ font-size: 14px; line-height:21px; }
.txt-17{ font-size: 17px; line-height:28px; }
.txt-40{ font-size: 40px; line-height:52px; }
.txt-34{ font-size: 40px; line-height:46px; }
.txt-18{ font-size: 18px; line-height:30px; }
.txt-22{ font-size: 22px; line-height:32px; }
.txt-20{ font-size: 20px; line-height:30px; }
.txt-16{ font-size: 16px; line-height:26px; }
.text-justify { text-align: justify; }
.td{ text-decoration:none !important;}
.ts2 { text-shadow: 2px 2px #c6cec6; }
.w80 {  width: 80px; }
.pr--100 { padding-right: 100px;}
.pl--100 { padding-left: 100px;}
.pl--50 { padding-left: 50px;}
.pr--50 { padding-right: 50px;}
.mr15{margin-right: 15px;}
.pl5{padding-left:5px !important;}
.pt0{padding-top:0 !important;}
.pb0{padding-bottom:0 !important;}
.mt0{margin-top: 0px !important;}
.mb0{margin-bottom: 0 !important;}
    .ml0{margin-left: 0px !important;}
.mr0{margin-right: 0 !important;}
.ml10{margin-left: 10px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.ml70{margin-left: 70px;}
.ml80{margin-left: 80px;}
.ml90{margin-left: 90px;}
.ml100{margin-left: 100px;}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}
.mr60{margin-right: 60px;}
.mr70{margin-right: 70px;}
.mr80{margin-right: 80px;}
.mr90{margin-right: 90px;}
.mr100{margin-right: 100px;}
.m0{margin: 0px !important;}
.p0{padding: 0px !important;}
.pl0{padding-left: 0px !important;}
.pr0{padding-right: 0px !important;}
.pl10{padding-left: 10px;}
.pl20{padding-left: 20px;}
.pl30{padding-left: 30px;}
.pl40{padding-left: 40px;}
.pl50{padding-left: 50px;}
.pl60{padding-left: 60px;}
.pl70{padding-left: 70px;}
.pl80{padding-left: 80px;}
.pl90{padding-left: 90px;}
.pl100{padding-left: 100px;}
.pl110{padding-left: 110px;}
.pl120{padding-left: 120px;}
.pl130{padding-left: 130px;}
.pl140{padding-left: 140px;}
.pr10{padding-right: 10px;}
.pr20{padding-right: 20px;}
.pr30{padding-right: 30px;}
.pr40{padding-right: 40px;}
.pr50{padding-right: 50px;}
.pr60{padding-right: 60px;}
.pr70{padding-right: 70px;}
.pr80{padding-right: 80px;}
.pr90{padding-right: 90px;}
.pr100{padding-right: 100px;}
.pr110{padding-right: 110px;}
.pr120{padding-right: 120px;}
.pr130{padding-right: 130px;}
.pr140{padding-right: 140px;}
.mt10{margin-top: 10px;}
.ml10{margin-left: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}
.m0{margin: 0px !important;}
.p0{padding: 0px !important;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
.pt60{padding-top: 60px;}
.pt70{padding-top: 70px;}
.pt80{padding-top: 80px;}
.pt90{padding-top: 90px;}
.pt100{padding-top: 100px;}
.pt110{padding-top: 110px;}
.pt120{padding-top: 120px;}
.pt130{padding-top: 130px;}
.pt140{padding-top: 140px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.pb60{padding-bottom: 60px;}
.pb70{padding-bottom: 70px;}
.pb80{padding-bottom: 80px;}
.pb90{padding-bottom: 90px;}
.pb100{padding-bottom: 100px;}
.pb110{padding-bottom: 110px;}
.pb120{padding-bottom: 120px;}
.pb130{padding-bottom: 130px;}
.pb140{padding-bottom: 140px;}

.pad-tb30{
    padding-top: 30px;
    padding-bottom: 30px;
}
pad-lr {
    padding: 0px 40px;
}
.mh100{min-height: 100px;}
.mh130{min-height: 130px;}
.mh150{min-height: 150px;}
.mh180{min-height: 180px;}
.mh200{min-height: 200px;}
.mh250{min-height: 250px;}
.mh300{min-height: 300px;}
.mh330{min-height: 330px;}
.mh380{min-height: 380px;}
.mh350{min-height: 351px;}
.mh400{min-height: 400px;}
.mh425{min-height: 425px;}
.mh480{min-height: 480px;}
.mh450{min-height: 450px;}
.mh500{min-height: 500px;}
.mh550{min-height: 550px;}
.mw-auto{min-width: auto;}
.mw-pct{min-width: 100%;}
.mw100{min-width: 100px;}
.mw130{min-width: 130px;}
.mw150{min-width: 150px;}
.mw180{min-width: 180px;}
.mw200{min-width: 200px;}
.mw250{min-width: 250px;}
.mw300{min-width: 300px;}
.mw330{min-width: 330px;}
.mw380{min-width: 380px;}
.mw350{min-width: 351px;}
.mw400{min-width: 400px;}
.mw425{min-width: 425px;}
.mw480{min-width: 480px;}
.mw450{min-width: 450px;}
.mw500{min-width: 500px;}
.mw550{min-width: 550px;}
.text-bold { font-weight: bold; }
.text-center { text-align: center }


/**Gredient css**/
.bg-gradient{
    background: #c7ecff;
    background: -moz-linear-gradient(top, #c7ecff 0%, #f9efff 100%);
    background: -webkit-linear-gradient(top, #c7ecff 0%,#f9efff 100%);
    background: linear-gradient(to bottom, #c7ecff 0%,#f9efff 100%);
}
.bg-gradient1{
    background: #ffe2e2;
    background: -moz-linear-gradient(top, #ffe2e2 0%, #fff9f4 100%);
    background: -webkit-linear-gradient(top, #ffe2e2 0%,#fff9f4 100%);
    background: linear-gradient(to bottom, #ffe2e2 0%,#fff9f4 100%);
}
.bg-gradient2{
    background: #fdffed;
    background: -moz-linear-gradient(top, #fdffed  0%, #effff8  100%);
    background: -webkit-linear-gradient(top, #fdffed  0%,#effff8  100%);
    background: linear-gradient(to bottom, #fdffed 0%,#effff8 100%);
}
.bg-gradient3{
    background: #e2f3ff;
    background: -moz-linear-gradient(top, #e2f3ff  0%, #fffbef  100%);
    background: -webkit-linear-gradient(top, #e2f3ff  0%,#fffbef  100%);
    background: linear-gradient(to bottom, #e2f3ff  0%,#fffbef  100%);
}
.bg-gradient4{
    background: #c1eeff;
    background: -moz-linear-gradient(top, #c1eeff 0%, #f5faff 100%);
    background: -webkit-linear-gradient(top, #c1eeff 0%,#f5faff 100%);
    background: linear-gradient(to bottom, #c1eeff 0%,#f5faff 100%);
}
.bg-gradient5{
    background: #fff6f3     ;
    background: -moz-linear-gradient(top, #fff6f3 0%, #fffefb 100%);
    background: -webkit-linear-gradient(top, #fff6f3 0%,#fffefb 100%);
    background: linear-gradient(to bottom, #fff6f3 0%,#fffefb 100%);
}
.bg-gradient6{
    background: #e8fffc ;
    background: -moz-linear-gradient(top, #e8fffc 0%, #fff4f4  100%);
    background: -webkit-linear-gradient(top, #e8fffc 0%,#fff4f4  100%);
    background: linear-gradient(to bottom, #e8fffc 0%,#fff4f4  100%);
}
.bg-gradient7{
    background: #ffe2e2;
    background: -moz-linear-gradient(top, #ffe2e2 0%, #fff9f4 100%);
    background: -webkit-linear-gradient(top, #ffe2e2 0%,#fff9f4 100%);
    background: linear-gradient(to bottom, #ffe2e2 0%,#fff9f4 100%);
}
.bg-gradient8{
    background: #fff8fb;
    background: -moz-linear-gradient(top, #fff8fb 0%, #d0fcf6 100%);
    background: -webkit-linear-gradient(top, #fff8fb 0%,#d0fcf6 100%);
    background: linear-gradient(to bottom, #fff8fb 0%,#d0fcf6 100%);
}
.bg-gradient9{
    background: #e5ffee;
    background: -moz-linear-gradient(top, #ffe2e2 0%, #fff9f4 100%);
    background: -webkit-linear-gradient(top, #ffe2e2 0%,#fff9f4 100%);
    background: linear-gradient(to bottom, #e5ffee 0%,#e2f6ff 100%);
}
.bg-gradient10{
    background: #e4fffe;
    background: -moz-linear-gradient(top, #e4fffe 0%, #ffedf3 100%);
    background: -webkit-linear-gradient(top, #e4fffe 0%,#ffedf3 100%);
    background: linear-gradient(to bottom, #e4fffe 0%,#ffedf3 100%);
}
.bg-gradient11{
    background: #ff1f8e;
    background: -moz-linear-gradient(left, #ff1f8e 0%, #007bff 100%);
    background: -webkit-linear-gradient(left, #ff1f8e 0%,#007bff 100%);
    background: linear-gradient(to right, #ff1f8e 0%,#007bff 100%);
}
.bg-gradient12{
    background: #3f36b9;
    background: -moz-linear-gradient(left, #552ecd 0%,#13137a 100%);
    background: -webkit-linear-gradient(left,#552ecd 0%,#13137a 100%);
    background: linear-gradient(to right, #552ecd 0%,#13137a 100%);
}
.bg-gradient13{
    background: #9C27B0;
    background: -moz-linear-gradient(left, #9C27B0 0%, #673AB7 100%);
    background: -webkit-linear-gradient(left, #9C27B0 0%,#673AB7 100%);
    background: linear-gradient(to right, #9C27B0 0%,#673AB7 100%);
}
.bg-gradient14{
    background: #ff2d8d;
    background: -moz-linear-gradient(top, #ff2d8d 0%, #653db9  100%);
    background: -webkit-linear-gradient(top, #ff2d8d 0%,#653db9  100%);
    background: linear-gradient(to bottom, #ff2d8d 0%,#653db9  100%);
}
.bg-gradient15{
    background: #fffdf2;
    background: -moz-linear-gradient(top, #fffdf2 0%, #ffeff5 100%);
    background: -webkit-linear-gradient(top, #fffdf2 0%,#ffeff5 100%);
    background: linear-gradient(to bottom, #fffdf2 0%,#ffeff5 100%);
}
.bg-gradient16 {
    background-image: -moz-linear-gradient(45deg,#9217de 0%,#4775ff 50%,#00b6d4 100%);
    background-image: -webkit-linear-gradient(45deg,#9217de 0%,#4775ff 50%,#00b6d4 100%);
    background-image: linear-gradient(45deg,#9217de 0%,#4775ff 50%,#00b6d4 100%);
}
.bg-second{ background: #000a2d; }

.bg-1{
    background: aliceblue;
}
.bg-default {
    background: #ffffff;
}
.t-brown{ color: #FF3D4F;}
.t-lightgray{ color: #6e7797;}
.t-light{ color: #fff; }

/*===== Menu =====*/
header.header {
    /* position: fixed; */
    width: 100%;
    z-index: 1000;
    background: white;
}
header .menu-content{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}
header .menu-content ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 0;
    margin: 0;

}
header li {
    padding: 5px 15px;
}
header li a{
    text-decoration: none;
    padding: 4px 0;
    position: relative;
    color: #0a0e17;
}

header li a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: navy;
    border-radius: 12px;
    transition: all 0.4s ease;
}
header li a:hover{
    color: navy;
}
header li a:hover:before {
    width: 100%;
    transition: all 0.4s ease;
}
header li.center a:before {
    left: 50%;
    transform: translateX(-50%);
}
header li.upward a:before {
    width: 100%;
    bottom: -5px;
    opacity: 0;
}
header li.upward a:hover:before {
    bottom: 0px;
    opacity: 1;
}
header li.forward a:before {
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
}
header li.forward a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.logo {
    font-family: montserrat,sans-serif;
    font-weight: bold;
}




/*========= Home Banner============ */
.home-banner {
    /* background-image: url(../images/u2.png); */
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    /* position: relative; */
    /* height: 600px; */
    /* top: 84px; */
}

.banner-content .banner-info {
    /* position: absolute; */
    /* top: 47%; */
    /* width: 100%; */
    /* height: 100%; */
    margin-top: 90px;
}
.banner-info h1 {
    font-size: 72px;
    margin-bottom: 0;
    font-family: sacramento,cursive !important;
    font-weight: bold;
    text-transform: none;
}
.banner-info h2 {
    font-size: 74px;
    margin-top: 0;
    line-height: 92px;
    /* margin-left: -8px; */
    font-family: montserrat,sans-serif;
    font-weight: bold;
}
.banner-info h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 26px;
    font-family: montserrat,sans-serif;
    font-weight: bold;
}

@media (min-width: 768px) and (max-width: 991px){
    .banner-info h1 {
        font-size: 63px;
    }
    .banner-info h2 {
        font-size: 55px;
        line-height: 50px;
    }
}
@media (max-width: 991px){
    .home-banner img{
        padding: 5%;
    }
    .banner-info h3{
        letter-spacing: 17px;
    }
    .banner-content .banner-info {
        /* top: 100%; */
        /* margin-top: -220px; */
    }
}
@media (max-width: 767px){
    .banner-info h1 {
        font-size: 48px;
    }
    .banner-info h2 {
        font-size: 48px;
        line-height: 25px;
    }
    .banner-content .banner-info {
        text-align: center;
        top: 100%;
        margin-top: 0px;
    }
    
}


/*========= Home Banner End============ */

@media only screen and (min-width: 992px){
    header .menu-content ul {
        flex-direction: row;
    }
    header .menu-content{
        justify-content: flex-end;
    }

    header .menu-content ul {
        align-items: center;
    }
    header li a{
        padding: 10px 0;
    }

}


/* ============About Us Section Start============= */
section#about-us, 
section#skill-section,
section#experience,
section#education{
    padding: 50px 0px;
}
section#about-us {
    background: aliceblue;

}
.head-title {
    font-family: 'Sacramento';
    font-size: 48px;
    font-weight: 700;
    color: crimson;
    
}
.about-intro {
    font-size: 14px;
    color: #6e7797;
    line-height: 26px;
    margin-bottom: 32px;
}
.about-left .subtitle{
    color: #FF3D4F;
}
.aboutus-title {
    font-size: 66px;
    margin-bottom: 0;
    color: #444444;
    line-height: 1;
    font-weight: 700;
    font-family: ui-sans-serif;
}

.about-btn .about-cv-btn {
    background: #ff3d4f none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 50px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    border: 2px solid transparent;
}
.about-btn .about-cv-btn:hover {
    background: none;
    color: #79819e;
    border-color: #e5e9ff;
}


/* ============About Us Section End============= */


.section-title p{
    text-align: center;
}
.skill-section .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

.skill-section .progress .skill {
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #45505b;
}

.skill-section .progress .skill .val {
    float: right;
    font-style: normal;
}

.skill-section .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #0563bb;
}
.skill-section .progress-bar-wrap {
    background: #f2f3f5;
}



/* =================exp */

.experience .working-wrap {
    padding: 40px;
    background: #fff;
}
.experience .title-icon {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.experience .working-icon {
    margin-right: 30px;
}
.working-icon i {
    font-size: 24px;
    color: #ff3d4f;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background: #fff2f3;
}
.work-title h4 {
    font-size: 14px;
    color: #ff3d4f;
    margin-bottom: 10px;
}

.work-title h2 {
    font-size: 26px;
}

@media only screen and (max-width: 991px){
    .experience .working-wrap {
        padding: 30px;
        text-align: center;
    }
    .experience .title-icon {
        display: block;
    }
    .work-title {
        margin-top: 15px;
    }
    .experience .working-icon {
        margin-right: 0px;
    }
}


/* ====Education====== */

h2.title{
    font-size: 66px;
    margin-bottom: 0;
    color: #444444;
    line-height: 1;
    font-weight: 700;
    font-family: ui-sans-serif;
}

.education-body {
    position: relative;
    padding-left: 30px;
}

.education-body:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    content: "";
    background: #ffe6e4;
}
.education-content {
    position: relative;
}
.education-content:before {
	position: absolute;
	content: "";
	box-shadow: 0px 4px 8px 0px rgba(255, 61, 79, 0.3);
	height: 13px;
	width: 13px;
	left: -34px;
	border-radius: 50%;
	background-color: rgb(255, 61, 79);
	border-style: solid;
	border-width: 4px;
	border-color: rgb(255, 255, 255);
}
.education-header h4 {
    font-size: 14px;
    color: #ff3d4f;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.education-header h2 {
    font-size: 26px;
    /* margin-bottom: 22px; */
    font-family: ui-sans-serif;
    font-weight: 600;
}

.education-images {
    margin-left: 25px;
    position: relative;
}
.education-img2 {
    position: absolute;
    top: 280px;
    left: 125px;
}
.education-img2 img {
    width: 100%;
    height: 100%;
}
.icon-images {
    position: relative;
}
.icon-images i {
    height: 80px;
    width: 80px;
    background-color: rgb(255, 61, 79);
    text-align: center;
    line-height: 80px;
    color: #fff;
    position: absolute;
    top: 280px;
    font-size: 20px;
    left: -40px;
    box-shadow: 0px 8px 16px 0px rgba(255, 61, 79, 0.3);
}

@media only screen and (max-width: 991px){
    .icon-images i {
        top: 0;
        left: 0;
    }
    .education-images {
        margin-left: 0;
    }
    .education-images img {
        width: 100%;
    }
    .education-img2 {
        position: static;
        margin-top: 10px;
    }
}



/* ====Footer ==== */
h2.myname {
    color: white;
}
.footer-main .social-icon a {
    font-size: 21px;
    display: inline-block;
    /* background: #0563bb; */
    color: #fff;
    line-height: 1;
    padding: 11px 3px;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid;
    width: 46px;
    height: 46px;
    transition: 0.3s;
}

.footer-main .social-icon a:hover {
    background: white;
    color: black;
}
.copyright p {
    color: #6e7797;
}



  body .footer {
    z-index: 1;
    --footer-background: #000a2d;
    /* display: grid; */
    position: relative;
    /* grid-area: footer; */
    /* min-height: 12rem; */
    overflow-x: clip;
  }
 .footer .bubbles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1rem;
    background: var(--footer-background);
    filter: url("#blob");
  }
  .footer-main{
    z-index: 2000;
    position: relative;
  }
  .footer .bubbles .bubble {
    position: absolute;
    left: var(--position, 50%);
    background: var(--footer-background);
    border-radius: 100%;
    -webkit-animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
            animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
    transform: translate(-50%, 100%);
  }
  body .footer .content {
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 4rem;
    padding: 2rem;
    background: var(--footer-background);
  }
  body .footer .content a,
  body .footer .content p {
    color: #f5f7fa;
    text-decoration: none;
  }
  body .footer .content b {
    color: white;
  }
  body .footer .content p {
    margin: 0;
    font-size: 0.75rem;
  }
  body .footer .content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body .footer .content > div > div {
    margin: 0.25rem 0;
  }
  body .footer .content > div > div > * {
    margin-right: 0.5rem;
  }
  body .footer .content > div .image {
    align-self: center;
    width: 4rem;
    height: 4rem;
    margin: 0.25rem 0;
    background-size: cover;
    background-position: center;
  }
  
  @-webkit-keyframes bubble-size {
    0%, 75% {
      width: var(--size, 4rem);
      height: var(--size, 4rem);
    }
    100% {
      width: 0rem;
      height: 0rem;
    }
  }
  
  @keyframes bubble-size {
    0%, 75% {
      width: var(--size, 4rem);
      height: var(--size, 4rem);
    }
    100% {
      width: 0rem;
      height: 0rem;
    }
  }
  @-webkit-keyframes bubble-move {
    0% {
      bottom: -4rem;
    }
    100% {
      bottom: var(--distance, 10rem);
    }
  }
  @keyframes bubble-move {
    0% {
      bottom: -4rem;
    }
    100% {
      bottom: var(--distance, 10rem);
    }
  }



.bg-contact{
    background-image: url("../images/contact2.jpg");
    background-size: cover;
    background-repeat: no-repeat ;
}
.c-form {
    border-radius: 10px;
    background-color: #fff;
}

/* small bubble Canvas style */
canvas{
    position: absolute;
}
.message h1 {
    font-size: 3rem;
    color: #ff6f61;
    margin: 0;
    opacity: 1;
    animation: bounce 2s infinite, fadeInOut 4s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

@keyframes fadeInOut {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}




@import 'https://fonts.googleapis.com/css?family=Lato|Roboto+Slab:700';
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #f1f1f1;
  color: #444;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1.625;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3 {
  font-family: "Roboto Slab", serif;
}

.wrap {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

h1 {
  text-align: center;
  margin: 50px 0;
}

.gallery-wrap,
#gallery {
  overflow: hidden;
}

#filters {
  margin: 1%;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#filters li {
  float: left;
}

#filters li span {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  text-transform: uppercase;
  transition: all ease-in-out 0.25s;
}

#filters li:hover span {
  color: #000;
}

#filters li span.active {
  background: #1fbae7;
  color: #fff;
}

.gallery-item {
  float: left;
  width: 33.333%;
  padding: 10px;
  position: relative;
  z-index: 10;
  display: none;
}

.inside {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.details,
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.details {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.details h2 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}
.details p {
  color: #fff;
  font-size: 1em;
  letter-spacing: 2px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.inside img {
  float: left;
  width: 100%;
}

.overlay {
  background: rgba(31, 186, 231, 0.8);
  z-index: 1;
  transition: all 0.7s ease-in-out;
}

.gallery-item:hover .details,
.gallery-item:hover .overlay {
  opacity: 1;
}

@media (max-width: 30em) {
  .wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .gallery-item {
    float: none;
    width: 100%;
  }
}

