﻿@font-face {
    font-family: 'open sans regular';
    src: url('/fonts/open_sans/OpenSans-Regular.eot'); /* IE9 Compat Modes */
    src: url('/fonts/open_sans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/open_sans/OpenSans-Regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/open_sans/OpenSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/open_sans/OpenSans-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'open sans bold';
    src: url('/fonts/open_sans/OpenSans-Bold.eot'); /* IE9 Compat Modes */
    src: url('/fonts/open_sans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/open_sans/OpenSans-Bold.woff') format('woff'), /* Modern Browsers */
    url('/fonts/open_sans/OpenSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/open_sans/OpenSans-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'open sans semibold';
    src: url('/fonts/open_sans/OpenSans-Semibold.eot');
    src: url('/fonts/open_sans/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('/fonts/open_sans/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg'), url('/fonts/open_sans/OpenSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/open_sans/OpenSans-Semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro-It';
    src: url('/fonts/SourceSansPro-It.otf') format('opentype');
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('/fonts/SourceSansPro-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'SourceSansPro-BoldIt';
    src: url('/fonts/SourceSansPro-BoldIt.otf') format('opentype');
}


@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('/fonts/SourceSansPro-Semibold.otf') format('opentype');
}

@font-face {
    font-family: 'SourceSansPro-BoldIt';
    src: url('/fonts/SourceSansPro-BoldIt.otf') format('opentype');
}


@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('/fonts/SourceSansPro-Regular.otf') format('opentype');
}


@font-face {
    font-family: 'SourceSansPro-ExtraLight';
    src: url('/fonts/SourceSansPro-ExtraLight.otf') format('opentype');
}

@font-face {
    font-family: 'SourceSansPro-Black';
    src: url('/fonts/SourceSansPro-Black.otf') format('opentype');
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('/fonts/SourceSansPro-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'SourceSansPro-LightIt';
    src: url('/fonts/SourceSansPro-LightIt.otf') format('opentype');
}

.cclear {
    clear: both
}
* {
    font-family: 'Roboto', sans-serif;
}
body {
    font-family: 'Roboto', sans-serif;
}
p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;

}
.verify-div input {
    background: #00b9f5;
    color:white;
}
.verify-div input:hover {
    background: #00b9f5;
    color: white;
}
.btn {
    margin: 0 7px;
    padding: 9px 19px;
    border-radius: 3px;
    border: none;
}
.contact p {
    line-height: 30px;
}
div{
    font-size:16px;
}
.about p {
    font-family: 'open sans regular';
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.main-div {
    /*width: 1348px;*/
    margin: 0px auto;
    overflow: auto;
}

.main-div-bg {
    /*background-image: url(/images/home/Background.png);*/
    /*background-repeat: repeat;*/
}

.sub-div {
    /*padding: 50px;*/
    margin: 0
}

.sub-div-bg {
    background-color: white;
}

.bshadow1 {
    /*border-radius: 5px;*/
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 1px rgba(0,0,0,0.5)
}

.bshadow {
    /*border-radius: 1px;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.5);
    box-shadow: 0 0 1px rgba(0,0,0,0.5)*/
}
.bg-navy {
    background: #012b72;
}

.pl52 {
    padding-left: 52px;
}
.mt-0{
    margin-top:0px !important;
}
.pl50 {
    padding-left: 50px;
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt18 {
    padding-top: 18px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pt40 {
    padding-top: 40px
}

.pt50 {
    padding: 50px 0;
}

.pt100 {
    padding-top: 100px
}
.py-20{
    padding-bottom:20px !important;
    padding-top:20px !important;
}
.pb-30{
    padding-bottom:30px;
}
.p-pad5 {
    padding: 5px
}

/*.p-pad10 {
    padding: 10px
}*/

.p-pad15 {
    padding: 15px
}

.p-pad20 {
    padding: 20px
}

.p-pad30 {
    padding: 30px
}
.pl-0{
    padding-left:0 ;
}
.p-pad40 {
    padding: 40px
}

.p-pad50 {
    padding: 50px
}

.fleft {
    float: left
}
.about-outer {
    background: #f3f7f8;
}
.about-outer > div {
    background: white;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.05);
    border-radius: 3px;
}
.fright {
    float: right
}

.bg {
    background-color: wheat;
}

/*logo*/
.logo {
    /*position: absolute;*/
    top: 4px;
    top: 4px;
    background: white;
    padding: 14px 71px;
}
/*==========home page==========*/
.demo-droppable {
    cursor: pointer;
}

.span-drag {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    margin: 140px 0px 0px -181px;
}

.span-con {
    font-weight: 800;
}
.text-white {
    color: #ffffff;
}
.hr-div {
    position: absolute;
    transform: rotate(90deg);
    width: 200px;
    margin: 56px 0px 0px -95px;
    border-top: 2px solid #d6cccc;
}

.menu-new {
    /*height: 96px;*/
    background-color: #00b9f5;
}
    .menu-new > div {
        overflow: hidden;
    }
    .menu-new a:link {
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #ffffff;
        text-decoration: none
    }

    .menu-new a:visited {
        color: #ffffff;
        text-decoration: none;
        color: inherit
    }

    .menu-new a:hover {
        text-decoration: none
    }

    .menu-new a:active {
        text-decoration: none
    }

    .menu-new ul {
        text-align: left;
        display: inline;
        margin: 0;
        list-style: none
    }

        .menu-new ul li {
            height: 96px;
            font: 500 12px/18px sans-serif;
            color: #ffffff;
            display: inline-block;
            position: relative;
            padding: 15px 27px;
            cursor: pointer;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s
        }

            .menu-new ul li:hover {
                height: 96px;
                color: #fff;
                opacity: 1;
                -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
                /*-moz-box-shadow: 0px 0px 2px rgb(255, 255, 255);
                box-shadow: 0px 0px 2px rgb(255, 255, 255);*/
                transform: scale(1.1);
                /*background: #265dba;*/
                /* overflow: hidden; */
                /* height: 96px; */
                /* z-index: 18;*/
            }

            .menu-new ul li.active {
                height: 96px;
                color: #666;
                opacity: 1;
                -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
                -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
                box-shadow: 1px 1px 10px #000
            }
label {

    font-weight: normal;
}
.icon-menu-ul {
    margin: 0 auto;
    width: 24px;
    height: 35px;
    display: block;
    background-image: url(/images/home/Sprite.png);
    filter: invert(1);
    background-repeat: no-repeat
}

.icon-menu-1 {
    background-position: -26px 0px;
}

.icon-menu-2 {
    background-position: -74px 0px;
}

.icon-menu-3 {
    background-position: -2px 0px;
}

.icon-menu-4 {
    background-position: -50px 0px;
}

.icon-menu-5 {
    background-position: -182px 0px;
}

.icon-menu-6 {
    background-position: -157px 0px;
}

.icon-menu-7 {
    background-position: -130px 0px;
}

.icon-menu-8 {
    background-position: -96px 0px;
    width: 30px;
}

.icon-menu-btn {
    background-position: -2px -35px;
    width: 159px;
    height: 41px;
}

.footer-right > li {
    padding: 15px 14px !important;
}

.form-ctrl {
    width: 100%;
    height: 40px;
    font-size: 16px;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
}
.text-center{
    text-align:center;
}
h3 {
    font-size: 32px;
    font-weight: bold;
}
.footer-end {
    color: black;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 15px 39px;
    background: white;
}
    .footer-end:after {
        clear: both !important;
        display: table !important;
        content: " ";
    }
/*start Details*/
                .iclear {
    overflow: hidden;
    zoom: 1;
}

.lblbox {
    margin-bottom: 3px;
    font-size: 13px;
    text-align: left;
}

.lbllft {
    width: 35%;
}

.lblrgt {
    width: 65%;
    color: #484545;
    word-break: break-word;
}

.labeltxt {
    text-align: left;
    font-weight: normal;
    font-weight: 600;
}

    .labeltxt > span {
        float: right;
        margin-right: 10px;
    }

/*end Details*/


/*loader*/
.bigloader {
    position: fixed;
    top: 10px;
    z-index: 9;
    text-align: center;
    left: 50%;
}

    .bigloader .fa-spinner {
        font-size: 25px;
        color: #35DAEF;
    }

.bigloader1 {
    position: fixed;
    top: 50%;
    z-index: 9999;
    left: 49%;
    overflow: hidden;
    zoom: 1;
}

.preloader2 {
    display: inline-block;
    padding: 0px;
    text-align: left;
}

.alertbx {
    position: fixed;
    top: 15px;
    width: 100%;
    z-index: 99999;
    text-align: center;
}

.altbx button.close {
    float: initial;
    color: red;
}
/*new loader*/

.iframe {
    width: 900px;
    height: 400px;
}

.term {
    margin: 0;
    font-size: 12px;
    color: #777777;
    line-height: 1.42857143;
}

.page-title {
    font-size: 20px;
    color: #636c72 !important;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 0px;
}

/*thank you*/
.thkhd {
    font-size: 30px;
    margin-bottom: 10px;
}

.thankyou {
    border: 1px solid #0B6F0D;
    padding: 20px 20px;
}

.thkdesc {
    color: #237D25;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

    .thkdesc p {
        margin-bottom: 5px;
    }
/*thank you*/
.contact-ifr {
    height: 550px;
    width: 100%;
    border: 0;
    box-shadow: 3px 0px 20px 0px #b9b0b0;
}
.img-responsive{
    margin:auto;
}
@media (max-width:1024px) {
    .contact-ifr{
        width:100% !important;
    }
}
    @media (max-width:767px) {
        .pt-10-768 {
            padding-top: 10px !important;
        }

        .pt-30-768 {
            padding-top: 30px !important;
        }

        .results {
            display: flex;
            flex-flow: column;
        }

            .results div:first-child {
                order: 2;
                padding-left: 0;
            }

            .results div:nth-child(2) {
                order: 1;
                padding: 2px 0px 25px 0px;
            }
    }










