
body{
    font-family: 'Poppins', sans-serif;
    font-weight:400;
}
a{
    text-decoration: none;
}
a:hover,
a:focus,
a:active{
    text-decoration: none !important;
    outline:0;
}
input:focus{outline: none}

/* ::: Typography Starts here  ::: */
.heading-big{
    font-family: 'Lato', sans-serif;
    font-weight:900;
    font-size:20px;
    letter-spacing:1px;
    margin:0px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding:0px;
}
.heading-big::after{
    position: absolute;
    content: "";
    left:1px;
    width:30px;
    height: 3px;
    background:#393C83;
    bottom:-10px;
}
.heading-big-center::after{
    left:50%;
    margin-left:-15px;
}

.heading-big-dark{
    color: #212121;
}
.heading-big-light{
    color: #fff;
}

.head-big{
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size:50px;
    letter-spacing:-2px;
    margin:0px;
    position: relative;
    display: inline-block;
    padding:0px;
    text-transform: none;
}
.head-big::after{
    position: absolute;
    content: "";
    left:3px;
    width:30px;
    height: 3px;
    background:#393C83;
    bottom:-10px;
}
.head-big-center::after{
    position: absolute;
    content: "";
    left:50%;
    width:30px;
    margin-left:-15px;
    height: 3px;
    background:#393C83;
    bottom:-10px;
}

.paragraph-bold{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    color: #696464;
    margin: 20px 0px;
    display: block;

}
.paragraph-normal{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    color: #212121;
    margin: 20px 0px;
    display: block
}
/* ::: Typography Ends here ::: */



/* ::: Buttons Starts here ::: */
.btn-main{
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 30px;
    background: transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px ;
    border-radius: 50px;
    letter-spacing: 2px;
    text-decoration: none;
    -webkit-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -o-transition:all .3s ease-in;
    transition:all .3s ease-in;
}
.btn-dark{
    text-decoration: none;
    border: 2px solid #393C83;
    color: #eee;
    background: #393C83;
    -webkit-box-shadow: 6px 5px 20px #c5c5c5;
    -moz-box-shadow: 6px 5px 20px #c5c5c5;
    -o-box-shadow: 6px 5px 20px #c5c5c5;
    box-shadow: 6px 5px 20px #c5c5c5;
}
.btn-dark:hover,.btn-dark:focus,.btn-dark:active{
    background: #1b1e6f;
    color: #fff;
    text-decoration: none;
}
.btn-light{
    border: 2px solid #fff ;
    color: #fff;
    text-decoration: none;
}
.btn-light:hover,.btn-light:focus,.btn-light:active{
    background: #fff ;
    color: #393C83;
    text-decoration: none;
}
.btn-fill{
    border:none;
    background:#fff;
    color: #393C83;
}
.btn-fill:hover,.btn-fill:focus,.btn-fill:active{
    background: #393C83;
    color: #fff
}
/* ::: Buttons Ends here :::*/




/* ::: Menu START ::: */
.menu-wrapper{
    background: #fff;
    padding-top:0px;
    -webkit-box-shadow: 0px 0px 5px #c5c5c5;
    -moz-box-shadow: 0px 0px 5px #c5c5c5;
    -o-box-shadow: 0px 0px 5px #c5c5c5;
    box-shadow: 0px 0px 5px #c5c5c5;
    -webkit-transition:all .4s ease-out;
    -moz-transition:all .4s ease-out;
    -o-transition:all .4s ease-out;
    transition:all .4s ease-out;
}
.menu-wrapper .buttons{
    position: absolute;
    right:30px;
    top:10px;
    height: auto;
    padding:0px 0px 0px;
    -webkit-transition:all .4s ease-out;
    -moz-transition:all .4s ease-out;
    -o-transition:all .4s ease-out;
    transition:all .4s ease-out;
}
.menu-wrapper .buttons button{
    font-family: 'Open Sans', sans-serif;
    margin: 0px 2px !important;
    box-shadow: none !important;
    padding: 4px 20px 6px !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
    text-transform: none;
}
.dropdown .dropdown-toggle .label{
    line-height: 35px;
	height:30px;
    padding: 16px 7px 7px 7px;
    text-transform:uppercase;
}
.dropdown{
    cursor: pointer;
}
.dropdown ul{
    z-index:9999999 !important;
}

.menu-wrapper .nav-logo {
    position: absolute;
    font-family:'Poppins', sans-serif;
    font-weight:700;
    font-size: 22px;
    color:#393C83;
    margin-top: -5px;
    margin-bottom: 0px;
}
.nav-logo img{
    width: 120px;
    height: auto;
}
.menu{
    text-align: center;
}
.menu-ul{
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top:14px;
    text-align:center;
}
.menu-ul li{
    !border:1px solid #FFF;
    position:relative;
    display: inline-block;
}
.menu-ul i{font-size: 6px;}


.menu-ul li a{
    text-transform:uppercase;
    color:#393C83;
    font-family:'Poppins', sans-serif;
    font-weight:400;
    font-size:13px;
    margin: 0px 15px;
    padding:3px 0px;
    letter-spacing:1px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    -o-transition:all .3s linear;
    transition:all .3s linear;
    position: relative;
}
.menu-ul li a::after{
    position: absolute;
    content: "";
    left:50%;
    right:50%;
    bottom:0px;
    width:0%;
    height:1px;
    background:#393C83;
    -webkit-transition:all.3s linear;
    -moz-transition:all.3s linear;
    -o-transition:all.3s linear;
    transition:all.3s linear;
}
.menu-ul li a:hover::after, .menu-ul li a:focus::after, .menu-ul li a:active::after {
  width: 100%;
  left: 0%;
  right: 0%;
}
.menu-ul li a:hover{
    background: transparent;
}
.menu-ul li a button::after{
    display: none;
}
.menu-ul li a button{
    padding:2px 10px;
}
/* ::: Menu Ends Here ::: */



/* ::: Header Starts Here ::: */
header{
    position: relative;
    padding-top:50px;
    height:100vh;
    min-height:640px;
    background: #212121;
    background-image:url("../img/header.jpg");
    background-size:cover; 
    background-position:center;
    background-attachment: fixed;
    font-family:'Poppins', sans-serif;
}

header .mask{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
header .contents{
    position: relative;
    margin: 0px auto;
    top: 55%;
    -webkit-transform:  translateY(-55%);
    -ms-transform: translateY(-55%) ;
    -o-transform: translateY(-55%) ;
    transform: translateY(-55%) ;
    text-align: center;
    text-transform: uppercase;
}
header .contents p{
    font-weight:500;
    font-size:14px;
    display: inline-block;
    background: #393C83;
    letter-spacing:1px;
    color: #eee;
    padding:5px 25px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif
}

header .contents h1{
    font-family: 'Poppins', sans-serif;
    font-size:95px;
    border-bottom: 1px solid #fff;
    letter-spacing: 3px;
    margin:5px 0px 0px;
    padding: 0px;
    color: #eee;
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-transform: none;
}
header .contents button{
    display: inline-block;
    margin:0px 0px 10px;
    padding:10px 35px;
}
header .btn-twitter{
    box-shadow: none;
    background: #04759F;
    border: none;
    padding: 10px 20px;
    position: absolute;
    top: 70px;
    right: 30px;
    z-index: 9;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
header .btn-twitter i{
    font-size:15px;
    margin-right:5px;
    color:#2FBAED;
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
header .btn-twitter:hover{
    background: #2FBAED !important
}
header .btn-twitter:hover i{
    color: #fff !important;  
}
header .contents span{
    display: block;
    font-family: 'Lato', sans-serif;
    padding: 0px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0px 30px;
}
/* ::: Header Ends Here ::: */



/* ::: About Starts Here ::: */
#about{
    padding: 100px 0px 80px 0px;
    position:relative;
    overflow:hidden;
}   
.aboutDetails{
    text-align:left;
    padding:80px 130px 30px 150px;
}
.about-2-small{
    display: none;
}
.aboutDetails2{
    text-align:left;
    padding: 80px 150px 30px 130px;
}
.aboutDetails h1{
    margin-bottom:30px;
}
.aboutDetails p{
    margin:25px 0px 40px;
}
.aboutImg{
    padding: 30px 100px 0px 0px;
}
.aboutImg2{
    padding: 30px 0px 0px 100px;
}
.aboutImg img{
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 25px #dedada;
    -moz-box-shadow: 0px 0px 25px #dedada;
    -o-box-shadow: 0px 0px 25px #dedada;
    -ms-box-shadow: 0px 0px 25px #dedada;
    box-shadow: 0px 0px 25px #dedada;
}
/* ::: About Ends Here ::: */




/* ::: Offer Starts Here ::: */
.offer{
    padding:200px 0px 50px;
    overflow: hidden;
}
.offer2{
    padding:30px 0px 50px;
}


.offer .offer-head{
    padding:0px 130px 30px 150px;
}
.offer .offer-lists{
    padding:60px 120px 30px 0px;
}


.offer .offer-head .head-big{
    margin-bottom:30px;
}

.offer-lists ul{
}
.offer-lists ul li{
    list-style: none;
    position: relative;
    font-family: 'Lato' , sans-serif;
    font-size:18px;
    font-weight: 400;
    color:#393C83;
    margin:20px 0px;
}
.offer-lists ul li::before,
.offer-lists ul li::after{
    position: absolute;
    top:50%;
    -webkit-transform:translateY(-50%) ;
    -ms-transform: translateY(-50%);
    -o-transform: ;translateY(-50%)
    transform: translateY(-50%);
    content:"";
    display: none;
}
.offer-lists ul li::before{
    left: -45px;
    width: 15px;
    height: 15px;
    border: 1px solid #393C83;
}
.offer-lists ul li::after{
    left:-40px;
    width:20px;
    height:1px;
    background:#393C83;
}
.offer-lists ul li img{
    width:22px;
    height:auto;
    position: absolute;
    top:3px;
    left: -40px;
}
.offer2 .paragraph-normal{
    margin:0px 0px 30px -40px;
    letter-spacing: 1px;
    font-weight:500;
    position: relative;
    display: inline-block;
}
.offer2 .paragraph-normal::after{
    position: absolute;
    content: "";
    left: 0px;
    bottom:-5px;
    height:1px;
    background: #7648c3;
    width:90%;
}
.offer2 .paragraph-bold{
    padding:50px;
    -webkit-box-shadow: 0px 0px 10px #dedede;
    -moz-box-shadow: 0px 0px 10px #dedede;
    -o-box-shadow: 0px 0px 10px #dedede;
    box-shadow:0px 0px 10px #dedede;
    background: #393C83;
    color: #fff
}
.offer-lists ul li{
    color:#212121
}
.offer-lists ul li span{
    font-weight:500;
    color: #7648c3;
    font-size: 19px;

}
/* ::: Offer Ends Here ::: */

/* Security List */
.security{
    padding:100px 0px;
    background-image:url("../img/security.jpg");
    background-size:cover; 
    background-position:center;
    position: relative;
    overflow: hidden;
}
.security .mask{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: rgba(255,255,255,.9);
}
.security-head{
    padding:0px 200px 0px 250px;
}
.security-head h1{
    padding: 0px 50px 0px 0px;
}

.security-head .paragraph-normal {
    margin: 50px 0px 30px -40px;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.security-head .paragraph-normal::after{
    position: absolute;
    content: "";
    left: 0px;
    bottom:-5px;
    height:1px;
    background: #7648c3;
    width:90%;
}

.security-head ul li{
    list-style: none;
    position: relative;
    font-family: 'Lato' , sans-serif;
    font-size:20px;
    font-weight: 400;
    color:#393C83;
    margin:20px 0px;
}
.security-head ul li::before,
.security-head ul li::after{
    position: absolute;
    top:50%;
    -webkit-transform:translateY(-50%) ;
    -ms-transform: translateY(-50%);
    -o-transform: ;translateY(-50%)
    transform: translateY(-50%);
    content:"";
    display: none;
}
.security-head ul li::before{
    left: -45px;
    width: 15px;
    height: 15px;
    border: 1px solid #393C83;
}
.security-head ul li::after{
    left:-40px;
    width:20px;
    height:1px;
    background:#393C83;
}
.security-head ul li img{
    width:22px;
    height:auto;
    position: absolute;
    top:3px;
    left: -40px;
}
/* Security List */


/* ::: block-images Starts Here ::: */

.block-images{
    position: relative;
    padding:0px 50px 50px; 
}
.block-images .block{
    position: relative;
    height: auto;
    padding:50px;
}
.block-images .block img{
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 15px #c8c4c4;
    -moz-box-shadow: 0px 0px 15px #c8c4c4;
    -o-box-shadow: 0px 0px 15px #c8c4c4;
    box-shadow: 0px 0px 15px #c8c4c4;
}
/* ::: block-images Ends Here ::: */




/* ::: Mid-Block Starts Here ::: */
.midblocks{
    padding:0px;
    height:300px;
    position: relative;
    text-align: center;
    background: url("../img/about.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.midblocks .mask{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: rgba(57,60,131,.7);
} 
.midblocks .container{
    position: relative;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding:0px 150px;
}
.midblocks .container p{
    color: #fff;
}

/* ::: Mid-Block Ends Here ::: */




/* ::: Steps Starts Here ::: */
#steps{
    text-align: center;
    background-position: left top;
    padding:200px 0px 80px;
    overflow: hidden;
}
.stepHead p{
    margin: 70px 0px 40px;
    padding: 0px 335px;
}
#steps .steps-wrapper{
    padding: 50px 80px 80px 120px;
}
.serv-head .paragraph-normal{
    padding:0px 250px;
    margin:50px 0px 0px;
}
.stepBox{
    height:auto;
    text-align:center;
    padding:30px 20px 20px;
    position: relative;
}

.stepBox-inner{
    width: 100%;
    height: auto;
    position: relative;
    background:#fff;
    -webkit-box-shadow: 0px 0px 10px #e6e6e6;
    -moz-box-shadow: 0px 0px 10px #e6e6e6;
    -o-box-shadow: 0px 0px 10px #e6e6e6;
    box-shadow: 0px 0px 20px #d5d5d5;
    padding: 50px 0px;
}
.stepBox-inner .index{
    position: absolute;
    left: -40px;
    top: 50px;
    font-weight: 700;
    font-size: 340px;
    color: rgba(27,30,111,.3);
    z-index: -1;
    line-height: 0px;
}
.stepBox-inner::after{
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%) ;
    right: -70px;
    width: 130px;
    height: 2px;
    border-top: 2px dashed #393C83;
    z-index: -1;
}
.stepBox-inner button{
    padding: 8px 15px;
    font-weight: 600;
    font-size: 11px;
    letter-spacing:1px;

}
.stepBox-inner .heading-one{
    margin-top:15px;
}
.stepBox-inner .paragraph-normal{
    padding: 0px 15px;
}
.steps-details{
    padding: 50px 0px 0px 100px;
    text-align: left;
}

.step-block{
    margin:50px 0px;
}
.step-block:nth-child(2){
     margin:150px 0px 0px;
}
/* ::: Steps Ends Here ::: */




/* ::: Videos Starts Here ::: */
.vids{
    position: relative;
    aborder:2px solid purple;
    overflow: hidden;
    margin-bottom:80px;
}
.vids2{
    position:relative;
    margin-bottom:190px;
}

.vidHead{
    height:100%;
    padding:60px 130px 30px 150px;
    background: #fff;
}
.vidHead1{
      left:0px;
}
.vidHead2{
    right: 0px;
    padding: 60px 100px 30px 150px;
}

.vidHead::before,
.vidHead::after{
    position: absolute;
    content: "";
    top:0px;
}
.vidHead1::before,
.vidHead1::after{
     left: 0px;
}

.vidHead::after{
    width:100px;
    height:100%;
    border:2px solid #0a1f93;
    border-right:none
}
.vidHead::before{
    width:250px;
    height:2px;
    background:#0a1f93 
}

.vidHead2::before,
.vidHead2::after{
    right: 0px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.vidHead p{
    margin-top:50px;
}
.vidHead,
.vidPoster{
    position: absolute;
    top:0px;
    z-index:5;
    overflow: hidden;
}
.vidPoster{
    right:0px;
    aborder: px solid red;
    height:100%;
    padding:0px;
}
.vidPoster2{
    left:0px;
    right: unset;
}
.vids .playButton{
    position: absolute;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left:50%;
    color: #fff;
    font-size: 20px;
    background: #0a1f93;
    -webkit-box-shadow: 0px 0px 10px #cbc7c7;
    -moz-box-shadow: 0px 0px 10px #cbc7c7;
    -o-box-shadow: 0px 0px 10px #cbc7c7;
    box-shadow: 0px 0px 10px #cbc7c7;

    -webkit-border-radius:50% ;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50% ;

    padding: 25px 25px 25px 30px;
    cursor:pointer;
    z-index: 10
}

.vidPoster img{
    width:100%;
    height: auto;
    min-height: 100%
}
.video-wrapper{
    height:400px ;
    aborder: 2px solid yellow;
    position: relative;
    overflow: hidden;
    padding: 0px;
    background-size:cover;
    background-repeat: no-repeat;
}
.video-wrapper .closeVideo{
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    background: #0a1f93;
    padding: 7px 10px 9px;
    font-size: 20px;
    z-index: 10;
    -webkit-border-radius:50% ;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius:50%;
    border-radius: 50%;
   cursor:pointer;
   opacity: 0;
}
.vjs-poster{
    -webkit-transform: scale(2.3,2);
    -moz-transform: scale(2.3,2);
    -o-transform: scale(2.3,2) !important;
    transform: scale(2.3,2) ;
}
.video{
    width:100%;
    height:100%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
/* ::: Videos Starts Here ::: */





/* ::: Contact Starts Here ::: */

#contact{
    padding:50px 0px;
    background:#eee;
}
#contact .heading-big{
    margin:50px 0px 90px;
}
.contact{
    text-align: center;
    padding: 0px 200px;

}
.form-wrapper p{
    color: #B6B6B6;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 5px 0px;
    display: inline-block;
    margin: 20px 0px 70px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}
.form-wrapper p::after{
    position: absolute;
    content: "";
    left:0px;
    bottom:0px;
    height: 2px;
    width: 100%;
    background:#B6B6B6; 
}
.contact img{
    margin-top: 30px;
}

.form-wrapper form input,
.form-wrapper form textarea{
    background: transparent;
    height:45px;
    border: none;
    border-bottom:2px solid #212121;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight:400;
    margin-bottom:30px;
    font-size:18px;
    letter-spacing:.5px;
    -webkit-border-radius: 0px ;
    -moz-border-radius:  0px;
    -ms-border-radius:  0px;
    -o-border-radius: 0px ;
    border-radius: 0px;
    box-shadow: none;
    color: #212121;
    padding:0px 0px;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.form-wrapper form input:focus,
.form-wrapper form textarea:focus{
    box-shadow: none;
    border=bottom:2px solid #393C83;
}
.form-wrapper form textarea{
    min-height:150px;
    min-width: 100%;
    max-width: 100%;
    padding:20px 0px 50px;
    margin-bottom:10px;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.form-wrapper form input::-webkit-input-placeholder{
    font-weight:400;
    font-size:15px;
    letter-spacing:1px;
    color: #212121;
    font-family: 'Open Sans', sans-serif;
}
.form-wrapper form input::-moz-placeholder{
    font-weight:400;
    font-size:15px;
    letter-spacing:1px;
    color: #212121;
    font-family: 'Open Sans', sans-serif;
}
.form-wrapper form input:-moz-placeholder{
    font-weight:400;
    font-size:15px;
    letter-spacing:1px;
    color: #212121;
    font-family: 'Open Sans', sans-serif;
}
.form-wrapper form input::-ms-placeholder{
    font-weight:400;
    font-size:15px;
    letter-spacing:1px;
    color: #212121;
    font-family: 'Open Sans', sans-serif;
}
.form-wrapper form textarea::-webkit-input-placeholder{
    font-weight:400;
    font-size:15px;
    letter-spacing:1px;
    color: #212121;
    font-family: 'Open Sans', sans-serif;
}
.form-wrapper form textarea::-moz-placeholder{
    font-weight:400;
    font-size:15px;
    letter-spacing:1px;
    color: #212121;
    font-family: 'Open Sans', sans-serif;
}
.form-wrapper form textarea:-moz-placeholder{
    font-weight:400;
    font-size:15px;
    letter-spacing:1px;
    color: #212121;
    font-family: 'Open Sans', sans-serif;
}
.form-wrapper form textarea::-ms-placeholder{
    font-weight:400;
    font-size:15px;
    letter-spacing:1px;
    color: #212121;
    font-family: 'Open Sans', sans-serif;
}

.form-wrapper form button{
    display: inline-block;
    margin:50px 0px;
}
/* ::: Contact Ends Here ::: */




/* ::: Footer Starts Here ::: */
.footer{
    padding:20px 0px;
    background:#111;
    color:#eee;
    text-align: center;
}
.footer span{
    font-weight:600;
}

/* ::: Footer Ends Here ::: */   
