/*@font-face {
	font-family: 'Corbel';
	src: url('../fonts/Corbel.eot');
	src: url('../fonts/Corbel.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/Corbel.woff') format('woff'), 
	url('../fonts/Corbel.ttf') format('truetype'), 
	url('../fonts/Corbel.svg#glyphicons_halflingsregular') format('svg')
}

@font-face {font-family: "LucidaCalligraphyW01";
    src: url("//db.onlinewebfonts.com/t/efbd8f0d869bf61fbe0f139a1602cda8.eot");
    src: url("//db.onlinewebfonts.com/t/efbd8f0d869bf61fbe0f139a1602cda8.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/efbd8f0d869bf61fbe0f139a1602cda8.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/efbd8f0d869bf61fbe0f139a1602cda8.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/efbd8f0d869bf61fbe0f139a1602cda8.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/efbd8f0d869bf61fbe0f139a1602cda8.svg#LucidaCalligraphyW01") format("svg");
}

@font-face {
  font-family: 'Apple-Chancery';
  src: url('../fonts/Apple-Chancery.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/Apple-Chancery.woff') format('woff'),
	   url('../fonts/Apple-Chancery.ttf')  format('truetype'),
	   url('../fonts/Apple-Chancery.svg#Apple-Chancery') format('svg');
	  font-weight: normal;
	  font-style: normal;
}
*/

body {
    overflow-x: hidden;
    /* font-family: 'Arial'; */
}

.bulding {
    font-size: 18px;
    color: #FFF;
    line-height: 35px;
}

.copy-rit {
    color: #FFF;
    font-size: 12px;
    line-height: 35px;
    font-family: 'Arial';
    margin: 0;
}

p {
    font-size: 14px;
    font-family: 'Arial';
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #41AB0D;
}

.clr {
    clear: both;
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: normal;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

.fixed-height {
    height: 260px !important;
}

header {
    text-align: center;
    color: #333;
    background: none;
}

header .container {
    padding-top: 40px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: 'Arial';
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

/* pagination home*/

.imgvide .nav-tabs li a {
    padding: 0 10px;
    color: #aaa;
}

.imgvide .tab-content .whatnew {
    font-weight: 600;
    border-bottom: 2px solid #ff0000;
    display: inline-block;
    font-size: 18px;
}

.imgvide .tab-content ul {
    padding: 0;
    margin: 0 0 0 0;
    overflow: hidden;
    list-style: none;
    list-style-type: none;
}

.imgvide .tab-content ul li {
    height: auto;
    /*margin: 0 0 10px 10px;*/
    overflow: hidden;
    /*width: 100%; */
    text-align: center;
}


.imgvide .nav-tabs li.active a {
    color: #000;
}

.imgvide .tab-content ul li img {
    border: 1px solid #ccc;
    height: auto;
    width: 100%;
}

.imgvide .modal-footer .pagination1 {
    float: none;
}

.imgvide .modal-footer .pagination1 ul {
    float: none;
    overflow: hidden;
    width: auto;
    text-align: center;
}

.imgvide .modal-footer .pagination1 li {
    margin: 0 0 0 7px;
    float: none;
    display: inline-block;
}

.imgvide .modal-footer .pagination1 li a {
    padding: 5px 10px;
    transition: 0.2s ease all;
    width: auto;
    height: auto;
    border-radius: 5px;
    color: #000;
    background: #aaa;
}

.imgvide .modal-footer .pagination1 li a:hover,
.imgvide .modal-footer .pagination1 li a.active {
    color: #fff;
    background: #000;
}

a.btn.btn-primary.float-right {
    margin-bottom: 20px;
    color: #fff;
    margin-right: 14px;
    background: #329542;
    padding: 6px;
    min-width: 78px;
    font-weight: 600;
}

a.btn.btn-primary.float-right:hover {
    background: #d9dde4;
    border: 1px solid #329542;
}



@media(min-width:768px) {
    /*header .container {
	padding-top: 200px;
	padding-bottom: 100px;
}*/

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }

    .navbar-fixed-top {
        padding: 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        padding: 0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

}

.navbar {
    text-transform: capitalize;
    font-weight: normal;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

/* popup home */
.poputitle {
    margin: 0px auto;
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;

}

/* ==========================================================================
		Slider core styles Start
===========================================================================*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slide h2 {
    font: 20px;
    text-align: center;
    padding: 0px 50px 0;
    color: #000;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.slider {
    position: relative;

    width: 9999px;
}

.slider:before,
.slider:after {
    display: table;

    content: ' ';
}

.slider:after {
    clear: both;
}

.slider .slide {
    position: relative;

    float: left;

    margin: 0;
    padding: 0;
}

.slider .slide img {
    display: block;

    max-width: 100%;
    height: auto;
}

.act,
#prev>span,
#next>span,
#slider-nav>a {
    background: url(../img/arrows.png) no-repeat;
}

#next>span,
#prev>span {
    display: block;

    width: 16px;
    height: 24px;
}

/* Arrows */
#next>span {
    background-position: -20px 0;
}

#prev>span {
    background-position: 0 0;
}

#next,
#prev {
    position: absolute;
    top: 50%;

    margin-top: -20px;
    padding: 10px 15px;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(0, 0, 0, .1);

    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    /* ie8 */
    -o-user-select: none;
}

#prev {
    left: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 0px;
}

#next {
    right: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 5px;
}

.caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0 10px 5px;
    color: #fff;
    background: #000;
    /* background: rgba(0,0,0,1);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0, 1), transparent 100%);
  background: linear-gradient(to top, rgba(0,0,0, 1), transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');  ie8 */
}

.caption a {
    display: block;

    color: #fff;
}

.slider-nav {
    line-height: 30px;
    position: absolute;
    bottom: 0;
    right: 10px;
    width: auto;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    /*background: #323232;*/
    /*opacity: .9;*/

    filter: alpha(opacity=90);
    /* ie8 */
}

.slider-nav a {
    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 3px;

    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;

    border: 2px solid #41AB0D;
    border-radius: 50%;
    background: transparent;
}

.slider-nav .active {
    width: 12px;
    height: 12px;

    background: #41AB0D;
}



/* ==========================================================================
		Slider core styles End
===========================================================================*/


/* ==========================================================================
		5 Part styles Start
===========================================================================*/
.five-part {
    width: 98%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.five-part h4 {
    font-size: 18px;
    color: rgb(65, 171, 13);
    margin: 0px 0 10px;
    padding: 0;
    font-family: 'Arial';
    text-align: center;
}

.five-first {
    width: 20%;
    float: left;
    text-align: left;
    border-radius: 10px;
    margin: 0 2.5%;
    min-height: 260px;
}

.five-first ul {
    margin: 0;
    padding: 0;
}

.five-first ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.five-first ul li a {
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    color: rgb(68, 68, 68);
}

.five-first ul li a:hover {
    color: #41AB0D;
}

.five-second {
    width: 20%;
    float: left;
    min-height: 272px;
    margin: 0px;
    border-radius: 10px;
}

.five-second .slider-nav {
    display: none;
}

.five-second .slider .slide img {
    height: 190px;
}

.dived {
    width: 30%;
    float: left;
    margin: 0 2.5%;
}

.five-third {
    width: 100%;
    float: left;
    margin: 0px;
    border-radius: 10px;
    padding: 0;
}

.five-third .fader {}

.five-third .fader ul {
    position: relative;
    min-height: 140px;
}

.five-third .fader ul li {
    position: absolute;
    list-style: none;
    top: 0;
    padding: 20px 0 0 !important;
    font-size: 50px;
}

.five-third .fader ul li p {
    text-align: center;
    line-height: 1;
    color: grey;
    font-size: 16px;
}

.dived .vsn-cntr-ftr {
    position: relative;
    top: 0px;
}

.dived .vsn-cntr-ftr h3 {
    margin: 0;
}

.dived .vsn-cntr-ftr h3 a {
    font-family: 'Arial';
    text-align: center;
    font-size: 18px;
    margin: 0;
}

.dived .eye-speak-ftr-icon {
    padding: 30px 0 0;
}



.dived .vsn-cntr-ftr ul li a {
    margin: 0 !important;
}

.dived .eye-speak-ftr-icon ul li:nth-child(3) {
    width: 20%;
}

.dived .fa-facebook-square,
.list-inline .fa-facebook-square {
    color: #3b5a9a;
}

.dived .fa-twitter-square,
.list-inline .fa-twitter-square {
    color: #42c8f4;
}

.dived .fa-youtube-square,
.list-inline .fa-youtube-square {
    color: #ce322e;
}

.dived .fa-google-plus-square,
.list-inline .fa-google-plus-square {
    color: #ce3633;
}

.dived .fa-linkedin-square,
.list-inline .fa-linkedin-square {
    color: #007bb6;
}

.dived .fa-google-plus-square:hover,
.dived .fa-youtube-square:hover,
.dived .fa-twitter-square:hover,
.dived .fa-facebook-square:hover {
    color: #41AB0D;
    border-bottom: 1px dotted #41AB0D;
}

.five-fourth {
    width: 20%;
    float: left;
    text-align: left;
    border-radius: 10px;
    margin: 0;
    min-height: 272px;
}

.five-fourth ul {
    margin: 0;
    padding: 0;
}

.five-fourth ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    color: rgb(68, 68, 68);
    display: flex;
    padding: 3px 0;
}

.five-fourth ul li i {
    padding: 2px 5px;
}

.second .slider-nav,
.fourth .slider-nav {
    display: none;
}

.fader {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
    font-size: 65px;
    color: grey;
    font-family: 'Arial', 'sans-serif';
}

.fader ul {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.fader ul li {
    padding: 20px 10px 0 !important;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
}

.fader1 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 65px;
    color: #1a4a73;
    box-shadow: 0px 0px 10px #1f497d;
    border-radius: 10px;
    height: 140px;
}

.fader1 ul {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 !important;
}

.fader1 ul li {
    padding: 30px 10px 0 !important;
    width: 100%;
    font-family: 'Arial', 'sans-serif';
    font-weight: normal;
    float: left;
    margin: 0;
    text-align: center;
    position: absolute;
    list-style: none;
}

.fader1 ul p {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.partner-up1 .fader2 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    height: 300px;
    display: inline-block;
}

.partner-up1 .fader2 ul {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.partner-up1 .fader2 ul li {
    padding: 0 30px !important;
    margin: 0;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    list-style: none;
}

.partner-up1 .fader2 ul li img {
    width: 100%;
    height: 230px;
}

.fader3 {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 50px;
    font-weight: normal;
    color: #878787;
    box-shadow: 0px 0px 10px #1f497d;
    border-radius: 10px;
    height: 165px;
}

.fader3 ul {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0 !important;
}

.fader3 ul li {
    padding: 30px 10px 0 !important;
    font-family: 'Arial', 'sans-serif';
    color: #41ab0d;
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
    position: absolute;
    list-style: none;
}

.fader3 ul p {
    font-size: 16px;
    margin: 0;
    padding: 0;
}



/* ==========================================================================
		5 Part styles End
===========================================================================*/

section {
    padding: 10px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}



#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24, 188, 156, .9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

.siteMainContentList {
    margin-bottom: 20px;
}

.siteMainContentList ul {
    margin-left: 20px !important;
}

.siteMainContentList ul li {
    background: rgba(0, 0, 0, 0) no-repeat scroll left 6px;
    display: inline-block !important;
    line-height: 20px;
    margin-top: 10px !important;
    padding-left: 18px;
    width: 100%;
}

.siteMainContentList ul li strong.lineBreak {
    display: block;
}


@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    /*margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;*/
    margin: 0;
    color: #000;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #18bc9c;
    background: none;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none !important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -ms-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #000;
    font-family: 'Arial';
}

footer h3 {
    margin: 10px 0 10px;
}

footer .footer-above {
    /*padding-top: 50px;*/
    padding: 0;
    background-color: none;
}

footer .footer-col {
    margin-bottom: 30px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    /*width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;*/
    text-align: center;
    font-size: 45px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    display: none !important;
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}



/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 230px;
    transition: all 0.5s ease;
}

li.dropdown ul {
    list-style: none;
    padding: 0;
    transition: all 0.5s ease;
}

li.dropdown a i {
    position: relative;
    top: 2px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    display: block;
    padding: 8px 18px;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(219, 217, 217, 1) 100%) repeat;
}

.dropdown-content a i {
    padding-right: 5px;
    top: 0;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #41ab0d;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/* .common_border{ box-shadow: none !important;
    border: 3px solid transparent;   
    -webkit-border-image: url("../img/l-r-border.png") 0 5 0 5 ;
    -o-border-image: url("../img/l-r-border.png") 0 5 0 5 ; 
    border-image: url("../img/l-r-border.png") 0 5 0 5  ;
	padding: 96px 0!important;	
	position: relative;
	z-index:999;
}  */
.common_border {
    box-shadow: none !important;
}

.frameBorderLeft {
    background: rgba(0, 0, 0, 0) url("../img/l-r-border.png") repeat-y scroll left top !important;
    background-size: 12px !important;
}

.frameBorderRight {
    background: rgba(0, 0, 0, 0) url("../img/l-r-border.png") repeat-y scroll right top !important;
    background-size: 12px !important;
}

.frameBorderLeft {
    margin: 102px 0 102px -6px !important;
    position: relative;
    z-index: 999;
}

.common_border::before {
    background: rgba(0, 0, 0, 0) url("../img/border-frame.png") no-repeat scroll left top !important;
    content: "";
    height: 100%;
    left: -90px;
    position: absolute;
    top: 0;
    width: 1350px;
}

.common_border::after {
    background: rgba(0, 0, 0, 0) url("../img/border-frame.png") no-repeat scroll left top !important;
    content: "";
    height: 100%;
    left: -109px;
    position: absolute;
    bottom: 0;
    width: 1303px;
    transform: rotate(-180deg);
}

.my-container .mycontainer-left,
.mycontainer-right {
    z-index: 9;
}

@media (min-width:768px)and (max-width:991px) {

    .common_border::before {
        background-attachment: scroll !important;
        background-clip: border-box !important;
        background-color: rgba(0, 0, 0, 0) !important;
        background-image: url("../img/border-frame.png") !important;
        background-origin: padding-box !important;
        background-position: left top !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        content: "";
        height: 100%;
        left: -57px;
        position: absolute;
        top: 0;
        width: 795px;
    }

    .common_border::after {
        background-attachment: scroll !important;
        background-clip: border-box !important;
        background-color: rgba(0, 0, 0, 0) !important;
        background-image: url("../img/border-frame.png") !important;
        background-origin: padding-box !important;
        background-position: left top !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        bottom: 0;
        content: "";
        height: 100%;
        left: -54px;
        position: absolute;
        transform: rotate(-180deg);
        width: 795px;
    }

    .frameBorderLeft {
        margin: 60px 0 60px -6px !important;
    }

    .frameBorderRight {
        background: rgba(0, 0, 0, 0) url("../img/l-r-border.png") repeat-y scroll right top / 8px auto !important;
    }

    .frameBorderLeft {
        background: rgba(0, 0, 0, 0) url("../img/l-r-border.png") repeat-y scroll left top / 9px auto !important;
    }


}

@media(max-width:767px) {

    .common_border:after,
    .common_border:before {
        display: none !important;
    }

    .frameBorderLeft,
    .frameBorderRight {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        margin: 0 auto !important;
    }

    .siteLogo {
        text-align: center;
    }

    .siteLogo img {
        max-width: 150px;
    }

    .mycontainer-right {
        padding: 15px !important;
    }

    .common_border {
        border: 2px solid #CBDBEF;
    }

    .siteLogo {
        text-align: center;
        margin: auto !important;
        max-width: 140px;
        float: none;
        width: 100%;
        display: block;
    }

}


@media (min-width:991px)and (max-width:1200px) {

    .common_border::before {
        background-attachment: scroll !important;
        background-clip: border-box !important;
        background-color: rgba(0, 0, 0, 0) !important;
        background-image: url("../img/border-frame.png") !important;
        background-origin: padding-box !important;
        background-position: left top !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        content: "";
        height: 100%;
        left: -74px;
        position: absolute;
        top: 0;
        width: 1049px;
    }


    .common_border::after {
        background-attachment: scroll !important;
        background-clip: border-box !important;
        background-color: rgba(0, 0, 0, 0) !important;
        background-image: url("../img/border-frame.png") !important;
        background-origin: padding-box !important;
        background-position: left top !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        bottom: 0;
        content: "";
        height: 100%;
        left: -71px;
        position: absolute;
        transform: rotate(-180deg);
        width: 1049px;
    }

    .frameBorderLeft {
        margin: 82px 0 82px -6px !important;
    }


}

@media (min-width:768px)and (max-width:1024px) {
    .five-part .first {
        width: 48%;
        margin: 0 auto;
    }

    .five-part .thired {
        width: 50%;
        margin: 20px 170px;
    }

    .five-part .second {
        width: 48%;
    }

    .five-part .fourth {
        width: 48%;
        margin-left: 25px;
    }

    .clr {
        display: block;
    }
}


@media(max-width:767px) {
    .footer_box .footer {
        width: 100% !important;
    }

    .footer_box .five-second {
        max-width: 240px !important;
        margin: auto;
    }

    header .container {
        padding-top: 58px;
    }

    .dropdown-content {
        position: static;
    }

    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }

    .five-part .first {
        width: 100%;
    }

    .five-part .second,
    .five-part .fourth {
        width: 90%;
        margin: 20px auto;
    }

    .five-part .thired {
        width: 90%;
        margin: 0 auto;
    }

    .social-media {
        width: 100%;
    }

    .copy-rit {
        line-height: normal;
        margin: 0px auto 20px;
    }
}


@media (max-width: 580px) {
    .caption {
        display: none;
    }

    .five-part .second,
    .five-part .thired,
    .five-part .fourth {
        width: 85%;
    }

    .eye-speak-ftr-icon ul li:nth-child(3) {
        width: 25% !important;
    }

    .vsn-cntr-ftr {
        top: 0 !important;
    }
}


/*  ways to give -- new styles */
#main-content .title {
    font-size: 20px;
    color: black;
    background: rgba(0, 0, 0, 0) url("images/imgpsh_fullsize1.png") left center no-repeat;
    padding-left: 28px;
    font-style: italic;

}

#main-content .border {
    border-radius: 3px;
    box-shadow: 0 1px 3px #999999;
    color: #0000ff;
    font-size: 17px;
    padding: 21px;
    margin: 0 0 15px;

}

#main-content .borderfull {
    border-radius: 3px;
    box-shadow: 0 1px 3px #999999;
    color: #0000ff;
    font-size: 17px;
    padding: 21px;
    width: 100%;
    margin: 0 0 15px;
    overflow: hidden;

}

#main-content .borderfull .authorsmall {
    margin: 7px 0 0;
}

#main-content .authorsmall {
    font-size: 13px ! important;
    float: right;
}

#main-content h4 {
    font-size: 15px;
}

#main-content .regards {
    font-size: 19px;
}


/* pagination --- */

.pagination1 {
    float: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
}

.pagination1 ul {
    float: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.pagination1 li span {
    line-height: 45px;
    font-weight: bold;
}

.pagination1 li {
    display: inline-block;
    float: none;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}

.pagination1 li a {
    color: #7f8588;
    display: block;
    height: 33px;
    min-width: 40px;
    padding: 10px 0 0;
    text-align: center;
    text-decoration: none;
}

.pagination1 li:last-child a:hover {
    background: none;
    color: #7f8588;
}

.pagination1 li:first-child a:hover {
    background: none;
    color: #7f8588;
}

.pagination1 li a:hover {
    color: #000;
    display: block;
    height: 33px;
    padding: 10px 0 0;
    text-decoration: none;
    width: 33px;
}

.pagination1 li.activepage a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0 0 0;
}

/* Impact --- */
#main-content .bluecolor {
    color: #0000ff;
    font-size: 18px;
}

#main-content .blackcolor {
    color: #000;
}

#main-content .greenbig {
    font-size: 18px;
}

#main-content .orangebig {
    font-size: 18px;
    color: #e46c0a;
}

#main-content .ulistforimg img {
    padding-top: 15px;
    padding-bottom: 15px;
}

.italic {
    font-style: italic;
}

/* scroll top and bottom */

.scrollTobottom {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(images/arrow-down.png);
    background-size: contain;
}

.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(images/arrow-up-01-128.png);
    background-size: contain;
}

/* way to give on live */
.waygive li button {
    padding: 0 15px;
    margin: 0 0 0 30px;
    position: relative;
    display: block;
    width: 60%;
    border-radius: 10px;
    box-shadow: 0px 2px 2px #333;
    -webkit-box-shadow: 0px 2px 2px #333;
    border: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,abccff+0,5298e0+100 */
    background: rgb(30, 87, 153);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(171, 204, 255, 1) 0%, rgba(82, 152, 224, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(171, 204, 255, 1) 0%, rgba(82, 152, 224, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(171, 204, 255, 1) 0%, rgba(82, 152, 224, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#5298e0', GradientType=0);
    /* IE6-9 */

}

.waygive li button:hover {
    opacity: 0.95;
}

.waygive li span {
    padding: 17px 35px 10px 45px;
    margin: -10px 0 0;
    display: block;
    font-weight: bold;
    border: 1px solid #87b5d7;
    background: #cce2b4 url("../images/circle_img.png") 30px 22px no-repeat;
}

#main-content .waygive .border {
    padding: 15px 18px;
    margin: 25px 5px 4px 3px;
    box-shadow: 0 1px 2px #333;
    border: 3px solid #0040cf;
    overflow: hidden;
    background: #ddd;
}

#main-content .waygive .authorsmall {
    margin: 10px 0 0;
}

#main-content .waygive.green .border {
    color: #238330;
}

#main-content .waygive.sendonation {}

.mycontainer-right.koshika-works .waygive.sendonation .rightlisection ul li {
    width: 27%;
    float: left;
    position: relative;
}

.waygive.sendonation .rightlisection {
    padding: 0;
    margin: 80px 0 0;
}

.waygive.sendonation li button {
    margin: 0;
    text-align: center;
    height: 44px;
    width: 110px;
    position: absolute;
    bottom: -20px;
    right: -8px;
}

.waygive.sendonation li.topbutton button {
    bottom: 0;
    top: -20px;
    white-space: normal;
    line-height: 17px;
}

.waygive.sendonation li span {
    padding: 20px;
    margin: 0;
    font-size: 12px;
    height: 100px;
    border-radius: 4px;
    background-color: transparent;
    background-position: 7px 23px;
}

.waygive.sendonation li.topbutton span {
    padding: 25px 20px;
    background-position: 7px 28px;
}

.mycontainer-right.koshika-works .waygive.sendonation ul li {
    margin: 0 0 0 30px;
}

#main-content .waygive .darkblue {
    color: #1b3253;
}

.waytgbtn {
    height: 52px;
    text-align: left;
    padding: 0 0 0 15px;
    width: 75%;

}

.section2 {
    margin-top: 50px;
}

.section3 {
    margin-top: 50px;
}

.section4 {
    margin-top: 50px;
}

.ortop,
.orbottom {
    position: absolute;
    left: 120px;
    bottom: -75px;
}

.ortop {
    margin: 0 0 0 40px;
    bottom: auto;
    left: 50%;
    top: -62px;
}

.waytoimg .righttsection img {
    margin: 10px 0 0;
    max-width: 100%;
}


a.v_play {
    left: 50%;
    margin: 6px 0 0 -15px;
    position: absolute;
    top: 43%;
}

.section5.waytoimg {
    margin-top: 20px;
}



/* Rahul code  */

.total_people {
    background: url('../image_impact/Light.jpg') no-repeat;
    text-align: center;
    color: #000;
    padding: 40px 0;
    background-size: 100%;
    margin-bottom: 25px;
}

.total_people h4 {

    font-size: 28px !important;
    font-weight: 500;
    margin: 0 0 5px;
    text-shadow: 0 0 3px #1fbe01;
}

.total_people p {
    text-align: center !important;
    font-size: 20px !important;
    color: #000;
    text-shadow: 0 0 3px #1fbe01;
}


/* .blue_box {
    background: #6296df none repeat scroll 0 0;
    border: 1px solid #4281ce;
    box-shadow: -1px 2px 0 #999;
    padding: 10px 0;
	.type_1{ border-radius: 50%; text-align:center;}
	.type_2{ margin-top: 20px; border-radius: 20px; text-align:center !important; }
	.type_3 {
    margin: 20px auto 0;
    max-width: 160px;
    padding: 10px;
	color: #fff !important;
}
} */

.blue_box {
    position: relative;
}

.blue_box span.fa {
    color: #000;
    font-size: 22px;
    height: 16px;
    left: 16px;
    margin-top: 0;
    position: absolute;
    top: 32px;
    width: 16px;
    display: none;
}

.type_3 span.fa {
    left: 25px;
}

.section_1 {
    padding-bottom: 25px;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #ddd;
}

.section_2 .col-sm-6 {
    padding: 8px;
}

.blue_box p,
.blue_box h3 {
    text-align: center !important;
    margin: 0;
    line-height: normal!important;
}

.type_1 {
    background: rgba(0, 0, 0, 0) url("../image_impact/type_1.png") no-repeat scroll 0 0 / 100% auto;
    min-height: 180px;
    padding: 10px 0;
    text-align: center;
}

.type_1 p {
    text-align: center !important;
    color: #0002F5 !important;
    margin-bottom: 0;
}

.type_2 {
    background: rgba(0, 0, 0, 0) url("../image_impact/type_2.png") no-repeat scroll 0 0 / cover;
    min-height: 91px;
    padding: 10px 28px;
    text-align: left !important;
}

.type_2 h4,
.type_3 h4 {
    font-size: 18px;
}

.type_2 p,
.type_3 p {
    text-align: center !important;
    color: #fff !important;
    margin: 0 !important;
}

.type_2 h4,
.type_3 h4,
.type_1 h3 {
    text-align: center !important;
    float: none;
    padding: 0;
    margin: 0 !important;
}

.type_1 h3 {
    font-size: 22px;
}

.type_3 {
    background: rgba(0, 0, 0, 0) url("../image_impact/type_3.png") no-repeat scroll 0 0 / 100% auto;
    color: #fff !important;
    margin: 15px auto 0;
    max-width: 206px;
    min-height: 120px;
    padding: 10px;
}

.heartCheckup {
    background: rgba(0, 0, 0, 0) url("../image_impact/red_heart.png") no-repeat scroll 0 0 / 100% auto;
    color: #fff !important;
    margin: 4px auto 0;
    max-width: 144px;
    min-height: 130px;
    padding: 16px 0 0 0px;
    text-align: center;
}

.heartCheckup a p {
    color: #fff;
}

.heartCheckup h4.black_col {
    margin-bottom: 2px;
}

.type_2_1 {
    background: rgba(0, 0, 0, 0) url("../image_impact/type_2_1.png") no-repeat scroll 0 0 / cover !important;
    min-height: 93px;
}

.right_1 {
    background: rgba(0, 0, 0, 0) url("../image_impact/right_1.png") no-repeat scroll 0 0 / 100% !important;
    min-height: 128px;
    text-align: center;
    padding-top: 20px;
}

.right_1 h3 {
    color: #333;
    float: none;
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 3px #1fc002;
    font-weight: normal !important;
}

.right_1 p {
    text-align: center !important;
    color: #41AB0D !important;
    font-size: 16px !important;
    position: relative;
    padding-left: 10px;
}

.right_1 p span.fa {
    color: #000;
    font-size: 22px;
    height: 16px;
    left: 6px;
    margin-top: 0;
    position: absolute;
    top: 1px;
    width: 16px;
    display: none;
}

#impact_page img {
    margin-left: 23px;
    margin-top: 10px;
}

.common_box.gray_border img {
    margin-left: -76px;
    margin-top: 10px;
}

.right_2 {
    background: url("../image_impact/right_2.png") no-repeat !important;
    background-size: 100% !important;
    height: 320px;
    display: block;
    text-align: center;
    margin: auto;
    max-width: 340px;
    padding: 70px;
    text-align: center !important;
}

/* .right_2 h3{ margin:0; color: #C95C07 !important; } */
.right_2 h3 {
    margin: 6px 0;
}

.right_2 p {
    color: #c95c07 !important;
    font-size: 16px !important;
    text-align: center !important;
}

.about_row {
    padding: 10px 0;
}

.about_row .about_bg {
    background: rgba(0, 0, 0, 0) url("../img/about_bg.jpeg") no-repeat scroll 0 0 / 100% auto;
    font-family: "Arial";
    height: 79px;
    padding: 10px 0;
}

.about_row .text-center {
    padding: 0 4px;
}

.about_row .text-center img {
    margin-top: 2px;
    max-width: 210px;
    width: 100%;
}

.text {
    color: #000090;
    font-weight: 600;
}

.about_row .about_bg .blink {
    padding: 0 30px 0 0;
    float: none;
    font-size: 16px;
}

.grid_block .common_box {
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.grid_block .blue_border {
    border-left: none;
    border-right: none;
}

.blue_border {
    border: 1px solid #80abe0;
}

.gray_border {
    border: 1px solid #bcbcbc;
}

.gray_box_shadow {
    box-shadow: 0 2px 0 #909090;
}

.gray_box_shadow_top {
    box-shadow: 0 -1px 0 #909090;
}

.grid_block .common_box h2 {
    text-transform: uppercase;
    font-size: 28px;
}

.grid_block .common_box h2 a {
    color: #2c3e50;
}

.grid_block .common_box::after {
    background: rgba(0, 0, 0, 0) url("../img/arrow_bg.png") no-repeat scroll 0 0;
    bottom: -23px;
    content: "";
    height: 23px;
    left: 50%;
    margin: 0 0 0 -20px;
    position: absolute;
    width: 41px;
    z-index: 999;
}

.cat_section {
    border-top: medium none;
    margin: 15px 0 0;
}

.home_heading {
    text-align: center;
    text-transform: initial;
}

.cat_section h4 {
    color: #000;
}

.grid_block .second {
    text-align: center;
    margin-top: 30px;
}

.view_details {
    background: #86d7f9;
    color: #000;
    border: 1px solid #bcbcbc;
    padding: 12px 16px;
    box-shadow: 2px 2px 0px #9090ce;
    margin: 15px 0;
    font-size: 15px;
    display: inline-block;
}

.green_btn {
    background: #c3d69b !important;
    box-shadow: 2px 2px 0 #b7bfa7 !important;
}

.parent_box {
    margin: 20px auto;
    max-width: 615px;
}

.parent_box p,
.parent_box h2,
.parent_box h3,
.parent_box h4,
.parent_box h5 {
    font-family: 'Arial';
}

.footer_box {
    border: 1px solid #bcbcbc;
    padding: 20px 0;
}

.footer_box footer {
    background: none !important;
}

.footer_box .five-second {
    min-height: 240px;
    padding: 10px 15px;
    width: 100% !important;
}

.footer_box .five-second .caption {
    font-size: 12px;
}

.footer_box footer .slider-container {
    height: 150px;
    margin-top: 15px;
    width: 100%;
}

.footer_box footer h3 {
    text-align: center;
    font-size: 18px;
}

.footer_box .five-second h3 {
    margin: 10px 0 10px;
}

.footer_box .footer ul li {
    font-size: 14px;
    line-height: normal;
    padding-left: 14px;
    padding-bottom: 7px;
}

.footer_box .footer ul.change_Arrow li {
    background: rgba(0, 0, 0, 0) url("../img/blue_arrow.png") no-repeat scroll left top 2px !important;
    padding-left: 20px;
}

.footer_box .social .list-inline {
    text-align: center;
    float: none;
    width: 100%;
}

.footer_box .social {
    max-width: 260px;
    margin: auto;
}

.footer_box .about_box {
    margin: auto;
    max-width: 240px;
}

.video_box {
    max-width: 270px;
    margin: auto;
}

.footer_box .social ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin: 0 8px;
    padding: 0 !important;
}

.footer_box .footer ul li a {
    font-size: 14px;
}

.footer_box .footer .btn-social {
    font-size: 42px !important;
}

.footer_box .footer {
    float: left;
    padding: 0 18px;
    width: 21%;
}

.footer_box .footer .a-box {
    box-shadow: 0px 0px 10px #1f497d;
    padding: 1px 10px;
    text-align: left;
    min-height: 302px;
    border-radius: 10px;
}

.footer_box footer .slider-container .slide,
.footer_box footer .slider-container .slide img {
    height: 150px;
}


.ethical_code,
.about_box {
    padding: 0 !important;
}

.commo_bg {
    background: #d5d5d5 none repeat scroll 0 0;
    min-height: 302px;
    border-color: #c5c5c5 #404040 #cfcfcf #fff;
    border-style: solid;
    border-width: 7px;
    box-shadow: 0 0 5px #1f497d;
    padding: 6px 10px 0 10px;
}

.commo_bg h3 {
    margin-top: 2px;
}


@-webkit-keyframes blue_col {
    0% {
        color: #000090;
    }

    25% {
        color: white;
    }

    100% {
        color: #000090;
    }
}

@-moz-keyframes blue_col {
    0% {
        color: #000090;
    }

    25% {
        color: white;
    }

    100% {
        color: #000090;
    }
}

@-ms-keyframes blue_col {
    0% {
        color: #000090;
    }

    25% {
        color: white;
    }

    100% {
        color: #000090;
    }
}

@-o-keyframes blue_col {
    0% {
        color: #000090;
    }

    25% {
        color: white;
    }

    100% {
        color: #000090;
    }
}

@keyframes blue_col {
    0% {
        color: #000090;
    }

    25% {
        color: white;
    }

    100% {
        color: #000090;
    }
}

.blue_col {
    color: #000090;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding-right: 30px;
    -webkit-animation: blue_col 0.8s step-start infinite;
    animation: blue_col 0.8s step-start infinite;
}


@-webkit-keyframes black_col {
    0% {
        color: #000;
    }

    25% {
        color: white;
    }

    100% {
        color: #000;
    }
}

@-moz-keyframes black_col {
    0% {
        color: #000;
    }

    25% {
        color: white;
    }

    100% {
        color: #000;
    }
}

@-ms-keyframes black_col {
    0% {
        color: #000;
    }

    25% {
        color: white;
    }

    100% {
        color: #000;
    }
}

@-o-keyframes black_col {
    0% {
        color: #000;
    }

    25% {
        color: white;
    }

    100% {
        color: #000;
    }
}

@keyframes black_col {
    0% {
        color: #000;
    }

    25% {
        color: white;
    }

    100% {
        color: #000;
    }
}

.black_col {
    color: #000;
    -webkit-animation: black_col 0.8s step-start infinite;
    animation: black_col 0.8s step-start infinite;
}


@-webkit-keyframes red_col {
    0% {
        color: #c95c07;
    }

    25% {
        color: white;
    }

    100% {
        color: #c95c07;
    }
}

@-moz-keyframes red_col {
    0% {
        color: #c95c07;
    }

    25% {
        color: white;
    }

    100% {
        color: #c95c07;
    }
}

@-ms-keyframes red_col {
    0% {
        color: #c95c07;
    }

    25% {
        color: white;
    }

    100% {
        color: #c95c07;
    }
}

@-o-keyframes red_col {
    0% {
        color: #c95c07;
    }

    25% {
        color: white;
    }

    100% {
        color: #c95c07;
    }
}

@keyframes red_col {
    0% {
        color: #c95c07;
    }

    25% {
        color: white;
    }

    100% {
        color: #c95c07;
    }
}

.red_col {
    color: #c95c07;
    -webkit-animation: red_col 0.8s step-start infinite;
    animation: red_col 0.8s step-start infinite;
}

@media (max-width:1199px) {
    .about_row .text-center {
        padding: 0 6px;
    }

}

@media (max-width:1300px) {
    .footer_box .footer {
        max-width: 100% !important;
        margin: 0;
        width: 19% !important;
    }
}

@media (max-width:991px) {
    .footer_box .footer {
        margin: 0 0 15px;
        max-width: 100% !important;
        width: 100%;
    }

    .foreign-map,
    .india-map {
        margin-top: 15px !important;

    }

}

@media (max-width:767px) {
    .footer_box .footer {
        width: 100% !important;
        min-height: 0;
    }
}


.c-double-arrows li i {
    color: #41ab0d;
    font-size: 18px;
    padding-right: 5px;
}

.c-bold-arrows li i {
    color: #41ab0d;
    font-size: 18px;
    padding-right: 5px;
}

.c-bold-arrows li {
    padding-bottom: 27px !important;
}

ul.arrowLeftFixed li i {
    float: left;
}

ul.arrowLeftFixed li a {
    float: left;
    width: calc(100% - 20px);
    padding-left: 4px;
}

.custom-donation table tr td {
    padding-top: 0 !important;
    text-align: left;
    padding-bottom: 8px !important;
}

.custom-donation table tr td span {
    font-size: 14px !important;
}

.child_heart_slider_1 ul li label {
    font-family: 'Arial';
    font-size: 21px;
    color: #41AB0D;
    margin: 0;
    padding: 0px 0px 15px;
    display: block;
    clear: both;
}

.child_heart_slider_1 ul li {
    display: block !important;
}

ul.child_heart_slider_2 li a img {
    border: 1px solid #ccc;
    /* border-bottom: 0 !important;  */
}

.donors_slider_1 img {
    display: inline-block !important;
    width: 25% !important;
    height: 180px !important;
    object-fit: cover !important;
    object-position: top !important;
}

.payment-logo {
    width: 100%;
    float: left;
    padding-top: 20px;
    clear: both;
    text-align: center;
}

.payment-logo form {
    display: inline-block;
    padding: 5px;
    border: 2px solid #124a8f;
    box-shadow: 0 0 5px #ccc;
    min-width: 200px;
    text-align: center;
    margin: 0 10px;
}

.payment-logo form:hover {
    border: 2px solid #1a4a72;
    box-shadow: 0 0 10px #9a9a9a;
}

.payment-logo form input[type="image"] {
    width: auto;
    height: 30px;
    display: block;
    margin: 0 auto;
}

.koshika-works form button {
    background-color: #1a4a72;
    color: #fff;
    padding: 8px 10px;
    border: 1px solid #172054;
    border-radius: 5px;
    min-width: 120px;
    text-align: center;
    margin-top: 30px;
}

.koshika-works form button:hover {
    background: #3579b3;
    border-color: #3579b3;
}


.box-gradbg {
    width: 100%;
    padding: 20px 0;
}

.box-grad {
    float: left;
    min-width: 270px;
    padding: 20px;
    background: #1c4c73;
    margin-right: 20px;
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
}

.box-grad.selected {
    background: #3db909;
}

.imgRadio {
    background-image: url(../img/bank-logo/radio-icon-mid.png);
    width: 25px;
    height: 24px;
    cursor: pointer;
    background-position: 0px -2px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -3px;
}

.box-grad input:checked+.imgRadio {
    background-position: 0px -26px;
}

.box-grad input[type="radio"] {
    width: 25px;
    height: 25px;
    margin-right: -25px;
    position: relative;
    display: inline-block;
    top: 5px;
    opacity: 0;
}

.choose-donation .purpose_class,
.method .method_class {
    text-align: center;
    font-size: 14px;
    background: #51ac42;
    color: #FFF;
    padding: 7px 2px;
    margin-bottom: 15px;
}

.method .credit {
    text-align: center;
    font-size: 14px;
    background: #1f497d;
    color: #FFF;
    padding: 7px 2px;
    margin-bottom: 15px;
}

.purpose_form {
    padding-bottom: 20px;
}

.my-donor-part {
    border: 1px solid #1f497d;
}

.my-donor-mail {
    padding-bottom: 20px;
    border: 1px solid #1f497d;
}

.my-donor-mail.col-lg-12.col-md-12.col-sm-12 h4 {
    margin: 0 -15px;
    text-align: center;
    background: #1f497d;
    padding: 5px;
    color: #fff;
}

.my-donor-mail p {
    padding-left: 80px;
    padding-top: 5px;
}

.choose-donation {
    padding-top: 0px !important;
}

.choose-donation h4 {
    color: #fff !important;
    background-color: #41AB0D;
    text-align: center;
    padding: 7px;
}

.india-map img {
    width: 100%;
    max-width: 170px;
}

.site_page_loader {
    background-color: #f5f5f5;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 85px auto;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    width: 50px;
    height: 50px;
}

.foreign-map,
.india-map {
    margin-top: -70px;
}

.img-size {
    height: 50px;
    margin: 10px auto;
    margin-bottom: 5px;
}

.margin-b-20 {
    margin-bottom: 30px;
}

.min-height-for-logos {
    min-height: 106px;
}

.min-height-for-logos p strong {
    font-size: 12px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    margin: 45px auto 0;
}

/****surbhi new-design css*****/

.top-nav .navbar-nav.navbar-center {
    float: none;
    text-align: center;
}

.top-nav .navbar-default .navbar-nav>li>a {
    padding: 5px 30px;
}

.top-nav .navbar-brand {
    margin: 3px !important;
}

.top-nav .navbar-brand img {
    width: 80px;
}

.banner-section {
    margin-top: 50px;
    padding: 0px;
    margin-bottom: 5px;
}

.banner-section .carousel-inner>.item {
    border: 1px solid #e6e6e6;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    margin: 0px auto;
    width: auto;
    height: auto;
    display: inherit;
    text-align: center;
    float: none;
}

.banner-section .carousel-control.right {
    right: 12px;
}

.banner-section .right-bg {
    background-image: url("../img/right-sidebar-bg.png");
    background-repeat: repeat;
    height: 560px;
    background-size: 100%;
    padding: 20px 2px 5px;
}

.padding-left-0 {
    padding-left: 0px;
}

.right-bg h3 {
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    color: #fff;
}

.right-bg .right-menu {
    padding-left: 5px;
}

.right-bg .right-menu li {
    list-style-type: none;
    margin-top: 5px;
}

.right-bg .right-menu li a {
    font-size: 16px;
    padding-left: 30px;
}

.right-bg .right-menu li a i {
    padding-right: 10px;
}

.color-white {
    color: #fff;
}

.margin-top-20 {
    margin-top: 12px !important;

}

.paddin-left-30 {
    padding-left: 30px;
}

.donation-guare .happiness p {
    font-size: 26px;
}

.blue-bg {
    padding: 15px 0;
    background: #17375e;
    color: #fff;
    margin: 5px 0px;
}

.blue-bg h3 {
    font-size: 38px;
    margin: 0px;
    font-weight: bolder;
}

/******second new section css***/
.color-blue {
    color: #17375e;
}



.font-40 {
    font-size: 40px;
}

.font-20 {
    font-size: 20px;

}

.second-new-section .children-Save {
    width: 98%;
    float: none;
    background: #fffbd7;
    border-radius: 100%;
    margin: auto;

}

.color-red {
    color: #ff6600;
}

.font-28 {
    font-size: 28px;
}

.right-side-images {
    padding: 0px 0px 0px;
}

.hitesh-img {
    width: 250px;
    max-width: 100%;
    margin: auto;
    margin-top: -70px;
}

.color-green {
    color: #19cf5a;
}

.color-navyblue {
    color: #0000ca;
}

.about-hitesh {
    font-size: 15px;
    padding: 0px;
    color: #000;
}

.padding-t0 {
    padding-top: 0px;
}

.padding-custum {
    padding-top: 0px;
    margin-left: -40px;
    padding-right: 70px;
}

.view-more-people {

    text-align: center;
    font-size: 16px;
}

.click-to-see {
    width: 160px;
    background: #fea772;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 0;
    float: none;
    padding: 5px 10px;
    display: inline-block;
    text-align: left;
    margin-bottom: 20px;
}

.click-to-see img {
    width: 30px;
    float: right;
}

.click-to-see span {
    float: left;
    width: 100%;
    color: #e04005;
    text-align: left;
    font-size: 16px;
    margin-top: -20px;
}

.bg-change {
    background: #d7e0f0 !important;
}

.margin-t20 {
    margin-top: 20px;
}

.people-prevented {
    padding-top: 10px;
    margin-left: 60px;
    padding-right: 0px;
    font-size: 28px;
}

.font-15 {
    font-size: 15px;
}

.about-radhey {
    padding-right: 50px;
    margin-left: -50px;
}

.himanshu-img {
    width: 290px;
    max-width: 100%;
    margin-top: -60px;
}

.padding-l-20 {
    padding-left: 20px;

}

.right-click {
    margin: 0px;
    float: right;
    margin-right: 50px;
}

.third-circle {
    width: 800px;
    margin: auto;
    background: #dfffd4;
    height: 470px;
    border-radius: 100%;
    margin-top: -50px;
}

.color-darkgreen {
    color: #008000;
}

.f-w-100 {
    float: left;
    width: 100%;
}

.padding-l-r-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.width-100 {
    width: 100%;
}

.third-circle .col-sm-3 {
    width: 29%;
}

.camp-img-1 {
    margin-top: 80px;
}

.camp-img-3 {
    margin-top: -30px;
}

.color-red2 {
    color: #ff0000;
}

.text-padding-new {
    padding: 10px 0px 15px;
}

.save-l-hearts {
    float: none;
    width: 90%;
    margin: auto;

}

.main-div-child {
    padding: 50px;
}

.save-l-hearts img {
    margin-bottom: 10px;
}

/*new footer css***/
.new-footer {
    padding: 10px 0px 5px;
    background: #e6eaeb;
}

.footer-menu {
    padding-left: 0px;
    margin-bottom: 15px;
    float: left;
    width: 100%
}

.footer-menu li a:hover {
    text-decoration: underline;
    color: blue;
}

.footer-menu li {
    list-style-type: none;

}

.footer-menu li a {
    font-size: 13px;
    color: #000;
    /*font-weight:bold;*/
}

.footer-menu li a.remove-color:hover {
    color: #000;
    text-decoration: none;
}

.footer-menu p {
    color: #41AB0D;
    font-size: 16px;
    font-weight: 400;
}

.padding0 {
    padding: 0px;
}

.footer-menu li a img {
    width: 25%;
    margin-bottom: 15px;
    padding-right: 15px;
}

.footer-menu li a span {
    width: 75%;
    float: right;
}

.margin-top50 {
    margin-top: 50px;
}

.margin-t10 {
    margin-top: 10px;
}

.red_btn {
    background: #ff0000;
    color: #fff;
    box-shadow: 2px 2px 0px #a3a3a3;
}

.green_btn {
    background: #18b108;
    color: #fff;
    box-shadow: 2px 2px 0px #a3a3a3;
}

.navyblue_btn {
    background: #17375e;
    color: #fff;
    box-shadow: 2px 2px 0px #a3a3a3;
}

.padding-30 {

    width: 100%;
    padding: 30px 0px;
}

.margin-10 {
    margin: 10px 0px;
}

.font-18 {
    font-size: 18px !important;
}

.green-bg {

    background: #a5ce55;
    margin-top: 40px;
    width: 140px;
}

.green-bg.click-to-see span {
    text-align: left;
    color: #30a508;
}

.india_map {
    background: url(../img/footer-full-map.png);
    background-size: 100%;
    height: 320px;
    background-repeat: no-repeat;
    margin-top: 90px;
}

.font-12 {
    font-size: 12px !important;
}

.play-btn-bg {
    background: #8eb4e3;
}

.play-btn-bg span {
    color: #4069e1 !important;
}

.total-marker {
    width: 16px;
    margin-right: 5px;
    margin-left: -20px;
    margin-top: -5px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.new-vision-center {
    width: 20px;
    margin-right: 0px;
}

.margin-l50 {
    margin-left: 50px;
}

.padding-r0 {
    padding-right: 0px;
}

.padding-l0 {
    padding-left: 0px;
}

.happiness {
    padding: 5px 10px;
}

.second-new-section {
    float: left;
    width: 100%;
    background: #fff;
}

.font-24 {
    font-size: 24px;
}

.font-32 {
    font-size: 32px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 16px
}

.padding-r50 {
    padding-right: 50px;
}

.font-30 {
    font-size: 30px;
}

.margin-t30 {
    margin-top: 30px;
}

.margin-t50 {
    margin-top: 50px;
}

.margin-t25 {
    margin-top: 25px;
}

.navbar-nav>li {
    display: inline-block;
    padding: 0px 50px;
}

.font-26 {
    font-size: 26px;
}

.left-btn .modal-btns {
    color: #000;
    font-size: 22px;
    border-radius: 4px;
    box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.5);
    border: 0px;
    padding: 10px 10px;
    font-weight: 600;
}

.btn-green-g {
    background: linear-gradient(180deg, rgb(199, 234, 192) 16%, rgb(0, 225, 146) 100%);
}

.btn-purple-g {
    background: linear-gradient(180deg, rgb(192, 215, 244) 16%, rgb(106, 165, 229) 100%);
}

.btn-orange-g {
    background: linear-gradient(180deg, rgb(255, 224, 199) 16%, rgb(251, 148, 7) 100%);
}

.help-popup.modal-box .modal-body {
    padding: 30px 50px 20px 50px;

}

.help-popup.modal-box {
    min-height: 400px;
}

.donate-modal {
    width: 200px;
}

.carousel.koshikabnr .item {
    background: #fff;
    padding: 10px;
    height:100%!important;
}
/* #myCarousel .carousel-inner .item:nth-child(2) > img,
#myCarousel .carousel-inner .item:nth-child(1) > img{
    height:533px!important;
} */
.margin-b0 {
    margin-bottom: 0px;
}

.margin-minus {
    margin-top: -10px;
}

.right-menu li a:hover {
    color: #fff;
}

.right-menu li .sub-menus li a:hover {
    color: #41AB0D;
}

.shiney-number {
    height: 100px;
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.blue-p_col {
    position: absolute;
    top: 50px;
    text-align: center;
    left: 0;
    right: 0;
    animation: blue_col 0.8s step-start infinite;
}

.shiney-number img {
    width: 40%;
    max-width: 100%;
    margin: 0px auto;
}

.footer-menu .sub-menu {
    padding-left: 20px;
}

.none-effect:hover {
    cursor: default;
    color: #41AB0D !important;
}

.footer-menu.table {
    display: inline-block;
    border: 1px solid #000;
    border-bottom: 0;
}

.footer-menu.table th {
    color: #41AB0D;
    font-size: 13px;
    font-weight: 400;
    width: 40px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.footer-menu.table td {
    font-size: 10px;
    color: #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2px;
    line-height: 14px;
}

.footer-menu.table th:first-child {
    max-width: 50px;
}

.footer-menu.table th:nth-child(2) {
    width: 17%;
}

.footer-menu.table td:nth-child(3) {
    width: 30%;
}

.footer-menu.table th:last-child {
    max-width: 50px;
    border-right: 0;
}

.footer-menu.table td:last-child {
    border-right: 0;
    width: 16%;
}

.footer-menu img.marker-thumb {
    width: 20px;
    min-width: auto;
}
@media(max-width:567px){
    .foreignDonateSec .curencyIcon, .indianDonateSec .curencyIcon{ 
        max-width:20px;
        left:9px;
        top:20px;
    }
    .foreignDonateContent .heading{ font-size:20px;}
}

.ngoSourceleft {
    position: fixed;
     left: 0px;
     bottom: 0px;
     width: 130px !important;
     overflow: hidden;
   z-index: 1;
}
.ngoSourceleft img{ 
    max-width:100%;
} 