﻿body {
    font-family: 'Raleway', sans-serif;
    background: #f5f8fa;
    color: #22272b;
}
/*font-family: 'Merriweather', serif;*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 250ms ease-in;
}

p {
    font-size: 18px;
}

a {
    text-decoration: none;
    color: #22272b;
}

    a:hover, a:focus {
        text-decoration: none;
    }

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

header {
    background: #ffffff;
    /*background-image: url(../image/dottedBG.png);*/
}

.topNav {
    text-align: center;
    padding: 10px;
    color: #22272b;
    font-size: 14px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    font-weight: bold;
    background-color: #1f92da;
}


.TopEmailContact {
    color: #ffffff;
}

    .TopEmailContact li {
        float: left;
    }

        .TopEmailContact li:first-child {
            margin-right: 10px;
        }

        .TopEmailContact li i {
            margin-right: 8px;
        }


.topSocialmedia {
    float: right;
}

    .topSocialmedia li {
        float: left;
        margin-left: 15px;
    }

        .topSocialmedia li:first-child {
            border-right: 1px solid #fff;
            padding-right: 15px;
        }

        .topSocialmedia li a {
            color: #ffffff;
            transition: 300ms ease-in;
        }

            .topSocialmedia li a:hover {
                color: #ff7900;
            }

#navBtn {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 22px;
    display: none;
    margin-top: -10px;
}

.navCloseBtn .fa-times {
    display: none;
    text-align: right;
    padding: 10px;
    font-size: 23px;
    cursor: pointer;
    opacity: .2;
    transition: 250ms ease-in;
}

    .navCloseBtn .fa-times:hover {
        opacity: .45;
    }

/*.logo {
    padding: 10px 0px;
    display: block;
}*/

    .logo img {
           display: block;
    max-width: 100%;
    float: left;
   
    }

[alt="tagline"] {
  float: right;
    max-width: 100%;
    padding-right: 60px;
    margin-top: 20px;

}

[alt="tagline mobile"] {
    display: none;
}

nav {
    background: #fff;
    font-weight: bold;
    position: relative;
}

    nav > ul {
        text-align: center;
        background: #f48120;
    }

        nav > ul > li {
            display: inline-block;
        }

            nav > ul > li > a {
                display: inline-block;
                   padding: 16px 62px 11px 0px;
                color: #ffffff;
                text-transform: uppercase;
            }

    nav ul li a:hover {
        color: #ffbf43;
    }

.submenu li a {
    display: block;
    background: #f8f8f8;
    color: #ff3128;
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
}

.drop {
    position: relative;
}

.drop2 {
    position: relative;
}

.marquee {
    /*margin-top: 5px;*/
    background-color: #1f92da;
    color: #fff;
    padding: 1px;
}
    .marquee marquee {
        padding-top: 5px;
    }

.DownArrow1:after {
    content: "";
    border: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 18px;
    right: 48px;
}

.DownArrow2:after {
    content: "";
    border: solid;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 12px;
}

.hidden_ArrowFirst {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px;
    border-left: 1px solid #e8e8e8;
}

.hidden_ArrowSecond {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 13px;
    border-right: 1px solid #e8e8e8;
}

.submenu {
    position: absolute;
    min-width: 200px;
    background: #f8f8f8;
    box-shadow: 6px 7px 20px 0px rgba(0, 0, 0, .2);
    animation: fade_animation 350ms ease-in;
    display: none;
    text-align: left;
    border-bottom: 3px solid #1cd05b;
    z-index: 10;
}

.dropSecond {
    position: relative;
}

.submenu2 {
    position: absolute;
    left: 100%;
    min-width: 200px;
    top: 0px;
    box-shadow: 6px 7px 20px 0px rgba(0, 0, 0, .2);
    animation: fade_animation 350ms ease-in;
    display: none;
    text-align: left;
    border-bottom: 3px solid #1cd05b;
    z-index: 12;
}

@keyframes fade_animation {
    0% {
        opacity: 0;
        top: 100px;
    }

    100% {
        opacity: 1;
        top: 50px;
    }
}


.drop:hover .submenu {
    display: block;
}

.drop2:hover .submenu2 {
    display: block;
}

.drop:hover .caretFirstLevel {
    transform: rotateZ(-90deg);
    color: #22272b;
}

#box {
    background: #88107f;
    padding: 30px 15px;
    cursor: pointer;
    color: #fff;
    text-align: center;
}

#overlayScreen {
    display: none;
}

.tagLine {
    position: absolute;
    top: 38%;
    font-size: 4rem;
    width: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 2rem;
    text-shadow: 2px 2px 4px #000;
    left: 10%;
    font-weight: 700;
}

.tagLine1 {
    position: absolute;
    font-size: 4rem;
    width: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 2rem;
    text-shadow: 2px 2px 4px #000;
    left: 10%;
    font-weight: 700;
}

.tagLine span:first-child {
    font-size: 16px;
    font-weight: 400;
}

.tagLine span:last-child {
    display: block;
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 400;
}

#owlSlider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 80px;
}

    #owlSlider .owl-dots .owl-dot span {
        width: 20px;
        height: 20px;
        background: rgba(255,255,255,.4);
        cursor: pointer;
        border-radius: 0px;
        margin: 3px;
    }

    #owlSlider .owl-dots .owl-dot.active span, #owlSlider .owl-dots .owl-dot:hover span {
        border: 3px solid #fff;
    }

#owlSlider .owl-nav {
    display: block;
}

    #owlSlider .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0;
        border-radius: 0;
        padding: 25px 10px;
        background: #ff975b;
        margin-top: -35px;
        transition: 300ms;
    }

    #owlSlider .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        right: 0;
        margin: 0;
        border-radius: 0;
        padding: 25px 10px;
        background: #ff975b;
        margin-top: -35px;
        transition: 300ms;
    }

        #owlSlider .owl-nav .owl-prev:hover, #owlSlider .owl-nav .owl-next:hover {
            opacity: .8;
        }

.overlap .container {
    background: #fff;
    margin-top: -75px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}

.overlap .row {
    padding: 0px 10px;
}

.keyPerson {
    /*border: 1px solid #e8e8e8;*/
    margin: 25px 0px;
    transition: 300ms ease-in;
        text-align: justify;
    padding: 0px 14px;
}

.KP_chairmain {
    background: #ff975b;
    color: #fff;
}

.KP_Director {
    background: #62ade0;
    color: #fff;
}

.KP_Principal {
    background: #ffbf43;
    color: #fff;
}
.kpcenter{
    text-align:center;
}

.keyPerson:hover {
    background:#42b0ce;
    color: #fff;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, .15);
}

.keyPerson img {
    max-width: 100%;
    margin-right: 10px;
    transition: 300ms ease-out;
}

.keyPerson:hover .KPimg {
    transform: rotateY(180deg);
}

.keyPerson h2 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 2px;
    padding-left: 102px;
}


.keyPerson p {
    font-size: 15px;
    padding: 0px 14px;
    text-align: center;
}

.offering {
    text-align: center;
    padding: 4em 0px;
    background: rgb(214, 159, 213);
    background-image: url(../image/gallery_bg.png);
    background-attachment: fixed;
    background-size: contain;
    margin-top: 30px;
}

.col20 {
    position: relative;
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.heading2 {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}

.para1 {
    font-size: 18px;
    color: #777;
    text-align: center;
}

.offeringBox {
    padding: 3em 0 0;
}

.offeringImg {
    width: 60px;
    border-radius: 50%;
}

.offeringBox h3 {
    font-weight: bold;
    font-size: 20px;
}

.offeringBox p {
    color: #000;
    line-height: 24px;
}

.offeringBox:hover .offeringImg {
    transform: scale(1.25);
    box-shadow: 0px 13px 24px 0px rgba(0, 0, 0, 0.25);
}

.infra {
    padding: 3em 0;
    text-align: center;
    background: #fff;
}

.infraBox {
    color: #fff;
    padding: 35px 10px;
    margin: 30px 0 0;
    position: relative;
}

    .infraBox span {
        font-size: 30px;
        position: relative;
        z-index: 2;
    }

    .infraBox p {
        font-weight: 700;
        text-transform: uppercase;
        padding-top: 12px;
        font-size: 18px;
        font-family: 'Merriweather', serif;
        position: relative;
        z-index: 2;
    }

    .infraBox:before {
        position: absolute;
        left: 10px;
        top: 10px;
        content: "";
        width: 100%;
        height: 100%;
        border: 2px solid;
        z-index: 1;
    }

    .infraBox:after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%;
        z-index: 0;
        background: rgba(8, 31, 8, 0.52);
    }

    .infraBox:hover {
        box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.15);
    }

        .infraBox:hover .infraIcon {
            transform: rotateY(180deg);
        }

.IB_School {
    /*background: #ffbf43;*/
    background-image: url('../image/icon/icr.jpg');
}

    .IB_School:before {
        /* border-color: #ffbf43; */
    }

.IB_Garden {
    /*background: #62ade0;*/
    background-image: url('../image/icon/lab.jpg');
    filter: blur(0.5px);
    -webkit-filter: blur(0.5px);
}

    .IB_Garden:before {
        /* border-color: #62ade0; */
    }

.IB_Art {
    /*background: #5de2d7;*/
    background-image: url('../image/icon/can.jpg');
}

    .IB_Art:before {
        /* border-color: #5de2d7; */
    }

.IB_Sport {
    /*background: #f1594f;*/
    background-image: url('../image/icon/sports.jpg');
}

    .IB_Sport:before {
        /* border-color: #f1594f; */
    }

.IB_Transport {
    /*background: #96ca4a;*/
    background-image: url('../image/icon/tra.jpg');
}

    .IB_Transport:before {
        /* border-color: #96ca4a; */
    }

.IB_Computer {
    /*background: #ef79e7;*/
    background-image: url('../image/icon/lib.jpg');
}

    .IB_Computer:before {
        /* border-color: #ef79e7; */
    }

.infraH2 {
    text-align: left;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 25px;
    padding: 5px 0px 25px 30px;
}

.infraP {
    text-align: left;
    padding-left: 30px;
    color: #777;
}

.flat-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 15px 45px;
    color: #fff !important;
    background:#a91534;
    outline: none;
    border: none;
}

    .flat-btn:after {
        position: absolute;
        left: 7px;
        top: 7px;
        content: "";
        z-index: 0;
        width: 100%;
        height: 100%;
        /* border: 2px solid #17cdff; */
    }

    .flat-btn:hover {
        opacity: .9;
    }
.video_download {
    padding-top:40px;
}
.video_download .event {
    background: #ededed;
    height: 360px;
}
.videoFrame {
    width: 100%;
    height: 360px;
}
.dwn {
    font-size: 24px;
    color: #96ca4a;
    padding: 10px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.dwn-text {
        font-size: 14px;
    margin: 0;
}
.video_download .event ul li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0px;
    margin: 0 25px;
}
.FacultyWrap {
    padding: 3em 0 4em 0;
    background-image: url(../image/bg/SchoolBuilding.jpg);
    position: relative;
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    .FacultyWrap:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    }
.FacultyWrap .container {
    position:relative;
    z-index:1;
}
    .FacultyWrap p {
        color: #fff;
    }
.FacultyImg {
    width: 100px !important;
    float: left;
    margin-right: 15px;
    border: 2px solid #81c5d8;
    padding: 5px;
}

.faculty-author h2 {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 13px;
}
.faculty-author p {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #ff62fe;
    margin-bottom: 0;
}
.faculty-author span {
}
.recentPost {
    padding: 3em 0 4em 0;
}

.arravaliGallery {
    padding: 3em 0 6em 0;
    background-color: #efefef;
    background-image: url(../image/gallery_bg.png);
    background-attachment: fixed;
    background-size: contain;
}

.event {
    height: 330px;
    overflow-y: scroll;
}

.eventBox {
    margin-top: 1.5em;
}

.dateBox {
    color: #fff;
    padding: 5px 22px;
    position: relative;
    background:  #2581a9;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

    .dateBox:before {
        position: absolute;
        left: 5px;
        top: 5px;
        content: "";
        width: 100%;
        height: 100%;
        border: 2px solid #17cdff;
        z-index: 0;
    }

.date {
    font-family: 'Merriweather', serif;
    font-weight: 700 !important;
    font-size: 30px !important;
}

.dateBox span {
    display: block;
}

.month {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
}

.eventTiltle {
    font-weight: 700;
    font-size: 18px;
}

.eventDecription {
    font-size: 16px;
    color: #777;
}

.misionVision {
}

.MV_Para {
    font-family: 'Merriweather', serif;
    color: #777;
    line-height: 34px;
    padding-top: 25px;
}

.MV_Heading {
    font-weight: 700;
    font-size: 22px;
}
/*thin scroll css start*/

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    background: #e8e8e8;
}

::-webkit-scrollbar-thumb {
    background: #96ca4a;
    /*border-radius: 10px;*/
}

    ::-webkit-scrollbar-thumb:hover {
        background: #5d8a1b;
    }
/*thin scroll css end*/



footer iframe {
    width: 100%;
    min-height: 365px;
}

footer {
    position: relative;
}

.queryForm {
    background: #fff;
    box-shadow: 0px 18px 29px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.headingHox {
    font-size: 20px;
    font-weight: 700;
    background: #153356;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    position: relative;
}

/*.headingHox:after {
        position: absolute;
        top: 100%;
        right: 50%;
        content: "";
        border-left: 200px solid transparent;
        border-right: 200px solid transparent;
        border-top: 40px solid #ff975b;
        transform: translateX(50%);
    }*/

.formWrap {
    padding: 25px;
}

.input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #777;
    padding-bottom: 10px;
    margin-bottom: 15px;
    outline: none;
    border-radius: 0;
    padding-inline-start: 5px;
}

footer:before {
    content: "";
    position: absolute;
    top: -46px;
    left: 0px;
    width: 100%;
    height: 46px;
    background: url(../image/footer_top_bg.png) center top no-repeat;
    background-size: cover;
}

.bottomFooter {
    padding-top: 2em;
    background-color:#88dc46;
    background-image: url(../image/gallery_bg.png);
}

    .bottomFooter h3 {
        font-family: 'Merriweather', serif;
        font-weight: 700;
        font-size: 20px;
    }

    .bottomFooter ul {
        margin-bottom: 2em;
    }

        .bottomFooter ul li {
            font-size: 16px;
            margin-bottom: 5px;
        }

    .bottomFooter p {
        background: #222;
        color: #fff;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        text-align: center;
        color: #6b6b6b;
    }
/******** sub page css ***********/
.banner {
    background-image: url(../image/bg/SchoolBuilding.jpg);
    height: 300px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.Sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.banner:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, .4);
        z-index: 1;
        top: 0;
        left: 0;
}

.bannerHeading {
    position: absolute;
    z-index: 2;
    font-size: 32px;
    font-family: 'Merriweather', serif;
    top: 50%;
    text-align: center;
    margin: 0;
    left: 0;
    color: #fff;
    margin-top: -17px;
    width: 100%;
    font-weight: 700;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, .8);
}

.commonContent {
    margin: 50px 0;
    box-shadow: 0px 1px 2px 0px #ddd;
    padding: 15px;
    background: #fff;
    border-top: 3px solid #1cd05b;
        min-height: 300px;

   
}
.commonContentnew {
    /*margin: 50px 0;
    box-shadow: 0px 1px 2px 0px #ddd;
    padding: 15px;
    background: #fff;
    border-top: 3px solid #1cd05b;*/
    margin: -56px 0;
    box-shadow: 0px 1px 2px 0px #ddd;
    padding: 15px;
    background: #fff;
    border-top: 3px solid #1cd05b;
}

.commonContentImg {
    max-width: 350px;
    float: left;
    margin-right: 15px;
}

.CC_heading {
    margin: 0px 0px 15px 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.CC_title {
    margin-bottom: 10px;
    display: block;
    color: #ff975b;
}

.CC_Description {
    color: #9a9a9a;
}

.memberBox {
    margin-top: 50px;
    background: #fff;
    box-shadow: 0px 1px 2px 0px #ddd;
    transition: 300ms ease-in;
    padding-bottom: 30px;
}

.memberImg {
    max-width: 100%;
}

.memberName {
    margin: 30px 5px 10px 5px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.memberDesignation {
    text-align: center;
    margin: 0px 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
    letter-spacing: 1px;
}

.memberBox:hover {
    box-shadow: 0px 19px 35px 0px rgba(0, 0, 0, 0.15);
}

.infoTable {
    width: 100%;
    text-align: left;
    font-size: 18px;

}

    .infoTable tr th {
        background: #6f787f;
        color: #fff;
        padding: 10px;
    }

    .infoTable tr td {
        padding: 10px;
        background: #f5f8fa;
        border-bottom: 1px solid #ececec;
    }

.CntMail {
    display: inline-block;
    font-weight: 700;
    color: #42b0ce;
    margin-left: 15px;
}
/***********************************/
/************ media query **********/
/***********************************/

@media(max-width:1200px) {
.slider h2{
    top: 28%;
}

}


@media(max-width:990px) {
#navBtn{
    display: block;
    cursor: pointer;
}

.navCloseBtn .fa-times {
    display: inline-block;
    position: relative;
    float: right;
}

.DownArrow1:after {
    display: none;
}

.DownArrow2:after {
    display: none;
}

.hidden_ArrowFirst {
    display: block;
}

.hidden_ArrowSecond {
    display: block;
}

.slider h2 {
    top: 30%;
    font-size: 2.5rem;
}

#navPanel {
    float: none;
    position: fixed;
    top: 0;
    right: -285px;
    background: #fff;
    width: 270px;
    height: 100%;
    z-index: 100;
    overflow-y: auto;
    box-shadow: -3px 0px 15px 0px rgba(0, 0, 0, .3);
}

nav > ul > li {
    display: block;
}

    nav > ul > li > a {
        display: block;
        padding: 10px 15px;
        text-align: left;
        border-bottom: 1px solid #f1f1f1;
        color: #22272b;
    }

.submenu {
    animation: unset;
    width: 100%;
    position: relative;
    box-shadow: none;
    border-bottom: none;
}

.submenu2 {
    left: 0;
    animation: unset;
    position: relative;
    box-shadow: none;
    border-bottom: none;
}

.drop:hover .submenu {
    display: none;
}

.drop2:hover .submenu2 {
    display: none;
}

.submenu > li > a {
    padding-left: 55px;
    border-bottom: 1px solid #e8e8e8;
    background: #f1f1f1;
}

.submenu2 > li a {
    padding-left: 15px;
    border-bottom: 1px solid #e8e8e8;
}


#overlayScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 99;
}

.col20 {
    width: 33.33%;
}

}

@media(max-width:767px) {
    .TAG;

{
    background: #f9ff00;
}

[alt="tagline"] {
    display: none;
}

[alt="tagline mobile"] {
    display: block;
    max-width: 100%;
    padding: 5px 45px 5px 0px;
}

.keyPerson img {
    margin: auto;
    display: block;
}

.overlap .row {
    padding: 0px;
}

.overlap .container {
    margin: 5rem 15px 0 15px;
}

#owlSlider .owl-dots {
    bottom: 10px;
}

.col20 {
    width: 50%;
}

.slider h2 {
    font-size: 2rem;
    top: 25%;
}

}

@media(max-width:480px) {
    .col20;

{
    width: 100%;
}

.infra .col-xs-6 {
    width: 100%;
}

.slider h2 {
    font-size: 1.5rem;
    padding: 1rem;
}
}







.footer{
	width:100%;
	float:left;
	background:#1f92da;

}

.foot-social{
	width:40%;
	max-width:100%;
	float:left;
	margin:0 30%;
	position:relative;
	z-index:1;
}

.foot-social:before{
	content:'';
	position:absolute;
	left:0;
	right:40%;
	top:0;
	bottom:0;
	background:#153356;
	-webkit-transform:skewX(30deg);
	-o-transform:skewX(30deg);
	-ms-transform:skewX(30deg);
	-moz-transform:skewX(30deg);
	transform:skewX(30deg);
	z-index:-1;
	border-radius:0 0 0px 10px;
}

.foot-social:after{
	content:'';
	position:absolute;
	left:40%;
	right:0;
	top:0;
	bottom:0;
	background:#153356;
	-webkit-transform:skewX(-30deg);
	-o-transform:skewX(-30deg);
	-ms-transform:skewX(-30deg);
	-moz-transform:skewX(-30deg);
	transform:skewX(-30deg);
	z-index:-1;
	border-radius:0 0 10px 0px;
}

.foot-social ul{
	width:100%;
	float:left;
	padding:10px 5%;
	text-align:center;
}

.foot-social ul li{
	display:inline-block;
	vertical-align:top;
	margin:0 20px;
}

.foot-social ul li a{
	font-size:20px;
	color:#ffffff;
}

.foot-social ul li a:hover{
	color:#fff;
}

.fa-blog img{
	width:19px;
	display:block;
}

.footer .first-footer {
    width: 100%;
    float: left;
	text-align:center;
	padding:0px 0 20px;
    border-bottom: 1px solid #730800;
}

.foot-box.footer-logo{
	width:20%;
}

.footer-logo img{
	width:100%;
	display:block;
}

.foot-box{
	display:inline-block;
	vertical-align:middle;
	margin-right:10%;
	width:20%;
	text-align:left;
}
.foot-box1{
	display:inline-block;
	vertical-align:middle;
	margin-right:10%;
	width:60%;
	text-align:left;
}

.foot-box:last-child{
	margin-right:0;
}

.quick-links{
	width:auto;
}

.foot-box h3{
	margin-bottom:10px;
	color:#313a42;
}

.foot-box ul li a{
	color:#fff;
	margin:5px 0;
	display:block;
}

.foot-box ul li a:hover{
	color:#fb594c;
}

.foot-box p{
	color:#fff;
	padding-bottom:10px;
	font-family:lato;
}

.foot-box p a{
	color:#fff;
}

.foot-box p a:hover{
	color:#fb594c;
}

.bottom{
	width:100%;
	float:left;
	padding:5px 30px;
	background:#153356;
	text-align:center;
	border-top: 1px solid #34e62a;
}

.bottom p{
	color:#ffffff;
	font-size:12px;
	margin-top:7px;
	display:inline-block;
	vertical-align:middle;
}


