@charset "utf-8";

/* CSS Document */
/*----Font size----*/
.font_class{ font-family: 'Lato', sans-serif;}

.font_style{ font-family: 'Lato', sans-serif;}

.fontweightbld{ font-weight: bold; }

.bordernone{ border: none; }

.boderadius6{ border-radius: 6px; }

.font12{ font-size:12px; }
.font14{ font-size:14px; }

.font15{ font-size:15px; }

.font17{ font-size:17px; }

.font20{ font-size:20px; }
.font22{ font-size:22px; }
.font24{ font-size:24px; }
.font28{ font-size:28px; }

.font30{ font-size:30px; }
.font36{ font-size:36px; }

.font48{ font-size:48px; }

.fontlg{ font-size: 6em; }
/*----End Font size----*/
/*-----Text Color-----*/
.color1{ color:#000; }
.color2{ color:#fff !important; }

.color3{ color: #545454; }

.color4{ color: #cea354; }
/*-----End Text color-----*/
/*----Background Color----*/
.bgcolor1 { background-color: #000; }
.bgcolor2{ background-color: #fff; }

.bgcolor3{ background-color: #f3f3f3; }

.bgcolor4{ background: #cea354; }


/*-----End Background color-----*/
/*-----Padding Start-----*/
.paddleft{ padding-left: 0px!important; }
.paddright{ padding-right:0px!important; }
.padd5{ padding: 5px; }
.padd10{ padding: 10px;	}



.paddleft16{padding-left: 16px;}
.paddbtm1{ padding-bottom: 1%; }

.paddinner{ padding: 28px 25px; }

.paddtop15{ padding-top: 15px; }
/*-----Padding End-----*/
/*-----Margin Start-----*/
#margin1{ margin-top: 2%; }

.mrgntp3{ margin-top: 3%; }

.mrgntop4{margin-top: 4%; }

.mrgntop7{ margin-top: 7%; }

.mrgntop8{ margin-top: 8%; }

.mrgntop10{margin-top: 10%;}

.mrgntop42{ margin-top: 42%; }

.mrgnbtm8{ margin-bottom: 8%; }
.mrgnbt2{ margin-bottom: 2%; }

.mrgnbt3{ margin-bottom: 3%; }

.mrgnbt4{ margin-bottom: 4%; }

.mrgnbt5{ margin-bottom: 5%; }

.mrgnbt6{ margin-bottom: 6%; }

.mrgnbt10{ margin-bottom: 10%; }

.marginbot40{ margin-bottom:40px; }

.mrgninner10{ margin:10px 0px; }

.mrgnlft105{ margin-left: -105px; }

.mrgnlft132{ margin-left: 132px !important; }
/*-----Margin Start-----*/

/*-----Start Buttons----*/
.button-sm {
    border-radius: 4px;
    color: #2d2d2d;
    background-color: #f9c864;
    text-decoration: none;
    padding: 8px;

    cursor: pointer;
}
.button-sm:hover,
.button-sm:focus,
.button-sm:active {
    color: #fff;
    background-color: #f9c864;
}

.button-md {

    border-radius: 4px;

    color: #2d2d2d;

    background-color: #f9c864;

    text-decoration: none;

    padding: 12px;

    cursor: pointer;

}

body {

    font-family: 'Lato', sans-serif !important;

}

.button-md:hover,

.button-md:focus,

.button-md:active {

    color: #fff;

    background-color: #f9c864;

}

.btn-round{

    font-size: 10px;

    border-radius: 100px;

    padding: 10px 22px;

    font-weight: bold;

    color: #2d2d2d;

    background-color: #f9c864;

    cursor: pointer; }
/*-----End Buttons-----*/

.cover{

    width:200px;

    height:500px;

    background-color:#000000;

    float:right;

    overflow:auto;

}





.rightSection{

    width:100px;

    height:3000px;

    background-color:white;



}
/* Hyper link style start here***********/
.Hyperlink-class-bl1{
    text-decoration:none;
    font-size: 25px;
    color: #000;
}
.Hyperlink-class-bl1:hover{
    text-decoration:none;
    color: #747474;
}
/* Hyper link style ends here***********/

a{

    text-decoration: none!important;

    transition: all 0.3s ease 0s;

}

.linehgt{ line-height: normal !important; }

.contentheader{

    font-family: arial;

    line-height: 1.2;

    text-align: center;

}

#contentbackground2{

    background: #b2e2fa;

    overflow: hidden;

}

.contacts {

    position: relative;

    display: inline-block;

}

.header{

    font-size: 200px;

    line-height: 100px;

    text-transform: uppercase;

}

.img { width:100%; }


.logoimgs{

    z-index: 999999;

    position: absolute;

}




.rightimgs{

    float: right;

    position: absolute;

    right: 0;

    margin-top: 143px;

}

.leftimgs{

    float: left;

    position: absolute;

    left: 0;

    margin-top: 238px;

}

.menuimgs{

    background-image: url("../images/bg2.jpg");

    background-size: cover;

}

.apetizertxt{

    z-index: 999999;

    position: absolute;

    padding: 17px 52px; }

.bgimages{

    background-image: url("../images/bg3.jpg");

    background-size: cover;

}

.footerimgs{

    /*background-image: url("../images/footer.jpg");*/
    /*background-color: #000000;*/
    background-color: #7BC144;
    background-size: cover;

}

.menurightimgs{

    float: right;

    position: absolute;

    right: 0;

    margin-top: -170px;

}

.menuleftimgs{

    float: left;

    position: absolute;

    left: 0;

    margin-top: -230px;

}

.width95{width: 95%;}

.width90{width: 90%;}

.txtsize{ resize: none; }

.outnone{ outline: none; }

.frontxt{

    position: absolute;

    z-index: 999999;

    width: 100%;

    font-size: 127px;

    top: 13%;

}

.middletxt{

    position: absolute;

    z-index: 999999;

    width: 100%;

    top: 37%;

}

.width100{width: 100%;}

.width100px{width: 100px;}

.height90{height: 90px;}

/*Error message*/

.alert-box {

    border-radius:10px;

    font-family:Arial;

    font-size:14px;

    padding:10px 35px;

    margin:0px;

    margin-top: 0px; }

.error {

    background:#ffecec url("/source/images/error.png") no-repeat 10px 50%;

    border:1px solid #f5aca6; }

.bodr1px{ border: 1px solid #ddd; }

.linehight{line-height: 1.7;}

.header_bg{    background-color: #ffff;}

/*-----Start Navigation menu------*/

.sticky {

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 11111111;

    /*border-bottom: 1px solid #ddd;*/

}



.sticky + .content {

    padding-top: 60px;

}



#cssmenus,

#cssmenus ul,

#cssmenus ul li,

#cssmenus ul li a,

#cssmenus #menu-button {

    margin: 0;

    padding: 0;

    border: 0;

    list-style: none;

    line-height: 1;

    display: block;

    position: relative;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

#cssmenus:after,

#cssmenus > ul:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}

#cssmenus #menu-button { display: none; }

#cssmenus {

    width: auto;

    /* background: #cea354;

     text-align: center; */

}

#cssmenus > ul {

    /*padding-top: 5px;*/

    /*padding-bottom: 5px;*/

    text-align: center;

}

#cssmenus.align-right > ul > li {

    float: right;

}

#cssmenus > ul > li {

    display:inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    float:none;

}

#cssmenus.align-center > ul {

    float: none;

    text-align: center;

}

#cssmenus.align-center > ul > li {

    float: none;

}

#cssmenus.align-center ul ul {

    text-align: left;

}

#cssmenus > ul > li > a {

    padding: 10px;

    text-decoration: none;

    font-size: 15px;

    /*font-weight: 600;*/

    color: #000;

    letter-spacing: 1px;

}

#cssmenus > ul > li:hover > a,

#cssmenus > ul > li > a:hover{

    color:#2d34c2;

    /* background: #000; */

}

#cssmenus > ul > li.active > a {

    border: 1px solid #fff;

    border-radius: 4px;

}
#cssmenus > ul > li.has-sub > a {

    padding-right: 16px;

}

#cssmenus > ul > li.has-sub > a::after {

    content: "";

    position: absolute;

    width: 0;

    height: 0;

    border: 6px solid transparent;

    border-top-color: #d3eced;

    right: 2px;

    top: 14px;

}

#cssmenus > ul > li.has-sub.active > a::after,

#cssmenus > ul > li.has-sub:hover > a {

    border-top-color: #ffffff;

}

#cssmenus ul ul {

    position: absolute;

    left: -9999px;

    top: 60px;

    text-align: center;

    font-size: 13px;

    opacity: 0;

    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;

    -moz-transition: top 0.2s ease, opacity 0.2s ease-in;

    -ms-transition: top 0.2s ease, opacity 0.2s ease-in;

    -o-transition: top 0.2s ease, opacity 0.2s ease-in;

    transition: top 0.2s ease, opacity 0.2s ease-in;

    z-index: 1000000;

}

#cssmenus.align-right ul ul {

    text-align: right;

}

#cssmenus > ul > li > ul::after {

    position: absolute;

    width: 0;

    height: 0;

    border: 5px solid transparent;

    border-bottom-color: #ffffff;

    top: 1px;

    left: 20px;

}

#cssmenus.align-right > ul > li > ul::after {

    left: auto;

    right: 20px;

}

#cssmenus ul ul ul::after {

    content: "";

    position: absolute;

    width: 0;

    height: 0;

    border: 5px solid transparent;

    border-right-color: #ffffff;

    top: 11px;

    left: -9px;

}

#cssmenus.align-right ul ul ul::after {

    border-right-color: transparent;

    border-left-color: #ffffff;

    left: auto;

    right: -4px;

}

#cssmenus > ul > li > ul {

    top: 120px;

}

#cssmenus > ul > li:hover > ul {

    top: 44px;

    left: 0;

    opacity: 1;

}

#cssmenus.align-right > ul > li:hover > ul {

    left: auto;

    right: 0;

}

#cssmenus ul ul ul {

    padding-top: 0;

    padding-left: 1px;

}

#cssmenus.align-right ul ul ul {

    padding-right: 6px;

}

#cssmenus ul ul > li:hover > ul {

    /*left: 180px;*/

    top: 0;

    opacity: 1;
    right: auto;

    left: 100%;
}

#cssmenus.align-right ul ul > li:hover > ul {

    left: auto;

    right: 100%;

    opacity: 1;

}


#cssmenus ul ul li a {

    font-size:14px;
    text-decoration: none;
    font-weight: 400;
    padding: 11px 11px;
    color: #777777;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
    /*new*/
    display: block;
    width: 100%;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
}

#cssmenus ul ul li:hover > a{
    color: #fff;
    background: #2d34c2;
}

#cssmenus ul ul li.active > a {

    color: #ec0944;

    background: #3d3d3d;

}

#cssmenus ul ul li:first-child > a {

    /*border-top-left-radius: 3px;*/

    /*border-top-right-radius: 3px;*/

}

#cssmenus ul ul li:last-child > a {

    /*border-bottom-left-radius: 3px;*/

    /*border-bottom-right-radius: 3px;*/

}

#cssmenus > ul > li > ul::after {

    position: absolute;

    display: block;

}

#cssmenus ul ul li.has-sub > a::after {

    content: "";

    position: absolute;

    width: 0;

    height: 0;

    border: 4px solid transparent;

    border-left-color: #777777;

    right: -1px;

    top: 14px;

}

#cssmenus.align-right ul ul li.has-sub > a::after {

    border-left-color: transparent;

    border-right-color: #777777;

    right: auto;

    left: 17px;

}

#cssmenus ul ul li.has-sub.active > a::after,

#cssmenus ul ul li.has-sub:hover > a::after {

    border-left-color: #333333;

}

#cssmenus.align-right ul ul li.has-sub.active > a::after,

#cssmenus.align-right ul ul li.has-sub:hover > a::after {

    border-right-color: #333333;

    border-left-color: transparent;

}

/*----End navigation----*/

/*----Start Media Query----*/

@media (min-width: 287px) and (max-width: 360px){

    .resfont40{ font-size: 40px !important; }

    .resfont7{ font-size: 7px !important;}

    .restop48{ top: 48%; }

    .fontlg{ font-size: 2em; }

}
@media only screen and (max-width: 360px) {
    .btn-style-four{
        padding: 9px 10px;
    }
    .carousel-caption h3{
        margin-top: 0px!important;
    }
    .carousel-caption h1{
        margin-top: 0px;
    }
    .martop16{
        margin-top: 0px!important;
    }
}

@media only screen and (max-width: 680px) {

    .carousel-bottom-caption{
        background-color: rgba(0,0,0,.1)!important;
    }
    .innerheadertxtImg{
        width: 100%;
        height: 90px;
    }
    .innerheadertxt h1{
        font-size: 20px;
        margin-top: 0px;
    }
    .martop16{
        margin-top: 0px!important;
    }
    .carousel-caption {
        top: -6%!important;
    }
    .headingTitle{
        font-weight: bold;
        font-size: 15px!important;
    }
    .headingTitle div{
        font-size: 10px!important;
    }
    .mobileHeader{
        display: block;
    }
    .flickity-page-dots{
        bottom: -10px;
    }
    .colSame{
        display: none!important;
    }
    .block-one .boxcss{
        padding: 60px 0px 40px!important;
    }
    .carousel-indicators{
        bottom: -10px!important;
    }
    .resfont8px{ font-size: 8px;}

    .resfont46{ font-size: 46px;}

    .restop48{ top: 48%; }

    .logoimgs{ position: unset; }

    .resmrgnleft0{ margin-left:0px; }

    .respaddleft0{ padding-left: 0px; }

    .resapetizertxt{ position: unset; }

    .respaddrgt0{ padding-right: 0px; }

    .resmrgntop3{ margin-top: 3%; }

    .resdispnone{ display: none; }

    .rspdispnone{display: none;}
    .innerheadertxt h5{
        display: none!important;
    }
    .resmrgntop2{margin-top: 2%;}
    .slidermove{font-size: 8px!important;}

    .font_class,.mobicenter,.contacts{ text-align: center!important; }
    .messageImg .img-responsive{
        margin: 0 auto;
    }
    .rotlogo{
        margin: 10px auto!important;
    }

    .font50 .font_class {

        font-size: 14px!important;

        line-height: 1!important;  }

    .font_class .linehgt{

        font-size: 16px; }

    #content{

        font-size: 18px!important;

        line-height: 1!important;

    }

    .Hyperlink-class-bl1 { font-size: 16px; }

    .fontlg{ font-size: 3em; }

    .sliderpatch{display: none;	}

    .mobmrgntop{margin-top: 2%;}

}

@media (min-width: 680px) and (max-width: 900px){
    .innerheadertxtImg{
        width: 100%;
        height: 90px;
    }

    .resdispnone{ display: none; }

    .resrightimgs{ top: 512px; }

    .reswidth162{ width: 162px;}

}

@media (min-width: 900px) and (max-width: 991px){

    .resprightimgs{ margin-top: 32px; }

    .respwidth226{ width: 226px;}

    .resmiddletxt{top: 35%;}

}

@media (min-width: 768px) and (max-width:991px){
    .contactDetails{
        /*padding-top: 4.5%;*/
    }
    /**/

    #cssmenus > ul > li.has-sub > a::after{
        display: block!important;
    }
    .has-subNew {
        height: 19px;
        width: 19px;
        /*background-color: grey;*/
        border: 1px solid #fff;
        position: absolute;
        right: -3px;
        top: 2px;
    }
    #cssmenus > ul > li.has-sub > a::after{
        top: 4px!important;
        right: 1px;
    }
    /**/
    .projecttitle{
        font-size: 10px!important;
    }
    #cssmenus > ul > li > a {

        padding: 3px;

        font-size: 9px;

    }
    .headingTitle {
        font-size: 24px!important;
    }
    .headingTitle div{
        font-size: 11px!important;
    }
    #cssmenus > ul {

        /*padding-top: 18px;*/
        /**/
        /*padding-bottom: 18px;*/

    }

    .fontlg { font-size: 4em; }

    #margin1 .font_class { font-size: 20px !important; }

    .resfont9{ font-size: 9px; }

    .resfont28{ font-size: 28px; }

    .resfont15{ font-size: 15px; }

    .resfont16{ font-size: 16px; }

    .resfont12{ font-size: 12px; }

    .resfont8{ font-size: 8px; }

    .resfont11{font-size: 11px;}

    .resfont78{ font-size: 78px; }

    .resfont13px{ font-size: 13px;}

    .resfont24{ font-size: 24px; }

    .resfont10{ font-size: 10px; }

    .resmrgnbtm3{ margin-bottom:3%; }

    .resmrgntop3px{ margin-top: 3%; }

    .resmrgnlft73{ margin-left: -73px; }

    .resleftimgs{ margin-top: 27px; }

    .reswidth77{width: 77% !important;}

}

@media all and (max-width: 680px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and  (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
    .footMobilNo{
        display: block;
    }
    .thankTxt{
        font-size: 40px!important;
    }
    a.bsp-controls, a.bsp-controls:visited, a.bsp-controls:active{
        top:37%!important;
    }
    #bsPhotoGalleryModal{
        margin-top: 60px;
    }
    .mobileHeader{
        font-size: 16px!important;
    }
    .innerRespChange{
        margin-top: 3%;
        margin-bottom: 3%;
    }

    #cssmenus > ul > li.has-sub > a {

        padding: 18px 25px 21px;
        /*border-bottom: 1px solid #13436B;*/

    }
    #cssmenus > ul > li {
        border-bottom: 1px solid #13436B;
    }

    #cssmenus {

        background: #ffffff;

    }

    #cssmenus > ul {

        display: none;

    }

    #cssmenus > ul.open {

        display: block;

        border-top: 1px solid rgba(0, 0, 0, 0.1);
        max-height: calc(100vh - 4.5em);
        overflow-y: auto;

    }

    #cssmenus.align-right > ul {

        float: none;

    }

    #cssmenus.align-center > ul {

        text-align: center;

    }

    #cssmenus > ul > li,

    #cssmenus.align-right > ul > li {

        float: none;

        display: block;

    }

    #cssmenus > ul > li > a {

        text-align: center;

        border-right: 0;

    }

    #cssmenus > ul > li:hover > a,

    #cssmenus > ul > li.active > a {

        background: rgba(0, 0, 0, 0.1);

    }
    #cssmenus > ul > li.has-sub > a::after {

        content: "";

        position: absolute;

        width: 0;

        height: 0;

        border: 6px solid transparent;

        border-top-color: #d3eced;

        right: 23px;

        top: 22px;

    }

    #cssmenus #menu-button {

        display: block;

        text-decoration: none;

        font-size: 13px;

        font-weight: 700;

        color: #ffffff;

        padding: 18px 25px 18px 2px;

        text-transform: uppercase;

        letter-spacing: 1px;

        cursor: pointer;

        text-align:left;

    }

    #cssmenus ul ul,

    #cssmenus ul li:hover > ul,

    #cssmenus > ul > li > ul,

    #cssmenus ul ul ul,

    #cssmenus ul ul li:hover > ul,

    #cssmenus.align-right ul ul,

    #cssmenus.align-right ul li:hover > ul,

    #cssmenus.align-right > ul > li > ul,

    #cssmenus.align-right ul ul ul,

    #cssmenus.align-right ul ul li:hover > ul {

        left: 0;

        right: auto;

        top: auto;

        opacity: 1;

        width: 100%;

        padding: 0;

        position: relative;

        text-align: center;

    }

    #cssmenus ul ul li {

        width: 100%;
        /*border-bottom: 0.6px solid #ebebeb;*/

    }

    #cssmenus ul ul li a {

        width: 100%;

        box-shadow: none;

        text-align: center;

    }

    #cssmenus ul ul ul li a {

        /*padding-left: 45px;*/

    }
    .footerLeft{
        font-size: 11px;
    }

    #cssmenus ul ul li:first-child > a,

    #cssmenus ul ul li:last-child > a {

        border-radius: 0;
        border-bottom: 1px solid #ebebeb!important;

    }
    #cssmenus ul li:first-child > a,

    #cssmenus ul li:last-child > a {

        border: none!important;

    }

    #cssmenus #menu-button::after {

        display: block;

        content: '';

        position: absolute;

        height: 7px;

        width: 22px;

        border-top: 2px solid #ffffff;

        border-bottom: 2px solid #ffffff;

        right: 2px;

        top: 18px;

    }
    #logoSticky{
        display: none!important;
    }

    .carousel-caption input{
        display: none!important;
    }
    #cssmenus #menu-button::before {

        display: block;

        content: '';

        position: absolute;

        height: 3px;

        width: 22px;

        border-top: 2px solid #ffffff;

        right: 2px;

        top: 28px;

    }

    #cssmenus > ul > li.has-sub > a ::after,

    #cssmenus ul ul li.has-sub > a ::after {

        display: none;
    }

    #cssmenus ul ul li a{
        border-bottom: 1px solid #ebebeb!important;
    }
    .btn-style-four{
        padding: 11px 15px;
    }

    /*.has-sub ul{
        display: none!important;
    }
        #cssmenus > ul > li.active > .has-sub ul {

            display: block!important;
            background: rgba(0, 0, 0, 0.1);

        }*/
    /*
.has-subNew:focus + ul{
    display: block!important;
}*/
    .has-subNew{
        height: 36px; width: 38px; border: 1px solid white; position: absolute; right: 10px; top: 12px;
    }
}

@media (min-width: 1024px) and (max-width:1199px) {

    #cssmenus > ul > li > a { padding: 6px;    font-size: 12px; }

    .resfont28{ font-size: 28px; }

    .resfont12px{ font-size: 12px; }

    .resfont16{ font-size: 16px; }

    .resfont13{ font-size: 13px; }

    .resmrgnbtm4{ margin-bottom: 4%; }

    .resfont14{ font-size: 14px; }

    .reswidth75{ width: 75px;}

    .reseidth80{ width: 80px; }

    .resfont104{ font-size: 104px; }

    .restop40{ top: 40%; }

    .resprgtimgs{ margin-top: 136px; }

    .reswdth218{ width: 210px;}

    .resmenulftimg{ margin-top: -190px;}

    .reswdth142{ width: 142px;}

    .resmenurightimgs{margin-top: -103px;}

    .reswdth90{ width: 90px;}

    .reslftimgs{margin-top: 141px;}

    .resfont10px{font-size: 10px;}

    .reswidth93{width: 93% !important;}

}

@media (min-width: 1250px) and (max-width:1350px) {

    .reseidth115{ width: 115px; }

    .reswidth110{ width: 110px; }

    .resprgtimgs{ margin-top: 136px; }

    .rspmenurightimgs{margin-top: -130px;}

    .rspwidth110{width: 110px;}

}

/*-----End Media Query-----*/

.sliderpatch{

    background: linear-gradient(to right, rgba(0, 0, 0, 0.38) 50%, rgba(0, 0, 0, 0.54) );

    position:absolute;width:100%;

    margin-top: 596px;

    padding:0;

    z-index:1235555; }

.sliderpatchh1{

    padding: 0;

    margin: 20px;

    font-size:40px;font-weight:normal;line-height: 1; text-shadow: 0 0 4px #4c4646

}

/*Home slider*/




.blogpic img {

    width: 100%;

    height: 200px;

}

.blogclass {

    border: 1px solid #ebebeb;

    text-align: center;

    padding: 10px;

}

/*Our Approach Design*/

.header-main {

    text-align: right;

    background-color: #eee;

    margin-bottom: 0px;

}

.imggrid {

    padding: 0px;

    margin: 0px;

}

.range {

    margin: 20px 0px;

}

.step1 {

    text-align: left;

    text-indent: 28px;

    margin: 0px 80px 0px 0px;

}

.steps {

    background-color: white;

    padding: 15px 0px;

    text-align: left;

}

.steps p {

    text-indent: 0px;

    margin: 2px 28px 0px 28px;

    text-align: left;

}

.img100{width: 100%;}

.verticalmdle{vertical-align: middle;}



/*Footer style*/

.contentinfo    {padding: 35px 0 40px;}

.m_bottom_35 {

    margin-bottom: 35px;

}

.m_bottom_13 {

    margin-bottom: 13px;

}

.color_dark{

    color: #ffffff;

}

.tt_uppercase {

    text-transform: uppercase;

}

.fw_light {

    font-weight: 300;

}

.m_bottom_25 {

    margin-bottom: 25px;

}

.divider_bg {

    position: relative;

}

hr{

    border-color: #e5e5e5;margin-top: 0;border-top: 1px;

}

.m_bottom_14 {

    margin-bottom: 14px;

}

[class*="vr_list"].with_links > li > a, [class*="vr_list"]:not(.with_links) li {

    padding-left: 15px;

    position: relative;

    color: #ffffff;

}

.aboutimg{

    max-height: 300px;

    max-width: 460px;

    padding: 0px 25px 0px 0px;}

.socialicon{

    padding: 8px 8px;

    /*border: 1px solid #ddd;*/

    border-radius: 2px;

}



/*Meet our team*/

.caption-style-1{

    list-style-type: none;

    margin: 0px;

    padding: 0px;

}

.caption-style-1 div{

    float: left;

    padding: 0px;

    position: relative;

    overflow: hidden;

}

.caption-style-1 div:hover .caption{

    opacity: 1;

}

.caption-style-1 img{

    margin: 0px;

    padding: 0px;

    float: left;

    z-index: 4;

}

.caption-style-1 .caption{

    cursor: pointer;

    position: absolute;

    opacity: 0;

    -webkit-transition:all 0.45s ease-in-out;

    -moz-transition:all 0.45s ease-in-out;

    -o-transition:all 0.45s ease-in-out;

    -ms-transition:all 0.45s ease-in-out;

    transition:all 0.45s ease-in-out;

}

.caption-style-1 .blur{

    background-color: rgba(24, 106, 154, 0.68);

    height: 280px;

    width: 270px;

    z-index: 5;

}



.caption-style-1 .caption-text h1{

    font-weight: 600;

    font-size: 20px;

    color: #fff;

    margin:0;

}

.caption-style-1 .caption-text p{

    font-size: 19px;

    margin-top: 10px;

    color: #ffeb3b;

    text-transform: uppercase;

}

.caption-style-1 .caption-text{

    z-index: 10;

    color: #fff;

    position: absolute;

    width: 100%;

    height: 100%;

    text-align: center;

    top:100px;

}



/*icon*/

.bodrtop1px{border-top: 1px solid #ddd;}

.abouticon{    font-size: 2em;

    color: #22a3df;}

.abouticon:before{vertical-align: middle;}

.abouticon:hover {

    color: #000;

}

/*Our Services*/

.up-border {

    padding: 25px 18px;

    -webkit-box-shadow: 2px 15px 70px 2px rgba(144, 130, 130, 0.28);

    -moz-box-shadow: 2px 15px 70px 2px rgba(144, 130, 130, 0.28);

    background: #fff;

    transition: .5s ease-in;

    -webkit-transition: .5s ease-in;

    -moz-transition: .5s ease-in;

    -o-transition: .5s ease-in;

    -ms-transition: .5s ease-in;

}

.blue {

    color: #0883f5 !important;

}

.up-border:hover {

    -webkit-box-shadow: 0px 0px 0px 2px rgba(241, 236, 236, 0.21);

    -moz-box-shadow: 0px 0px 0px 2px rgba(241, 236, 236, 0.21);

    box-shadow: 0px 0px 0px 2px rgba(241, 236, 236, 0.21);

    border: 0px;

}

.our-advantages-grd-to-right {

    padding: 0px;

    border-left: 2px solid #89379a;

    padding-left: 18px;

    text-align: center;

}

.our-advantages-grd-to-right p {

    color: #999;

    font-size: 14px;

    margin: 0;

    line-height: 20px;

}

.read-more:hover {

    /*background: #0066CC;*/

    /*padding: 10px 20px;*/

    border-radius: 100px;

}

.our-advantages-grd-to-right a {

    color: #000;

    text-decoration: none;

    font-size: 14px;

    margin-top: 25px;

    text-align: center;

    display: inline-block;

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -o-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -ms-transition: 0.5s all;

    outline: none;

    border: 1px solid #000;

    padding: 8px 24px;

    border-radius: 20px;

    letter-spacing: 2px;

    background-color: white;

}

.our-advantages-grd-to-right a:hover {

    color: #fff;

    background-color: #89379a;

    border-color: #89379a;

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -o-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -ms-transition: 0.5s all;

}

.our-advantages-grd-left img{height:123px;}







.fontclass3 {font-size: 18px;}

.color2 {color: #000;}

.text-center {text-align: center!important;}

.margtopbot{margin-top: 30px;margin-bottom: 0px;}





.main-gallery { background: #fff;}

.gallery-cell {width: 100%;}

.testimonial {text-align:center;max-width:850px;

    margin:0px auto 130px auto;padding:0 20px;}

.testimonial-avatar {width: 100px;border-radius: 50%;}

.testimonial-quote {display: block;font-size: 16px;padding: 10px 0;}

.testimonial-author {display: block;font-weight: 800;color: #2368a0;}

/*.flickity-page-dots {bottom: 25px;}*/

.flickity-page-dots .dot.is-selected {background: #2368a0;}
.flickity-viewport{height: 235.2px!important;}


.block-one .boxcss{padding: 60px 30px 40px;

    border-bottom: 3px solid #7BC144;

    -webkit-box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);

    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);

}

.mission .boxcss{padding: 60px 30px 40px;

    border-bottom: 3px solid #7BC144;

    -webkit-box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);

    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);

}

.block-one h4:before {

    position: absolute;

    content: '';

    left: 50%;

    bottom: -5px;

    width: 30px;

    height: 2px;

    background-color: #7BC144;

    transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

}

.block-one h4 {

    position: relative;

    font-size: 18px;

    font-weight: 600;

    padding-bottom: 20px;

    margin-bottom: 20px;

}

.block-one {

    position: relative;

    margin-bottom: 50px;

    text-align: center;

}

.block-one h4 a {

    color: #111;

    -webkit-transition: .5s ease;

    -o-transition: .5s ease;

    transition: .5s ease;

}

.hvr-float-shadow {

    display: inline-block;

    vertical-align: middle;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -moz-osx-font-smoothing: grayscale;

    position: relative;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-property: transform;

    transition-property: transform;

}

.sec-title h1 {

    font-size: 44px;

    font-weight: 600;

    line-height: 1.1em;

}

.sec-title h1 span {

    color: #7BC144;

}

.martop0{margin-top: 0px;margin-bottom: 8px;}

.mart0{margin-top: 0px!important;}

.textalignl{text-align: left;}

.text {

    position: relative;

    text-align: justify;

    font-size: 16px;

    color: #555;

    line-height: 1.8em;

    font-weight: 400;

}

.btn-style-four {

    cursor: pointer;

    position: relative;

    padding: 11px 40px;

    line-height: 24px;

    border-radius: 25px;

    color: #7BC144;

    text-align: center;

    display: inline-block;

    font-size: 14px;

    font-weight: 700;

    background: none;

    letter-spacing: 1px;

    text-transform: uppercase;

    border: 2px solid #7BC144;

    font-family: 'Poppins', sans-serif;

}

.outlinenone{outline: none;}

.martop16{margin-top: 16px;}

.readbtn{

    border-color: #222;

    color: #222;

}

.readbtn:hover {

    border-color: #7BC144;

    background-color: #7BC144;

    color: #fff;

}

.bgimg{

    background-image: url("../images/2.jpg");
    background-repeat:no-repeat;
    /*background-size:contain;*/
    background-position:center;
}

.parallax-section {

    position: relative;

    text-align: center;

    background-repeat: no-repeat;

    background-position: center;

    background-size: 100% 70%;

    /*background-attachment: fixed;*/

    padding: 80px 0 95px;

}

.parallax-section h1 {

    position: relative;

    color: #fff;

    font-size: 40px;

    font-weight: 500;

    line-height: 1.2em;

    margin-bottom: 40px;

}



.parallax-section:before {

    position: absolute;

    content: "";

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    /*background-color: rgba(0, 0, 0, 0.8);*/

}

/*.date {

    position: absolute;

    left: 0;

    font-size: 30px;

    font-weight: 700;

    color: #222;

    font-family: 'Poppins', sans-serif;

}*/

.lower-box h4 {

    position: relative;

    font-size: 22px;

    font-weight: 600;

    margin-bottom: 35px;

    padding-bottom: 15px;

}

.date span {

    font-size: 16px;

    font-weight: 600;

    display: block;

}

.post-meta {

    font-size: 14px;

    color: #555;

    font-family: 'Poppins', sans-serif;

    font-weight: 500;

}

.lower-box {

    position: relative;

    padding-left: 60px;

    text-align: left;

}

.post-meta span {

    color: #7BC144;

}

/*Hitendra CSS Dev 9-3-2019 start*/
/* Style the search field */
form.headerSearch input[type=text] {
    padding: 5px;
    border: 1px solid grey;
    width: 50%;
    /*background: #f1f1f1;*/
}

/* Style the submit button */
form.headerSearch button {
    width: 15%;
    padding: 5px;
    background: #2196F3;
    margin-left: -4px;
    color: white;
    border: 1px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
}
form.headerSearch button i{
    line-height: 1;
}
form.headerSearch button:hover {
    background: #0b7dda;
}

/* Clear floats */
form.headerSearch::after {
    content: "";
    clear: both;
    display: table;
}
.headerSearch{display:block;margin: 0 auto; width: 100%}

.socialIcons img{
    margin-left: 3px;
}
.paddingTop10{
    padding-top: 10px;
}
.marginTop5{
    margin-top: 5px;
}
.carousel-indicators li{
    /*background-color: blue!important;*/
}
.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }
.greenColor{
    background-color: #7BC144!important;
}
.blueColor{
    background-color: #2368A1!important;
}
.paddingMargin0{
    padding: 0px!important;
    margin: 0px!important;
}
.marginTop10PX{
    margin-top: 10px!important;
}
.ahoverNone{
    text-decoration: none!important;
}
.activeMenu{
    color: #13436b;
    border-bottom: 2px solid #000000!important;
    /* background-color: #13436b;*/
 }

 .carousel-caption{
    top:20%;
 }
 .carousel-caption h1,.carousel-bottom-caption h1{
     font-size: 4vw;
     font-weight: bold;
 }
 .carousel-caption h3{
     font-size: 2vw;
     font-style: italic;
     font-weight: bold;
     margin-top: 35px;
 }
 .carousel-caption h4{
     font-size: 2vw;
     font-style: oblique;
 }
 .carousel-caption input{
     background-color: #ffffff;
     border-color: #ffffff;
 }
 .block-one{
     -webkit-transition: margin-top 0.5s!important; /* For Safari 3.1 to 6.0 */
    transition: margin-top 0.5s!important;
}
.block-one:hover{
    margin-top: -10px!important;
    box-shadow: 0px 59px 50px -67px!important;
    -webkit-box-shadow: 0px 59px 50px -67px!important;
}
.mrgntp2{ margin-top: 2%; }

/*Mission and Vision*/

.mission-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}

.mission-section .container {
    max-width: 1310px;
}

.mission-section .row {
    margin: 0 -5px;
}

.mission-block {
    position: relative;
    padding: 0 5px;
}

.mission-block .inner-box {
    position: relative;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06);
}

.mission-block .inner-box .caption {
    position: relative;
    /*padding: 70px 0 52px;*/
    padding: 25px 0 25px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mission-block:hover .inner-box .caption {
    opacity: 0;
    visibility: hidden;
}

.mission-block .icon-box {
    color: #222;
    font-size: 65px;
    /*margin-bottom: 50px;*/
}

.mission-block h4 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    padding-top: 18px;
}

.mission-block h4:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 70%;
    width: 30px;
    height: 2px;
    background-color: #7BC144;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mission-block h4:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 66%;
    width: 15px;
    height: 2px;
    background-color: #7BC144;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mission-block .inner-box .overlay-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgb(148, 193, 61);
    cursor: pointer;

}

.mission-block .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    cursor: pointer;
}

.mission-block .inner-box .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    padding: 10px 30px;
    vertical-align: middle;
}

.mission-block .inner-box .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.mission-block .inner-box .overlay-box .overlay-inner .content .icon-box {
    position: absolute;
    left: 50%;
    top: 10%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    /*font-size: 150px;*/
    color: rgba(255, 255, 255, 0.1);
}

.mission-block .overlay-box h4 {
    color: #fff;
}
.mission-block .overlay-box h4 a{
    color: #fff;
}

.mission-block .overlay-box h4:after,
.mission-block .overlay-box h4:before {
    background-color: #fff;
}

.mission-block .inner-box .overlay-box .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 25px;
    top: -5px;
}

.mission-block .inner-box .overlay-box .read-more {
    position: relative;
    background: #fff;
    color: #222;
    font-weight: 600;
    padding: 11px 18px;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: PonyTale;
    letter-spacing: 2px;
}

.mission-block .inner-box .overlay-box .read-more:hover {
    color: #e6202d;
}

/*News Block*/

.news-block-one {
    position: relative;
}

.news-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-one .inner-box .image {
    position: relative;
    overflow: hidden;
}

.news-block-one .image:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 8;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(148, 193, 61, 0.90);
}

.news-block-one:hover .image:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.news-block-one img {
    width: 100%;
    -webkit-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.news-block-one:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.news-block-one .overlay a {
    background: rgba(0, 0, 0, 0.30);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
    -ms-transform: translateX(0%) translateY(-30%) scale(0.5);
    transform: translateX(0%) translateY(-30%) scale(0.5);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 60px;
}

.news-block-one .overlay a:hover {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    color: #94c13d;
}

.news-block-one:hover .overlay a {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0%) scale(1);
    -ms-transform: translateX(0) translateY(0%) scale(1);
    transform: translateX(0) translateY(0%) scale(1);
}

.news-block-one .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.news-block-one:hover .overlay {
    opacity: 1;
}

.news-block-one .inner-box .lower-box {
    position: relative;
    padding-top: 21px;
    padding-left: 60px;
}

.news-block-one .inner-box .lower-box .date {
    position: absolute;
    left: 0;
    top: 17px;
    font-size: 25px;
    font-weight: 700;
    color: #222;
    font-family: 'Poppins', sans-serif;
}

.news-block-one .inner-box .lower-box .date span {
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.news-block-one .lower-box h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.news-block-one .lower-box h4:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 2px;
    width: 15px;
    height: 2px;
    background-color: #94c13d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-one .lower-box h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background-color: #94c13d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-one .lower-box h4 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-one .lower-box h4 a:hover {
    color: #94c13d;
}

.news-block-one .lower-box .post-meta {
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.news-block-one .lower-box .post-meta span {
    color: #94c13d;
}

.news-block-one .lower-box .read-more-btn {
    position: relative;
    font-weight: 600;
    color: #888;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 20px;
}

.news-block-one .lower-box .read-more-btn a {
    color: #94c13d;
    text-decoration: underline;
}

.news-block-one .lower-box .read-more-btn a:hover {
    color: #222;
}

.news-block-one .lower-box .read-more-btn span {
    position: relative;
    margin-left: 8px;
    color: #888;
    font-size: 14px;
    top: 1px;
}
.read-more-btn a:hover {
    color: #94c13d;
}
.read-more-btn {
    position: relative;
    font-weight: 600;
    color: #888;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 20px;
}
.color-white {
    color: #fff;
}

.font50 {
    font-size: 50px;
}
.fontbold {
    font-weight: bold;
}
.mrgntop2 {
    margin-top: 2%;
}
.innerheadertxt {
    position: absolute;
    color: #fff;
    opacity: 1;
    width: 100%;
    z-index: 1;
    font-weight: normal;
    font-size: 35px!important;
    font-family: Montserrat,sans-serif;
}
.innerheadertxt h1{
    padding-top: 30px!important;
    font-weight: normal!important;
    font-size: 35px!important;
}
.border-liner {
    /*background: linear-gradient(to right,#2368A1 40% , #7BC144);*/
    background: linear-gradient(to right,#02123a 40% , #e54946);
    border-bottom: 7px solid;
    -moz-border-image: -moz-linear-gradient(left, rgba(92,7,52,1) 0%, rgba(134,29,84,1) 12%, rgba(255,93,177,1) 47%, rgba(83,0,30,1) 100%);
    -webkit-border-image: -webkit-gradient(left top, right top, color-stop(0%, rgba(92,7,52,1)), color-stop(12%, rgba(134,29,84,1)), color-stop(47%, rgba(255,93,177,1)), color-stop(100%, rgba(83,0,30,1)));
    -webkit-border-image: -webkit-linear-gradient(left, rgba(92,7,52,1) 0%, rgba(134,29,84,1) 12%, rgba(255,93,177,1) 47%, rgba(83,0,30,1) 100%);
    -o-border-image: -o-linear-gradient(left, rgba(92,7,52,1) 0%, rgba(134,29,84,1) 12%, rgba(255,93,177,1) 47%, rgba(83,0,30,1) 100%);
    border-image: linear-gradient(to right, rgba(92,7,52,1) 0%, rgba(134,29,84,1) 12%, rgba(255,93,177,1) 47%, rgba(83,0,30,1) 100%);
}
.alignRight{
    text-align: right;
}
.fiximage{
    height: 350px;
    width: 600px;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.rowSame {
    display: flex; /* equal height of the children */
}

.colSame {
    flex: 1; /* additionally, equal width */
    /*padding: 1em;*/
}

.block-one .welcomeDiv{
    background-repeat: no-repeat;
    height: 100px;
    background-position: center;
}
.block-one .welcomeDiv1{ background-image: url("../images/parents-icon.png"); }
.block-one:hover .welcomeDiv1{ background-image: url("../images/parents-icon-color.png"); }

.block-one .welcomeDiv2{ background-image: url("../images/student-icon.png"); }
.block-one:hover .welcomeDiv2{ background-image: url("../images/student-icon-color.png"); }

.block-one .welcomeDiv3{ background-image: url("../images/teacher-icon.png"); }
.block-one:hover .welcomeDiv3{ background-image: url("../images/teacher-icon-color.png"); }

.block-one .welcomeDiv4{ background-image: url("../images/school-icon.png"); }
.block-one:hover .welcomeDiv4{ background-image: url("../images/school-icon-color.png"); }

.blackFont{
    color: #000!important;
}
.mandtory {
    color: red;
    /*display: ;*/
}
.borderError {
    border: 1px solid #ff0000 !important;
}
.borderError::-webkit-input-placeholder {color: #ff0000;}
.borderError::-moz-placeholder{color: #ff0000;}
#logoSticky{
    background: white;
    display: inline-block;
    position: absolute;
    height: 45px;
    left: -52px;
    width: 60px;
    z-index: 999999;
}
#logoSticky a img{
    margin-top: 6px;
    margin-left: 8px;
    height: 33px;
}
.readmoreBtn{
    border-color: #7BC144;
    background-color: #7BC144;
}
.headingTitle div{
    line-height: normal;
    font-size: 13px;
    margin-top: 8px;
    font-weight: bold;
    color: grey;
    font-style: italic;
}
.headingTitle{
    font-weight: bold;
    font-size: 26px;
}
@media (max-width: 680px){
    #cssmenus{
        background: #736b99!important;
    }
    .menubox{ background: #736b99!important; }

}
.footerSub {
    padding: 15px 0 15px !important;
    margin-top: 15px;
    border-top: 1px solid #00000075;
    background: #111;
    border-top: 1px solid #181818;
    color: #444;
}
.footerTop{
    height: 99px!important; background: url('/images/footer-image.png') no-repeat; background-size: cover!important;
}
.paddingTop10Bottom10{
    padding: 10px 0 10px!important;
}
.textSame {
    font-size: 16px;
    color: #555;
    line-height: 1.8em;
    font-weight: 400;
}
#loaderPage {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #2D34C2;
    border-radius: 50%;
    border-top: 16px solid #DE484B;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.bg_load {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.9);
}
/*new media qurery start*/
@media only screen and (min-width: 640px) and (max-width: 1024px) {
    .innerImageRes {
        width: 144px!important;
    }
    .mission-block .inner-box .overlay-box .text{
        font-size: 14px!important;
    }
    .innerheadertxt h1 {
        font-size: 20px;
        margin-top: 0px;
    }
    .footMobilNo{
        display: block;
    }
    .socialicon{
        padding: 8px 6px!important;
    }
    .contactDetails{
        padding-top: 3.5%;
    }
    .mobileHeader {
        display: block;
        text-align: center;
    }

    #logoSticky{
        display: none!important;
    }
    .headingTitle {
        text-align: center;
    }

    .headingTitle div {
        font-size: 10px;
    }

    .alignRight {
        text-align: center !important;
    }

    #cssmenus > ul > li.has-sub > a::after {
        top: 21px;
    }

    #cssmenus > ul > li:hover > ul {
        top: 34px;
    }

    .carousel-caption {
        top: 22px;
    }

    #logoSticky {
        margin-left: -10px;
        height: 35px;
    }

    #logoSticky a img {
        margin-top: 1px;
    }
    .block-one .boxcss {
        padding: 60px 10px 40px;
    }
    .footerHeading{
        font-size: 22px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 800px) {

    .mission-block h4:after{
        top: 62%;
    }
    .mission-block h4:before{
        top: 59%;
    }
    .mission-block .inner-box .overlay-box .text{
        font-size: 11px!important;
    }
    .mission-block .inner-box .overlay-box .overlay-inner{
        padding: 10px 15px!important;
    }

    .headingTitle {
        text-align: center;
        font-size: 20px!important;
    }

    .headingTitle div {
        font-size: 10px;
    }
    #cssmenus > ul > li.has-sub > a::after{
        top: 21px;
    }
    #cssmenus > ul > li:hover > ul {
        top: 25px;
    }
    #logoSticky {
        display: none!important;
    }
    .innerheadertxt h1{
        font-size: 20px;
        margin-top: 0px;
    }
    .innerImageRes{
        width: 108px!important;
    }
    .innerFilterBtn{
        margin-top: 48px!important;
    }
    .carousel-caption input{
        margin-top: 5px;
        padding: 1px 18px;
    }
}
.innerImageRes{
    width: 180px;
    object-fit: cover;
    height: 160px;
}
@media only screen and (min-width: 450px) and (max-width: 480px) {
    .testimonial .testimonial-quote{
        font-size: 12px;
    }
    .testimonial .testimonial-author{
        font-size: 13px;
        font-weight: normal;
    }
}
@media only screen and (min-width: 930px) and (max-width: 960px) {
    .innerheadertxt h1 {
        font-size: 20px;
        margin-top: 0px;
    }
    .innerImageRes {
        width: 108px!important;
    }
    .mission-block h4:after{
        top: 62%;
    }
    .mission-block h4:before{
        top: 59%;
    }
    .mission-block .inner-box .overlay-box .text{
        font-size: 11px!important;
    }
    .mission-block .inner-box .overlay-box .overlay-inner{
        padding: 10px 15px!important;
    }
    #cssmenus > ul > li.has-sub > a::after{
        top: 5px;
    }
    #cssmenus > ul > li:hover > ul {
        top: 24px;
    }
    #logoSticky {
        display: none!important;
    }
}
@media only screen and (min-width: 560px) and (max-width: 600px) {
    /*#bsPhotoGalleryModal{
        margin-top: 60px;
    }*/
    .testimonial .testimonial-quote{
        font-size: 12px;
    }
    .testimonial .testimonial-author{
        font-size: 13px;
        font-weight: normal;
    }
    .mission-block h4:after{
        top: 60%;
    }
    .mission-block h4:before{
        top: 54%;
    }
}
@media only screen and (min-width: 290px) and (max-width: 320px) {
    .mission-block .inner-box .overlay-box .text{
        font-size: 11px!important;
    }
    .mission-block h4:after{
        top: 62%;
    }
    .mission-block h4:before{
        top: 59%;
    }
    .mobiFont{
        font-size: 11px!important;
    }
    .btn-style-four{
        padding: 9px 3px;
    }
    .testimonial .testimonial-quote{
        font-size: 12px;
    }
    .testimonial .testimonial-author{
        font-size: 13px;
        font-weight: normal;
    }
    .flickity-viewport{
        height: 320px!important;
    }
    .carousel-caption input{
        font-size: 12px!important;
    }
    .footerLeft{
        font-size: 10px;
    }
    .innerheadertxt h1{
        font-size: 20px;
        margin-top: 0px;
    }
}
@media only screen and (min-width: 360px) and (max-width: 720px) {
    .btn-style-four{
        padding: 9px 10px;
    }
    .testimonial .testimonial-quote{
        font-size: 12px;
    }
    .testimonial .testimonial-author{
        font-size: 13px;
        font-weight: normal;
    }
    .flickity-viewport{
        height: 300px!important;
    }
}

.read-more-btn a:hover{
    text-decoration: none!important;
}
.newsEventtag{
    color: #ffffff;
    background-color: #7BC144;
    position: absolute;
    z-index: 999999;
    border-radius: 40px;
    padding: 6px;
    width: 72px;
    left: 15px;
    top: 15px;
}
.innerPageTitle{
    color: #1f135a;
    font-weight: bold;
}
.mobileHeader{
    font-size: 24px;
    font-weight: bold;
}
.mobileHeaderFirst{
    font-size: 12px;
}
@media (min-width: 1200px){
    .contactDetails{
        margin-top: 2.2%;
    }
}
@media (min-width: 320px) and (max-width: 390px){
    .mobiFont{
        font-size: 11px!important;
    }
}
.btnDownload{padding: 5px 2px!important;}
.txtBlueColor{
    color: #2368A1!important;
}
.font90{
    font-size: 90px;
}
.filterUI{
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.12), inset 0 -1px 0 0 #dadce0;
    border-radius: 2px;
    /*padding: 25px 0px;*/
    padding: 10px 0 30px 0;
}
.filterUIInput{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.filterUIHeading{
    margin-left: 16px;
    font-weight: bold;
    font-size: 16px;
}
@media (min-width: 1921px) {
    #myCarousel{
        margin: 0 auto;
        width: 1300px;
    }
    .footerTop{
        background: url(/images/footer-image.png) repeat;
        background-size: auto!important;
    }
    .carousel-caption h4{
        font-size: 30px;
    }
    .carousel-caption h3{
        font-size: 30px;
    }
    .carousel-caption h1,.carousel-bottom-caption h1{
        font-size: 60px;
    }
}
.form-control{
    z-index: 1!important;
}
.centerImage{
    margin: 0 auto!important;
}
@media (min-width: 768px) {
    #cssmenus > ul > li.has-sub > a::after{
        display: none;
    }


    .paddLeftZero{
        padding-left: 0px!important;
    }
    .searchInBtn{
        padding: 6px 2px!important;
    }
}
.dateColor{
    color: #828282!important;
}
.projects_subtitle{
    margin-top: 5px;
}
.nav-pills>li>a {
     border-radius: 0px!important;
}
.nav-stacked>li+li{
    margin-top: 0px!important;
}
.nav-pills li{
    font-size: 14px!important;
}
.showCount{
    margin: 30px 0 30px 15px;
}
.nav>li>a{
    padding: 10px 10px!important;
}

.menuBulet{
    height: 30px;
    width: 15px;
    float: left;
    vertical-align: middle;
    margin-top: -6px;
    background-image: url("../images/bullet-arrow.png");
    background-repeat:no-repeat;
    /*background-size:contain;*/
    background-position:center;
}
.nav-pills > li.active >a >span.menuBulet{
    background-image: url("../images/bullet-arrow-white.png");
}

.paddZero{
    padding: 0px!important;
}

.serachInMR{
    margin-right: 8px;
}
.serachInML{
    margin-left: 8px;
}
.greenFont{
    color: #e54946!important;
    font-weight: normal!important;
    font-size: 16px;
}
.projectBox{
}
.homeProject p{
    text-align: left!important;
}

/*.card {
    !*box-shadow: 0 0 9px 0 rgba(255, 255, 255, 0.2);*!
    box-shadow: 0 0 45px 0 rgba(255, 255, 255, 0.2) inset;
    -moz-box-shadow:    0 0 45px 0 rgba(255, 255, 255, 0.2) inset;
    -webkit-box-shadow: 0 0 45px 0 rgba(255, 255, 255, 0.2) inset;
    padding: 50px;
    text-align: center;
    background-color: rgba(1,1,1,.2);
    color: white;
    !*margin-top: 10px;*!
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: 15px auto;
}
.card .fa{
    font-size: 65px;
}*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    background-color: #1f135a!important;
    border-color: #1f135a!important;
   /* bottom: 20px;
    right: 20px;*/
        bottom: 125px;
    right: 40px;
    display:none;
}


.color5{color: #2d34c2;}
.slidermove{color: #fff;font-size: 18px;margin-top: 10px;}
.img1 { width:100% !important; height: 57px;}
.projecttitle{text-align: center;background: #37283d;padding: 10px;color: #fff !important;font-size: 18px;}

.fontspaddtextj {
    font-size: 14px;
    padding: 5px;
    text-align: justify;
}
.projectreadm{transition: 1s; text-align: center;padding: 10px;background: #1f135a;color: #fff;border-radius: 5px;}
.projectreadm:hover{transition: 1s; text-align: center;padding: 10px;background: #4d3f93;color: #fff;border-radius: 5px;}
.colorwh{color: #ffffff !important;}

/*Rotary*/
.carousel-indicators{
    bottom: 0px!important;
}
.carousel-bottom-caption{
    bottom: 0px!important;
    position: absolute!important;
    background-color: rgba(0,0,0,.7);
    padding: 15px 0px!important;
}
.carousel-bottom-caption h1 {
    font-size: 3vw;
    font-weight: bold;
    margin-bottom: -15px!important;
    margin-top: 0px;
}
.carousel-bottom-caption h3{
    font-size: 2vw;
}
.carousel-top-caption{
    top: 0px!important;
    position: absolute!important;
    background-color: rgba(54, 92, 154,.8);
    padding: 10px 0px!important;
}

.carousel-full-caption{
    top: 0px!important;
    left: 0px!important;
    position: absolute!important;
    background-color: rgba(0,0,0,.2);
    padding: 10px 0px!important;
    height: 100%;
    /*float: left;*/
}
.messageBox{
    border: 1.5px solid #e6dddd;
    padding: 15px;
    border-radius: 5px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    color: #fff!important;
    background-color: #e54946!important;
}

/*Pagination Active*/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #1f135a!important;
    border-color: #1f135a!important;
}
.fixHeight{
    height: 160px;
    overflow: hidden;
}
.btn-primary {
    color: #fff;
    background-color: #1f135a!important;
    border-color: #1f135a!important;
}
