/*font-family: 'Open Sans', sans-serif;*/



@font-face {

    font-family: 'Conv_QUEEN OF HEAVEN';

    src: url('../fonts/QUEEN OF HEAVEN.eot');

    src: local('☺'), url('../fonts/QUEEN OF HEAVEN.woff') format('woff'), url('../fonts/QUEEN OF HEAVEN.ttf') format('truetype'), url('../fonts/QUEEN OF HEAVEN.svg') format('svg');

    font-weight: normal;

    font-style: normal;

}





/*===================================================================================*/





/*  1. General Styles/*===================================================================================*/



html {

    font-size: 100%;

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

    -webkit-line-hight-adjust: 100%;

    -ms-text-line-hight-adjust: 100%;

}



body {

    font-family: 'Open Sans', sans-serif;

    font-size: 13px;

    line-height: inherit;

    color: rgba(0, 0, 0, 0.99);

    width: 100%;

    /*background: #fff url(../img/body-bg.jpg) 0 0 no-repeat;background-size:cover!important;background-attachment: fixed;*/

}



p {

    /*word-break:break-all;*/

}



ul {

    list-style-type: none;

}



* {

    margin: 0;

    padding: 0;

    border: none;

}



a {

    background-color: inherit;

    text-decoration: none;

    outline: none;

    text-decoration: none;

}



a:hover,

a:focus {

    opacity: 0.99;

    background-color: inherit;

    text-decoration: none;

    outline: none;

}



textarea {

    resize: none;

}



.animation {

    -webkit-transition: all 900ms linear;

    -moz-transition: all 900ms linear;

    -o-transition: all 900ms linear;

    -ms-transition: all 900ms linear;

    transition: all 900ms linear;

    transition-timing-function: ease-in-out;

    -o-transition-timing-function: ease-in-out;

    -moz-transition-timing-function: ease-in-out;

    -webkit-transition-timing-function: ease-in-out;

    -moz-transition-duration: 0.20s;

    -ms-transition-duration: 0.20s;

    -o-transition-duration: 0.20s;

    transition-duration: 0.20s;

}



img {

    outline: none;

    border: 0 none;

    display: block;

    margin: 0 auto;

}



.spacer {

    line-height: 0px;

    font-size: 0px;

    clear: both;

}



textarea {

    resize: none

}



html,

body {

    height: 100%;

}



option {

    padding-left: 7px;

}



select {

    padding-top: 6px!important;

}



.dot {

    white-space: nowrap;

    overflow: hidden;

    width: 90%;

    text-overflow: ellipsis;

}



.title .tip-yellow {

    display: none!important;

}



ul,

ol {

    margin-bottom: 0px;

    margin-top: 0;

    list-style-type: none;

}



.no-padding {

    padding: 0 !important;

}



.padding-left-0 {

    padding-left: 0 !important;

}



.padding-right-0 {

    padding-right: 0 !important;

}



.no-margin {

    margin: 0 !important;

}



.margin-left-0 {

    margin-left: 0 !important;

}



.margin-right-0 {

    margin-right: 0 !important;

}



.margin-top-0 {

    margin-top: 0 !important;

}



.margin-bottom-0 {

    margin-bottom: 0 !important;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0;

}



.gap-40 {

    height: 40px;

    clear: both;

    overflow: hidden;

}



.gap-50 {

    height: 50px;

    clear: both;

    overflow: hidden;

}



.gap-80 {

    height: 80px;

    clear: both;

    overflow: hidden;

}





/*===================================================================================*/





/*  2. Common Class/*===================================================================================*/



.main_wrap {

    width: 100%;

}





/*===================================================================================*/





/*  3. Header/*===================================================================================*/



.header_top {

    background: #272933;

    padding: 10px 0;

}



.top-nav {

    float: right;

    margin-top: 5px;

}



.top-nav ul li {

    float: left;

}



.top-nav ul li a {

    color: #7c7c7c;

    text-transform: uppercase;

    font-weight: 600;

    border-left: 1px solid #7c7c7c;

    font-size: 13px;

    line-height: 13px;

    padding-left: 15px;

    margin-left: 15px;

    display: block;

    transition: all ease-in-out 0.3s;

}



.top-nav ul li:first-child a {

    border-left: none;

}



.top-nav ul li a:hover,

.top-nav ul li a:focus {

    color: #fff;

}



.user-info ul li {

    float: left;

    color: #848484;

    font-size: 13px;

    margin-right: 15px;

}



.user-info ul li a {

    color: #848484;

    font-size: 13px;

    line-height: 19px;

    transition: all ease-in-out 0.3s;

}



.user-info ul li a:hover,

.user-info ul li a:focus {

    color: #fff;

}



.user-info ul li:last-child i {

    font-size: 20px;

    width: 10px;

}



.user-info ul li i {

    color: #c1c1c3;

    font-size: 18px;

    width: 20px;

    margin-right: 5px;

}



.header_btm {

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    position: absolute;

    width: 100%;

    z-index: 99;

    padding: 15px 0;

    background: transparent;

}



.hide-desktop {

    display: none;

}



.navbar-default {

    background: none;

    border-color: inherit;

    border: none;

}



.navbar-default .navbar-nav>li>a {

    color: #fff;

    font-size: 14px;

    font-weight: 500;

    padding: 6px 15px;

}



.navbar-default .navbar-nav>.active>a,

.navbar-default .navbar-nav>.active>a:focus,

.navbar-default .navbar-nav>.active>a:hover {

    color: #fff;

    background-color: #0c3565;

}



.navbar {

    border: medium none;

    margin-bottom: 0;

    min-height: auto;

    position: relative;

    margin-top: 12px;

    float: right;

}



.navbar-default .navbar-nav>li>a:focus,

.navbar-default .navbar-nav>li>a:hover {

    color: #fff;

    background-color: #0c3565;

}



.navbar-collapse {

    padding-right: 0;

    padding-left: 0;

}



.logo {}



.banner {

    position: relative;

}



.banner-overlay {

    position: absolute;

    left: 0;

    right: 0;

    margin: auto;

    width: 100%;

    height: 100%;

    text-align: center;

    top: 0;

    bottom: 0;

}



.banner-txt {

    position: relative;

    top: 50%;

    transform: translateY(-50%);

}



.banner-txt h3 {

    font-size: 78px;

    line-height: 88px;

    font-weight: 600;

    color: #fff;

    font-family: 'Conv_QUEEN OF HEAVEN';

    margin-bottom: 20px;

}



.banner-txt h3 span {

    display: inline-block;

    padding: 5px 25px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#040a54+18,af0adf+100&0.3+0,0.3+100 */

    background: -moz-linear-gradient(-45deg, rgba(4, 10, 84, 0.3) 0%, rgba(4, 10, 84, 0.3) 18%, rgba(175, 10, 223, 0.3) 100%);

    /* FF3.6-15 */

    background: -webkit-linear-gradient(-45deg, rgba(4, 10, 84, 0.3) 0%, rgba(4, 10, 84, 0.3) 18%, rgba(175, 10, 223, 0.3) 100%);

    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(135deg, rgba(4, 10, 84, 0.3) 0%, rgba(4, 10, 84, 0.3) 18%, rgba(175, 10, 223, 0.3) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d040a54', endColorstr='#4daf0adf', GradientType=1);

    /* IE6-9 fallback on horizontal gradient */

}



.banner-txt p {

    font-size: 18px;

    line-height: 28px;

    margin: 0;

    text-transform: uppercase;

    color: #fff;

}



.banner .bx-controls.bx-has-pager {

    position: absolute;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    z-index: 999;

    width: 20px;

}



.banner .bx-wrapper .bx-pager {

    position: absolute;

    bottom: 0;

    height: 90px;

    top: 0;

    margin: auto;

}



.banner .bx-wrapper .bx-pager.bx-default-pager a {

    background: #fff;

    width: 10px;

    height: 10px;

    border-radius: 0;

}



.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {

    background: #2b3f83;

}



.servive-wrap {

    padding: 50px 0;

    background: #f7f7f7;

}



.hd1 {

    color: #0c3565;

    text-transform: uppercase;

    font-size: 38px;

    font-weight: 900;

    line-height: 42px;

    margin-bottom: 25px;

    padding-bottom: 10px;

    position: relative;

}



.hd1 span {

    display: block;

    color: #939393;

    text-transform: uppercase;

    font-size: 18px;

    line-height: 20px;

    font-weight: 500;

}



.hd1:before {

    width: 200px;

    height: 2px;

    content: "";

    position: absolute;

    left: 0;

    right: 0;

    margin: auto;

    bottom: 0;

    background: url(../images/heading-border.png) 0 0 repeat-x;

}



.srv-txt .hd1:before {

    left: 0 !important;

    right: inherit;

}



.hd2 {

    font-size: 28px;

    color: #616161;

    font-weight: 600;

    padding-bottom: 10px;

}



.para1 {

    color: #4c4c4c;

    font-size: 16px;

    line-height: 26px;

}



.srv-txt {

    padding-left: 80px;

    padding-right: 20px;

}



.srv-bx {

    background: #fff;

    padding: 35px 20px;

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);

    margin: 15px;

    text-align: center;

    transition: all ease-in-out 0.5s;

    border-radius: 6px;

    height: 305px;

}



.srv-bx:hover {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#040a54+70,af0adf+100 */

    background: rgb(4, 10, 84);

    /* Old browsers */

    background: -moz-linear-gradient(45deg, rgba(4, 10, 84, 1) 70%, rgba(175, 10, 223, 1) 100%);

    /* FF3.6-15 */

    background: -webkit-linear-gradient(45deg, rgba(4, 10, 84, 1) 70%, rgba(175, 10, 223, 1) 100%);

    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(45deg, rgba(4, 10, 84, 1) 70%, rgba(175, 10, 223, 1) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#040a54', endColorstr='#af0adf', GradientType=1);

    /* IE6-9 fallback on horizontal gradient */

}



.srv-icon1,

.srv-icon2,

.srv-icon3,

.srv-icon4,

.srv-icon5,

.srv-icon6,

.srv-icon7,

.srv-icon8 {

    width: 76px;

    height: 80px;

    margin: 0 auto;

    transition: all ease-in-out 0.3s;

    margin-bottom: 25px;

}



.srv-icon1 {

    background: url(../images/icon1.png) center center no-repeat;

}



.srv-icon2 {

    background: url(../images/icon2.png) center center no-repeat;

}



.srv-icon3 {

    background: url(../images/icon3.png) center center no-repeat;

}



.srv-icon4 {

    background: url(../images/icon4.png) center center no-repeat;

}



.srv-icon5 {

    background: url(../images/icon5.png) center center no-repeat;

}



.srv-icon6 {

    background: url(../images/icon6.png) center center no-repeat;

}



.srv-icon7 {

    background: url(../images/icon7.png) center center no-repeat;

}



.srv-icon8 {

    background: url(../images/icon8.png) center center no-repeat;

}



.srv-bx:hover .srv-icon1 {

    background: url(../images/icon1-ho.png) center center no-repeat;

}



.srv-bx:hover .srv-icon2 {

    background: url(../images/icon2-ho.png) center center no-repeat;

}



.srv-bx:hover .srv-icon3 {

    background: url(../images/icon3-ho.png) center center no-repeat;

}



.srv-bx:hover .srv-icon4 {

    background: url(../images/icon4-ho.png) center center no-repeat;

}



.srv-bx:hover .srv-icon5 {

    background: url(../images/icon5-ho.png) center center no-repeat;

}



.srv-bx:hover .srv-icon6 {

    background: url(../images/icon6-ho.png) center center no-repeat;

}



.srv-bx:hover .srv-icon7 {

    background: url(../images/icon7-ho.png) center center no-repeat;

}



.srv-bx:hover .srv-icon8 {

    background: url(../images/icon8-ho.png) center center no-repeat;

}



.srv-bx h3 {

    font-size: 18px;

    line-height: 26px;

    padding-bottom: 10px;

    transition: all ease-in-out 0.3s;

    min-height: 62px;

}



.srv-bx p {

    font-size: 14px;

    line-height: 18px;

    padding-bottom: 10px;

    color: #646464;

    transition: all ease-in-out 0.3s;

}



.srv-bx:hover p,

.srv-bx:hover h3 {

    color: #fff;

}



.about-wrap {

    background: #fff;

    padding: 50px 0;

}



.about-tab .nav-tabs {

    text-align: center;

}



.about-tab .nav-tabs>li {

    float: none;

    margin-bottom: -1px;

    display: inline-block;

}



.about-tab .nav>li>a {

    position: relative;

    display: block;

    padding: 10px 30px;

    font-size: 18px;

    color: #000;

}



.about-tab .nav-tabs>li.active>a,

.about-tab .nav-tabs>li.active>a:focus,

.about-tab .nav-tabs>li.active>a:hover {

    color: #000;

}



.list-styleOne li {

    color: #666666;

    font-size: 13px;

    line-height: 20px;

    position: relative;

    padding-left: 20px;

}



.list-styleOne li:after {

    position: absolute;

    left: 0;

    top: 10px;

    width: 3px;

    height: 3px;

    border-radius: 5px;

    background: #666666;

    content: "";

}



.para2 {

    color: #666666;

    font-size: 13px;

    line-height: 20px;

}



.para-blue {

    color: #0c3565;

    font-size: 14px;

    font-weight: 600;

}



.hd3 {

    color: #0c3565;

    text-transform: uppercase;

    font-weight: 900;

    padding-bottom: 10px;

}



.about-tab-content {

    padding: 30px 0;

}



.solution-wrap {

    background: url(../images/building-solution-bg.jpg) no-repeat;

    padding: 50px 0;

    background-size: cover;

    position: relative;

}



.ghost-btn {

    background: rgba(189, 52, 231, 0.2);

    color: #fff;

    padding: 8px 25px;

    display: inline-block;

    border: 1px solid rgba(189, 52, 231, 0.6);

    border-radius: 6px;

    font-size: 14px;

    transition: all ease-in-out 0.3s;

    margin-top: 15px;

}



.ghost-btn:hover {

    background: rgba(189, 52, 231, 0.6);

    color: #fff;

    border: 1px solid rgba(189, 52, 231, 0.9);

}



.solution-img {

    text-align: center;

    color: #fff;

}



.solution-img h2 {

    color: #fff;

    font-weight: 900;

    padding-top: 10px;

    font-size: 36px;

}



.solution-txt {

    padding: 0 50px;

    position: absolute;

    top: 50%;

    transform: translateY(50%);

}



.solution-txt .para2,

.solution-txt .hd2 {

    color: #fff;

}



.technology-wrap {

    background: url(../images/technology-bg.jpg) 0 0 no-repeat;

    padding: 50px 0;

    background-size: cover;

}



.technology-bx {

    background: rgba(255, 255, 255, 0.5);

    padding: 10px;

    transition: all ease-in-out 0.3s;

    text-align: center;

    min-height: 300px;

}



.technology-bx:hover {

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);

}



.technology-bx figure {

    height: 160px;

    margin-bottom: 15px;

}



.technology-bx figure img {

    height: 100%;

}



.technology-bx h3 {

    color: #3c3c3c;

    font-size: 17px;

    line-height: 22px;

    font-weight: 600;

    text-transform: capitalize;

}



.technology-bx p {

    color: #7f7f7f;

    font-size: 14px;

    line-height: 20px;

}



.owl-theme .owl-nav {

    text-align: right;

    top: 0;

    position: absolute;

    left: 0;

    right: 0;

    margin-top: -74px;

}



.owl-carousel .owl-item img {

    display: inline-block;

    width: 100%;

}



.owl-carousel .owl-nav .owl-prev {

    background: rgba(0, 0, 0, 0) url("../images/prev-next.png") no-repeat scroll left top;

    border-radius: 0;

    height: 43px;

    margin: 0;

    width: 75px;

    float: left;

}



.owl-carousel .owl-nav .owl-next {

    background: rgba(0, 0, 0, 0) url("../images/prev-next.png") no-repeat scroll right top;

    border-radius: 0;

    height: 43px;

    margin: 0;

    width: 75px;

    float: left;

}



.owl-theme .owl-nav [class*="owl-"]:hover {

    background-color: transparent;

}



.owl-theme .owl-nav [class*="owl-prev"]:hover {

    background: url(../images/prev-next.png) no-repeat left top;

}



.owl-theme .owl-nav [class*="owl-next"]:hover {

    background: url(../images/prev-next.png) no-repeat right top;

}



.owl-dot>span {

    background: #fff none repeat scroll 0 0;

    border: 1px solid #000;

    display: block;

    float: left;

    height: 5px;

    margin-left: 4px;

    width: 35px;

}



.owl-dot.active span {

    background: #00aee5 none repeat scroll 0 0 !important;

}



#testimonial .owl-dots {

    bottom: -10px;

}



.owl-nav {

    width: 200px;

    position: absolute;

    left: -370px;

    bottom: 0;

}



.testimonial-wrap {

    padding: 50px 0;

}





/*########### Tesimonial CAROUSEL ############*/



#quote-carousel {

    padding: 0;

    margin-top: 0;

}



#quote-carousel .carousel-control {

    background: none;

    color: #CACACA;

    font-size: 2.3em;

    text-shadow: none;

    margin-top: 30px;

}



.carousel-inner {

    margin-top: 135px;

}



#quote-carousel .carousel-control.left {

    left: -60px;

}



#quote-carousel .carousel-control.right {

    right: -60px;

}



#quote-carousel .carousel-indicators {

    margin-right: 0;

    top: -122px;

}



#quote-carousel .carousel-indicators li {

    width: 90px;

    height: 90px;

    margin: 0 -3px;

    cursor: pointer;

    opacity: 0.7;

    overflow: hidden;

    transition: all 0.4s;

    position: relative;

    border-radius: 0;

}



#quote-carousel .carousel-indicators li img {

    position: absolute;

    top: 0;

    left: 0;

}



#quote-carousel .carousel-indicators .active {

    background: #333333;

    transform: scale(1.2);

    -moz-transform: scale(1.2);

    -webkit-transform: scale(1.2);

    transform: scale(1.2);

    opacity: 1;

    overflow: hidden;

}



.carousel-inner {

    min-height: auto;

}



.item blockquote {

    border-left: none;

    margin: 0;

}



.item blockquote p {

    color: #838383;

    font-size: 15px;

    font-weight: 400;

    line-height: 28px;

}



.item blockquote span {

    display: inline-block;

    margin: 20px 0 0;

}



.item blockquote h3 {

    font-size: 22px;

    color: #484848;

    margin: 15px 0 0;

    font-weight: 600;

    padding: 0;

}





/*########### CAROUSEL ############*/



.contact-wrap {

    background: url(../images/home-contact-bg.jpg) 0 0 no-repeat;

    padding: 50px 0;

    background-size: cover;

}



.fst-class-box {

    text-align: center;

    padding: 50px 0;

}



.fst-class-box h2 {

    font-size: 66px;

    color: #fff;

    font-family: 'Conv_QUEEN OF HEAVEN';

    margin: 0;

    padding: 0;

}



.fst-class-box h2 span {

    font-size: 45px;

    display: block;

    color: #0c3565;

}



.fst-class-box p {

    font-size: 42px;

    color: #fff;

    font-weight: 300;

    margin: 30px 0 0;

    padding: 0;

}



.fst-class-box p a {

    color: #fff;

}



.fst-class-box .btn-cntct {

    font-size: 17px;

    color: #fff;

    font-weight: 400;

    margin: 30px 0 0;

    padding: 8px 30px;

    border-radius: 3px;

    background-color: rgba(255, 255, 255, 0.2);

    border: 1px solid #fff;

    display: inline-block;

}



.footer-top {

    background-color: #272933;

    padding: 25px 0;

}



.social-icon-box {}



.icon-bx {

    float: left;

    margin-right: 8px;

    width: 75px;

    height: 75px;

    border: 1px solid #104f9d;

    text-align: center;

}



.icon-bx i {

    font-size: 45px;

    color: #104f9d;

    line-height: 75px;

}



.icon-txt {

    overflow: hidden;

}



.icon-txt a {

    font-size: 15px;

    color: #fff;

    padding: 4px 15px;

    background-color: #000;

    border-right: 3px solid #104f9d;

    display: inline-block;

    margin: 5px 0;

}



.skyblue .icon-bx {

    border: 1px solid #01c1f8;

}



.skyblue .icon-bx i {

    color: #01c1f8;

}



.skyblue .icon-txt a {

    border-right: 3px solid #01c1f8;

}



.orrenge .icon-bx {

    border: 1px solid #d64817;

}



.orrenge .icon-bx i {

    color: #d64817;

}



.orrenge .icon-txt a {

    border-right: 3px solid #d64817;

}



.footer-bttm {

    background-color: #1f2129;

    padding: 35px 0;

}



.footer-menu {

    margin: 0;

    padding: 0;

    display: inline-block;

}



.footer-menu li {

    font-size: 14px;

    line-height: 14px;

    float: left;

    font-weight: 400;

    margin: 0 15px 15px 0;

    padding: 0 15px 0 0;

    border-right: 1px solid #848484;

    text-transform: uppercase;

}



.footer-menu li a {

    color: #848484;

    transition: all ease-in-out 0.3s;

}



.footer-menu li:hover a {

    color: #01c1f8;

}



.copyright {

    color: #777676;

    font-size: 14px;

    font-weight: 400;

    margin: 0;

    padding: 0;

}



.copyright a {

    color: #01c1f8;

}



.footer-logo {

    float: right;

}





/*################################## Contact ###############################################*/



.inn-banner {

    position: relative;

}



.inn-banner img {

    width: 100%;

}



.map-sec iframe {

    width: 100%;

    height: 400px;

    overflow: hidden;

    border: none;

}



.contact-item {

    box-shadow: 0 0 8px 0 rgba(208, 208, 208, 1);

    display: inline-block;

    margin-bottom: 30px;

    padding: 20px;

    width: 100%;

}



.contact-item .content {

    float: left;

}



.contact-item h5 {

    font-size: 16px;

    font-weight: 600;

    margin: 0 0 10px;

    padding: 0;

    text-transform: uppercase;

}



.contact-item p {

    color: #838383;

    margin: 0;

    padding: 0;

}



.contact-item p a {

    color: #838383;

}



.contact-item .icon {

    color: #ae54c3;

    float: right;

    font-size: 50px;

}



.rd-mailform {

    margin-top: 20px;

}



.rd-mailform input[type="text"] {

    border-radius: 0;

    height: 46px;

    background-color: #F9F9F9;

}



.rd-mailform input[type="tel"] {

    border-radius: 0;

    height: 46px;

    background-color: #F9F9F9;

}



.rd-mailform input[type="email"] {

    border-radius: 0;

    height: 46px;

    background-color: #F9F9F9;

}



.rd-mailform textarea {

    border-radius: 0;

    height: 120px;

    background-color: #F9F9F9;

}



.btn-send {

    background-color: #ff5539;

    color: #fff;

    display: inline-block;

    font-size: 14px;

    font-weight: 400;

    margin: 15px 0 0;

    padding: 8px 20px;

    text-transform: uppercase;

}



.gal-title {

    color: #515151;

    font-size: 28px;

    font-weight: 400;

    margin: 0;

    padding: 0;

    text-transform: uppercase;

}



.gal-title span {

    color: #ae54c3;

}



.search-icon {

    background-color: #460a8a;

    border: none;

    color: #fff;

    letter-spacing: 3px;

    text-transform: uppercase;

    font-size: 14px;

    font-weight: 600;

    margin-top: 14px;

    padding: 6px 15px;

}





/*################################## Testimonial ###############################################*/



.singleTst {

    border: 1px solid #dfebf5;

    border-radius: 4px;

    margin-top: 35px;

    padding: 35px 25px 25px 20px;

    position: relative;

}



.singleTst::before {

    border: 4px solid #fff;

    border-radius: 50%;

    content: "“";

    font-size: 26px;

    height: 34px;

    left: 21px;

    line-height: 38px;

    position: absolute;

    text-align: center;

    top: -18px;

    width: 34px;

    background-color: #0c3565;

    color: #fff;

}



.singleTst p {

    color: #8193a7;

    font-style: italic;

    margin-bottom: 10px;

}



.singleTst .clientName {

    display: block;

    font-size: 15px;

    font-style: normal;

    font-weight: 600;

    color: #ae54c3;

    margin-bottom: 0;

}



.singleTst>a {

    color: #9caec2;

    font-size: 13px;

    transition: all 0.4s ease 0s;

}





/*################################## blog ###############################################*/



.comment-fst {

    margin-bottom: 25px;

    text-align: center;

}



.blog_img {

    display: block;

    max-height: 216px;

    overflow: hidden;

    position: relative;

}



.blog_img img {

    width: 100%;

}



.comment-fst .blog_img p {

    background: #022f64 none repeat;

    color: #fff;

    font-size: 22px;

    font-weight: 700;

    left: 0;

    line-height: 22px;

    padding: 5px 12px;

    position: absolute;

    text-align: center;

    top: 0;

}



.blog_img span {

    display: block;

    font-size: 13px;

    font-weight: 400;

}



.news-post {

    width: 100%;

}



.news-post ul {

    display: inline-block;

    margin: 10px 0;

    padding: 0;

}



.news-post ul li {

    color: #474444;

    float: left;

    font-size: 12px;

    font-weight: 300;

    margin-right: 12px;

}



.news-post ul li i {

    color: #767171;

    padding-right: 5px;

}



.comment-fst h4 {

    color: #000;

    font-size: 16px;

    font-weight: 600;

    line-height: 22px;

    margin: 12px 0;

    padding: 0;

    text-transform: uppercase;

}



.comment-fst p {

    color: #6a6a6a;

    font-size: 14px;

    font-weight: 400;

    margin: 0;

    padding: 0;

}





/*################################## blog-Details ###############################################*/



.news-title {

    border-left: 4px solid #022f64;

    color: #000;

    font-size: 20px;

    font-weight: 700;

    margin: 0;

    padding-left: 15px;

    margin-bottom: 20px;

}



.news_img {

    width: 100%;

    display: inline-block;

}



.news_img img {

    width: 100%;

}



.right-post {

    width: 100%;

    display: inline-block;

    margin-bottom: 20px;

    padding-left: 20px;

}



.news_img2 {

    width: 100%;

    display: inline-block;

}



.news_img2 img {

    width: 100%;

}



.right-post a {

    font-size: 12px;

    font-weight: 600;

    color: #575454;

    margin: 10px 0;

    padding: 0;

}



.right-post p {

    color: #575454;

    font-size: 11px;

    font-weight: 600;

    margin-top: 10px;

    padding: 0;

}



.right-post p i {

    color: #ae54c3;

    font-size: 13px;

}



.partner-wrap {

    padding: 35px 0;

}



.single-brand {

    border: 1px solid #ddd;

    margin-bottom: 1px;

}



#partner-list .item {

    padding: 0 15px;

}



.panel-default>.panel-heading {

    color: #333;

    background-color: #0c3565;

    border-color: #ddd;

    border-radius: 0;

}



.panel-title {

    margin-top: 0;

    margin-bottom: 0;

    font-size: 16px;

    color: inherit;

    font-weight: 600;

    color: #fff;

}


.about-wrap .tab-content{
	padding:15px;
	}
.about-wrap .tab-content div{
	font-size:14px;
	line-height:22px;
	}
.globl-txt h3{
	color: #0c3565;
text-transform: uppercase;
font-weight: 900;
padding-bottom: 10px;
	}	
.panel-title a i{
	margin-right: 10px;
	}	
.globl-txt p{
	font-size:14px;
	margin:15px 0 0;
	line-height:22px;
	}
.globl-txt h4{
	font-size:16px;
	font-weight: 500;
	color:#0c3565;
	margin:12px 0 0;
	padding:0;
	}
.globl-txt .panel-title {
	margin-top: 0 !important;
	color: #fff !important;
}	
.cstom-list{
	margin: 15px 0 0;
	padding:0;
	}
.cstom-list li{
	font-size:14px;
	font-weight:400;
	float:none;
	margin:6px 0;
	padding: 0 0 0 22px;
	position:relative;
	}
.cstom-list li:before{
	position:absolute;
	left:0;
	top:0;
	content:"\f101";
	font-size:16px;
	color: #21cbfb;
	font-family: FontAwesome;
	}



/*################################## Responsive ###############################################*/



@media screen and (max-width: 1199px) {

    .user-info ul li i {

        margin-right: 5px;

    }

    .top-nav ul li a {

        padding-left: 10px;

        margin-left: 10px;

    }

    .navbar {

        margin-top: 6px;

    }

    .banner-txt h3 {

        font-size: 62px;

        line-height: 74px;

    }

    .srv-txt {

        padding-left: 0;

        padding-right: 0;

    }

    .owl-nav {

        left: -327px;

    }

    .solution-txt {

        padding: 0;

    }

    .carousel-indicators {

        width: 65%;

    }

    .fst-class-box h2 {

        font-size: 55px;

    }

    .fst-class-box h2 span {

        font-size: 35px;

    }

    .fst-class-box p {

        font-size: 35px;

        margin: 15px 0 0;

    }

    .footer-menu li {

        font-size: 13px;

        margin: 0 10px 10px 0;

        padding: 0 10px 0 0;

    }

}



@media screen and (max-width: 991px) {

    .user-info ul li i {

        margin-right: 0px;

    }

    .user-info ul li {

        font-size: 12px;

        margin-right: 10px;

    }

    .user-info {

        text-align: center;

    }

    .user-info ul li {

        float: none;

        display: inline-block;

    }

    .top-nav {

        float: none;

        text-align: center;

        margin: 5px 0 0;

    }

    .top-nav ul li {

        float: none;

        display: inline-block;

    }

    .navbar-default .navbar-nav>li>a {

        font-size: 11px;

        padding: 6px 10px;

    }

    .banner-txt h3 {

        font-size: 45px;

        line-height: 45px;

    }

    .banner-txt p {

        font-size: 14px;

        line-height: 20px;

    }

    .hd1 {

        font-size: 28px;

        line-height: 30px;

    }

    .hd1 span {

        font-size: 15px;

    }

    .hd2 {

        font-size: 20px;

    }

    .solution-txt {

        position: static;

        transform: translateY(0);

    }

    .solution-img h2 {

        font-size: 25px;

    }

    .technology-bx {

        margin-bottom: 20px;

    }

    #quote-carousel .carousel-indicators li {

        width: 65px;

        height: 65px;

    }

    #quote-carousel .carousel-indicators {

        top: -75px;

    }

    .carousel-inner {

        margin-top: 80px;

    }

    .item blockquote span {

        margin: 5px 0 0;

    }

    .item blockquote h3 {

        font-size: 20px;

        margin: 5px 0 0;

    }

    .fst-class-box h2 {

        font-size: 35px;

    }

    .fst-class-box h2 span {

        font-size: 25px;

    }

    .fst-class-box .btn-cntct {

        font-size: 15px;

        margin: 15px 0 0;

    }

    .icon-bx {

        width: 40px;

        height: 40px;

    }

    .icon-bx i {

        font-size: 22px;

        line-height: 40px;

    }

    .owl-nav {

        left: 0;

        right: 0;

        margin: 0 auto;

        bottom: -38px;

        width: 155px;

    }

    .contact-item {

        margin-bottom: 0;

        margin-top: 20px;

    }

.srv-bx h3 {

	font-size: 15px;

}
.globl-txt h3 {
	font-weight: 700;
	font-size: 18px;
}

}



@media screen and (max-width: 767px) {

    .top-nav {

        display: none;

    }

    .header_btm {

        background: -moz-linear-gradient(-45deg, rgba(4, 10, 84, 0.7) 0%, rgba(4, 10, 84, 0.7) 18%, rgba(175, 10, 223, 0.7) 100%);

        background: -webkit-linear-gradient(-45deg, rgba(4, 10, 84, 0.7) 0%, rgba(4, 10, 84, 0.7) 18%, rgba(175, 10, 223, 0.7) 100%);

        background: linear-gradient(135deg, rgba(4, 10, 84, 0.7) 0%, rgba(4, 10, 84, 0.7) 18%, rgba(175, 10, 223, 0.7) 100%);

        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d040a54', endColorstr='#4daf0adf', GradientType=1);

        position: static;

    }

    .logo {

        width: 75%;

    }

    .navbar-toggle {

        margin-top: 0;

        margin-right: 0;

    }
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
    .navbar {

        float: none;

    }

    .navbar-nav {

        margin: 0;

    }

    .banner-txt h3 {

        font-size: 19px;

        line-height: 20px;

        margin-bottom: 6px;

    }

    .banner-txt p {

        font-size: 12px;

        line-height: 18px;

    }

    .hd1 {

        font-size: 19px;

    }

    .carousel-indicators {

        left: 0;

        width: 98%;

        margin-left: 0;

    }

    .carousel-inner {

        margin-top: 130px;

    }

    #quote-carousel .carousel-indicators {

        top: -130px;

    }

    .item blockquote p {

        font-size: 13px;

        line-height: 22px;

    }

    .fst-class-box {

        padding: 0;

    }

    .fst-class-box h2 {

        font-size: 25px;

        line-height: 30px;

    }

    .fst-class-box h2 span {

        font-size: 20px;

    }

    .social-icon-box {

        margin-bottom: 5px;

    }

    .pull-right {

        float: none !important;

    }

    .footer-logo {

        float: left;

        margin-bottom: 15px;

    }

    .about-tab .nav>li>a {

        padding: 5px 2px !important; 

        font-size: 12px;

    }

    .navbar-default .navbar-nav>li>a {

        font-size: 13px;

    }

    .srv-bx {

        height: auto;

    }

.globl-txt {

	padding: 0 15px;

	margin-top: 15px;

}
.solution-img {
	margin-top: 15px;
}
.hd3 {
	font-size: 16px;
}
#accordionte .panel-title {
	font-size: 12px;
}
.logo img{
	float: left;
	}
.about-wrap .nav > li > a {
	padding: 0px 5px;
}		
.about-wrap .nav > li > a .hd3 {
	font-size: 14px;
}
.about-wrap {
	padding: 20px 0;
}
.partner-wrap {
	padding: 20px 0;
}
	

}