﻿ .menu li a {
            color: black;
        }





        .fontchng {
            font-family: Arial;
            font-size: 12px;
            font-weight: 900;
            color: white;
        }

        .para {
            font-family: Arial;
            font-size: 14px;
        }



        

        .para {
            font-weight: 600;
        }

        .ServicesMenu {
            font-family: Arial;
            font-weight: 600;
            font-size: 14px;
            color: deepskyblue;
        }

        .ServicesUl {
            list-style-type: square;
        }

        .ServicesMenuTop {
            color: white;
            font-size: 20px;
            font-weight: 500;
            text-decoration: none;
        }

            .ServicesMenuTop:hover {
                text-decoration: none;
            }

        .ForHeaderFnt {
            font-size: 40px;
            color: white;
        }

        .holder.fullwidth .one-half, .holder.fullwidth .one-third, .holder.fullwidth .two-third, .holder.fullwidth .one-fourth, .holder.fullwidth .three-fourth, .holder.fullwidth .one-fifth {
            margin-right: -1px;
            padding: 1%;
        }


        /*27_Feb*/
        @media only screen and (max-width: 480px) and (min-width: 220px) {
            div.camera_caption {
                top: 0;
            }

                div.camera_caption p.text-xxxl {
                    font-size: 16px;
                    padding-left: 28px;
                }

            ul.footerMenu_contnr {
                float: left;
                clear: both;
                padding-left: 0;
            }

                ul.footerMenu_contnr > li {
                    clear: both;
                }

                    ul.footerMenu_contnr > li > a {
                        border: none;
                    }
        }

        @media only screen and (max-width: 767px) and (min-width: 480px) {
            div.camera_caption {
                top: 0;
            }

                div.camera_caption p.text-xxxl {
                    font-size: 26px;
                    padding-left: 28px;
                }

            ul.footerMenu_contnr {
                float: left;
                clear: both;
                padding-left: 0;
            }

                ul.footerMenu_contnr > li {
                    clear: both;
                }

                    ul.footerMenu_contnr > li > a {
                        border: none;
                    }
        }

        .team-pic {
            width: 100%;
        }

            .team-pic img {
                height: 150px !important;
                width: 150px !important;
                border-radius: 50%;
                margin-top: -75px;
                box-shadow: 0 2px 5px 0 rgba(0,0,0,.4),0 2px 10px 0 rgba(0,0,0,.5);
                transition: all .2s ease-out;
            }

                .team-pic img:hover {
                    cursor: pointer;
                    -webkit-transform: scale(2, 2);
                    -ms-transform: scale(2, 2);
                    transform: scale(2, 2);
                    transition-duration: 0.3s;
                    -webkit-transition-duration: 0.3s; /* Safari */
                    box-shadow: 5px 5px 5px #888888;
                    z-index: 1;
                    border-radius: 50%;
                }

        .img-center {
            margin: 0 auto;
        }

        @media only screen and (max-width: 1024px) and (min-width: 767px) {
            div.camera_caption {
                top: 60px;
            }

                div.camera_caption p.text-xxxl {
                    font-size: 34px;
                }

            ul.footerMenu_contnr {
                float: left;
                clear: both;
                padding-left: 0;
            }
        }


        .VisitorCalender {
            z-index: 9999;
        }

        #social-sidebar {
            left: -16px;
            margin-top: 42px; /* (li * a:width) / -2 */
            position: fixed;
            top: 28%;
            z-index: 10000;
        }

            #social-sidebar li:first-child a {
                border-radius: 0 5px 0 0;
            }

            #social-sidebar li:last-child a {
                border-radius: 0 0 5px 0;
            }

            #social-sidebar a {
                background: #121212;
                color: #fff;
                display: block;
                height: 38px;
                font-size: 21px;
                line-height: 38px;
                position: relative;
                text-align: center;
                width: 40px;
                border-left: 0;
                margin-bottom: 1px;
            }

                #social-sidebar a:hover span {
                    left: 130%;
                    display:block;
                }

                #social-sidebar a span {
                    border-radius: 3px;
                    line-height: 24px;
                    left: -100%;
                    margin-top: -16px;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                    filter: alpha(opacity=0);
                    display:none;
                    padding: 4px 8px;
                    position: absolute;
                    -webkit-transition: opacity .3s, left .4s;
                    -moz-transition: opacity .3s, left .4s;
                    -ms-transition: opacity .3s, left .4s;
                    -o-transition: opacity .3s, left .4s;
                    transition: opacity .3s, left .4s;
                    top: 50%;
                    white-space: nowrap;
                    z-index: -1;
                }

        .camera_caption {
            display: block;
            position: absolute;
            top: 38.6%;
            left: 0px;
            right: 0px;
        }

        #social-sidebar a span:before {
            content: "";
            display: block;
            height: 8px;
            left: -4px;
            margin-top: -4px;
            position: absolute;
            top: 50%;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            width: 8px;
            z-index: -2;
        }

        #social-sidebar a[class*="twitter"]:hover,
        #social-sidebar a[class*="twitter"] span,
        #social-sidebar a[class*="twitter"] span:before {
            background: #00aced;
        }

        #social-sidebar a[class*="facebook"]:hover,
        #social-sidebar a[class*="facebook"] span,
        #social-sidebar a[class*="facebook"] span:before {
            background: #3B5998;
        }

        #social-sidebar a[class*="dribbble"]:hover,
        #social-sidebar a[class*="dribbble"] span,
        #social-sidebar a[class*="dribbble"] span:before {
            background: #ef5b92;
        }


        #social-sidebar a[class*="instagram"]:hover,
        #social-sidebar a[class*="instagram"] span,
        #social-sidebar a[class*="instagram"] span:before {
            background: #fb913f;
        }


        #social-sidebar a[class*="pinterest"]:hover,
        #social-sidebar a[class*="pinterest"] span,
        #social-sidebar a[class*="pinterest"] span:before {
            background: #cb2027;
        }


        #social-sidebar a[class*="google-plus"]:hover,
        #social-sidebar a[class*="google-plus"] span,
        #social-sidebar a[class*="google-plus"] span:before {
            background: #dd4b39;
        }


        #social-sidebar a[class*="linkedin"]:hover,
        #social-sidebar a[class*="linkedin"] span,
        #social-sidebar a[class*="linkedin"] span:before {
            background: #71b2d0;
        }


        #social-sidebar a[class*="angellist"]:hover,
        #social-sidebar a[class*="angellist"] span,
        #social-sidebar a[class*="angellist"] span:before {
            background: #C0C0C0;
        }


        /*Abrod team section starts Here*/




        body {
           
             font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
            font-size: 13px;
            line-height: 1.846153846;
            color: #313534;
            background-color: #ffffff;
        }


        .fontforcountry {
            text-align: center;
            color: black;
            margin-top: -5%;
        }

        .ServicesMenuTop:hover {
            text-decoration: none;
        }

        .ForHeaderFnt {
            font-size: 40px;
            color: white;
        }

        .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      max-height:440px;
      margin: 0;
      padding:0;
  }