@charset "UTF-8";

/*
Theme Name: FastComm
Author: the WordPress team
Description: This is Custom wordpress theme designed for Fastcomm project
Version: 1.2
Text Domain: fastcomm
*/


/**************** common css start ****************/

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.paddright {
    padding-right: 0px;
}

.paddleft {
    padding-left: 0px;
}

.header {
    background: #f0f0f0;
}

.header .logo {}

.header .socialmedia {
    padding: 25px 0 0px 0;
}

.header .socialmedia ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #be1e2d;
}

.header .socialmedia ::-moz-placeholder {
    /* Firefox 19+ */
    color: #be1e2d;
}

.header .socialmedia :-ms-input-placeholder {
    /* IE 10+ */
    color: #be1e2d;
}

.header .socialmedia :-moz-placeholder {
    /* Firefox 18- */
    color: #be1e2d;
}

.header_right {
    padding: 0 30px;
}

.header .socialmedia .icons p {
    text-align: center;
    padding: 0 18px 0 12px;
    color: #be1e2d;
}

.header .socialmedia .icons p b {
    font-size: 18px;
    font-weight: normal;
}

.header .socialmedia .icons span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #be1e2d;
    text-align: center;
    padding-top: 6px;
    border-radius: 2px;
    margin: 0 2px;
    margin-bottom: 18px;
}

.header .socialmedia .input-group {
    max-width: 260px;
    margin: 0px auto;
}

.header .socialmedia .icons span .fa {
    color: #be1e2d;
}

.header .socialmedia .icons span:hover {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.header .socialmedia .form-control {
    background: transparent;
    border-color: #be1e2d;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.header .socialmedia .input-group-addon {
    border-top-right-radius: 50px;
    cursor: pointer;
    border-bottom-right-radius: 50px;
    background: #be1e2d;
    border: 1px solid #be1e2d;
    color: #fff;
}

.header h1 {
    margin: 23px 0;
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    background: 0#be1e2d;
}

.nagationsec {
    background: #333;
}

.nagationsec .navbar {
    margin-bottom: 0;
    border: 0px;
}

.nagationsec .navbar-toggle {
    background: #be1e2d;
}

.nagationsec .navbar-toggle .icon-bar {
    background: #fff;
}

.nagationsec .navbar-nav li a {
    color: #fff;
}

.nagationsec nav li a {
    padding-left: 30px;
    padding-right: 30px;
}

.nagationsec .nav li a:hover,
.nagationsec .nav li a:focus,
.nagationsec .active {
    background: #be1e2d;
}

.nagationsec .dropdown-menu {
    background: #333;
}

.nagationsec .dropdown-menu li a:hover,
.nagationsec .dropdown-menu li a:focus {
    background: #be1e2d;
}

.nagationsec .caret {
    position: relative;
    left: 8px;
}

.nagationsec .nav .open li a {
    padding-bottom: 8px;
    padding-top: 8px;
}

.nagationsec .nav .open a .nagationsec .nav .open a:hover,
.nagationsec.nav .open a:focus {
    background: #be1e2d;
}

.ourpartners {
    background: #f1f0ee;
    padding: 45px 0 70px 0;
}

.ourpartners .box {
    border: 1px solid #bbb;
}

.ourpartners h1 {
    font-size: 40px;
    color: #333;
    font-weight: bold;
}

.ourpartners .box {
    margin-top: 48px;
    background: #fff;
}

.homeservices {
    background: url(../fastcomm/images/servicesback.png) center center no-repeat;
    background-size: cover;
    padding: 60px 0 100px 0;
}

.homeservices .sbox {
    margin-top: 68px;
    text-align: center;
}

.homeservices h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.homeservices .sbox h4 {
    margin: 24px 0 32px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.homeservices .sbox p {
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    font-size: 15px;
}

.homeservices .sbox button {
    border: 0px;
    background: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 15px;
    color: #333;
    outline: 0;
}

.homeservices .sbox button:hover {
    background: #be1e2d;
    color: #fff;
    border: 1px solid;
}

.homeadhocsupport {
    margin: 75px 0 55px 0;
}

.homeadhocsupport h1 {
    color: #333;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.homeadhocsupport p {
    font-size: 15px;
    color: #333;
    margin-bottom: 30px;
    line-height: 24px;
}

.homeadhocsupport button {
    border: 1px solid #333;
    background: transparent;
    border-radius: 50px;
    outline: 0;
    padding: 10px 30px;
    font-size: 15px;
    color: #333;
}

.homeadhocsupport button:hover {
    background: #be1e2d;
    color: #fff;
    border-color: #be1e2d;
}

footer {
    background: #333;
    padding-bottom: 70px;
}

footer h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

footer .paddtop {
    margin-top: 58px;
}

footer ul li {
    margin-bottom: 10px;
    list-style-image: url(../fastcomm/images/listimg.png);
    list-style-position: inside;
    cursor: pointer;
}

footer ul li a {
    color: #fff;
    font-size: 15px;
    position: absolute;
}

footer ul li a:hover {
    text-decoration: none;
    color: #fff;
}

footer p {
    color: fff;
}

footer .smedia span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 10px;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 10px;
}

footer .smedia span .fa {
    color: #fff;
}

footer .Address {
    padding: 32px 0;
    color: #fff;
    cursor: pointer;
}

footer .phone {
    color: #fff;
    cursor: pointer;
}

.Copyrights {
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 15px 0;
    background: #f1f0ee;
}

footer .smedia span:hover {
    background: #be1e2d;
    border-color: #fff;
}

footer .smedia span:hover .fa {
    color: #fff;
}

.aboutsec_1 {
    margin-top: 62px;
    margin-bottom: 80px;
}

.aboutsec_1 .abouttext h1 {
    color: #8dc63f;
    font-size: 40px;
}

.aboutsec_1 .abouttext h1 span {
    color: #333;
    border-bottom: 3px solid #8dc63f;
}

.aboutsec_1 .abouttext h2 {
    color: #8dc63f;
    font-size: 30px;
    margin-top: 35px;
}

.aboutsec_1 .abouttext p {
    margin-top: 20px;
    color: #333;
    font-size: 15px;
    line-height: 24px;
}

.aboutsec_1 .imgmarg {
    margin-top: 80px;
}

.smallban {
    width: 100%;
    background: #be1e2d;
    min-height: 180px;
    position: relative;
}

.smallban .bantext h1 {
    padding-top: 70px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}

.contactsec_1,
.downloadsec_1,
.productsinnerpage {
    margin-top: 62px;
    margin-bottom: 80px;
}

.contactsec_1 .well-sm {
    padding: 25px;
}

.servicesinner .homeservices {
    background: transparent;
    padding: 60px 0 100px 0;
}

.servicesinner .homeservices .sbox {
    margin-top: 40px;
    text-align: center;
}

.servicesinner .homeservices .sbox h4 {
    margin: 24px 0 32px;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
}

.servicesinner .homeservices .sbox p {
    color: #333;
    margin-bottom: 40px;
    text-align: center;
    font-size: 15px;
}

.productsinnerpage img {
    max-width: 100%;
}

.productsinnerpage .my-list {
    width: 100%;
    padding: 10px;
    border: 1px solid #f5efef;
    float: left;
    margin: 15px 0 50px 0;
    border-radius: 5px;
    box-shadow: 2px 3px 0px #e4d8d8;
    position: relative;
    overflow: hidden;
}

.productsinnerpage .my-list h3 {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ccc4c4;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.productsinnerpage .my-list span {
    float: left;
    font-weight: bold;
}

.productsinnerpage .my-list span:last-child {
    float: right;
}

.productsinnerpage .my-list .offer {
    width: 100%;
    float: left;
    margin: 5px 0;
    border-top: 1px solid #ccc4c4;
    margin-top: 5px;
    padding-top: 5px;
    color: #afadad;
}

.productsinnerpage .detail {
    position: absolute;
    top: -100%;
    left: 0;
    text-align: center;
    background: #fff;
    height: 100%;
    width: 100%;
}

.productsinnerpage * {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.productsinnerpage .my-list:hover .detail {
    top: 0;
}

.logajob {
    margin-bottom: 60px;
    margin-top: 40px;
}

.logajob .main {
    max-width: 320px;
    margin: 0 auto;
}

.logajob .login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logajob .span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.logajob .hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.logajob h3 {
    text-align: center;
    line-height: 300%;
}


/*16-08-2019*/

#btnContactUs {
    background: #be1e2d;
    color: #fff;
}

.EmailColor {
    color: #be1e2d;
}

.Submitbutton {
    background: #be1e2d;
    color: #fff;
}


/*19-08-2019*/

.owl-wrapper {
    -ms-width: 8094px;
    -ms-left: 0px;
    -ms-display: block;
    -ms-transition: all 400ms ease 0s;
    -ms-transform: translate3d(-1349px, 0px, 0px);
}

@media only screen and (max-width:767px) {
    #owl-demo1 .item img {
        display: block;
        width: 100% !important;
        height: 150px !important;
    }
}

.slidder {
    cursor: pointer;
}

@media only screen and (max-width:768px) {
    .header .socialmedia {
        padding: 10px 0 20px 0;
    }
}

@media only screen and (max-width:1024px) {
    .header .socialmedia .icons p {
        text-align: left;
        /* padding: 0 18px 0 12px; */
        color: #be1e2d;
    }
}


/*03-09-2019*/

footer ul li:hover {
    margin-bottom: 10px;
    list-style-image: url(../fastcomm/images/listimg1.png);
    list-style-position: inside;
    cursor: pointer;
}

footer ul li a:hover {
    color: #be1e2d;
    font-size: 15px;
    position: absolute;
}

footer .Address:hover {
    padding: 32px 0;
    color: #fff;
    cursor: pointer;
}

footer .phone:hover {
    color: #fff;
    cursor: pointer;
}

.Login_btn {
    border: 0px;
    background: #be1e2d;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
    outline: 0;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .header_right {
        padding: 0px 12px;
    }
}

@media screen and (min-width: 1920px) {
    .header .socialmedia .icons p {
        text-align: center;
        padding: 0 18px 0 15px;
        color: #be1e2d;
    }
}


/*23-09-2019*/

.dropdown:hover .dropdown-menu {
    display: block;
}

#owl-demo1 .item img {
    display: block;
    width: 100%;
    height: auto;
    width: 100%;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
}

#owl-demo1 .item img {
    display: block;
    width: 100%;
    height: auto;
	object-fit: cover !important;
}

.owl-theme .owl-controls {
    margin-top: 0px;
}

#owl-demo1 .owl-pagination {
    display: none;
}

#owl-demo1 .owl-buttons {
    text-align: left;
}

#owl-demo1.owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url(./images/prv.png) no-repeat;
    width: 50px;
    min-height: 50px;
    position: absolute;
    left: 10px;
    top: 50%;
}

#owl-demo1.owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(./images/next.png) no-repeat;
    width: 50px;
    min-height: 50px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.nav-menu li>a:after {
    content: '\f502';
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.img_text {
    clear: both;
    height: auto;
    overflow: auto;
    width: 100%;
    float: none;
    min-height: 250px;
}

.img_text h3 {
    margin-top: 25px
}

.table-responsive {
    overflow-x: hidden;
}

@media only screen and (max-width:767px) {
    .table-responsive {
        overflow-x: auto;
    }
}

.page-id-632 footer {
    margin-top: 50px;
}

.dropdown-menu>.active>a {
    background-color: #be1e2d;
}

.page-id-12 .table-responsive table,
.page-id-12 .table-responsive th,
.page-id-12 .table-responsive td {
    border: 5px solid #fff;
}

.page-id-12 .table-responsive table {
    margin-bottom: 25px;
    margin-top: 25px;
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
}

.page-id-12 h1 {
    margin-bottom: 25px;
}

.page-id-12 h3 {
    margin-bottom: 25px;
}

.page-id-12 footer {
    margin-top: 35px;
}

.page-id-12 .table-responsive table ul {
    list-style-position: inside;
}

.page-id-12 .table-responsive table img,
.page-id-12 .table-responsive th img,
.page-id-12 .table-responsive td img {
    max-width: 100%;
	height:auto;
}