﻿﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

/*body css start*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    height: auto;
    overflow: auto;
    font-family: Proxima nova, sans-serif;
    font-weight: 500;
    color: #777;
    background-color: #fff !important;
}

p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 5px !important;
}

a {
    color: #2076b4;
    text-decoration: none !important;
}


/*header section css  starts*/

.bg-font {
    font-size: 30px;
    color: #000;
    font-weight: 400;
}

.bg-dark-blue {
    font-size: 28px;
    color: #2076b4;
}

.light-clr-bg {
    background-color: #fdfeff;
    width: 100%;
}


/*header section css  Ends*/


/*middle section css  starts*/

.bg-dark-gray {
    font-size: 16px;
    color: #808080;
    font-weight: 400;
}

.bg-font-small-blue {
    font-size: 20px;
    color: #2076b4;
    font-weight: 600;
}

.img-size {
    height: 200px;
}


/*middle section css  Ends*/


/*See in action  button  section css  starts*/

.bd-font-blk {
    font-size: 16px;
    color: #615e5e;
    font-weight: 600;
}

.butn {
    border: 1px solid #2076b4;
    border-radius: 50px;
    color: #2076b4 !important;
    font-size: 14px;
    padding: 10px 40px 12px 55px;
    background-image: url('/assets/img/icons/play-blue.png');
    background-position: left 5px;
    background-position: 30px 9px;
    background-repeat: no-repeat;
}

.butn:hover {
    background: #d23434;
    background-image: url('/assets/img/icons/play-white.png');
    background-repeat: no-repeat;
    border-radius: 50px;
    color: #fff !important;
    box-shadow: 0px 15px 20px rgba(32, 118, 180, 0.2);
    font-size: 14px;
    padding: 10px 40px 12px 55px;
    border: none;
    background-position: 30px 9px;
}


/*See in action  button  section css  End*/


/*footer section css starts*/

.footer-clr-bg {
    background-color: #6999bc;
    width: 100%;
}

.footer-text {
    font-size: 15px;
    margin-top: -5px;
}

.footer-text-small {
    font-size: 13px;
    margin-top: -10px;
}

.bdr-right {
    border-right: 1px solid #fff;
}


/*footer section css Ends*/


/*dashboard section starts*/

.dashboard {
    font-size: 13px;
    color: #8e8888!important;
    text-decoration: underline !important;
    font-weight: 600;
}

.dashboard:hover {
    font-size: 13px;
    color: #2076b4!important;
    text-decoration: none!important;
    font-weight: 600;
    text-decoration: underline !important;
}


/*dashboard section Ends*/


/*video css starts*/

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 800px;
    max-height: 360px;
    margin-left: -450px;
    margin-top: -260px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

.boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "×";
}

#fade:hover~#boxclose {
    display: none;
}

.test:hover~.test2 {
    display: none;
}


/*video css ends*/

#fade1 {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light1 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 800px;
    max-height: 360px;
    margin-left: -450px;
    margin-top: -260px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose1 {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "×";
}

#fade1:hover~#boxclose1 {
    display: none;
}

.test:hover~.test2 {
    display: none;
}


/*body css end*/

#fade2 {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light2 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 800px;
    max-height: 360px;
    margin-left: -450px;
    margin-top: -260px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose2 {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "×";
}

#fade2:hover~#boxclose2 {
    display: none;
}

.test:hover~.test2 {
    display: none;
}


/* media quary starts */

@media screen and ( max-width:1440px) {
    .light-clr-bg {
        background-color: #fdfeff;
        width: 100%;
        margin-bottom: -54px;
    }
}

@media screen and ( max-width: 1280px) {
    .light-clr-bg {
        background-color: #fdfeff;
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and ( max-width:1920px) {
    .head-marg {
        margin-bottom: 96px;
    }
}

@media screen and ( max-width:1600px) {
    .head-marg {
        margin-bottom: 57px;
    }
}

@media screen and ( max-width:1440px) {
    .head-marg {
        margin-bottom: 63px;
    }
}

@media screen and ( max-width: 1280px) {
    .head-marg {
        margin-bottom: 40px;
    }
}

@media screen and ( max-width:1920px) {
    .see-action {
        margin-top: 73px;
    }
}

@media screen and ( max-width:1600px) {
    .see-action {
        margin-top: 25px;
    }
}

@media screen and ( max-width:1440px) {
    .see-action {
        margin-top: 23px;
    }
}

@media screen and ( max-width: 1280px) {
    .see-action {
        margin-top: 83px;
    }
}

@media screen and ( max-width:1920px) {
    .footer-bott {
        margin-top: 82px;
    }
}

@media screen and ( max-width:1600px) {
    .footer-bott {
        margin-top: 58px;
    }
}

@media screen and ( max-width:1440px) {
    .footer-bott {
        margin-top: 11px;
    }
}

@media screen and ( max-width: 1280px) {
    .footer-bott {
        margin-top: 84px;
    }
}

@media screen and ( max-width:1920px) {
    .dashboard-height {
        margin-top: 110px;
    }
}

@media screen and ( max-width:1600px) {
    .dashboard-height {
        margin-top: 40px;
    }
}

@media screen and ( max-width:1440px) {
    .dashboard-height {
        margin-top: 5px;
    }
}

@media screen and ( max-width: 1280px) {
    .dashboard-height {
        margin-top: 67px;
    }
}

@media screen and ( max-width: 1024px) {
    .dashboard-height {
        margin-top: 50px !important;
    }
}

@media screen and ( max-width:1920px) {
    .temp {
        margin-right: 121px;
        margin-left: 121px;
    }
}

@media screen and ( max-width:1600px) {
    .temp {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media screen and ( max-width:1440px) {
    .temp {
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media screen and ( max-width:1200px) {
    .temp {
        margin-right: -10px;
        margin-left: -10px;
    }
}


/* media quary ends */

.socil-tw {
    color: #fff!important;
    border: 1px solid #fff;
    padding: 10px;
    background-color: #6999bc;
    border-radius: 50%;
    cursor: pointer;
}

.socil-tw:hover {
    color: #6999bc!important;
    border: 1px solid #fff;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.socil-fb {
    color: #fff!important;
    border: 1px solid #fff;
    padding-left: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 14px;
    background-color: #6999bc;
    border-radius: 50%;
    cursor: pointer;
}

.socil-fb:hover {
    color: #6999bc!important;
    border: 1px solid #fff;
    padding-left: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 14px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.socil-link {
    color: #fff!important;
    border: 1px solid #fff;
    padding-left: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 11px;
    background-color: #6999bc;
    border-radius: 50%;
    cursor: pointer;
}

.socil-link:hover {
    color: #6999bc!important;
    border: 1px solid #fff;
    padding-left: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 11px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}