 

 

    *{
        margin: 0;
        padding: 0;
        border: 0;
        box-sizing: border-box; 
    }
    html {
	scroll-behavior: smooth;
    }

    body {
        color: #666666;
        font-size: 16px;
        font-family: 'Raleway', sans-serif;
        line-height: 1.80857;
        font-weight: normal;
        overflow-x: hidden;
    }
    p{
       
        font-family: 'Raleway', 'sans-serif';
        font-family: 'Poppins', 'sans-serif';
        letter-spacing: 1px;
        margin: 0px;
        font-weight: 300;
        font-size: 15px;
        line-height: 24px;
    }
    h1 {
	        font-size: 24px
        }

        h2 {
            font-size: 22px
        }

        h3 {
            font-size: 18px
        }

        h4 {
            font-size: 16px
        }

        h5 {
            font-size: 14px
        }

        h6 {
            font-size: 13px
        }
         h1 a,
        h2 a,
        h3 a,
        h4 a,
        h5 a,
        h6 a {
            color: #212121;
            text-decoration: none!important;
            opacity: 1
        }
        
        a {
            color: #222222;
            text-decoration: none;
            outline: none !important;
        }
         a,
        .btn {
            text-decoration: none !important;
            outline: none !important;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }
            
        .m-t5 {
            margin-top: 5px;
        }
        .m-t10 {
            margin-top: 10px;
        }
        .m-t15 {
            margin-top: 15px;
        }
        .m-t20 {
            margin-top: 20px;
        }
        .m-t30 {
            margin-top: 30px;
        }
        .m-t40 {
            margin-top: 40px;
        }
        .m-t50 {
            margin-top: 50px;
        }
        .m-t60 {
            margin-top: 60px;
        }
        .m-t70 {
            margin-top: 70px;
        }
        .m-tb5 {
            margin-top: 5px;
            margin-bottom: 5px;
        }
        .m-tb10 {
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .m-tb15 {
            margin-top: 15px;
            margin-bottom: 15px;
        }
        .m-tb20 {
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .m-tb30 {
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .m-tb40 {
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .m-tb50 {
            margin-top: 50px;
            margin-bottom: 50px;
        }
    .top{
            background: #ffc221;
        }   
    
    .top p{
        margin-top: 8px;
        margin-bottom: 8px;
        color: #57585a;
        text-align: center;
        background: #ffc221;
        font-family: 'Raleway', sans-serif;
    }
    .top p a{
        color: #57585a;
        text-decoration: none;
    }
    .google-maps{
            position: relative;  /* for map*/
            padding-bottom: 50%;
            height: 220px;
            overflow: hidden;
        }
        .google-maps iframe{
            position: absolute;
            border:2px solid #efefef;
            top: 0;
            left: 0;
            width: 100% !important; 
            height: 100% !important;
            border: 1px solid #efefef;
        }
        .map{
            height:400px;
            width:100%
        }                     
        .map{
            padding:50px 0px;
            border: 4px solid #ffc221;
        }
      ul.sociel_link {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-bottom: -5px;
            margin-top: -2px;
            float: left;
            }
        ul.sociel_link li {
            display: inline-block;
            }
        ul.sociel_link li a {
            color: #57585a;
            width: 50px;
            height: 50px;
            float: left;
            text-decoration: none;
            text-align: center;
            line-height: 50px;
            border-radius: 100%;
            font-size: 17px;
            }

                /* ========== Header Nav css Start ========== */
            .scroll-to-fixed-fixed {
                position: relative;
                background: #ffffff;
                -webkit-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
                -moz-box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75);
                box-shadow: 0px 8px 12px -10px rgba(0,0,0,0.75)
            }
            .navbar-brand {
                height: 100%;
                margin-left: -50px;
                padding: 0 15px 0 0;
            }
            .irs-navbar {
                margin-top: 10px;
                margin-bottom: 9px;;
                border: none;
                background-color: transparent;
            }
            .irs-navbar .navbar-nav>.active>a, 
            .irs-navbar .navbar-nav>.active>a:focus, 
            .irs-navbar .navbar-nav>.active>a:hover {
                color: #ffc221;
                background: transparent;
            }
            .scroll-to-fixed-fixed .irs-navbar .navbar-nav>.active>a {
                color: #ffc221;
                background: transparent;
            }
            .irs-navbar .navbar-nav>li>a {
                font-size: 16px;
                margin-top: 15px;
                margin-left: 10px;
                font-weight: bold;
                color: #535353;
                text-transform: uppercase;
            }
            .irs-navbar .navbar-nav>li>a:hover{
                color: #ffc221;
            } 
            .irs-navbar .navbar-nav>.open>a {
                background-color: transparent;
            }
            .irs-navbar .navbar-nav>.open>a:hover {
                background-color: transparent;
            }
            .navbar-right .dropdown-menu {
                width: 190px;
                right: auto;
                box-shadow: none;
                border-top: 2px solid #ffc221;
                border-radius: 0;
                padding: 0;
            }
            .irs-navbar .dropdown-menu>li>a {
                color: #535353;
                font-size: 14px;
                font-weight: bold;
                text-transform: uppercase;
                padding: 12px 15px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }
            .irs-navbar .dropdown-menu>li>a:hover {
                color: #F4A460;
                padding-left: 10px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }
            

           
            /** whyschose section **/

            .whyschose {
                background: #fff;
                padding-top: 40px;
            }
            .title {
                text-align:center;
                padding-bottom: 60px;

            }

            .title h2 {
                font-size: 45px;
                line-height: 55px;
                color:#ffc221;
                font-weight: 500;
                text-transform: uppercase;
                margin-bottom: 27px;
                position: relative;
                padding-bottom: 8px;
            }
            .title h2:after {
                position: relative;
            content: '';
            top: 100%;
            width: 110px;
            height: 7px;
            display: block;
            margin: 0 auto;
            background: #000;
            }

            .title span{
            color:#070500;
            font-size: 28px;
            line-height: 28px;
            margin-top: 20px;
            }
            .black {
                font-weight: 500;
                color:#070500;
            }

            .choose_bg {
                background: #f9be20;
            }


            .choose_bg .white_bg  {
                background: #fff;
                padding: 40px 30px;
                box-shadow: #ddd 0px 0px 10px 3px;
            }
            .choose_bg .white_bg .for_box {
                text-align: center;
                padding: 1px ;
            }
            .choose_bg .white_bg .for_box i {display:block;}
            .choose_bg .white_bg .for_box p {
                font-size: 18px;
                line-height: 21px;
                color: #070500;
                padding: 25px 0px 15px 0px ;
                display: inline-block; 
            }

            .choose_bg .white_bg .for_box p {
                color: #0d0c0a;
                font-size: 19px;
                line-height: 28px;
            }

            .read-more  {
            width: 190px;
            margin: 0 auto;
            background: #fff;
            display: block;
            border: #f9be20 solid 2px;
            text-align: center;
            padding: 10px 0px;
            color: #0a0401 !important;
            font-size: 20px;
            margin-top: 10px;
            }
            .read-more:hover {
                background: #f9be20;
                color: #0a0401;
            }

            /** end whyschose section **/

     /* ========== Why choose Us ========== */
        
        .irs-about-box {
            margin-top: 40px;
            margin-bottom: 20px;
            text-align: center;
            padding: 30px 30px;
            border: 2px solid #e6e6e6;
            position: relative;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }
        .irs-about-box:hover {
            border-color: #f9be20;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }
        .irs-about-icon {
            width: 60px;
            height: 60px;
            background: #ffffff;
            border: 1px solid #e6e6e6;
            text-align: center;
            position: absolute;
            left: 50%;
            top: -30px;
            margin-left: -30px;
            margin-bottom: 40px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }
        .irs-about-box:hover .irs-about-icon {
            background: #f9be20;
            border-color: #f9be20;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }
        .irs-about-icon i {
            color: #f9be20;
            font-size: 40px;
            line-height: 60px;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }
        .irs-about-box:hover .irs-about-icon i {
            color: #ffffff;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }
        .irs-about-box h3 {
            font-size: 20px;
            line-height: 30px;
        }
        .irs-about-box h4 {
            margin-top: 10px;
            margin-bottom: 25px;
        }
        .irs-about-box p {
            margin-bottom: 25px;
        }
        .irs-col-padd-less {
            padding: 0;
        }

        /** service section **/
        .service {
            background: #fff;
            padding-top: 40px;
        }
        .service .service-box {
            padding: 30px 20px;
            box-shadow: #00000040 0px 0px 19px 0px;
            margin-bottom: 30px;
            text-align: center;
        }

        .service .service-box i img {
            height: 88px;
        }

        .service .service-box h3 {
            font-weight: 500;
            font-size: 22px;
            line-height: 22px;
            color: #050000;
            padding: 20px 0px;
        }

        .service .service-box p {
            color: #0d0c0a;
            font-size: 17px;
            line-height: 28px;
        }
    /** end service section **/
        
        .yellow_bg {background: #ffc221; 
            padding: 20px 30px; 
            margin-top: 50px;
            margin-bottom: 50px;
        }

        .yellow_bg .yellow-box h3 {
            color: #fff; 
            font-size: 31px; 
            font-weight: bold; 
            display: inline-block; 
            padding-bottom: 6px;
        }
        .yellow_bg .yellow-box i {padding-bottom: 10px; padding-left: 15px;	}
        .yellow_bg .yellow-box p {

            font-size: 22px; 
            line-height: 28px; 
            color: #010101;
        }
        .yellow_bg .yellow-box a {
            background: #57585a;
            border-radius: 30px;
            width: 100%;
            font-size: 25px;
            line-height: 33px;
            color: #fff;
            padding: 16px 16px;
            display: inline-block;
            text-align: center;
            margin-left: 10px;
            margin-top: 17px;
            font-weight: 500;
        }
        

        .irs-counter-field {
            background: url(images/23.jpg) no-repeat center center;
            padding: 0;
            -webkit-background-size: cover;
            background-size: cover;
            background-attachment: fixed;
        }
        .shade{
            background: rgba(0, 0, 0, 0.5);
        }
        
                    
            
      /* ========== Contact ========== */
        .contact {
            margin-top: 30px;
        }

        .contact h3 {
            color: #fff;
            font-weight: 400;
            font-size: 21px;
        }

        .contact span {
            color: #fff;
            font-size: 19px;
            line-height: 40px;
        }
                      
        .widget_getintuch i {
            color: #405580;
            background-color: rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(0, 0, 0, 0.1);
        }
        .widget {
            font-size: 17px;
            font-family: 'Raleway', sans-serif;
        }
        .widget_getintuch ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }
        
        .widget_getintuch li {            
            color: white;
            margin-bottom: 20px;
            position: relative;
            padding-left: 40px;
        }
        .widget_getintuch b,
        .widget_getintuch strong {
            display: block;
            text-transform: uppercase;
        }
        .widget_getintuch i {
            position: absolute;
            left: 0;
            top: 5px;
            text-align: center;
            font-size: 19px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            background-color: white;
        }
        .widget ul {
            list-style: none;
            margin-top: 5px;
        }

        /*Footer Link*/
        .irs-footer-link ul li{
            font-family: 'Raleway', sans-serif;           
            list-style: none;
            margin-bottom: 20px;
        }
        .irs-footer-link ul li a{
            font-family: 'Raleway', sans-serif;
            font-weight: normal;
            font-size: 18px;
        }
        .irs-footer-link ul li:last-child {
            border-bottom: none;
        }
        .irs-footer-link ul li:before {
            font-family: IcoFont;
            color: #ffffff;
            margin-right: 5px;
        }
        .irs-footer-link ul li a {
            text-decoration: none;
        }
        .irs-footer-link ul li i {
            color: #f9be20;
        }
        .irs-footer-link ul li a {
            color: #ffffff;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        .irs-footer-link ul li a:hover {
            color: #f9be20;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        .irs-footer-link{
            margin-bottom: 30px;
        }
        .irs-footer-heading {
            color: #ffffff;
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 30px;
        }
         /* widget get in tuch */

        .widget_getintuch {
            padding-top: 20px;
        }
        .widget_getintuch li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 40px;
            list-style: none;
        }
        .widget_getintuch b,
        .widget_getintuch strong {
            display: block;
            text-transform: uppercase;
        }
        .widget_getintuch i {
            color: #ffc221;
            position: absolute;
            left: 0;
            top: 5px;
            text-align: center;
            font-size: 20px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            background-color: rgba(0, 0, 0, 0.04);
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .widget_getintuch li :hover {
            color: #ffc221;
        }


        /* social icon default */

        .rdx-social-icon {
            display: inline-block;
            margin: 0 -3px;
            padding: 0;
            text-align: center;
        }
        .rdx-social-icon li {
            display: inline-block;
            padding: 0;
            font-size: 12px;
        }
        .rdx-social-icon li a {
            color: #ffc221;
            font-size: 18px;
            display: inline-block;
            width: 50px;
            height: 40px;
            padding: 4px;
        }
        .rdx-social-icon li .fa {
            vertical-align: middle;
        }

                .all-clg{
            background: #57585a; 
            border-bottom: 8px solid #ffc221;       
        }
        .new{
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .all-clg p{
            color: #e0e3e2;
        }

        .way1,
        .way2,
        .way3,
        .way4,
        .way5,
        .way6,
        .way7,
        .way8,
        .way9,
        .way10,
        .way11,
        .way12,
        .way13,
        .way14,
        .way15,
        .way16,
        .way17,
        .way18,
        .way19,
        .way20{
            opacity: 0;
            animation-duration: 1s;
        }        
        .way1.animated,
        .way2.animated,
        .way3.animated,
        .way4.animated,
        .way5.animated,
        .way6.animated,
        .way7.animated,
        .way8.animated,
        .way9.animated,
        .way10.animated,
        .way11.animated,
        .way12.animated,
        .way13.animated,
        .way14.animated,
        .way15.animated,
        .way16.animated,
        .way17.animated,
        .way18.animated,
        .way19.animated,
        .way20.animated{
            opacity: 1;
        }
        .brand_color .titlepage h2 {
            font-weight: bold;
            color: #fff; 
            font-size: 40px !important;
            text-transform: uppercase;
        }


        .brand_color {
            background-color: #ffc221;
        }
        .brand_color .titlepage {
        margin-top: 22px;
        padding-bottom: 12px;
        text-align: center;
        }

        .brand_color .abouttitle h2 {
            color: #fff;
            text-transform: uppercase;
            font-size: 40px;
            line-height: 45px;
            padding: 40px 0;
            font-weight: 500;
            text-align: center;
        }
        .box{ 
    
            height: auto;
            transform: scale(1);
            transition: transform 0.5s;   /* Image Display Time */
            }
            .box:hover{
                transform: scale(1.05);
            }

            .about_box{
            margin-top: 30px;
            margin-bottom: 30px;
            }
            .about_box h3{
                font-size: 25px;
            }
            .about_box p{
                font-size: 15px;
            }
            .irs-layer-black {
                position: relative;
            }
            /* ========== Gallery css Start ========== */
        
        .irs-img-hover {
            position: relative;
            margin-bottom: -1px;
        }
        .irs-layer:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
            background: rgba(0, 0, 0, 0.6);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }
        .irs-img-hover:hover .irs-layer:before {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }
        



       .sv{
            display: block;
        }
        .mv{
            display: none;
        }
    
    @media only screen and (max-width:1366px) {
	
}
@media only screen and (max-width:1199px) {
	.irs-header-top-bar p {
		font-size: 12px;
	}
	.irs-social a i {
		margin-left: 8px;
	}
	.irs-header-nav .irs-menu-btn {
		padding: 12px 15px;
		margin-top: 0;
	}
	.nav>li>a {
	    padding: 10px 9px;
	}
	.irs-newsletter-field {
		padding-bottom: 70px;
	}
	.irs-main-slider .carousel-indicators {
		left: 50%;
	}
	.hero h1 {
		margin-top: 0;
	}
}
@media only screen and (max-width:991px){
	.irs-center-1 {
		float: none;
		text-align: center;
	}
	.navbar {
		margin-bottom: 10px;
	}
	.nav>li>a {
	    padding: 10px 8px;
	}
	.navbar-brand img {
		width: 250px;
		margin-left: 20%;
		height: auto;
	}
	.irs-log-reg {
		width: 135px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.irs-testimonial-field img {
		display: none;
	}
	.irs-divider-field {
		text-align: center;
	}

}

@media only screen and (max-width:979px) {
	.irs-main-slider-two .hero {
		top: 60%;
	}
	.hero span {
		font-size: 16px;
	}
	.hero h1 {
		font-size: 36px;
	}
}
@media only screen and (max-width:938px) {
	.hero h1 {
		font-size: 28px;
		line-height: 34px;
	}
}
@media only screen and (max-width:767px) {
    .navbar-nav>li>a {
        font-size: 14px;
    }
	.irs-center-2 {
		text-align: center;
		float: none;
	}
	irs-counter-field{
	    display: block;
	}
	
	.drk p{
	    color: black;
	}
	
	.navbar-nav {
		height: 280px;
	}
	.ire-header-two .nav {
		background: #ffffff;
	}
	.ire-header-two .irs-navbar .navbar-nav > li > a {
		color: #535353;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		padding-left: 20px;	}
	.irs-navbar {
		margin-top: 10px;
	}
	.fade-carousel {
	    height: 65vh;
	}
	.fade-carousel .carousel-inner .item {
		height: 65vh;
	}
     .sv{
            display: none;
        }
        .mv{
            display: block;
        }

}
@media only screen and (max-width:740px) {
	.hero h1 {
		font-size: 24px;
		line-height: 30px;
	}
}
@media only screen and (max-width:600px) {
	.irs-accordion-two .panel-title a {
		font-size: 12px;
	}
}
@media only screen and (max-width:640px) {
	.irs-main-slider .irs-big-btn {
		display: none;
	}
}
@media only screen and (max-width:480px) {
    
    .need{
        margin-top: -40px;
        margin-bottom: 10px;
        text-align: center;
    }
    
	.hero {
		display: none;
	}
	.lef{
	    margin-left: 20px;
	}
	.fade-carousel {
	    height: 50vh;
	}
	.fade-carousel .carousel-inner .item {
		height: 50vh;
	}
	.irs-comment-item-right {
		margin-left: 0;
	}
	.irs-inner-heading {
		padding: 20px 30px;
	}


}
@media only screen and (max-width:350px) {

}

